Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_1_003.cpp13 #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))
Dt_1_004.cpp15 #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))
Dt_9_005.cpp13 #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
Dt_1_007.cpp15 #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))
Dt_1_006.cpp13 #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/
Ddraw_pt_vsplit_tmp.h27 #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/
Doutput_test.h17 #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) \
Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
Dskip_with_error_test.cc58 #define CONCAT(x, y) CONCAT2(x, y) macro
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
/third_party/libffi/src/cris/
Dsysv.S29 #define CONCAT(x,y) x ## y macro
30 #define XCONCAT(x,y) CONCAT (x, y)
/third_party/abseil-cpp/absl/strings/
Dcord.cc55 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/
Dmmx_blend.S268 #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/
Dsysv.S66 #define CONCAT(a, b) CONCAT2(a, b) macro
70 # define CNAME(X) CONCAT (__USER_LABEL_PREFIX__, X)
/third_party/flutter/skia/tests/
DMatrixClipCollapseTest.cpp204 *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/
DMatrixClipCollapseTest.cpp204 *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/
Ddump-macros-only.c12 #define CONCAT(x,y) x ## y macro
Ddump-macros.c11 #define CONCAT(x,y) x ## y macro
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_consume_test.cc35 return (rep->tag == CONCAT) ? rep->concat()->depth() : 0; in Depth()
41 concat->tag = CONCAT; in CreateConcat()
Dcordz_info.cc92 } 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()
Dcord_internal.cc42 if (rep->tag == CONCAT) { in Destroy()
Dcord_rep_consume.cc69 if (rep->tag == CONCAT) { in Consume()
Dcord_internal.h179 CONCAT = 0, enumerator
231 constexpr bool IsConcat() const { return tag == CONCAT; } in IsConcat()
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h288 #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/
DSkPictureFlat.h32 CONCAT, enumerator
/third_party/skia/src/core/
DSkPictureFlat.h32 CONCAT, enumerator

12