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