Searched refs:BadE (Results 1 – 1 of 1) sorted by relevance
79 static void emitBadCall(BugType *BT, CheckerContext &C, const Expr *BadE);99 const Expr *BadE) { in emitBadCall() argument105 if (BadE) { in emitBadCall()106 R->addRange(BadE->getSourceRange()); in emitBadCall()107 if (BadE->isGLValue()) in emitBadCall()108 BadE = bugreporter::getDerefExpr(BadE); in emitBadCall()109 bugreporter::trackNullOrUndefValue(N, BadE, *R); in emitBadCall()