HomeSort by relevance Sort by last modified time
    Searched defs:bindLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 113 const ProgramState *ProgramState::bindLoc(Loc LV, SVal V) const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 209 const ProgramState *bindLoc(Loc location, SVal V) const;
211 const ProgramState *bindLoc(SVal location, SVal V) const;
651 inline const ProgramState *ProgramState::bindLoc(SVal LV, SVal V) const {
652 return !isa<Loc>(LV) ? this : bindLoc(cast<Loc>(LV), V);

Completed in 603 milliseconds