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

  /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-linux-androideabi-4.6/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 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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/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 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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/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 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/libffi/src/arm/
sysv.S 34 #define CONCAT1(a, b) CONCAT2(a, b)
35 #define CONCAT2(a, b) a ## b

Completed in 2017 milliseconds