Searched refs:PASTE2 (Results 1 – 2 of 2) sorted by relevance
13 # define PASTE2(x,y) x##y14 # define PASTE(x,y) PASTE2(x,y)
58 #define PASTE2(x,y) x##y macro59 #define PASTE(x,y) PASTE2(x,y)