Home
last modified time | relevance | path

Searched refs:errc (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunique_lock.h133 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
135 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
147 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
149 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
162 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
164 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
177 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
179 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
191 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunique_lock.h133 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
135 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
147 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
149 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
162 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
164 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
177 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
179 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY()
191 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
H A Dfs_path.h724 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
847 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
1080 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
1119 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcharconv30 errc ec;
57 errc ec;
113 errc ec;
119 errc ec;
320 return {__last, errc::value_too_large};
335 return {__last, errc::value_too_large};
375 return {__last, errc::value_too_large};
410 case errc::invalid_argument:
412 case errc::result_out_of_range:
436 return {__r.ptr, errc::result_out_of_range};
[all …]
H A D__errc20 enum class errc
116 //enum class errc
117 _LIBCPP_DECLARE_STRONG_ENUM(errc)
214 _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(errc)
H A Dsystem_error123 template <> struct is_error_condition_enum<errc>
126 error_code make_error_code(errc e) noexcept;
127 error_condition make_error_condition(errc e) noexcept;
181 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum<errc>
186 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum<errc::__lx>
299 make_error_condition(errc __e) _NOEXCEPT
376 make_error_code(errc __e) _NOEXCEPT
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcharconv30 errc ec;
57 errc ec;
113 errc ec;
119 errc ec;
320 return {__last, errc::value_too_large};
335 return {__last, errc::value_too_large};
375 return {__last, errc::value_too_large};
410 case errc::invalid_argument:
412 case errc::result_out_of_range:
436 return {__r.ptr, errc::result_out_of_range};
[all …]
H A D__errc20 enum class errc
116 //enum class errc
117 _LIBCPP_DECLARE_STRONG_ENUM(errc)
214 _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(errc)
H A Dsystem_error123 template <> struct is_error_condition_enum<errc>
126 error_code make_error_code(errc e) noexcept;
127 error_condition make_error_condition(errc e) noexcept;
181 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum<errc>
186 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum<errc::__lx>
299 make_error_condition(errc __e) _NOEXCEPT
376 make_error_code(errc __e) _NOEXCEPT
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcharconv44 #include <bits/error_constants.h> // for std::errc
58 errc ec;
70 errc ec;
132 __res.ec = errc::value_too_large;
173 __res.ec = errc::value_too_large;
220 __res.ec = errc::value_too_large;
255 __res.ec = errc::value_too_large;
298 __res.ec = errc::value_too_large;
331 return { __last, errc::value_too_large };
336 return { __first + 1, errc{} };
[all …]
H A Dsystem_error67 struct is_error_condition_enum<errc>
164 error_code make_error_code(errc) noexcept;
239 make_error_code(errc __e) noexcept
267 error_condition make_error_condition(errc) noexcept;
332 /// Create an `error_condition` representing a standard `errc` condition.
335 make_error_condition(errc __e) noexcept
H A Dshared_mutex167 __throw_system_error(int(errc::resource_unavailable_try_again));
169 __throw_system_error(int(errc::operation_not_permitted));
190 __throw_system_error(int(errc::resource_deadlock_would_occur));
227 __throw_system_error(int(errc::resource_deadlock_would_occur));
799 __throw_system_error(int(errc::resource_deadlock_would_occur));
833 __throw_system_error(int(errc::operation_not_permitted));
835 __throw_system_error(int(errc::resource_deadlock_would_occur));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcharconv44 #include <bits/error_constants.h> // for std::errc
58 errc ec;
70 errc ec;
132 __res.ec = errc::value_too_large;
173 __res.ec = errc::value_too_large;
220 __res.ec = errc::value_too_large;
255 __res.ec = errc::value_too_large;
298 __res.ec = errc::value_too_large;
331 return { __last, errc::value_too_large };
336 return { __first + 1, errc{} };
[all …]
H A Dsystem_error67 struct is_error_condition_enum<errc>
164 error_code make_error_code(errc) noexcept;
239 make_error_code(errc __e) noexcept
267 error_condition make_error_condition(errc) noexcept;
332 /// Create an `error_condition` representing a standard `errc` condition.
335 make_error_condition(errc __e) noexcept
H A Dshared_mutex167 __throw_system_error(int(errc::resource_unavailable_try_again));
169 __throw_system_error(int(errc::operation_not_permitted));
190 __throw_system_error(int(errc::resource_deadlock_would_occur));
227 __throw_system_error(int(errc::resource_deadlock_would_occur));
799 __throw_system_error(int(errc::resource_deadlock_would_occur));
833 __throw_system_error(int(errc::operation_not_permitted));
835 __throw_system_error(int(errc::resource_deadlock_would_occur));
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dpch_can.c137 u32 errc; member
484 u32 errc, lec; in pch_can_error() local
492 errc = ioread32(&priv->regs->errc); in pch_can_error()
501 cf->data[6] = errc & PCH_TEC; in pch_can_error()
502 cf->data[7] = (errc & PCH_REC) >> 8; in pch_can_error()
510 if (((errc & PCH_REC) >> 8) > 96) in pch_can_error()
512 if ((errc & PCH_TEC) > 96) in pch_can_error()
522 if (errc & PCH_RP) in pch_can_error()
524 if ((errc & PCH_TEC) > 127) in pch_can_error()
1136 u32 errc = ioread32(&priv->regs->errc); in pch_can_get_berr_counter() local
[all …]
H A Dsun4i_can.c518 unsigned int rxerr, txerr, errc; in sun4i_can_err() local
524 errc = readl(priv->base + SUN4I_REG_ERRC_ADDR); in sun4i_can_err()
525 rxerr = (errc >> 16) & 0xFF; in sun4i_can_err()
526 txerr = errc & 0xFF; in sun4i_can_err()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket491 __ec = std::make_error_code(std::errc::not_supported);
575 __ec = std::make_error_code(errc::operation_not_supported);
648 __ec = std::make_error_code(std::errc::not_supported);
667 __ec = std::make_error_code(errc::operation_not_supported);
682 __ec = std::make_error_code(errc::operation_not_supported);
835 __ec = std::make_error_code(errc::operation_not_supported);
849 __ec = std::make_error_code(errc::bad_file_descriptor);
886 __ec = std::make_error_code(errc::operation_not_supported);
924 __ec = std::make_error_code(errc::operation_not_supported);
951 __ec = std::make_error_code(errc::operation_not_supported);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket491 __ec = std::make_error_code(std::errc::not_supported);
575 __ec = std::make_error_code(errc::operation_not_supported);
648 __ec = std::make_error_code(std::errc::not_supported);
667 __ec = std::make_error_code(errc::operation_not_supported);
682 __ec = std::make_error_code(errc::operation_not_supported);
835 __ec = std::make_error_code(errc::operation_not_supported);
849 __ec = std::make_error_code(errc::bad_file_descriptor);
886 __ec = std::make_error_code(errc::operation_not_supported);
924 __ec = std::make_error_code(errc::operation_not_supported);
951 __ec = std::make_error_code(errc::operation_not_supported);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_path.h618 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
773 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
793 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
818 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
1048 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
1076 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_path.h618 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
773 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
793 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
818 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
1048 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
1076 std::make_error_code(errc::illegal_byte_sequence))); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0001-net-http-httputil-avoid-query-parameter-smuggling.patch57 @@ -628,3 +631,36 @@ func (c switchProtocolCopier) copyToBackend(errc chan<- error) {
59 errc <- err
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Derror_constants.h40 enum class errc in _GLIBCXX_VISIBILITY() enum
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Derror_constants.h40 enum class errc in _GLIBCXX_VISIBILITY() enum
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch102 VERIFY_THROWS_HTTP_ERROR_CODE(t.get(), std::errc::operation_canceled);

12