Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ArgE

39                                       const Expr *ArgE) const;
41 const Expr *ArgE) const;
74 const Expr *ArgE = Call.getArgExpr(idx);
86 if (!ArgE)
89 QualType T = ArgE->getType();
104 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE))
107 ArgE = dyn_cast<Expr>(*(IE->begin()));
126 R = genReportNullAttrNonNull(errorNode, ArgE);
128 R = genReportReferenceToNullPointer(errorNode, ArgE);
153 const ExplodedNode *ErrorNode, const Expr *ArgE) const {
165 if (ArgE)
166 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
172 const ExplodedNode *ErrorNode, const Expr *ArgE) const {
179 if (ArgE) {
180 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE);
182 ArgEDeref = ArgE;