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 | ExprEngineC.cpp | 212 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV); in VisitBlockExpr() 426 State = State->bindLoc(CLLoc, V); in VisitCompoundLiteralExpr()
|
D | ExprEngine.cpp | 231 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()
|
D | ExprEngineCXX.cpp | 495 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt()
|
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 | 209 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/ |
D | CStringChecker.cpp | 1852 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
|
D | RetainCountChecker.cpp | 3481 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()
|