Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/
Dinitialization-nobug.cc41 struct StructWithDtor { struct
42 ~StructWithDtor() { } in ~StructWithDtor() argument
45 StructWithDtor struct_with_dtor; argument
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dinitialization-nobug.cpp41 struct StructWithDtor { struct
42 ~StructWithDtor() { } in ~StructWithDtor() argument
45 StructWithDtor struct_with_dtor; argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2380 struct StructWithDtor { struct
2381 ~StructWithDtor();
2384 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()
2389 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
4238 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp2588 struct StructWithDtor { struct
2589 ~StructWithDtor();
2592 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()
2597 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
4498 StructWithDtor s; // Will cause the calls to become invokes. in TEST()