Home
last modified time | relevance | path

Searched refs:NoDestroy (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dvirtual-base-used.cpp11 class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private here}} class
20 NoDestroy x; // expected-error {{field of type 'NoDestroy' has private destructor}}
41 NoDestroy x; // expected-error {{field of type 'NoDestroy' has private destructor}}
67 NoDestroy x; // expected-error {{field of type 'NoDestroy' has private destructor}}
/external/llvm-project/clang/test/SemaCXX/
Dvirtual-base-used.cpp12 class NoDestroy { ~NoDestroy(); }; class
33 NoDestroy x;
85 NoDestroy x;
152 NoDestroy x;
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Ddestroy.pass.cpp31 struct NoDestroy struct
89 typedef NoDestroy<CountDestructor> Alloc; in test()
104 typedef NoDestroy<T> Alloc; in test()
/external/llvm-project/clang/test/Misc/
Dpragma-attribute-supported-attributes-list.test88 // CHECK-NEXT: NoDestroy (SubjectMatchRule_variable)
/external/llvm-project/clang/include/clang/Basic/
DAttr.td3529 def NoDestroy : InheritableAttr {