Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp84 evalBind(Dst, CallExpr, Pred, ThisVal, V, true); in performTrivialCopy()
1083 evalBind(evaluated, CNE, Pred, Result, V, true); in VisitCXXNewExpr()
1121 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx), in VisitCXXNewExpr()
H A DExprEngine.cpp1223 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP); in ProcessInitializer()
1232 evalBind(Tmp, Init, Pred, BaseLoc, InitVal, /*isInit=*/true); in ProcessInitializer()
3581 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() function in ExprEngine
3658 evalBind(Dst, StoreE, I, location, Val, false); in evalStore()
H A DExprEngineC.cpp629 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h648 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,