Searched refs:evalBind (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 85 evalBind(Dst, CallExpr, Pred, ThisVal, V, true); in performTrivialCopy() 1078 evalBind(evaluated, CNE, Pred, Result, V, true); in VisitCXXNewExpr() 1116 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx), in VisitCXXNewExpr()
|
H A D | ExprEngine.cpp | 1217 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP); in ProcessInitializer() 3550 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() function in ExprEngine 3627 evalBind(Dst, StoreE, I, location, Val, false); in evalStore()
|
H A D | ExprEngineC.cpp | 636 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 663 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,
|