Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
DDeleteWithNonVirtualDtor.cpp79 NonVirtual *atf2; in assignThroughFunction2() local
80 atf2 = get(); // expected-note{{Conversion from derived to base happened here}} in assignThroughFunction2()
81 delete atf2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in assignThroughFunction2()