Searched refs:DO_CONCAT (Results 1 – 2 of 2) sorted by relevance
84 #define DO_CONCAT(x, y) x ## y85 #define CONCAT(x, y) DO_CONCAT(x, y)
245 #define DO_CONCAT(x, y) x ## y macro246 #define CONCAT(x, y) DO_CONCAT(x, y)