Searched defs:Deleted (Results 1 – 9 of 9) sorted by relevance
27 struct Deleted { struct34 … &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when bin…
243 struct Deleted { struct250 … &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when bin…
59 struct Deleted { struct64 Deleted(Deleted&&); argument
67 struct Deleted { struct68 …IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because fiel… argument
116 static T* Deleted() { return reinterpret_cast<T*>(1); } // Also an invalid pointer. in Deleted() function
161 static T* Deleted() { return reinterpret_cast<T*>(1); } // Also an invalid pointer. in Deleted() function
505 Value *Deleted = Phi.removeIncomingValue(From, false); in delPhiValues() local
149 enum { InUse, Deleted, Empty } status; enumerator
1251 def Deleted(self, value): member in DescriptorArray