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()
DExprEngineCXX.cpp551 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt()
606 State = State->bindLoc(FieldLoc, InitVal); in VisitLambdaExpr()
DExprEngineC.cpp234 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV); in VisitBlockExpr()
459 State = State->bindLoc(CLLoc, V); in VisitCompoundLiteralExpr()
DExprEngine.cpp242 State = State->bindLoc(Reg, V); in createTemporaryRegionIfNeeded()
2154 escapes = (State == (State->bindLoc(*regionLoc, Val))); in processPointerEscapedOnBind()
2266 state = state->bindLoc(location.castAs<Loc>(), in evalBind()
2493 state = state->bindLoc(*LV, UnknownVal()); in VisitGCCAsmStmt()
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.h232 ProgramStateRef bindLoc(Loc location,
236 ProgramStateRef bindLoc(SVal location, SVal V) const;
688 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { in bindLoc() function
690 return bindLoc(*L, V); in bindLoc()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1946 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
DRetainCountChecker.cpp3631 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()