Searched refs:TheError (Results 1 – 3 of 3) sorted by relevance
691 Error TheError; member693 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()694 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult()695 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult()
1983 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()2031 handleAllErrors(std::move(MatchResult.TheError), in printMatch()2139 std::move(MatchResult.TheError), Req.VerboseVerbose, in reportMatchResult()2376 if (MatchResult.TheError || Req.VerboseVerbose) { in CheckDag()
463 std::string TheError(toString(RangesOrError.takeError())); in processOneAttribute()465 TheError.c_str()); in processOneAttribute()