Home | History | Annotate | Download | only in Checkers

Lines Matching defs:ArgExpr

99                                          const Expr *ArgExpr,
254 const Expr *ArgExpr,
272 Report->addRange(ArgExpr->getSourceRange());
297 const Expr *ArgExpr = CE->getArg(paramIdx);
298 if (SymbolRef V = getAsPointeeSymbol(ArgExpr, C))
317 Report->addRange(ArgExpr->getSourceRange());
335 const Expr *ArgExpr = CE->getArg(paramIdx);
336 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext());
364 if (isEnclosingFunctionParam(ArgExpr))
373 Report->addRange(ArgExpr->getSourceRange());
389 generateDeallocatorMismatchReport(AP, ArgExpr, C);
399 generateDeallocatorMismatchReport(AP, ArgExpr, C);
425 generateDeallocatorMismatchReport(AP, ArgExpr, C);
440 Report->addRange(ArgExpr->getSourceRange());
463 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param);
466 if (isEnclosingFunctionParam(ArgExpr) &&
470 if (SymbolRef V = getAsPointeeSymbol(ArgExpr, C)) {
488 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx,
623 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[Idx].Param);
624 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(),