Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp118 hasElems = hasElems->bindLoc(elementV, V); in VisitObjCForCollectionStmt()
122 noElems = noElems->bindLoc(elementV, nilV); in VisitObjCForCollectionStmt()
DExprEngineC.cpp212 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV); in VisitBlockExpr()
426 State = State->bindLoc(CLLoc, V); in VisitCompoundLiteralExpr()
DExprEngine.cpp231 State = State->bindLoc(Reg, V); in createTemporaryRegionIfNeeded()
1926 escapes = (State == (State->bindLoc(*regionLoc, Val))); in processPointerEscapedOnBind()
2040 state = state->bindLoc(location.castAs<Loc>(), in evalBind()
2267 state = state->bindLoc(*LV, UnknownVal()); in VisitGCCAsmStmt()
DExprEngineCXX.cpp495 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt()
DProgramState.cpp114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { in bindLoc() function in ProgramState
/external/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()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1852 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
DRetainCountChecker.cpp3481 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()