Searched refs:evalBind (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 71 evalBind(Dst, CallExpr, Pred, ThisVal, V, true); in performTrivialCopy() 525 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx), in VisitCXXNewExpr()
|
D | ExprEngine.cpp | 522 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP); in ProcessInitializer() 2166 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() function in ExprEngine 2246 evalBind(Dst, StoreE, *NI, location, Val, false); in evalStore()
|
D | ExprEngineC.cpp | 529 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 495 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,
|