Searched refs:CONCAT_ (Results 1 – 2 of 2) sorted by relevance
11 #define CONCAT(x,y) CONCAT_(x,y)12 #define CONCAT_(x,y) x ## y macro
9 #define CONCAT(x,y) CONCAT_(x,y)10 #define CONCAT_(x,y) x ## y macro