Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
char const * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
|
char const * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
|
char const * | info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
|
#define ARCHITECTURE_ID "" |
Value:(
'0' + (((
n) / 10000000)%10)), \
(
'0' + (((
n) / 1000000)%10)), \
(
'0' + (((
n) / 100000)%10)), \
(
'0' + (((
n) / 10000)%10)), \
(
'0' + (((
n) / 1000)%10)), \
(
'0' + (((
n) / 100)%10)), \
(
'0' + (((
n) / 10)%10)), \
Definition at line 409 of file CMakeCCompilerId.c.
Value:(
'0' + ((
n)>>28 & 0xF)), \
(
'0' + ((
n)>>24 & 0xF)), \
(
'0' + ((
n)>>20 & 0xF)), \
(
'0' + ((
n)>>16 & 0xF)), \
(
'0' + ((
n)>>12 & 0xF)), \
(
'0' + ((
n)>>8 & 0xF)), \
(
'0' + ((
n)>>4 & 0xF)), \
Definition at line 420 of file CMakeCCompilerId.c.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 481 of file CMakeCCompilerId.c.
487 #ifdef COMPILER_VERSION_MAJOR 488 require += info_version[argc];
491 require += info_simulate[argc];
493 #ifdef SIMULATE_VERSION_MAJOR 494 require += info_simulate_version[argc];
char const * info_compiler
char const * info_platform
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |