Lines Matching refs:ErrorReported
479 char ErrorReported::ID = 0;
2087 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2089 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2109 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2140 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2174 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2199 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2224 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2299 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in Check()
2419 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckNot()
2477 handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckDag()