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

  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
symcat.h 23 #define CONCAT2(a,b) a##b
29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
31 write CONCAT2(foo,bar). */
32 #define CONCAT2(a,b) a/**/b
38 #define XCONCAT2(a,b) CONCAT2(a,b)
bfd.h 46 cause the inner CONCAT2 macros to be evaluated first, producing
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
symcat.h 23 #define CONCAT2(a,b) a##b
29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
31 write CONCAT2(foo,bar). */
32 #define CONCAT2(a,b) a/**/b
38 #define XCONCAT2(a,b) CONCAT2(a,b)
bfd.h 46 cause the inner CONCAT2 macros to be evaluated first, producing
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
symcat.h 23 #define CONCAT2(a,b) a##b
29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
31 write CONCAT2(foo,bar). */
32 #define CONCAT2(a,b) a/**/b
38 #define XCONCAT2(a,b) CONCAT2(a,b)
bfd.h 46 cause the inner CONCAT2 macros to be evaluated first, producing
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
  /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/libffi/src/arm/
sysv.S 34 #define CONCAT1(a, b) CONCAT2(a, b)
35 #define CONCAT2(a, b) a ## b

Completed in 1191 milliseconds