Home
last modified time | relevance | path

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

/external/javassist/src/test/test2/
DNested2$Inner.classNested2.java package test2 public test2.Nested2$Inner extends java.lang.Object { public ...
DNested2.classNested2.java package test2 public test2.Nested2 extends java.lang.Object { private int i ...
DNested2.java4 public class Nested2 { class
/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp39 …struct Nested2 { // expected-error {{implicit default constructor for 'InClassInitializers::Nested… struct
44 int n = ExceptionIf<noexcept(Nested2())>::f();
/external/llvm/test/DebugInfo/Generic/
Dtu-composite.ll29 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] {{.*}}= "Nested2")
63 ; struct Nested2 { };
74 ; D::Nested2 *p;
81 %"struct.D::Nested2" = type { i8 }
109 %p = alloca %"struct.D::Nested2"*, align 8
115 …call void @llvm.dbg.declare(metadata %"struct.D::Nested2"** %p, metadata !53, metadata !DIExpressi…
148 !23 = !DICompositeType(tag: DW_TAG_structure_type, name: "Nested2", line: 13, flags: DIFlagFwdDecl,…
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dtu-composite.ll27 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] {{.*}}= "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,…
/external/llvm-project/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp39 struct Nested2 { struct
43 int n = ExceptionIf<noexcept(Nested2())>::f(); // expected-note {{declared here}}
/external/clang/test/PCH/
Dpr18806.cpp24 struct Nested2;
/external/llvm-project/clang/test/PCH/
Dpr18806.cpp27 struct Nested2;
/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py597 class Nested2(Structure): class
606 ('nested', Nested2),