Searched refs:bindLoc (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp118 hasElems = hasElems->bindLoc(elementV, V);
122 noElems = noElems->bindLoc(elementV, nilV);
H A DExprEngineC.cpp212 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV);
426 State = State->bindLoc(CLLoc, V);
H A DExprEngine.cpp231 State = State->bindLoc(Reg, V);
1926 escapes = (State == (State->bindLoc(*regionLoc, Val)));
2040 state = state->bindLoc(location.castAs<Loc>(),
2267 state = state->bindLoc(*LV, UnknownVal());
H A DExprEngineCXX.cpp495 state = state->bindLoc(state->getLValue(VD, LCtx), V);
H A DProgramState.cpp114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { function in class:ProgramState
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h209 ProgramStateRef bindLoc(Loc location,
213 ProgramStateRef bindLoc(SVal location, SVal V) const;
652 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { function in class:clang::ento::ProgramState
654 return bindLoc(*L, V);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1852 State = State->bindLoc(*SearchStrLoc,

Completed in 663 milliseconds