|
Xen Test Framework
|
Go to the source code of this file.
Macros | |
| #define | GCC_VER |
| #define | GCC_HAS_c_static_assert (GCC_VER >= 40600) /* _Static_assert() */ |
| #define | __has_extension(x) GCC_HAS_ ## x |
| #define | ASM_FLAG_OUT(yes, no) no |
| #define GCC_VER |
Definition at line 4 of file compiler-gcc.h.
| #define GCC_HAS_c_static_assert (GCC_VER >= 40600) /* _Static_assert() */ |
Definition at line 16 of file compiler-gcc.h.
| #define __has_extension | ( | x | ) | GCC_HAS_ ## x |
Definition at line 18 of file compiler-gcc.h.
| #define ASM_FLAG_OUT | ( | yes, | |
| no | |||
| ) | no |
Definition at line 24 of file compiler-gcc.h.