Lines Matching refs:ValueExpr
174 const Stmt *ValueExpr = nullptr,
178 BugReporter &BR, const Stmt *ValueExpr = nullptr) const { in reportBug() argument
187 if (ValueExpr) { in reportBug()
188 R->addRange(ValueExpr->getSourceRange()); in reportBug()
192 bugreporter::trackNullOrUndefValue(N, ValueExpr, *R); in reportBug()
393 CheckerContext &C, const Stmt *ValueExpr, bool SuppressPath) const { in reportBugIfPreconditionHolds() argument
403 reportBug(Error, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfPreconditionHolds()
926 const Stmt *ValueExpr = matchValueExprForBind(S); in checkBind() local
927 if (!ValueExpr) in checkBind()
928 ValueExpr = S; in checkBind()
931 ValueExpr); in checkBind()