Home | History | Annotate | Download | only in docs

Lines Matching full:dyn_cast

443 <tt>cast&lt;&gt;</tt>, and <tt>dyn_cast&lt;&gt;</tt></a>.  This form of RTTI is
638 if (BinaryOperator *BO = dyn_cast&lt;BinaryOperator&gt;(II)) {
660 BinaryOperator *BO = dyn_cast&lt;BinaryOperator&gt;(II);