Searched refs:bindLoc (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CXXSelfAssignmentChecker.cpp | 54 ProgramStateRef SelfAssignState = State->bindLoc(Param, ThisVal, LCtx); in checkBeginFunction() 64 ProgramStateRef NonSelfAssignState = State->bindLoc(Param, ParamVal, LCtx); in checkBeginFunction()
|
| H A D | CStringChecker.cpp | 2111 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 241 LLVM_NODISCARD ProgramStateRef bindLoc(Loc location, SVal V, 245 LLVM_NODISCARD ProgramStateRef bindLoc(SVal location, SVal V, 709 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { in bindLoc() function 711 return bindLoc(*L, V, LCtx); in bindLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 76 nextState = nextState->bindLoc(elementV, V, LCtx); in populateObjCForDestinationSet()
|
| H A D | ExprEngine.cpp | 426 State = State->bindLoc(BaseReg.castAs<Loc>(), InitVal, LC, false); in createTemporaryRegionIfNeeded() 438 State->bindLoc(Reg.castAs<Loc>(), InitValWithAdjustments, LC, false); in createTemporaryRegionIfNeeded() 440 State = State->bindLoc(BaseReg.castAs<Loc>(), InitVal, LC, false); in createTemporaryRegionIfNeeded() 2814 (State->bindLoc(loc::MemRegionVal(MR), LocAndVal.second, LCtx))) in processPointerEscapedOnBind() 2912 state = state->bindLoc(location.castAs<Loc>(), in evalBind() 3099 state = state->bindLoc(*LV, UnknownVal(), Pred->getLocationContext()); in VisitGCCAsmStmt()
|
| H A D | ExprEngineCXX.cpp | 967 state = state->bindLoc(state->getLValue(VD, LCtx), V, LCtx); in VisitCXXCatchStmt() 1022 State = State->bindLoc(FieldLoc, InitVal, LocCtxt); in VisitLambdaExpr()
|
| H A D | ExprEngineC.cpp | 244 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV, LCtx); in VisitBlockExpr() 570 State = State->bindLoc(CLLoc, V, LCtx); in VisitCompoundLiteralExpr()
|
| H A D | ProgramState.cpp | 117 ProgramStateRef ProgramState::bindLoc(Loc LV, in bindLoc() function in ProgramState
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | InitializerLists.rst | 43 would be ``bindLoc()``ed to contain the list's contents (probably as a ``CompoundVal`` 53 Approach (1): If only we enabled ``ProgramState::bindLoc(..., notifyChanges=true)``
|