Lines Matching refs:ErrorReported
479 char ErrorReported::ID = 0;
2056 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2058 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2078 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2109 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2143 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2168 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2193 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2268 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in Check()
2388 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckNot()
2446 handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckDag()