Home
last modified time | relevance | path

Searched refs:StructWithDtor (Results 1 – 2 of 2) 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/compiler-rt/lib/msan/tests/
Dmsan_test.cc2363 struct StructWithDtor { struct
2364 ~StructWithDtor();
2367 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()
2372 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
4128 StructWithDtor s; // Will cause the calls to become invokes. in TEST()