Searched refs:__stringify_in_c (Results 1 – 6 of 6) sorted by relevance
9 # define __stringify_in_c(...) #__VA_ARGS__ macro10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "
12 # define __stringify_in_c(...) #__VA_ARGS__ macro13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "
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__) " "