Searched defs:HasDtor (Results 1 – 10 of 10) sorted by relevance
6 struct HasDtor { struct11 HasDtor o; argument
21 struct HasDtor { in useinvoke() struct22 ~HasDtor() { delete gv_foo; } in useinvoke()
44 struct HasDtor { ~HasDtor() {} }; in init_capture_dtors() argument
6 struct HasDtor { ~HasDtor(); }; struct
73 struct HasDtor { struct77 struct HasImplicitDtor1 { HasDtor o; }; argument
29 struct HasDtor { struct30 int x, y;
22 struct HasDtor { ~HasDtor(); int x; }; struct
40 struct HasDtor { ~HasDtor(); }; global() struct
36 bool HasCopyCtor = false, HasCopyAssign = true, HasDtor = false, in isIterator() local
112 struct HasDtor { struct113 int x, y;