Searched refs:PRIMITIVE_CAT (Results 1 – 1 of 1) sorted by relevance
60 #define PRIMITIVE_CAT(x, y) x##y macro61 #define CAT(x, y) PRIMITIVE_CAT(x, y)