Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp577 Error ResultErr = Error::success(); in link() local
583 ResultErr = std::move(Err); in link()
585 return ResultErr; in link()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp162 void handleChildImportResult(Error &ResultErr, Error &&ChildErr) { in handleChildImportResult() argument
164 ResultErr = joinErrors(std::move(ResultErr), std::move(ChildErr)); in handleChildImportResult()