Searched defs:bindLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h209 ProgramStateRef bindLoc(Loc location,
213 ProgramStateRef bindLoc(SVal location, SVal V) const;
652 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { function in class:clang::ento::ProgramState
654 return bindLoc(*L, V);
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { function in class:ProgramState

Completed in 62 milliseconds