Home
last modified time | relevance | path

Searched refs:result_out_of_range (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DErrc.h72 result_out_of_range = int(std::errc::result_out_of_range), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h72 result_out_of_range = int(std::errc::result_out_of_range), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp91 static_assert(static_cast<int>(std::errc::result_out_of_range) == ERANGE, ""); in main()
/external/libcxx/include/
Dsystem_error192 result_out_of_range, // ERANGE
347 result_out_of_range = ERANGE,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h598 result_out_of_range = ERANGE, enumerator