Searched defs:PASTE (Results 1 – 3 of 3) sorted by relevance
38 #define PASTE(a,b) PASTE1(a,b) macro
40 #define PASTE(a,b) PASTE1(a,b) macro
35 #define PASTE(RA, RB, L, RC) \ macro