Searched refs:__CONCAT1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-array.cpp4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
5 #define __CONCAT1(__X, __Y) __X ## __Y macro
/external/clang/test/SemaCXX/
H A Dabstract.cpp4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
5 #define __CONCAT1(__X, __Y) __X ## __Y macro

Completed in 68 milliseconds