Home
last modified time | relevance | path

Searched refs:TheError (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h740 Error TheError; member
742 : 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()
H A DFileCheck.cpp2052 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()