Searched refs:CONCAT2 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp12 #define CONCAT(X,Y) CONCAT2(X,Y)
13 #define CONCAT2(X,Y) X ## Y macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h27 #define CONCAT2(name, elt_type) name ## elt_type macro
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
312 #undef CONCAT2 macro
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h27 #define CONCAT2(name, elt_type) name ## elt_type macro
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
312 #undef CONCAT2 macro

Completed in 1288 milliseconds