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

/external/clang/test/SemaTemplate/
H A Dinstantiate-array.cpp5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro
9 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.h38 #define CONCAT(t1,t2) __CONCAT (t1,t2)
/external/elfutils/tests/
H A Drun-dwarf-getmacros.sh580 __CONCAT(x,y) x ## y

Completed in 149 milliseconds