Searched defs:PP_CAT (Results 1 – 2 of 2) sorted by relevance
12 #define PP_CAT(x, y) PP_CAT_(x, y) macro16 struct PP_CAT(is_sub_failure_, CALLABLE_TRAIT_UNDER_TEST) { in PP_CAT() function29 bool PP_CAT(test_, CALLABLE_TRAIT_UNDER_TEST)() { in PP_CAT() function
32 #define PP_CAT(x, y) PP_CAT_(x, y) macro