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 400 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
#define COMPILER_ID "" |
Definition at line 246 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
#define DEC | ( | n | ) |
Definition at line 404 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
#define HEX | ( | n | ) |
Definition at line 415 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
#define PLATFORM_ID "" |
Definition at line 356 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 473 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
References info_compiler, and info_platform.
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 466 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 253 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 465 of file 3.2.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp.