Lines Matching defs:isError
11623 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
12356 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext());
12414 /*isError*/false);
12417 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
12579 /*isError*/false);
12608 /*isError*/false);
12635 bool isError = false;
12642 isError = getLangOpts().CPlusPlus;
12644 isError ? diag::err_typecheck_ordered_comparison_of_pointer_and_zero
12649 isError = true;
12659 if (isError)