QwAnalysis
|
Go to the source code of this file.
Macros | |
#define | COMPILER_ID "" |
#define | PLATFORM_ID "" |
#define | ARCHITECTURE_ID "" |
#define | DEC(n) |
#define | HEX(n) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char const * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
char const * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
char const * | info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
#define ARCHITECTURE_ID "" |
Definition at line 321 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
#define COMPILER_ID "" |
Definition at line 201 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
#define DEC | ( | n | ) |
Definition at line 325 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
#define HEX | ( | n | ) |
Definition at line 336 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
#define PLATFORM_ID "" |
Definition at line 288 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 378 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
References info_arch, info_compiler, and info_platform.
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 369 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 209 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 368 of file 2.8.11/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().