Searched refs:TheError (Results 1 – 2 of 2) sorted by relevance
740 Error TheError; member742 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()743 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult()744 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult()
2052 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()2100 handleAllErrors(std::move(MatchResult.TheError), in printMatch()2208 std::move(MatchResult.TheError), Req.VerboseVerbose, in reportMatchResult()2441 if (MatchResult.TheError || Req.VerboseVerbose) { in CheckDag()