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