Searched refs:__stringify_in_c (Results 1 – 3 of 3) sorted by relevance
28 #define __stringify_in_c(...) #__VA_ARGS__ in stage_entry() macro29 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " in stage_entry()
4 #define __stringify_in_c(...) #__VA_ARGS__ macro5 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "
73 # define __stringify_in_c(...) #__VA_ARGS__ macro74 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "