![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
Aller au code source de ce fichier.
Macros | |
| #define | __has_include(x) 0 |
| #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) |
| #define | C_VERSION |
Fonctions | |
| 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 "]" |
| const char * | info_language_standard_default |
| const char * | info_language_extensions_default |
| #define __has_include | ( | x | ) | 0 |
Définition à la ligne 17 du fichier CMakeCCompilerId.c.
| #define ARCHITECTURE_ID |
Définition à la ligne 652 du fichier CMakeCCompilerId.c.
| #define C_VERSION |
Définition à la ligne 741 du fichier CMakeCCompilerId.c.
| #define COMPILER_ID "" |
Définition à la ligne 396 du fichier CMakeCCompilerId.c.
| #define DEC | ( | n | ) |
Définition à la ligne 656 du fichier CMakeCCompilerId.c.
| #define HEX | ( | n | ) |
Définition à la ligne 667 du fichier CMakeCCompilerId.c.
| #define PLATFORM_ID |
Définition à la ligne 524 du fichier CMakeCCompilerId.c.
| #define STRINGIFY | ( | X | ) | STRINGIFY_HELPER(X) |
Définition à la ligne 417 du fichier CMakeCCompilerId.c.
| #define STRINGIFY_HELPER | ( | X | ) | #X |
Définition à la ligne 416 du fichier CMakeCCompilerId.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Définition à la ligne 776 du fichier CMakeCCompilerId.c.
Références info_arch, info_compiler, info_language_extensions_default, info_language_standard_default, et info_platform.
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Définition à la ligne 733 du fichier CMakeCCompilerId.c.
Référencé par main().
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Définition à la ligne 403 du fichier CMakeCCompilerId.c.
Référencé par main().
| const char* info_language_extensions_default |
Définition à la ligne 757 du fichier CMakeCCompilerId.c.
Référencé par main().
| const char* info_language_standard_default |
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Définition à la ligne 732 du fichier CMakeCCompilerId.c.
Référencé par main().