Home | History | Annotate | Download | only in include

Lines Matching refs:CONCAT2

46    cause the inner CONCAT2 macros to be evaluated first, producing
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))