Searched refs:__CONCAT1 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-array.cpp | 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) 6 #define __CONCAT1(__X, __Y) __X ## __Y macro
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-array.cpp | 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) 6 #define __CONCAT1(__X, __Y) __X ## __Y macro
|
/external/clang/test/SemaCXX/ |
D | abstract.cpp | 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) 5 #define __CONCAT1(__X, __Y) __X ## __Y macro
|
/external/llvm-project/clang/test/SemaCXX/ |
D | abstract.cpp | 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) 5 #define __CONCAT1(__X, __Y) __X ## __Y macro
|