Home
last modified time | relevance | path

Searched refs:__ex (Results 1 – 25 of 31) 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 Dnested_exception.h84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
159 rethrow_if_nested(const _Ex& __ex) in rethrow_if_nested() argument
160 { std::__rethrow_if_nested_impl(std::__addressof(__ex)); } in rethrow_if_nested()
H A Dexception_ptr.h186 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() argument
191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
195 ::new (__e) _Ex(__ex); in make_exception_ptr()
206 throw __ex; in make_exception_ptr()
H A Dhashtable_policy.h1197 _Hash_code_base(const _ExtractKey& __ex, const _H1&, const _H2&, in _GLIBCXX_VISIBILITY()
1199 : __ebo_extract_key(__ex), __ebo_hash(__h) { } in _GLIBCXX_VISIBILITY()
1284 _Hash_code_base(const _ExtractKey& __ex, in _GLIBCXX_VISIBILITY()
1287 : __ebo_extract_key(__ex), __ebo_h1(__h1), __ebo_h2(__h2) { } in _GLIBCXX_VISIBILITY()
1369 _Hash_code_base(const _ExtractKey& __ex, in _GLIBCXX_VISIBILITY()
1372 : __ebo_extract_key(__ex), __ebo_h1(__h1), __ebo_h2(__h2) { } in _GLIBCXX_VISIBILITY()
1792 _Hashtable_base(const _ExtractKey& __ex, const _H1& __h1, const _H2& __h2, in _GLIBCXX_VISIBILITY()
1794 : __hash_code_base(__ex, __h1, __h2, __hash), _EqualEBO(__eq) 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 Dnested_exception.h84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
159 rethrow_if_nested(const _Ex& __ex) in rethrow_if_nested() argument
160 { std::__rethrow_if_nested_impl(std::__addressof(__ex)); } in rethrow_if_nested()
H A Dexception_ptr.h186 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() argument
191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
195 ::new (__e) _Ex(__ex); in make_exception_ptr()
206 throw __ex; in make_exception_ptr()
H A Dhashtable_policy.h1197 _Hash_code_base(const _ExtractKey& __ex, const _H1&, const _H2&, in _GLIBCXX_VISIBILITY()
1199 : __ebo_extract_key(__ex), __ebo_hash(__h) { } in _GLIBCXX_VISIBILITY()
1284 _Hash_code_base(const _ExtractKey& __ex, in _GLIBCXX_VISIBILITY()
1287 : __ebo_extract_key(__ex), __ebo_h1(__h1), __ebo_h2(__h2) { } in _GLIBCXX_VISIBILITY()
1369 _Hash_code_base(const _ExtractKey& __ex, in _GLIBCXX_VISIBILITY()
1372 : __ebo_extract_key(__ex), __ebo_h1(__h1), __ebo_h2(__h2) { } in _GLIBCXX_VISIBILITY()
1792 _Hashtable_base(const _ExtractKey& __ex, const _H1& __h1, const _H2& __h2, in _GLIBCXX_VISIBILITY()
1794 : __hash_code_base(__ex, __h1, __h2, __hash), _EqualEBO(__eq) 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/
H A Dexecutor200 get_associated_executor(const _Tp& __t, const _Executor& __ex)
201 { return associated_executor<_Tp, _Executor>::get(__t, __ex); }
231 bind_executor(const _Executor& __ex, _Tp&& __t)
232 { return { std::forward<_Tp>(__t), __ex }; }
251 make_work_guard(const _Executor& __ex)
252 { return executor_work_guard<_Executor>(__ex); }
324 dispatch(const _Executor& __ex, _CompletionToken&& __token);
338 post(const _Executor& __ex, _CompletionToken&& __token);
351 defer(const _Executor& __ex, _CompletionToken&& __token);
668 executor_binder(_Tp __t, const _Executor& __ex)
[all …]
H A Dsocket968 auto __ex = net::get_associated_executor(
972 __ex.post(
1650 auto __ex = net::get_associated_executor(
1654 __ex.post(
1757 auto __ex = net::get_associated_executor(
1761 __ex.post(
/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 Dexecutor200 get_associated_executor(const _Tp& __t, const _Executor& __ex)
201 { return associated_executor<_Tp, _Executor>::get(__t, __ex); }
231 bind_executor(const _Executor& __ex, _Tp&& __t)
232 { return { std::forward<_Tp>(__t), __ex }; }
251 make_work_guard(const _Executor& __ex)
252 { return executor_work_guard<_Executor>(__ex); }
324 dispatch(const _Executor& __ex, _CompletionToken&& __token);
338 post(const _Executor& __ex, _CompletionToken&& __token);
351 defer(const _Executor& __ex, _CompletionToken&& __token);
668 executor_binder(_Tp __t, const _Executor& __ex)
[all …]
H A Dsocket968 auto __ex = net::get_associated_executor(
972 __ex.post(
1650 auto __ex = net::get_associated_executor(
1654 __ex.post(
1757 auto __ex = net::get_associated_executor(
1761 __ex.post(
/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/tr1/
H A Dhashtable_policy.h580 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_VISIBILITY()
658 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
661 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
725 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
728 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
H A Dcmath996 scalbln(float __x, long __ex)
997 { return __builtin_scalblnf(__x, __ex); }
1000 scalbln(long double __x, long __ex)
1001 { return __builtin_scalblnl(__x, __ex); }
1007 scalbln(_Tp __x, long __ex)
1008 { return __builtin_scalbln(__x, __ex); }
1012 scalbn(float __x, int __ex)
1013 { return __builtin_scalbnf(__x, __ex); }
1016 scalbn(long double __x, int __ex)
1017 { return __builtin_scalbnl(__x, __ex); }
[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/tr1/
H A Dhashtable_policy.h580 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_VISIBILITY()
658 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
661 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
725 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
728 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
H A Dcmath996 scalbln(float __x, long __ex)
997 { return __builtin_scalblnf(__x, __ex); }
1000 scalbln(long double __x, long __ex)
1001 { return __builtin_scalblnl(__x, __ex); }
1007 scalbln(_Tp __x, long __ex)
1008 { return __builtin_scalbln(__x, __ex); }
1012 scalbn(float __x, int __ex)
1013 { return __builtin_scalbnf(__x, __ex); }
1016 scalbn(long double __x, int __ex)
1017 { return __builtin_scalbnl(__x, __ex); }
[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/
H A Dcmath1774 scalbln(float __x, long __ex)
1775 { return __builtin_scalblnf(__x, __ex); }
1778 scalbln(long double __x, long __ex)
1779 { return __builtin_scalblnl(__x, __ex); }
1786 scalbln(_Tp __x, long __ex)
1787 { return __builtin_scalbln(__x, __ex); }
1792 scalbn(float __x, int __ex)
1793 { return __builtin_scalbnf(__x, __ex); }
1796 scalbn(long double __x, int __ex)
1797 { return __builtin_scalbnl(__x, __ex); }
[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/
H A Dcmath1774 scalbln(float __x, long __ex)
1775 { return __builtin_scalblnf(__x, __ex); }
1778 scalbln(long double __x, long __ex)
1779 { return __builtin_scalblnl(__x, __ex); }
1786 scalbln(_Tp __x, long __ex)
1787 { return __builtin_scalbln(__x, __ex); }
1792 scalbn(float __x, int __ex)
1793 { return __builtin_scalbnf(__x, __ex); }
1796 scalbn(long double __x, int __ex)
1797 { return __builtin_scalbnl(__x, __ex); }
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/
H A Dhash_set416 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
417 __i != __ex; ++__i)
639 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
H A Dhash_map718 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
719 __i != __ex; ++__i)
960 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/
H A Dhash_set416 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
417 __i != __ex; ++__i)
639 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
H A Dhash_map718 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
719 __i != __ex; ++__i)
960 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx_ops.h13 #define __ex(x) __kvm_handle_fault_on_reboot(x) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dunordered_set960 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
961 __i != __ex; ++__i)
1531 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
H A Dforward_list1693 _Ip __ex = __x.end();
1696 for (; __ix != __ex && __iy != __ey; ++__ix, ++__iy)
1699 return (__ix == __ex) == (__iy == __ey);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dunordered_set960 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
961 __i != __ex; ++__i)
1531 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
H A Dforward_list1693 _Ip __ex = __x.end();
1696 for (; __ix != __ex && __iy != __ey; ++__ix, ++__iy)
1699 return (__ix == __ex) == (__iy == __ey);

12