Searched refs:NoDestroy (Results 1 – 5 of 5) sorted by relevance
11 class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private here}} class20 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}}
12 class NoDestroy { ~NoDestroy(); }; class33 NoDestroy x;85 NoDestroy x;152 NoDestroy x;
31 struct NoDestroy struct89 typedef NoDestroy<CountDestructor> Alloc; in test()104 typedef NoDestroy<T> Alloc; in test()
88 // CHECK-NEXT: NoDestroy (SubjectMatchRule_variable)
3529 def NoDestroy : InheritableAttr {