Home
last modified time | relevance | path

Searched refs:handleAssignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp40 void handleAssignment(CheckerContext &C, SVal Cont, const Expr *CE = nullptr,
163 handleAssignment(C, InstCall->getCXXThisVal(), Call.getOriginExpr(), in checkPostCall()
168 handleAssignment(C, InstCall->getCXXThisVal()); in checkPostCall()
294 void ContainerModeling::handleAssignment(CheckerContext &C, SVal Cont, in handleAssignment() function in ContainerModeling
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4645 static bool handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, in found()
6587 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(), in HandleDestructionImpl()
9291 return handleAssignment(this->Info, E, Result, E->getLHS()->getType(), in VisitCastExpr()
10199 !handleAssignment(Info, E, Dest, T, Val))
13590 if (!handleAssignment(Info, E, CarryOutLValue, ResultType, APV)) in EvaluateComparisonBinaryOperator()
13707 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV)) in EvaluateComparisonBinaryOperator()
13796 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV)) in EvaluateComparisonBinaryOperator()
4401 static bool handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, handleAssignment() function