Home
last modified time | relevance | path

Searched defs:CONCAT2 (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp13 #define CONCAT2(X,Y) X ## Y macro
/minix3/external/bsd/byacc/dist/
H A Ddefs.h29 #define CONCAT2(first,second) #first "." #second macro