|
GDB (xrefs)
|
Go to the source code of this file.
Macros | |
| #define | CONCAT_1(a, b) a ## b |
| #define | CONCAT(a, b) CONCAT_1 (a, b) |
| #define | STRINGIFY_1(x) #x |
| #define | STRINGIFY(x) STRINGIFY_1 (x) |
| #define | ESC(...) __VA_ARGS__ |
| #define CONCAT | ( | a, | |
| b | |||
| ) | CONCAT_1 (a, b) |
Definition at line 25 of file preprocessor.h.
| #define CONCAT_1 | ( | a, | |
| b | |||
| ) | a ## b |
Definition at line 24 of file preprocessor.h.
| #define ESC | ( | ... | ) | __VA_ARGS__ |
Definition at line 33 of file preprocessor.h.
| #define STRINGIFY | ( | x | ) | STRINGIFY_1 (x) |
Definition at line 29 of file preprocessor.h.
Referenced by load_libcc().
| #define STRINGIFY_1 | ( | x | ) | #x |
Definition at line 28 of file preprocessor.h.
1.8.14