Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
DDeleteWithNonVirtualDtor.cpp99 …NonVirtual *sccs2 = (NonVirtual*)sccs; // expected-note{{Conversion from derived to base happened … in singleCastCStyle() local
100 …delete sccs2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in singleCastCStyle()