Searched refs:__PASTE2 (Results 1 – 1 of 1) sorted by relevance
201 #define __PASTE2(x, y) x ## y macro202 #define __PASTE(x, y) __PASTE2(x, y)