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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 121 state = state->bindLoc(loc::MemRegionVal(R), V);
191 state = state->bindLoc(loc::MemRegionVal(ThisR), loc::MemRegionVal(Dest));
235 state = state->bindLoc(loc::MemRegionVal(ThisR), loc::MemRegionVal(Dest));
304 state = state->bindLoc(loc::MemRegionVal(EleReg), V);
308 state = state->bindLoc(loc::MemRegionVal(EleReg), UndefinedVal());
ExprEngineObjC.cpp 116 hasElems = hasElems->bindLoc(elementV, V);
120 noElems = noElems->bindLoc(elementV, nilV);
ExprEngine.cpp 350 state = state->bindLoc(FieldLoc, InitVal);
    [all...]
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);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 728 if (notNullState == (notNullState->bindLoc(cast<Loc>(location),
RetainCountChecker.cpp     [all...]

Completed in 69 milliseconds