Searched refs:__stringify (Results 1 – 2 of 2) sorted by relevance
64 #define __stringify(...) ___stringify(__VA_ARGS__) macro
68 #define __stringify(x) __stringify_1(x) macro