/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)
|
/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)
|
/external/clang/test/Lexer/ |
cxx0x_keyword_as_cxx98.cpp | 12 #define CONCAT(X,Y) CONCAT2(X,Y) 13 #define CONCAT2(X,Y) X ## Y
|
/external/bison/src/ |
files.c | 92 concat2 (char const *str1, char const *str2) 286 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT); 314 : concat2 (all_but_ext, src_extension)); 319 spec_defines_file = concat2 (all_but_ext, header_extension); 325 spec_graph_file = concat2 (all_but_tab_ext, ".dot"); 332 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); 339 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EXT); 91 concat2 (char const *str1, char const *str2) function
|
/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
|
/external/chromium_org/third_party/re2/re2/ |
simplify.cc | 120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags); 297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2, 362 suf = Regexp::Quest(Concat2(re->Incref(), suf, f), f); 366 nre = Concat2(nre, suf, f);
|
/external/regex-re2/re2/ |
simplify.cc | 120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags); 297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2, 362 suf = Regexp::Quest(Concat2(re->Incref(), suf, f), f); 366 nre = Concat2(nre, suf, f);
|
/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)
|
/prebuilts/misc/linux-x86/bison/ |
bison | |