Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h273 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } in getArgExpr() function
490 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
525 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
670 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
711 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
810 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
854 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
913 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() function
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp166 CE.getArgExpr(1)->getType()->getPointeeType()); in allRegionsUsedByWait()
173 CE.getArgExpr(1)->getType()->getPointeeType(), Idx, SuperRegion, in allRegionsUsedByWait()
/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp95 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall()
DObjCSuperDeallocChecker.cpp216 reportUseAfterDealloc(Sym, StringRef(), CE.getArgExpr(I), C); in diagnoseCallArguments()
DBasicObjCFoundationChecks.cpp197 msg.getArgExpr(Arg), C); in warnIfNilArg()
779 QualType ArgTy = msg.getArgExpr(I)->getType(); in checkPreObjCMessage()
DCallAndMessageChecker.cpp433 Call.getArgExpr(i), /*IsFirstArgument=*/i == 0, in checkPreCall()
DMallocChecker.cpp1043 ProgramStateRef State = FreeMemAux(C, Call.getArgExpr(0), in checkPostObjCMessage()
2222 if (checkUseAfterFree(Sym, C, Call.getArgExpr(I))) in checkPreCall()
2477 const Expr *ArgE = Call->getArgExpr(i)->IgnoreParenCasts(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2501 const Expr *ArgE = Call->getArgExpr(0)->IgnoreParenCasts(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
DCheckObjCDealloc.cpp935 if (!M.getArgExpr(0)->getType()->isObjCRetainableType()) in getValueReleasedByNillingOut()
DNullabilityChecker.cpp687 ArgExpr = Call.getArgExpr(Idx); in checkPreCall()
DLocalizationChecker.cpp698 R->addRange(M.getArgExpr(argumentNumber - 1)->getSourceRange()); in reportLocalizationError()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp224 const Expr *ArgE = getArgExpr(Index); in getArgSVal()
231 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange()
DBugReporterVisitors.cpp366 const Expr *ArgE = Call->getArgExpr(I); in visitNodeMaybeUnsuppress()
517 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()