Searched refs:bindLoc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/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 | ErrnoModeling.cpp | 187 State = State->bindLoc(loc::MemRegionVal{ErrnoR}, Value, LCtx); in setErrnoValue() 196 State = State->bindLoc( in setErrnoValue()
|
| H A D | BuiltinFunctionChecker.cpp | 188 NewState = NewState->bindLoc(*L, RetVal, C.getLocationContext()); in initStateAftetBuiltinOverflow()
|
| H A D | StreamChecker.cpp | 1498 StateFailed = StateFailed->bindLoc(*NewLinePtr, UndefinedVal(), in evalGetdelim()
|
| H A D | CStringChecker.cpp | 2505 State = State->bindLoc(*SearchStrLoc, in evalStrsep()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 283 [[nodiscard]] ProgramStateRef bindLoc(Loc location, SVal V, 287 [[nodiscard]] ProgramStateRef bindLoc(SVal location, SVal V, 744 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { in bindLoc() function 746 return bindLoc(*L, V, LCtx); in bindLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 76 nextState = nextState->bindLoc(elementV, V, LCtx); in populateObjCForDestinationSet()
|
| H A D | ExprEngineCXX.cpp | 1133 state = state->bindLoc(state->getLValue(VD, LCtx), V, LCtx); in VisitCXXCatchStmt() 1210 State = State->bindLoc(FieldLoc, InitVal, LocCtxt); in VisitLambdaExpr()
|
| H A D | ExprEngineC.cpp | 243 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV, LCtx); in VisitBlockExpr() 594 State = State->bindLoc(CLLoc, V, LCtx); in VisitCompoundLiteralExpr()
|
| H A D | ExprEngine.cpp | 442 State = State->bindLoc(BaseReg.castAs<Loc>(), InitVal, LC, false); in createTemporaryRegionIfNeeded() 454 State->bindLoc(Reg.castAs<Loc>(), InitValWithAdjustments, LC, false); in createTemporaryRegionIfNeeded() 456 State = State->bindLoc(BaseReg.castAs<Loc>(), InitVal, LC, false); in createTemporaryRegionIfNeeded() 3643 (State->bindLoc(loc::MemRegionVal(MR), LocAndVal.second, LCtx))) in processPointerEscapedOnBind() 3741 state = state->bindLoc(location.castAs<Loc>(), in evalBind()
|
| H A D | ProgramState.cpp | 113 ProgramStateRef ProgramState::bindLoc(Loc LV, in bindLoc() function in ProgramState
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7655 {"_ZNK5clang4ento7GRState7bindLocENS0_3LocENS0_4SValE", "clang::ento::GRState::bindLoc(clang::ento:…
|