Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1507 std::error_code ExternalEC; in dir_begin() local
1508 directory_iterator ExternalIter = ExternalFS->dir_begin(Path, ExternalEC); in dir_begin()
1509 if (ExternalEC) { in dir_begin()
1510 if (ExternalEC != errc::no_such_file_or_directory) { in dir_begin()
1511 EC = ExternalEC; in dir_begin()