Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CastExpr

144   void VisitCastExpr(CastExpr *E);
536 if (CastExpr *castE = dyn_cast<CastExpr>(op)) {
546 void AggExprEmitter::VisitCastExpr(CastExpr *E) {
802 } else if (const CastExpr *cast = dyn_cast<CastExpr>(E)) {
1001 if (const CastExpr *ICE = dyn_cast<CastExpr>(E))