Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
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 |
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 "]" |
const char * | info_language_standard_default |
const char * | info_language_extensions_default |
#define __has_include | ( | x | ) | 0 |
Definition at line 17 of file CMakeCCompilerId.c.
#define ARCHITECTURE_ID |
Definition at line 730 of file CMakeCCompilerId.c.
#define C_VERSION |
Definition at line 819 of file CMakeCCompilerId.c.
#define COMPILER_ID "" |
Definition at line 441 of file CMakeCCompilerId.c.
#define DEC | ( | n | ) |
Definition at line 734 of file CMakeCCompilerId.c.
#define HEX | ( | n | ) |
Definition at line 745 of file CMakeCCompilerId.c.
#define PLATFORM_ID |
Definition at line 572 of file CMakeCCompilerId.c.
#define STRINGIFY | ( | X | ) | STRINGIFY_HELPER(X) |
Definition at line 462 of file CMakeCCompilerId.c.
#define STRINGIFY_HELPER | ( | X | ) | #X |
Definition at line 461 of file CMakeCCompilerId.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 853 of file CMakeCCompilerId.c.
References info_arch, info_compiler, info_language_extensions_default, info_language_standard_default, info_platform, and main().
Definition at line 811 of file CMakeCCompilerId.c.
Referenced by main().
Definition at line 448 of file CMakeCCompilerId.c.
Referenced by main().
Definition at line 835 of file CMakeCCompilerId.c.
Referenced by main().
Definition at line 810 of file CMakeCCompilerId.c.
Referenced by main().