Searched refs:RefTag (Results 1 – 4 of 4) sorted by relevance
283 struct RefTag { }; struct288 RefTag& await_resume();320 RefTag& x = co_await a; in AwaitReturnsLValue()327 RefTag& y = co_await AwaitResumeReturnsLValue{}; in AwaitReturnsLValue()332 RefTag& z = co_yield 42; in AwaitReturnsLValue()
288 struct RefTag {}; struct293 RefTag &await_resume();325 RefTag &x = co_await a; in AwaitReturnsLValue()332 RefTag &y = co_await AwaitResumeReturnsLValue{}; in AwaitReturnsLValue()337 RefTag &z = co_yield 42; in AwaitReturnsLValue()
154 using RefTag = std::in_place_type_t<NoCopy&>; in test_ctor_sfinae() typedef159 static_assert(!std::is_constructible<std::any, RefTag>::value, ""); in test_ctor_sfinae()160 static_assert(!std::is_constructible<std::any, RefTag, int>::value, ""); in test_ctor_sfinae()161 static_assert(!std::is_constructible<std::any, RefTag, IL, int>::value, ""); in test_ctor_sfinae()
647 auto RefTag = ReferencedDie.getTag(); in verifyDebugInfoAttribute() local648 if (DieTag == RefTag) in verifyDebugInfoAttribute()650 if (DieTag == DW_TAG_inlined_subroutine && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()652 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()655 if (DieTag == DW_TAG_GNU_call_site && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()661 TagString(RefTag)); in verifyDebugInfoAttribute()