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

/external/clang/test/SemaTemplate/
H A Dinstantiate-array.cpp4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro
8 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
/external/clang/test/SemaCXX/
H A Dabstract.cpp4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro
8 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
/external/elfutils/lib/
H A Dfixedsizehash.h26 #define CONCAT(t1,t2) __CONCAT (t1,t2)

Completed in 181 milliseconds