Searched refs:ClassWithImplicitDtor (Results 1 – 1 of 1) sorted by relevance
373 struct ClassWithImplicitDtor { __declspec(dllimport) ClassWithImplicitDtor(); ClassWithDtor member;… struct374 __declspec(dllimport) inline void ReferencingDtorThroughDefinition() { ClassWithImplicitDtor x; }; in ReferencingDtorThroughDefinition()377 __declspec(dllimport) inline void ReferencingDtorThroughTemporary() { ClassWithImplicitDtor(); }; in USE()