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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h232 ProgramStateRef bindLoc(Loc location,
236 ProgramStateRef bindLoc(SVal location, SVal V) const;
688 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { function in class:clang::ento::ProgramState
690 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 193 milliseconds