Home
last modified time | relevance | path

Searched refs:evalBind (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp85 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 DExprEngine.cpp1217 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 DExprEngineC.cpp636 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h663 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,