Searched refs:TheError (Results 1 – 3 of 3) sorted by relevance
715 Error TheError; member717 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()718 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult()719 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult()
2020 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()2068 handleAllErrors(std::move(MatchResult.TheError), in printMatch()2176 std::move(MatchResult.TheError), Req.VerboseVerbose, in reportMatchResult()2413 if (MatchResult.TheError || Req.VerboseVerbose) { in CheckDag()
265 std::string TheError(toString(RangesOrError.takeError())); in processOneAttribute()267 TheError.c_str()); in processOneAttribute()