Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-array-cookies.cpp18 struct ClassWithDtor { struct
20 ~ClassWithDtor() {} in ~ClassWithDtor() argument
26 ClassWithDtor *array = new ClassWithDtor[42]; in check_array_cookies_simple()
H A Ddllimport.cpp362 struct ClassWithDtor { ~ClassWithDtor() {} }; in ~ClassWithDtor() argument
363 struct __declspec(dllimport) ClassWithNonDllImportField { using X = ClassWithDtor; X t[2]; };
364 struct __declspec(dllimport) ClassWithNonDllImportBase : public ClassWithDtor { };
373 struct ClassWithImplicitDtor { __declspec(dllimport) ClassWithImplicitDtor(); ClassWithDtor member;…
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-cxx98.cpp80 class ClassWithDtor { class
82 ~ClassWithDtor() {} in ~ClassWithDtor()
89 ClassWithDtor temp; in fallthrough2()
H A Dswitch-implicit-fallthrough.cpp119 class ClassWithDtor { class
121 ~ClassWithDtor() {} in ~ClassWithDtor()
128 ClassWithDtor temp; in fallthrough2()
144 ClassWithDtor temp; in fallthrough3()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfg.cpp639 struct ClassWithDtor { struct
640 ~ClassWithDtor() {} in ~ClassWithDtor() argument
647 thread_local ClassWithDtor a; in crash_with_thread_local()