/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_003.cpp | 13 #define CONCAT(a, b) a ## b macro 14 #define CONCAT_INDIRECT() CONCAT 18 CONCAT(CON, CAT)(1, 2) 21 CONCAT(CON, CAT(1, 2)) 24 CONCAT(CONCAT_, INDIRECT)()(1, 2) 27 CONCAT(CONCAT_, INDIRECT())(1, 2) 31 CONCAT(1, CONCAT(2, 3))
|
D | t_1_004.cpp | 15 #define CONCAT(a, b) a ## b macro 16 #define CONCAT_INDIRECT() CONCAT 20 CONCAT(CON, CAT)(1, 2) 23 CONCAT(CON, CAT(1, 2)) 26 CONCAT(CONCAT_, INDIRECT)()(1, 2) 29 CONCAT(CONCAT_, INDIRECT())(1, 2) 32 CONCAT(1, CONCAT(2, 3))
|
D | t_9_005.cpp | 13 #define CONCAT(a, b) PRIMITIVE_CONCAT(a, b) macro 19 STRINGIZE( CONCAT(\, u00ff) ) //R "\u00ff" 20 STRINGIZE( CONCAT(\u00, ff) ) //R "\u00ff" 21 STRINGIZE( CONCAT(\u00ff, 56) ) //R "\u00ff56" 22 CONCAT(\, u00ff) //R \u00ff 23 CONCAT(\u00, ff) //R \ u00ff 24 CONCAT(\u00ff, 56) //R \u00ff56 27 STRINGIZE( CONCAT(\, u0061) ) // reports an error
|
D | t_1_007.cpp | 15 #define CONCAT(a, b) PRIMITIVE_CONCAT(a, b) macro 20 CONCAT(1, PRIMITIVE_CONCAT(2, 3)) 23 CONCAT(1, CONCAT(2, 3)) 26 PRIMITIVE_CONCAT(1, CONCAT(2, 3))
|
D | t_1_006.cpp | 13 #define CONCAT(a, b) PRIMITIVE_CONCAT(a, b) macro 18 CONCAT(1, PRIMITIVE_CONCAT(2, 3)) 21 CONCAT(1, CONCAT(2, 3)) 25 PRIMITIVE_CONCAT(1, CONCAT(2, 3))
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) macro 36 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 132 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 174 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 179 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() 184 CONCAT(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 192 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() 197 CONCAT(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 205 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() 217 CONCAT(vsplit_primitive_, ELT_TYPE)(vsplit, istart, icount) [all …]
|
/third_party/benchmark/test/ |
D | output_test.h | 17 #define CONCAT(x, y) CONCAT2(x, y) macro 19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) 22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__) 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function) 160 CONCAT(BM_CHECK_, relationship) \ 171 CONCAT(BM_CHECK_FLOAT_, relationship) \
|
D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) macro 56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
|
D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) macro 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
|
/third_party/libffi/src/cris/ |
D | sysv.S | 29 #define CONCAT(x,y) x ## y macro 30 #define XCONCAT(x,y) CONCAT (x, y)
|
/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 55 CONCAT = 0, enumerator 67 assert(tag == CONCAT); in concat() 72 assert(tag == CONCAT); in concat() 186 if (node->tag != CONCAT) { in IsRootBalanced() 250 if (rep->tag == CONCAT) { in UnrefInternal() 312 if (rep->tag == CONCAT) { in Depth() 343 rep->tag = CONCAT; in RawConcat() 517 while (dst->tag == CONCAT && dst->refcount.IsOne()) { in PrepareAppendRegion() 900 while (node->tag == CONCAT) { in RemovePrefixFrom() 942 while (node->tag == CONCAT) { in RemoveSuffixFrom() [all …]
|
/third_party/mesa3d/src/mesa/x86/ |
D | mmx_blend.S | 268 #define TAG(x) CONCAT(x,_transparency) 290 #define TAG(x) CONCAT(x,_add) 311 #define TAG(x) CONCAT(x,_min) 343 #define TAG(x) CONCAT(x,_max) 375 #define TAG(x) CONCAT(x,_modulate)
|
/third_party/libffi/src/arm/ |
D | sysv.S | 66 #define CONCAT(a, b) CONCAT2(a, b) macro 70 # define CNAME(X) CONCAT (__USER_LABEL_PREFIX__, X)
|
/third_party/flutter/skia/tests/ |
D | MatrixClipCollapseTest.cpp | 204 *expected->append() = CONCAT; in add_clip() 208 *expected->append() = CONCAT; in add_clip() 212 *expected->append() = CONCAT; in add_clip() 216 *expected->append() = CONCAT; in add_clip() 276 *expected->append() = CONCAT; in add_mat()
|
/third_party/skia/tests/ |
D | MatrixClipCollapseTest.cpp | 204 *expected->append() = CONCAT; in add_clip() 208 *expected->append() = CONCAT; in add_clip() 212 *expected->append() = CONCAT; in add_clip() 216 *expected->append() = CONCAT; in add_clip() 276 *expected->append() = CONCAT; in add_mat()
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | dump-macros-only.c | 12 #define CONCAT(x,y) x ## y macro
|
D | dump-macros.c | 11 #define CONCAT(x,y) x ## y macro
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_consume_test.cc | 35 return (rep->tag == CONCAT) ? rep->concat()->depth() : 0; in Depth() 41 concat->tag = CONCAT; in CreateConcat()
|
D | cordz_info.cc | 92 } else if (repref.rep->tag == CONCAT) { in AnalyzeCordRep() 139 assert(rep == nullptr || rep->tag == CONCAT); in AssertConcat() 140 return (rep != nullptr && rep->tag == CONCAT) ? repref : RepRef{nullptr, 0}; in AssertConcat()
|
D | cord_internal.cc | 42 if (rep->tag == CONCAT) { in Destroy()
|
D | cord_rep_consume.cc | 69 if (rep->tag == CONCAT) { in Consume()
|
D | cord_internal.h | 179 CONCAT = 0, enumerator 231 constexpr bool IsConcat() const { return tag == CONCAT; } in IsConcat()
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.h | 288 #define CONCAT(a,b) PASTE(a,b) macro 290 #define checkasm_check(prefix, ...) CONCAT(checkasm_check_, prefix)(__FILE__, __LINE__, __VA_ARGS__)
|
/third_party/flutter/skia/src/core/ |
D | SkPictureFlat.h | 32 CONCAT, enumerator
|
/third_party/skia/src/core/ |
D | SkPictureFlat.h | 32 CONCAT, enumerator
|