Searched refs:BadE (Results 1 – 1 of 1) sorted by relevance
56 static void emitBadCall(BugType *BT, CheckerContext &C, const Expr *BadE);72 const Expr *BadE) { in emitBadCall() argument78 if (BadE) { in emitBadCall()79 R->addRange(BadE->getSourceRange()); in emitBadCall()80 if (BadE->isGLValue()) in emitBadCall()81 BadE = bugreporter::getDerefExpr(BadE); in emitBadCall()82 bugreporter::trackNullOrUndefValue(N, BadE, *R); in emitBadCall()