Searched refs:no_such_file_or_directory (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc80 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory);
99 MAP_ERR_TO_COND(ERROR_PATH_NOT_FOUND, no_such_file_or_directory);
100 MAP_ERR_TO_COND(ERROR_BAD_NETPATH, no_such_file_or_directory);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h173 no_such_file_or_directory, // ENOENT
553 no_such_file_or_directory = ENOENT, enumerator in enum:llvm::errc::_
/freebsd-9.3-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp914 if (EC && EC != llvm::errc::no_such_file_or_directory) {
932 assert(EC == llvm::errc::no_such_file_or_directory);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp556 EC == llvm::errc::no_such_file_or_directory) {

Completed in 106 milliseconds