Go to the source code of this file.
Macros | |
| #define | __has_include(x) | 
| #define | COMPILER_ID "" | 
| #define | STRINGIFY_HELPER(X) | 
| #define | STRINGIFY(X) | 
| #define | PLATFORM_ID | 
| #define | ARCHITECTURE_ID | 
| #define | DEC(n) | 
| #define | HEX(n) | 
| #define | C_VERSION | 
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_standard_default | 
| const char * | info_language_extensions_default | 
| #define __has_include | ( | x | ) | 
Definition at line 17 of file CMakeCCompilerId.c.
| #define ARCHITECTURE_ID | 
Definition at line 745 of file CMakeCCompilerId.c.
| #define C_VERSION | 
Definition at line 834 of file CMakeCCompilerId.c.
| #define COMPILER_ID "" | 
Definition at line 448 of file CMakeCCompilerId.c.
| #define DEC | ( | n | ) | 
Definition at line 749 of file CMakeCCompilerId.c.
| #define HEX | ( | n | ) | 
Definition at line 760 of file CMakeCCompilerId.c.
| #define PLATFORM_ID | 
Definition at line 579 of file CMakeCCompilerId.c.
| #define STRINGIFY | ( | X | ) | 
Definition at line 469 of file CMakeCCompilerId.c.
| #define STRINGIFY_HELPER | ( | X | ) | 
Definition at line 468 of file CMakeCCompilerId.c.
| int main | ( | int | argc, | 
| char * | argv[] ) | 
Definition at line 868 of file CMakeCCompilerId.c.
References info_arch, info_compiler, info_language_extensions_default, info_language_standard_default, and info_platform.
| char const* info_arch = "INFO" ":" "arch[" "]" | 
Definition at line 826 of file CMakeCCompilerId.c.
| char const* info_compiler = "INFO" ":" "compiler[" "" "]" | 
Definition at line 455 of file CMakeCCompilerId.c.
| const char* info_language_extensions_default | 
Definition at line 850 of file CMakeCCompilerId.c.
| const char* info_language_standard_default | 
Definition at line 847 of file CMakeCCompilerId.c.
| char const* info_platform = "INFO" ":" "platform[" "]" | 
Definition at line 825 of file CMakeCCompilerId.c.