Searched refs:bindLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 118 hasElems = hasElems->bindLoc(elementV, V); in VisitObjCForCollectionStmt() 122 noElems = noElems->bindLoc(elementV, nilV); in VisitObjCForCollectionStmt()
|
D | ExprEngineCXX.cpp | 551 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt() 606 State = State->bindLoc(FieldLoc, InitVal); in VisitLambdaExpr()
|
D | ExprEngineC.cpp | 234 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV); in VisitBlockExpr() 459 State = State->bindLoc(CLLoc, V); in VisitCompoundLiteralExpr()
|
D | ExprEngine.cpp | 242 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()
|
D | ProgramState.cpp | 114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { in bindLoc() function in ProgramState
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 232 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/ |
D | CStringChecker.cpp | 1946 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
|
D | RetainCountChecker.cpp | 3631 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()
|