Searched refs:PP_CAT_ (Results 1 – 2 of 2) sorted by relevance
31 #define PP_CAT_(x, y) x ## y macro32 #define PP_CAT(x, y) PP_CAT_(x, y)
11 #define PP_CAT_(x, y) x ## y macro12 #define PP_CAT(x, y) PP_CAT_(x, y)