Searched defs:STRINGIFY (Results 1 – 21 of 21) sorted by relevance
104 #define STRINGIFY(x) STRINGIFY1(x) macro
23 #define STRINGIFY(x) _STRINGIFY(x) macro
21 #define STRINGIFY(x) _STRINGIFY(x) macro
19 #define STRINGIFY(x) #x macro
5 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
26 #define STRINGIFY(S) TO_STRING(S) macro
29 #define STRINGIFY(S) TO_STRING(S) macro
38 #define STRINGIFY(x) STRINGIFY_1 (x) macro
233 #define STRINGIFY(n) #n macro
903 #define STRINGIFY(n) #n macro
87 #define STRINGIFY(x) _STRINGIFY(x) macro
39 #define STRINGIFY(x) _STRINGIFY(x) macro
362 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
34 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
66 #define STRINGIFY(x) _STRINGIFY(x) macro
137 #define STRINGIFY(x) STRINGIFY_(x) macro
51 #define STRINGIFY(x) STRINGIFY_(x) macro
1339 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
940 #define STRINGIFY(s) #s macro
28 #define STRINGIFY(test_name) #test_name macro