Searched defs:__x (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_stdlib.h26 int abs(int __x) { argument
31 long labs(long __x) { argument
36 long long llabs(long long __x) { argument
H A D__clang_hip_libdevice_declares.h335 __llvm_amdgcn_rcp_2f16(__2f16 __x) argument
H A Dadxintrin.h89 _addcarryx_u64(unsigned char __cf, unsigned long long __x, argument
57 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, unsigned int *__p) argument
[all...]
H A Dadcintrin.h54 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, unsigned int *__p) argument
85 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, unsigned int *__p) argument
117 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
147 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h70 _mm_extract_si64(__m128i __x, __m128i __y) argument
140 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
H A Dintrin.h500 __stosd(unsigned long *__dst, unsigned long __x, size_t __n) argument
508 __stosw(unsigned short *__dst, unsigned short __x, size_t __n) argument
525 __stosq(unsigned __int64 *__dst, unsigned __int64 __x, size_t __n) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dunexpected.h110 _LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(const unexpected& __x, const unexpected<_Err2>& __y) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcomp_ref_type.h28 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI bool operator()(const _Tp& __x, const _Up& __y) { argument
36 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI bool operator()(_Tp& __x, _Up& __y) { argument
H A Dcomp.h24 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 bool operator()(const _T1& __x, const _T2& __y) const { argument
H A Dthree_way_comp_ref_type.h31 _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(const _Tp& __x, const _Up& __y) { argument
39 _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp& __x, _Up& __y) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Dnext.h29 next(_InputIter __x, typename iterator_traits<_InputIter>::difference_type __n = 1) { argument
54 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { argument
60 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, _S argument
66 operator ()(_Ip __x, iter_difference_t<_Ip> __n, _Sp __bound_sentinel) const argument
[all...]
H A Dprev.h29 prev(_InputIter __x, typename iterator_traits<_InputIter>::difference_type __n = 1) { argument
53 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { argument
59 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_ argument
[all...]
H A Dfront_insert_iterator.h53 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit front_insert_iterator(_Container& __x) argument
75 front_inserter(_Container& __x) { argument
H A Dback_insert_iterator.h53 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit back_insert_iterator(_Container& __x) argument
77 back_inserter(_Container& __x) { argument
H A Dinsert_iterator.h64 insert_iterator(_Container& __x, __insert_iterator_iter_t<_Container> __i) argument
87 inserter(_Container& __x, __insert_iterator_iter_t<_Container> __i) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dpointer_to_binary_function.h31 _LIBCPP_HIDE_FROM_ABI _Result operator()(_Arg1 __x, _Arg2 __y) const { return __f_(__x, __y); } argument
H A Dbinder2nd.h32 _LIBCPP_HIDE_FROM_ABI binder2nd(const _Operation& __x, const typename _Operation::second_argument_type __y) argument
46 bind2nd(const _Operation& __op, const _Tp& __x) { argument
H A Dbinder1st.h32 _LIBCPP_HIDE_FROM_ABI binder1st(const _Operation& __x, const typename _Operation::first_argument_type __y) argument
46 bind1st(const _Operation& __op, const _Tp& __x) { argument
H A Dbinary_negate.h35 operator ()( const typename _Predicate::first_argument_type& __x, const typename _Predicate::second_argument_type& __y) const argument
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Drel_ops.h23 inline _LIBCPP_HIDE_FROM_ABI bool operator!=(const _Tp& __x, const _Tp& __y) { argument
28 inline _LIBCPP_HIDE_FROM_ABI bool operator>(const _Tp& __x, const _Tp& __y) { argument
33 inline _LIBCPP_HIDE_FROM_ABI bool operator<=(const _Tp& __x, const _Tp& __y) { argument
38 inline _LIBCPP_HIDE_FROM_ABI bool operator>=(const _Tp& __x, const _Tp& __y) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h26 inline _LIBCPP_HIDE_FROM_ABI constexpr chars_format operator~(chars_format __x) { argument
30 inline _LIBCPP_HIDE_FROM_ABI constexpr chars_format operator&(chars_format __x, chars_format __y) { argument
34 inline _LIBCPP_HIDE_FROM_ABI constexpr chars_format operator|(chars_format __x, chars_format __y) { argument
38 inline _LIBCPP_HIDE_FROM_ABI constexpr chars_format operator^(chars_format __x, chars_format __y) { argument
43 operator&=(chars_format& __x, chars_format __y) { argument
49 operator |=(chars_format& __x, chars_format __y) argument
55 operator ^=(chars_format& __x, chars_format __y) argument
[all...]
H A Dto_chars_integral.h51 auto __x = std::__to_unsigned_like(__value); local
100 auto __x = std::__to_unsigned_like(__value); local
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Draw_storage_iterator.h55 _LIBCPP_HIDE_FROM_ABI explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {} argument
/freebsd-current/contrib/llvm-project/libcxx/include/__ios/
H A Dfpos.h60 inline _LIBCPP_HIDE_FROM_ABI streamoff operator-(const fpos<_StateT>& __x, const fpos<_StateT>& __y) { argument
65 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const fpos<_StateT>& __x, const fpos<_StateT>& __y) { argument
70 inline _LIBCPP_HIDE_FROM_ABI bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Distream_view.h87 _LIBCPP_HIDE_FROM_ABI friend bool operator==(const __iterator& __x, default_sentinel_t) { argument

Completed in 261 milliseconds

1234