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_STD_99 199901L | 
| #define | C_STD_11 201112L | 
| #define | C_STD_17 201710L | 
| #define | C_STD_23 202311L | 
| #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 746 of file CMakeCCompilerId.c.
| #define C_STD_11 201112L | 
Definition at line 832 of file CMakeCCompilerId.c.
| #define C_STD_17 201710L | 
Definition at line 833 of file CMakeCCompilerId.c.
| #define C_STD_23 202311L | 
Definition at line 834 of file CMakeCCompilerId.c.
| #define C_STD_99 199901L | 
Definition at line 831 of file CMakeCCompilerId.c.
| #define C_VERSION | 
Definition at line 844 of file CMakeCCompilerId.c.
| #define COMPILER_ID "" | 
Definition at line 449 of file CMakeCCompilerId.c.
| #define DEC | ( | n | ) | 
Definition at line 750 of file CMakeCCompilerId.c.
| #define HEX | ( | n | ) | 
Definition at line 761 of file CMakeCCompilerId.c.
| #define PLATFORM_ID | 
Definition at line 580 of file CMakeCCompilerId.c.
| #define STRINGIFY | ( | X | ) | 
Definition at line 470 of file CMakeCCompilerId.c.
| #define STRINGIFY_HELPER | ( | X | ) | 
Definition at line 469 of file CMakeCCompilerId.c.
| int main | ( | int | argc, | 
| char * | argv[] ) | 
Definition at line 878 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 827 of file CMakeCCompilerId.c.
| char const* info_compiler = "INFO" ":" "compiler[" "" "]" | 
Definition at line 456 of file CMakeCCompilerId.c.
| const char* info_language_extensions_default | 
Definition at line 860 of file CMakeCCompilerId.c.
| const char* info_language_standard_default | 
Definition at line 857 of file CMakeCCompilerId.c.
| char const* info_platform = "INFO" ":" "platform[" "]" | 
Definition at line 826 of file CMakeCCompilerId.c.