Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dinitialization-nobug.cpp41 struct StructWithDtor { struct
42 ~StructWithDtor() { } in ~StructWithDtor() argument
45 StructWithDtor struct_with_dtor; argument
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2598 struct StructWithDtor { struct
2599 ~StructWithDtor();
2602 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()
2607 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
4535 StructWithDtor s; // Will cause the calls to become invokes. in TEST()