Searched refs:__CONCAT (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-array.cpp | 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro 9 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-array.cpp | 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro 9 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 56 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 60 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 62 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 64 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 56 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 60 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 62 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 64 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 56 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 60 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 62 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 64 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
/external/clang/test/SemaCXX/ |
D | abstract.cpp | 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro 8 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | abstract.cpp | 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro 8 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
|
/external/elfutils/lib/ |
D | fixedsizehash.h | 37 #ifdef __CONCAT 38 #define CONCAT(t1,t2) __CONCAT (t1,t2)
|
D | ChangeLog | 135 * fixedsizehash.h (CONCAT): Use __CONCAT when available.
|
/external/elfutils/tests/ |
D | run-dwarf-getmacros.sh | 580 __CONCAT(x,y) x ## y
|