Lines Matching refs:CONCAT
81 #define CONCAT(x, y) x ## y macro
84 #define CONCAT(x, y) x/**/y macro
208 #define ST(x) CONCAT(_STX,x)
261 #define GLNAME(a) CONCAT(_,a)
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a)
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a)
885 #define CONCAT(x, y) x ## y macro
984 #define GLNAME(a) CONCAT(_, a)
1705 #define LLBL(a) CONCAT(.L,a)
1709 #define LLBL2(a,b) CONCAT(a,b)
1721 #define TLBL(a) CONCAT(.,a)
1723 #define TLBL(a) CONCAT(a,$)