Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp162 void handleChildImportResult(Error &ResultErr, Error &&ChildErr) { in handleChildImportResult()