Home
last modified time | relevance | path

Searched refs:ClassWithImplicitDtor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp373 struct ClassWithImplicitDtor { __declspec(dllimport) ClassWithImplicitDtor(); ClassWithDtor member;… struct
374 __declspec(dllimport) inline void ReferencingDtorThroughDefinition() { ClassWithImplicitDtor x; }; in ReferencingDtorThroughDefinition()
377 __declspec(dllimport) inline void ReferencingDtorThroughTemporary() { ClassWithImplicitDtor(); }; in USE()