Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp71 evalBind(Dst, CallExpr, Pred, ThisVal, V, true); in performTrivialCopy()
525 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx), in VisitCXXNewExpr()
DExprEngine.cpp523 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP); in ProcessInitializer()
2228 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() function in ExprEngine
2308 evalBind(Dst, StoreE, *NI, location, Val, false); in evalStore()
DExprEngineC.cpp540 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h506 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,