proxygen
|
Go to the source code of this file.
Macros | |
#define | COMPILER_ID "" |
#define | STRINGIFY_HELPER(X) #X |
#define | STRINGIFY(X) STRINGIFY_HELPER(X) |
#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[" "" "]" |
char const * | info_platform = "INFO" ":" "platform[" "" "]" |
char const * | info_arch = "INFO" ":" "arch[" "" "]" |
const char * | info_language_dialect_default |
#define ARCHITECTURE_ID "" |
Definition at line 435 of file CMakeCCompilerId.c.
#define COMPILER_ID "" |
Definition at line 268 of file CMakeCCompilerId.c.
#define DEC | ( | n | ) |
Definition at line 439 of file CMakeCCompilerId.c.
#define HEX | ( | n | ) |
Definition at line 450 of file CMakeCCompilerId.c.
#define PLATFORM_ID "" |
Definition at line 385 of file CMakeCCompilerId.c.
#define STRINGIFY | ( | X | ) | STRINGIFY_HELPER(X) |
Definition at line 289 of file CMakeCCompilerId.c.
Definition at line 288 of file CMakeCCompilerId.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 522 of file CMakeCCompilerId.c.
References info_arch, info_compiler, info_language_dialect_default, and info_platform.
char const* info_arch = "INFO" ":" "arch[" "" "]" |
Definition at line 501 of file CMakeCCompilerId.c.
char const* info_compiler = "INFO" ":" "compiler[" "" "]" |
Definition at line 275 of file CMakeCCompilerId.c.
const char* info_language_dialect_default |
Definition at line 506 of file CMakeCCompilerId.c.
char const* info_platform = "INFO" ":" "platform[" "" "]" |
Definition at line 500 of file CMakeCCompilerId.c.