Searched refs:bindDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h204 ProgramStateRef bindDecl(const VarRegion *VR, SVal V) const;
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp122 ProgramStateRef ProgramState::bindDecl(const VarRegion* VR, SVal IVal) const { function in class:ProgramState
H A DExprEngine.cpp1576 state = state->bindDecl(VR, Val);

Completed in 697 milliseconds