Searched refs:value_too_large (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Support/Windows/
H A Dsystem_error.inc82 MAP_ERR_TO_COND(ERROR_HANDLE_EOF, value_too_large);
H A DPathV2.inc700 // ERROR_HANDLE_EOF is mapped to errc::value_too_large.
/external/llvm/include/llvm/Support/
H A Dsystem_error.h200 value_too_large, // EOVERFLOW
604 value_too_large = EOVERFLOW, enumerator in enum:llvm::errc::_
/external/llvm/lib/Support/
H A DPathV2.cpp733 if (ec == errc::value_too_large) {
861 if (ec && ec != errc::value_too_large)
/external/llvm/lib/Support/Unix/
H A DPathV2.inc644 return make_error_code(errc::value_too_large);

Completed in 1067 milliseconds