Searched refs:errc (Results 1 – 17 of 17) sorted by relevance
50 return errc::success; in default_error_condition()51 return errc::invalid_argument; in default_error_condition()
47 return make_error_code(errc::invalid_argument); in createBinary()
485 struct errc { struct610 errc(_ v) : v_(v) {} in errc() function614 template <> struct is_error_condition_enum<errc> : true_type { };616 template <> struct is_error_condition_enum<errc::_> : true_type { };713 inline error_condition make_error_condition(errc _e) {780 inline error_code make_error_code(errc _e) {
116 if (errno != errc::not_enough_memory)192 if (errno != errc::file_exists)232 if (errno != errc::no_such_file_or_directory)279 if (errno != errc::no_such_file_or_directory)310 return make_error_code(errc::operation_not_permitted);323 if (ec == errc::no_such_file_or_directory)403 if (errno == errc::file_exists)406 if (errno == errc::no_such_file_or_directory) {419 return make_error_code(errc::no_such_file_or_directory);508 return make_error_code(errc::value_too_large);
417 return make_error_code(errc::success);422 return make_error_code(errc::success);427 return make_error_code(errc::success);
3 struct errc { struct29 inline error_condition make_error_condition(errc _e) { in make_error_condition()
108 Error = make_error_code(errc::no_space_on_device); in LockFileManager()119 if (EC == errc::success) in LockFileManager()
325 return make_error_code(errc::not_enough_memory); in getOpenFile()
733 if (ec == errc::value_too_large) { in has_magic()859 if (ec && ec != errc::value_too_large) in identify_magic()
115 if (fs::create_directory(outputDir, existed) != llvm::errc::success) in flushToDisk()152 if (fs::unique_file(tempPath.str(), fd, tempPath) != llvm::errc::success) in flushToFile()179 fs::copy_option::overwrite_if_exists) != llvm::errc::success) in overwriteOriginal()
404 return make_error_code(errc::success);411 return make_error_code(errc::success);418 return make_error_code(errc::success);
55 #define MAP_ERR_TO_COND(x, y) case x: return make_error_condition(errc::y)
238 return make_error_code(errc::function_not_supported);651 // ERROR_HANDLE_EOF is mapped to errc::value_too_large.
422 if (ec == errc::timed_out) { in main()
193 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists); in TEST_F()
563 /*makeAbsolute=*/false) == llvm::errc::success) { in createOutputFile()801 != llvm::errc::success) { in compileModule()
9750 http://lists.errc.org/rr_nr4_2000/legal_defence.shtml