Home
last modified time | relevance | path

Searched refs:bindLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp118 hasElems = hasElems->bindLoc(elementV, V); in VisitObjCForCollectionStmt()
122 noElems = noElems->bindLoc(elementV, nilV); in VisitObjCForCollectionStmt()
DExprEngineC.cpp205 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV); in VisitBlockExpr()
418 State = State->bindLoc(CLLoc, V); in VisitCompoundLiteralExpr()
DExprEngineCXX.cpp457 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt()
DExprEngine.cpp229 State = State->bindLoc(Reg, V); in createTemporaryRegionIfNeeded()
1862 escapes = (State == (State->bindLoc(*regionLoc, Val))); in processPointerEscapedOnBind()
1975 state = state->bindLoc(location.castAs<Loc>(), in evalBind()
2201 state = state->bindLoc(*LV, UnknownVal()); in VisitGCCAsmStmt()
DProgramState.cpp114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { in bindLoc() function in ProgramState
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h209 ProgramStateRef bindLoc(Loc location,
213 ProgramStateRef bindLoc(SVal location, SVal V) const;
652 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { in bindLoc() function
654 return bindLoc(*L, V); in bindLoc()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1840 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
DRetainCountChecker.cpp3363 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()