Searched refs:getArgExpr (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp76 !isIteratorType(Call.getArgExpr(0)->getType()))
84 if (!isIteratorType(Call.getArgExpr(0)->getType()) ||
85 !isIteratorType(Call.getArgExpr(1)->getType()))
106 isIteratorType(Call.getArgExpr(1)->getType()) &&
107 isIteratorType(Call.getArgExpr(2)->getType())) {
127 if (!isIteratorType(Call.getArgExpr(0)->getType()) ||
128 !isIteratorType(Call.getArgExpr(1)->getType()))
H A DChrootChecker.cpp98 const Expr *ArgExpr = Call.getArgExpr(0);
H A DValistChecker.cpp142 Call.getArgExpr(FuncInfo.VAListPos), Symbolic, C);
312 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C);
320 getVAListAsRegion(Call.getArgSVal(1), Call.getArgExpr(1), Symbolic, C);
359 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C);
H A DIteratorRangeChecker.cpp90 Call.getArgExpr(0)->getType()->isIntegralOrEnumerationType()) {
97 Call.getArgExpr(1)->getType()->isIntegralOrEnumerationType()) {
H A DNonNullParamChecker.cpp97 const Expr *ArgE = Call.getArgExpr(idx);
H A DObjCSuperDeallocChecker.cpp209 reportUseAfterDealloc(Sym, StringRef(), CE.getArgExpr(I), C);
H A DBasicObjCFoundationChecks.cpp202 msg.getArgExpr(Arg), C);
580 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report);
750 QualType ArgTy = msg.getArgExpr(I)->getType();
H A DStreamChecker.cpp215 const Expr *AE2 = Call.getArgExpr(2);
H A DIteratorModeling.cpp246 Call.getArgExpr(0)->getType()->isIntegralOrEnumerationType()) {
254 Call.getArgExpr(1)->getType()->isIntegralOrEnumerationType()) {
389 if (isIteratorType(Call.getArgExpr(i)->getType())) {
H A DCallAndMessageChecker.cpp447 Call.getArgExpr(i), i,
H A DMallocChecker.cpp1477 FreeMemAux(C, Call.getArgExpr(0), Call.getOriginExpr(), C.getState(),
2718 if (checkUseAfterFree(Sym, C, Call.getArgExpr(I)))
3021 const Expr *ArgE = Call->getArgExpr(i)->IgnoreParenCasts();
3045 const Expr *ArgE = Call->getArgExpr(0)->IgnoreParenCasts();
H A DMoveChecker.cpp480 AFC->getArgExpr(0)->isRValue())
H A DCheckObjCDealloc.cpp934 if (!M.getArgExpr(0)->getType()->isObjCRetainableType())
H A DNullabilityChecker.cpp659 const Expr *ArgExpr = Call.getArgExpr(Idx);
H A DStdLibraryFunctionsChecker.cpp215 : Call.getArgExpr(ArgNo)->getType().getCanonicalType();
H A DLocalizationChecker.cpp767 R->addRange(M.getArgExpr(argumentNumber - 1)->getSourceRange());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp165 CE.getArgExpr(1)->getType()->getPointeeType());
172 CE.getArgExpr(1)->getType()->getPointeeType(), Idx, SuperRegion,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h272 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } function in class:clang::ento::CallEvent
518 const Expr *getArgExpr(unsigned Index) const override {
553 const Expr *getArgExpr(unsigned Index) const override {
696 const Expr *getArgExpr(unsigned Index) const override {
737 const Expr *getArgExpr(unsigned Index) const override {
852 const Expr *getArgExpr(unsigned Index) const override {
903 const Expr *getArgExpr(unsigned Index) const override {
974 const Expr *getArgExpr(unsigned Index) const override {
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp417 const Expr *ArgE = getArgExpr(Index);
424 const Expr *ArgE = getArgExpr(Index);
H A DBugReporterVisitors.cpp1158 const Expr *ArgE = Call->getArgExpr(I);
1427 InitE = Call->getArgExpr(Param->getFunctionScopeIndex());

Completed in 209 milliseconds