/external/clang/test/Lexer/ |
cxx0x_keyword_as_cxx98.cpp | 12 #define CONCAT(X,Y) CONCAT2(X,Y) 13 #define CONCAT2(X,Y) X ## Y
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 51 cause the inner CONCAT2 macros to be evaluated first, producing 54 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/ |
symcat.h | 23 #define CONCAT2(a,b) a##b 31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between 33 write CONCAT2(foo,bar). */ 34 #define CONCAT2(a,b) a/**/b 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 53 cause the inner CONCAT2 macros to be evaluated first, producing 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_vsplit_tmp.h | 27 #define CONCAT2(name, elt_type) name ## elt_type 28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) 312 #undef CONCAT2
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_vsplit_tmp.h | 27 #define CONCAT2(name, elt_type) name ## elt_type 28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) 312 #undef CONCAT2
|
/ndk/sources/android/support/src/wcstox/ |
floatscan.c | 52 #define CONCAT2(x,y) x ## y 53 #define CONCAT(x,y) CONCAT2(x,y)
|
/ndk/sources/android/support/src/stdio/ |
vfprintf.c | 42 #define CONCAT2(x,y) x ## y 43 #define CONCAT(x,y) CONCAT2(x,y)
|