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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp55 evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal),
172 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
940 evalStore(Dst3, U, U, *I, state, loc, Result);
H A DExprEngine.cpp1860 /// This method is used by evalStore and (soon) VisitDeclStmt, and others.
1914 /// evalStore - Handle the semantics of a store via an assignment.
1922 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, function in class:ExprEngine
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h469 /// This method is used by evalStore, VisitDeclStmt, and others.
506 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,

Completed in 104 milliseconds