Searched refs:bindLoc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp54 ProgramStateRef SelfAssignState = State->bindLoc(Param, ThisVal, LCtx);
64 ProgramStateRef NonSelfAssignState = State->bindLoc(Param, ParamVal, LCtx);
H A DCStringChecker.cpp2104 State = State->bindLoc(*SearchStrLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp78 nextState = nextState->bindLoc(elementV, V, LCtx);
H A DExprEngineCXX.cpp867 state = state->bindLoc(state->getLValue(VD, LCtx), V, LCtx);
922 State = State->bindLoc(FieldLoc, InitVal, LocCtxt);
H A DProgramState.cpp117 ProgramStateRef ProgramState::bindLoc(Loc LV, function in class:ProgramState
H A DExprEngineC.cpp244 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV, LCtx);
565 State = State->bindLoc(CLLoc, V, LCtx);
H A DExprEngine.cpp426 State = State->bindLoc(BaseReg.castAs<Loc>(), InitVal, LC, false);
438 State->bindLoc(Reg.castAs<Loc>(), InitValWithAdjustments, LC, false);
440 State = State->bindLoc(BaseReg.castAs<Loc>(), InitVal, LC, false);
452 // Notify checkers once for two bindLoc()s.
2728 (State->bindLoc(loc::MemRegionVal(MR), LocAndVal.second, LCtx)))
2826 state = state->bindLoc(location.castAs<Loc>(),
3013 state = state->bindLoc(*LV, UnknownVal(), Pred->getLocationContext());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h241 LLVM_NODISCARD ProgramStateRef bindLoc(Loc location, SVal V,
245 LLVM_NODISCARD ProgramStateRef bindLoc(SVal location, SVal V,
702 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { function in class:clang::ento::ProgramState
704 return bindLoc(*L, V, LCtx);

Completed in 116 milliseconds