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