Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ArgE

40                                       const Expr *ArgE) const;
42 const Expr *ArgE) const;
81 const Expr *ArgE = Call.getArgExpr(idx);
93 if (!ArgE)
96 QualType T = ArgE->getType();
113 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE))
116 ArgE = dyn_cast<Expr>(*(IE->begin()));
135 R = genReportNullAttrNonNull(errorNode, ArgE);
137 R = genReportReferenceToNullPointer(errorNode, ArgE);
162 const ExplodedNode *ErrorNode, const Expr *ArgE) const {
173 if (ArgE)
174 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
180 const ExplodedNode *ErrorNode, const Expr *ArgE) const {
187 if (ArgE) {
188 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE);
190 ArgEDeref = ArgE;