Searched refs:handleAssignment (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 39 void handleAssignment(CheckerContext &C, SVal Cont, ConstCFGElementRef Elem, 166 handleAssignment(C, InstCall->getCXXThisVal(), Call.getCFGElementRef(), in checkPostCall() 171 handleAssignment(C, InstCall->getCXXThisVal(), C.getCFGElementRef()); in checkPostCall() 297 void ContainerModeling::handleAssignment(CheckerContext &C, SVal Cont, in handleAssignment() function in ContainerModeling
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4661 static bool handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, in handleAssignment() function 6647 if (!handleAssignment(Info, Args[ExplicitOffset], *ObjectArg, in HandleFunctionCall() 9374 return handleAssignment(this->Info, E, Result, E->getLHS()->getType(), in VisitBinAssign() 10285 !handleAssignment(Info, E, Dest, T, Val)) in VisitBuiltinCallExpr() 13693 if (!handleAssignment(Info, E, CarryOutLValue, ResultType, APV)) in VisitBuiltinCallExpr() 13810 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV)) in VisitBuiltinCallExpr() 13899 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV)) in VisitBuiltinCallExpr()
|