Home
last modified time | relevance | path

Searched refs:Nested (Results 1 – 25 of 44) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp64 struct Nested;
237 struct ImportMembers::Nested { struct in ImportMembers
371 void ImportMembers::Nested::normalDef() {} // dllimport ignored in normalDef() argument
372 inline void ImportMembers::Nested::normalInlineDef() {} in normalInlineDef()
373 void ImportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
374 void ImportMembers::Nested::virtualDef() {} // dllimport ignored in virtualDef()
375 inline void ImportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
376 void ImportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
377 void ImportMembers::Nested::staticDef() {} // dllimport ignored in staticDef()
378 inline void ImportMembers::Nested::staticInlineDef() {} in staticInlineDef()
[all …]
H A Ddllexport-members.cpp25 struct Nested;
151 struct ExportMembers::Nested { struct in ExportMembers
251 void ExportMembers::Nested::normalDef() {} in normalDef() argument
252 inline void ExportMembers::Nested::normalInlineDef() {} in normalInlineDef()
253 void ExportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
254 void ExportMembers::Nested::virtualDef() {} in virtualDef()
255 inline void ExportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
256 void ExportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
257 void ExportMembers::Nested::staticDef() {} in staticDef()
258 inline void ExportMembers::Nested::staticInlineDef() {} in staticInlineDef()
[all …]
H A Dcxx11-exception-spec.cpp110 template<typename T> struct Nested { struct
118 Nested<int>().f<true, char>(); in j()
120 Nested<long>().f<false, long>(); in j()
H A Dattr-used.cpp13 struct Nested { struct
H A Dmangle-ms-templates.cpp13 class Nested { }; class
67 Class<Nested<Typename> > c2; in template_mangling()
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp36 struct Nested;
37 friend struct Nested;
39 struct Nested { struct
40 Nested() {} in Nested() argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp32 …struct Nested { // expected-note {{implicit default constructor for 'InClassInitializers::Nested::… struct
35 …int n = ExceptionIf<noexcept(Nested())>::f(); // expected-note {{implicit default constructor for … argument
53 struct Nested { struct
55 T() noexcept(!noexcept(Nested()));
H A Ddefault2.cpp63 struct Nested { struct
68Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member funct…
71 Nested(int i = 42);
74 int mem7(Nested n = Nested());
H A Dms-friend-lookup.cpp88 class Nested { class in friend_as_a_forward_decl::A
H A Dnested-name-spec.cpp113 namespace Nested { namespace
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp10 struct Nested { struct
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} in use_X0_int()
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in X0
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp40 class Nested { }; class
48 class HasDepBase::Nested nested; in foo()
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo()
H A Dnested-template.cpp7 struct Nested { struct
14 S::A<int>::Nested::type *ip = &i;
H A Dpack-deduction.cpp7 namespace Nested { namespace
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.init/class.base.init/
H A Dp8-0x.cpp51 struct Nested { struct
52 Nested() {} in Nested() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dblocks.mm43 struct Nested { Nested *ptr = this; };
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/
H A Dtu-composite.ll27 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] {{.*}}= "Nested")
62 ; struct Nested { };
73 ; D::Nested e;
80 %"struct.D::Nested" = type { i8 }
108 %e = alloca %"struct.D::Nested", align 1
114 …call void @llvm.dbg.declare(metadata %"struct.D::Nested"* %e, metadata !51, metadata !{!"0x102"}),…
148 …= !{!"0x13\00Nested\0012\008\008\000\000\000", !1, !"_ZTS1D", null, !2, null, null, !"_ZTSN1D6Nest…
/minix3/external/bsd/llvm/dist/llvm/test/YAMLParser/
H A Dspec-09-14.data16 ... # Nested
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dstruct.c28 struct Nested nested = { 1, 2 };
H A Dstruct.h28 struct Nested { int x, y; } nest; struct
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/
H A Ddr3xx.cpp115 template<typename> struct Nested { struct
116 template<typename> struct Nested {}; argument
118 void testNested(Nested<int> n) { n.~Nested<int>(); } // expected-error {{no member named}} in testNested()
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/DeadArgElim/
H A Dmultdeadretval.ll41 ; Nested return values
/minix3/external/bsd/llvm/dist/llvm/test/Integer/
H A Dconstexpr_bt.ll24 @t9 = global i33 fptosi (float sitofp (i33 8 to float) to i33) ;; Nested cast expression
/minix3/external/bsd/llvm/dist/llvm/test/Feature/
H A Dconstexpr.ll23 @t9 = global i32 bitcast (float bitcast (i32 8 to float) to i32) ;; Nested cast expression
/minix3/external/bsd/llvm/dist/clang/test/Coverage/
H A Dc-language-features.inc192 // Nested structures.

12