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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp118 hasElems = hasElems->bindLoc(elementV, V);
122 noElems = noElems->bindLoc(elementV, nilV);
H A DExprEngineC.cpp205 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV);
418 State = State->bindLoc(CLLoc, V);
H A DExprEngineCXX.cpp457 state = state->bindLoc(state->getLValue(VD, LCtx), V);
H A DExprEngine.cpp229 State = State->bindLoc(Reg, V);
1862 escapes = (State == (State->bindLoc(*regionLoc, Val)));
1975 state = state->bindLoc(location.castAs<Loc>(),
2201 state = state->bindLoc(*LV, UnknownVal());
H A DProgramState.cpp114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { function in class:ProgramState
/freebsd-10.2-release/contrib/llvm/tools/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);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1840 State = State->bindLoc(*SearchStrLoc,

Completed in 119 milliseconds