HomeSort by relevance Sort by last modified time
    Searched refs:CONCAT2 (Results 1 - 25 of 72) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/bfd/
demo64.c 27 #define MY(OP) CONCAT2 (aout64_,OP)
aout-sparcle.c 26 #define MY(OP) CONCAT2 (sparc_aout_le_,OP)
m68k4knetbsd.c 31 #define MY(OP) CONCAT2 (m68k_aout_4knbsd_,OP)
m68knetbsd.c 33 #define MY(OP) CONCAT2 (m68k_aout_nbsd_,OP)
m88kopenbsd.c 31 #define MY(OP) CONCAT2 (m88k_aout_obsd_,OP)
sparcnetbsd.c 34 #define MY(OP) CONCAT2 (sparc_aout_nbsd_,OP)
aout0.c 27 #define MY(OP) CONCAT2 (aout0_be_,OP)
armnetbsd.c 34 #define MY(OP) CONCAT2 (arm_aout_nbsd_, OP)
hp300bsd.c 32 #define MY(OP) CONCAT2 (m68k_aout_hp300bsd_,OP)
i386freebsd.c 33 #define MY(OP) CONCAT2 (i386_aout_fbsd_,OP)
i386netbsd.c 33 #define MY(OP) CONCAT2 (i386_aout_nbsd_,OP)
m88kmach3.c 38 #define MY(OP) CONCAT2 (m88k_aout_mach3_,OP)
newsos3.c 28 #define MY(OP) CONCAT2 (m68k_aout_newsos3_,OP)
vax1knetbsd.c 33 #define MY(OP) CONCAT2 (vax_aout_1knbsd_,OP)
vaxbsd.c 31 #define MY(OP) CONCAT2 (vax_aout_bsd_,OP)
vaxnetbsd.c 33 #define MY(OP) CONCAT2 (vax_aout_nbsd_,OP)
i386bsd.c 42 #define MY(OP) CONCAT2 (i386_aout_bsd_,OP)
i386mach3.c 50 #define MY(OP) CONCAT2 (i386_aout_mach3_,OP)
ns32knetbsd.c 33 #define MY(OP) CONCAT2 (ns32k_aout_pc532nbsd_,OP)
host-aout.c 84 #define MY(OP) CONCAT2 (host_aout_,OP)
  /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/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)
  /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)
  /toolchain/binutils/binutils-2.25/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/libcxx/utils/google-benchmark/test/
output_test.h 14 #define CONCAT2(x, y) x##y
15 #define CONCAT(x, y) CONCAT2(x, y)

Completed in 372 milliseconds

1 2 3