Searched refs:evalLoad (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 125 evalLoad(Tmp, B, LHS, *it, state, location); in VisitBinaryOperator() 261 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx)); in VisitCast() 937 evalLoad(Tmp, U, Ex, Pred, state, loc); in VisitIncrementDecrementOperator()
|
D | ExprEngine.cpp | 2070 evalLoad(Tmp, M, M, *I, state, L); in VisitMemberExpr() 2311 void ExprEngine::evalLoad(ExplodedNodeSet &Dst, in evalLoad() function in ExprEngine
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 531 void evalLoad(ExplodedNodeSet &Dst,
|