Home
last modified time | relevance | path

Searched refs:RefTag (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-await.cpp283 struct RefTag { }; struct
288 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()
H A Dcoro-await-exp-namespace.cpp288 struct RefTag {}; struct
293 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()
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp154 using RefTag = std::in_place_type_t<NoCopy&>; in test_ctor_sfinae() typedef
159 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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp647 auto RefTag = ReferencedDie.getTag(); in verifyDebugInfoAttribute() local
648 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()