Searched refs:VisitCast (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h340 /// VisitCast - Transfer function logic for all casts (implicit and explicit).
341 void VisitCast(const CastExpr *CastE, const Expr *Ex, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp219 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, function in class:ExprEngine
H A DExprEngine.cpp1016 VisitCast(C, C->getSubExpr(), *i, dstExpr);

Completed in 181 milliseconds