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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 118 hasElems = hasElems->bindLoc(elementV, V);
122 noElems = noElems->bindLoc(elementV, nilV);
ExprEngineCXX.cpp 343 State = State->bindLoc(*LV, State->getSVal(Init, LCtx));
370 state = state->bindLoc(state->getLValue(VD, LCtx), V);
ExprEngine.cpp 200 State = State->bindLoc(Reg, V);
    [all...]
ExprEngineC.cpp 202 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV);
    [all...]
ProgramState.cpp 122 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 217 ProgramStateRef bindLoc(Loc location,
221 ProgramStateRef bindLoc(SVal location, SVal V) const;
648 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const {
650 return bindLoc(*L, V);
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 79 milliseconds