Searched defs:__CONCAT (Results 1 – 2 of 2) sorted by relevance
12 #define __CONCAT(x,y) x ## y macro31 #define __CONCAT(x,y) x ## y macro
25 #define __CONCAT(a, b) a ## b macro