Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h37 argument_out_of_domain = int(std::errc::argument_out_of_domain), enumerator
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h150 argument_out_of_domain = EDOM, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp402 createStringError(errc::argument_out_of_domain, in also_compatible_with()
411 errc::argument_out_of_domain, in also_compatible_with()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp116 return createStringError(errc::argument_out_of_domain, ErrorMessage); in get()
H A DDebuginfod.cpp317 return createStringError(errc::argument_out_of_domain, "build id not found"); in getCachedOrDownloadArtifact()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp197 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
203 return errorCodeToError(errc::argument_out_of_domain); in evaluate()