Home
last modified time | relevance | path

Searched refs:Nested2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dtu-composite.ll27 ; CHECK-NEXT: DW_AT_name {{.*}}"Nested2"
61 ; struct Nested2 { };
72 ; D::Nested2 *p;
79 %"struct.D::Nested2" = type { i8 }
107 %p = alloca %"struct.D::Nested2"*, align 8
113 …call void @llvm.dbg.declare(metadata %"struct.D::Nested2"** %p, metadata !53, metadata !DIExpressi…
146 !23 = !DICompositeType(tag: DW_TAG_structure_type, name: "Nested2", line: 13, flags: DIFlagFwdDecl,…
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp39 struct Nested2 { struct
43 int n = ExceptionIf<noexcept(Nested2())>::f(); // expected-note {{declared here}}
/llvm-project-15.0.7/clang/test/PCH/
H A Dpr18806.cpp27 struct Nested2;