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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp71 evalBind(Dst, CallExpr, Pred, ThisVal, V, true);
469 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
H A DExprEngine.cpp508 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP);
1998 /// evalBind - Handle the semantics of binding a value to a specific location.
2000 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, function in class:ExprEngine
2082 evalBind(Dst, StoreE, *NI, location, Val, false);
H A DExprEngineC.cpp504 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h476 /// evalBind - Handle the semantics of binding a value to a specific location.
478 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,

Completed in 465 milliseconds