Home | History | Annotate | Download | only in analyzer

Lines Matching full:dynamic_cast

399   dynamic_cast<A*>(b); // warn
427 dynamic_cast<A*>(b); // warn
658 Undefined behavior: the operand of typeid/dynamic_cast is an object under
673 dynamic_cast<B*>(a); //warn