Searched refs:error_value (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h115 T error_value();
117 _LIBCPP_CONSTEXPR_AFTER_CXX11 void error_value<void>() {} function in namespace:detail::__anon3707
119 bool error_value<bool>() { function in namespace:detail::__anon3707
123 uintmax_t error_value<uintmax_t>() { function in namespace:detail::__anon3707
127 _LIBCPP_CONSTEXPR_AFTER_CXX11 file_time_type error_value<file_time_type>() { function in namespace:detail::__anon3707
131 path error_value<path>() { function in namespace:detail::__anon3707
152 return error_value<T>();
170 return error_value<T>();
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rsvp.c674 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
1577 error_value=EXTRACT_16BITS(obj_tptr+6);
1588 tok2str(rsvp_obj_error_code_routing_values,"unknown",error_value),
1589 error_value));
1594 tok2str(rsvp_obj_error_code_diffserv_te_values,"unknown",error_value),
1595 error_value));
1598 ND_PRINT((ndo, ", Unknown Error Value (%u)", error_value));
1609 error_value=EXTRACT_16BITS(obj_tptr+18);
1621 tok2str(rsvp_obj_error_code_routing_values,"unknown",error_value),
1622 error_value));
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp408 uint32_t error_value = error.GetError(); local
409 switch (error_value) {
453 llvm::sys::StrError(error_value));

Completed in 96 milliseconds