Searched defs:PASTE (Results 1 – 3 of 3) sorted by relevance
36 #define PASTE(a,b) PASTE1(a,b) macro
38 #define PASTE(a,b) PASTE1(a,b) macro
59 #define PASTE(x,y) PASTE2(x,y) macro