Home | History | Annotate | Download | only in Checkers

Lines Matching defs:arg

53                                 const Expr *arg,
99 const Expr *Arg = CE->getArg(2);
100 QualType QT = Arg->getType();
104 Arg->getSourceRange());
232 const Expr *arg,
246 report->addRange(arg->getSourceRange());
247 bugreporter::trackNullOrUndefValue(N, arg, *report);
267 const Expr *arg = CE->getArg(sizeArg);
268 SVal argVal = state->getSVal(arg, C.getLocationContext());
275 (void) ReportZeroByteAllocation(C, falseState, arg, fn);
295 const Expr *arg = CE->getArg(i);
296 SVal argVal = state->getSVal(arg, C.getLocationContext());
305 if (ReportZeroByteAllocation(C, falseState, arg, "calloc"))