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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp74 evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal),
188 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
1090 evalStore(Dst3, U, Ex, *I, state, loc, V2_untested);
1158 evalStore(Dst3, U, Ex, *I, state, loc, Result);
H A DExprEngine.cpp2790 /// This method is used by evalStore and (soon) VisitDeclStmt, and others.
2840 /// evalStore - Handle the semantics of a store via an assignment.
2848 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, function in class:ExprEngine
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h610 /// This method is used by evalStore, VisitDeclStmt, and others.
660 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,

Completed in 77 milliseconds