Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h38 argument_out_of_domain = int(std::errc::argument_out_of_domain), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h38 argument_out_of_domain = int(std::errc::argument_out_of_domain), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp23 static_assert(static_cast<int>(std::errc::argument_out_of_domain) == EDOM, ""); in main()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp160 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
164 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
/external/libcxx/include/
Dsystem_error130 argument_out_of_domain, // EDOM
273 argument_out_of_domain = EDOM,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h504 argument_out_of_domain = EDOM, enumerator