Searched refs:PASTE1 (Results 1 – 3 of 3) sorted by relevance
5 #define PASTE1(x,y) PASTE2(x,y) macro6 #define UNIQUE(x) PASTE1(x,__COUNTER__)
21 #define PASTE1(x,y) PASTE2(x,y) macro22 #define UNIQUE(x) PASTE1(x,__COUNTER__)
25 #define PASTE1(x,y) PASTE2(x,y) macro26 #define UNIQUE(x) PASTE1(x,__COUNTER__)