Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CastExpr

144   void VisitCastExpr(CastExpr *E);
553 if (CastExpr *castE = dyn_cast<CastExpr>(op)) {
563 void AggExprEmitter::VisitCastExpr(CastExpr *E) {
820 } else if (const CastExpr *cast = dyn_cast<CastExpr>(E)) {
1025 if (const CastExpr *ICE = dyn_cast<CastExpr>(E))