/external/clang/test/Lexer/ |
D | cxx0x_keyword_as_cxx98.cpp | 12 #define CONCAT(X,Y) CONCAT2(X,Y) 13 #define CONCAT2(X,Y) X ## Y macro
|
/external/nos/host/generic/nugget/include/ |
D | application.h | 175 const struct app_info __keep CONCAT2(app_, Id) \ 341 const struct app_info __keep CONCAT2(app_, Id) \
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 26 #define CONCAT2(name, elt_type) name ## elt_type macro 27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) 306 #undef CONCAT2
|
/external/google-benchmark/test/ |
D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) 55 #define CONCAT2(x, y) x##y macro
|
D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) 59 #define CONCAT2(x, y) x##y macro
|
D | output_test.h | 16 #define CONCAT2(x, y) x##y macro 17 #define CONCAT(x, y) CONCAT2(x, y)
|
/external/libcxx/utils/google-benchmark/test/ |
D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) 55 #define CONCAT2(x, y) x##y macro
|
D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) 59 #define CONCAT2(x, y) x##y macro
|
D | output_test.h | 16 #define CONCAT2(x, y) x##y macro 17 #define CONCAT(x, y) CONCAT2(x, y)
|
/external/libffi/src/aarch64/ |
D | sysv.S | 30 #define CONCAT1(a, b) CONCAT2(a, b) 31 #define CONCAT2(a, b) a ## b macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | sysv.S | 30 #define CONCAT1(a, b) CONCAT2(a, b) 31 #define CONCAT2(a, b) a ## b macro
|
/external/u-boot/arch/arc/lib/ |
D | _millicodethunk.S | 8 #define CONCAT1(a, b) CONCAT2(a, b) 9 #define CONCAT2(a, b) a ## b macro
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | sysv.asm | 33 ;#define CONCAT1(a, b) CONCAT2(a, b) 34 ;#define CONCAT2(a, b) a ## b
|
/external/libffi/src/metag/ |
D | sysv.S | 35 #define CONCAT1(a, b) CONCAT2(a, b) 36 #define CONCAT2(a, b) a ## b macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
D | sysv.S | 35 #define CONCAT1(a, b) CONCAT2(a, b) 36 #define CONCAT2(a, b) a ## b macro
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 672 #define CONCAT2(x, y) x ## y macro 673 #define CONCAT(x, y) CONCAT2(x, y)
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 272 #define CONCAT2(LHS, RHS) LHS##RHS macro 273 #define CONCAT(LHS, RHS) CONCAT2(LHS, RHS)
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | sysv.S | 35 #define CONCAT1(a, b) CONCAT2(a, b) 36 #define CONCAT2(a, b) a ## b macro
|
/external/libffi/src/arm/ |
D | sysv.S | 35 #define CONCAT1(a, b) CONCAT2(a, b) 36 #define CONCAT2(a, b) a ## b macro
|