Searched refs:CAT_IMPL (Results 1 – 1 of 1) sorted by relevance
277 #define CAT_IMPL(a, b) a ## b macro278 #define CAT(a, b) CAT_IMPL(a, b)