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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 208 ProgramStateRef bindLoc(Loc location, SVal V) const;
210 ProgramStateRef bindLoc(SVal location, SVal V) const;
631 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const {
632 return !isa<Loc>(LV) ? this : bindLoc(cast<Loc>(LV), V);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 134 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V) const {

Completed in 29 milliseconds