Searched refs:STR2 (Results 1 – 6 of 6) sorted by relevance
10 #define STR2(x) #x macro11 #define STR(x) STR2(x)
5 #define STR2(x) STR(x) macro8 fprintf(stderr, "\033[31;1mFAILED:\033[22;39m " __FILE__ ":" STR2(__LINE__) " " #x "\n"); \
58 # define STR2(x) #x in parse_cie() macro59 # define STR(x) STR2(x) in parse_cie()
59 file(STRINGS ${VERSION_FILE} STR2 REGEX "IPP_VERSION_MINOR")68 string(REGEX MATCHALL "[0-9]+" _MINOR ${STR2})
582 #define STR(a) STR2(a)583 #define STR2(a) #a macro
100 #define STR(a) STR2(a)101 #define STR2(a) #a macro