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