Home
last modified time | relevance | path

Searched refs:bindExprAndLocation (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h95 Environment bindExprAndLocation(Environment Env, const Stmt *S, SVal location,
DGRState.h205 const GRState *bindExprAndLocation(const Stmt *S, SVal location, SVal V)
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp116 Environment EnvironmentManager::bindExprAndLocation(Environment Env, in bindExprAndLocation() function in EnvironmentManager
DGRState.cpp260 const GRState *GRState::bindExprAndLocation(const Stmt *S, SVal location, in bindExprAndLocation() function in GRState
263 getStateManager().EnvMgr.bindExprAndLocation(Env, S, location, V); in bindExprAndLocation()
DExprEngine.cpp1568 MakeNode(Dst, Ex, *NI, state->bindExprAndLocation(Ex, location, V), in evalLoadCommon()