Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DErrc.h72 result_out_of_range = int(std::errc::result_out_of_range), enumerator
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__errc89 result_out_of_range, // ERANGE
199 result_out_of_range = ERANGE,
Dcharconv478 case errc::result_out_of_range:
502 return {__r.ptr, errc::result_out_of_range};
559 if (__r.ec == errc::result_out_of_range)
593 return {__p, errc::result_out_of_range};
647 return {__p, errc::result_out_of_range};
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-stacks.cpp752 make_error_code(errc::result_out_of_range)); in __anon053846d70802()