Home
last modified time | relevance | path

Searched refs:getArgExpr (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h305 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } in getArgExpr() function
550 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
585 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
728 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
769 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
884 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
935 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
1006 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp141 Call.getArgExpr(FuncInfo.VAListPos), Symbolic, C); in checkPreCall()
311 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C); in checkVAListStartCall()
319 getVAListAsRegion(Call.getArgSVal(1), Call.getArgExpr(1), Symbolic, C); in checkVAListStartCall()
358 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C); in checkVAListEndCall()
H A DNonNullParamChecker.cpp96 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall()
H A DIteratorChecker.cpp479 !isIteratorType(Call.getArgExpr(0)->getType())) in checkPreCall()
487 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
488 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
513 isIteratorType(Call.getArgExpr(1)->getType()) && in checkPreCall()
514 isIteratorType(Call.getArgExpr(2)->getType())) { in checkPreCall()
534 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
535 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
732 if (isIteratorType(Call.getArgExpr(i)->getType())) { in checkPostCall()
H A DObjCSuperDeallocChecker.cpp211 reportUseAfterDealloc(Sym, StringRef(), CE.getArgExpr(I), C); in diagnoseCallArguments()
H A DBasicObjCFoundationChecks.cpp203 msg.getArgExpr(Arg), C); in warnIfNilArg()
581 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report); in checkPreCall()
751 QualType ArgTy = msg.getArgExpr(I)->getType(); in checkPreObjCMessage()
H A DCallAndMessageChecker.cpp455 Call.getArgExpr(i), i, in checkPreCall()
H A DMoveChecker.cpp462 AFC->getArgExpr(0)->isRValue()) in checkPostCall()
H A DMallocChecker.cpp1207 ProgramStateRef State = FreeMemAux(C, Call.getArgExpr(0), in checkPostObjCMessage()
2443 if (checkUseAfterFree(Sym, C, Call.getArgExpr(I))) in checkPreCall()
2713 const Expr *ArgE = Call->getArgExpr(i)->IgnoreParenCasts(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2737 const Expr *ArgE = Call->getArgExpr(0)->IgnoreParenCasts(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
H A DCheckObjCDealloc.cpp936 if (!M.getArgExpr(0)->getType()->isObjCRetainableType()) in getValueReleasedByNillingOut()
H A DStdLibraryFunctionsChecker.cpp216 : Call.getArgExpr(ArgNo)->getType().getCanonicalType(); in getArgType()
H A DNullabilityChecker.cpp662 const Expr *ArgExpr = Call.getArgExpr(Idx); in checkPreCall()
H A DLocalizationChecker.cpp769 R->addRange(M.getArgExpr(argumentNumber - 1)->getSourceRange()); in reportLocalizationError()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp166 CE.getArgExpr(1)->getType()->getPointeeType()); in allRegionsUsedByWait()
173 CE.getArgExpr(1)->getType()->getPointeeType(), Idx, SuperRegion, in allRegionsUsedByWait()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp402 const Expr *ArgE = getArgExpr(Index); in getArgSVal()
409 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange()
H A DBugReporterVisitors.cpp981 const Expr *ArgE = Call->getArgExpr(I); in visitNodeMaybeUnsuppress()
1246 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()