/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | is_eq.h | 23 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_eq(partial_ordering __c) noexcept { return __c == 0;… in is_eq() 24 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_neq(partial_ordering __c) noexcept { return __c != 0… in is_neq() 25 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lt(partial_ordering __c) noexcept { return __c < 0; } in is_lt() 26 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lteq(partial_ordering __c) noexcept { return __c <= … in is_lteq() 27 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_gt(partial_ordering __c) noexcept { return __c > 0; } in is_gt() 28 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_gteq(partial_ordering __c) noexcept { return __c >= … in is_gteq()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | wchar.h | 147 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() argument 151 return __libcpp_wcschr(__s, __c); in wcschr() argument 149 wcschr(const wchar_t * __s,wchar_t __c) wcschr() argument 161 __libcpp_wcsrchr(const wchar_t * __s,wchar_t __c) __libcpp_wcsrchr() argument 163 wcsrchr(const wchar_t * __s,wchar_t __c) wcsrchr() argument 165 wcsrchr(wchar_t * __s,wchar_t __c) wcsrchr() argument 175 __libcpp_wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) __libcpp_wmemchr() argument 177 wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument 179 wmemchr(wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument [all...] |
H A D | string.h | 73 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strchr(const char* __s, int __c) { in strchr() argument 76 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strchr(char* __s, int __c) { in strchr() argument 87 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strrchr(const char* __s, int __c) { in strrchr() argument 90 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strrchr(char* __s, int __c) { in strrchr() argument 94 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const void* memchr(const void* __s, int __c, size_t __n) { in memchr() argument 97 memchr(void * __s,int __c,size_t __n) memchr() argument [all...] |
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | access.h | 72 _LIBCPP_HIDE_FROM_ABI typename _Cp::iterator begin(_Cp& __c) { in begin() 77 _LIBCPP_HIDE_FROM_ABI typename _Cp::const_iterator begin(const _Cp& __c) { in begin() 82 _LIBCPP_HIDE_FROM_ABI typename _Cp::iterator end(_Cp& __c) { in end() 87 _LIBCPP_HIDE_FROM_ABI typename _Cp::const_iterator end(const _Cp& __c) { in end()
|
H A D | erase_if_container.h | 27 __libcpp_erase_if_container(_Container & __c,_Predicate & __pred) __libcpp_erase_if_container() argument
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 125 inline bool __do_ungetc(std::wint_t __c, FIL in __do_getc() local 117 int __c = getc(__fp); __do_getc() local 133 __do_ungetc(int __c,FILE * __fp,char __dummy) __do_ungetc() argument 139 __do_ungetc(std::wint_t __c,FILE * __fp,wchar_t __dummy) __do_ungetc() argument 178 int __c = getc(__file_); __getchar() local 201 int __c = getc(__file_); __getchar() local 230 pbackfail(int_type __c) pbackfail() argument 327 __do_fputc(char __c,FILE * __fp) __do_fputc() argument 333 __do_fputc(wchar_t __c,FILE * __fp) __do_fputc() argument 345 overflow(int_type __c) overflow() argument [all...] |
/freebsd/include/xlocale/ |
H A D | _ctype.h | 76 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l() 85 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() 101 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() 110 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l() 146 _XLOCALE_INLINE int towlower_l(int __c, locale_t __l) in towlower_l() 153 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l) in towupper_l()
|
/freebsd/contrib/llvm-project/libcxx/src/ryu/ |
H A D | d2fixed.cpp | 130 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_n_digits() local 142 const uint32_t __c = (__digits % 100) << 1; in __append_n_digits() local 148 const uint32_t __c = __digits << 1; in __append_n_digits() local 159 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_d_digits() local 171 const uint32_t __c = (__digits % 100) << 1; __append_d_digits() local 177 const uint32_t __c = __digits << 1; __append_d_digits() local 190 const uint32_t __c = (__digits % 100) << 1; __append_c_digits() local 195 const char __c = static_cast<char>('0' + (__digits % 10)); __append_c_digits() local 208 const uint32_t __c = __digits - 10000 * (__digits / 10000); __append_nine_digits() local 400 const char __c = _Round[0]; __d2fixed_buffered_n() local 619 const char __c = _Round[0]; __d2exp_buffered_n() local 655 const int32_t __c = __exp % 10; __d2exp_buffered_n() local [all...] |
H A D | d2s.cpp | 522 const uint32_t __c = __output2 % 10000; in __to_chars() local 538 const uint32_t __c = __output2 - 10000 * (__output2 / 10000); in __to_chars() local 549 const uint32_t __c = (__output2 % 100) << 1; in __to_chars() local 554 const uint32_t __c in __to_chars() local 598 const uint32_t __c = __output2 % 10000; __to_chars() local 614 const uint32_t __c = __output2 - 10000 * (__output2 / 10000); __to_chars() local 626 const uint32_t __c = (__output2 % 100) << 1; __to_chars() local 632 const uint32_t __c = __output2 << 1; __to_chars() local 659 const int32_t __c = _Scientific_exponent % 10; __to_chars() local [all...] |
H A D | f2s.cpp | 561 const uint32_t __c = _Output - 10000 * (_Output / 10000); in __to_chars() local 572 const uint32_t __c = (_Output % 100) << 1; in __to_chars() local 577 const uint32_t __c = _Output << 1; in __to_chars() local 613 const uint32_t __c = _Output - 10000 * (_Output / 10000); in __to_chars() local 625 const uint32_t __c = (_Output % 100) << 1; __to_chars() local 631 const uint32_t __c = _Output << 1; __to_chars() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs() 40 template <class _Tp> __DEVICE__ _Tp arg(const std::complex<_Tp> &__c) { in arg() 58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm() 68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { in conj() 74 template <class _Tp> std::complex<_Tp> proj(const std::complex<_Tp> &__c) { in proj()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 232 __vector unsigned char __a, __b, __c; in _mm_unpackhi_pi8() local 313 __vector unsigned char __a, __b, __c; in _mm_unpacklo_pi8() local 394 __vector signed char __a, __b, __c; in _mm_add_pi8() local 430 __vector signed short __a, __b, __c; in _mm_add_pi16() local 462 __vector signed int __a, __b, __c; in _mm_add_pi32() local 492 __vector signed char __a, __b, __c; in _mm_sub_pi8() local 528 __vector signed short __a, __b, __c; in _mm_sub_pi16() local 560 __vector signed int __a, __b, __c; in _mm_sub_pi32() local 745 __vector signed char __a, __b, __c; in _mm_cmpgt_pi8() local 782 __vector signed short __a, __b, __c; in _mm_cmpeq_pi16() local [all …]
|
H A D | xmmintrin.h | 226 __m128 __a, __b, __c; in _mm_add_ss() local 248 __m128 __a, __b, __c; in _mm_sub_ss() local 270 __m128 __a, __b, __c; in _mm_mul_ss() local 292 __m128 __a, __b, __c; in _mm_div_ss() local 313 __m128 __a, __c; in _mm_sqrt_ss() local 372 __m128 __a, __c; in _mm_rcp_ss() local 388 __m128 __a, __c; in _mm_rsqrt_ss() local 404 __v4sf __a, __b, __c; in _mm_min_ss() local 421 __v4sf __a, __b, __c; in _mm_max_ss() local 543 __vector unsigned int __c, __d; in _mm_cmpord_ps() local [all …]
|
H A D | bmi2intrin.h | 56 unsigned long __c, __t; in _pdep_u64() local 82 unsigned long __c; in _pext_u64() local
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb.cpp | 62 [[nodiscard]] static bool __is_whitespace(int __c) { return __c == ' ' || __c == '\t'; } in __is_whitespace() 76 [[nodiscard]] static bool __is_eol(int __c) { return __c == '\n' || __c == std::char_traits<char>::… in __is_eol() 91 for (auto __c : __suffix) in __skip() local 102 for (auto __c : __expected) in __matches() local 110 int __c = __input.get(); in __parse_string() local 365 int __c = __input.peek(); in __parse_duration() local 441 int __c = __input.peek(); in __parse_rules() local 588 int __c = std::tolower(__input.get()); in __parse_tzdata() local
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | to.h | 50 sized_range<_Container> && requires(_Container& __c, range_size_t<_Container> __n) { in requires() 57 constexpr bool __container_insertable = requires(_Container& __c, _Ref&& __ref) { in requires() 64 _LIBCPP_HIDE_FROM_ABI constexpr auto __container_inserter(_Container& __c) { in __container_inserter()
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | lexicographical_compare_three_way.h | 54 auto __c = __comp(*__first1, *__first2); variable 82 auto __c = __comp(*__first1, *__first2); variable
|
H A D | sort.h | 51 __sort3(_ForwardIterator __x, _ForwardIterator __y, _ForwardIterator __z, _Compare __c) { in __sort3() 89 …Iterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, _ForwardIterator __x4, _Compare __c) { in __sort4()
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | year_month_day.h | 113 if (auto __c = __lhs.year() <=> __rhs.year(); __c != 0) variable 115 if (auto __c = __lhs.month() <=> __rhs.month(); __c != 0) variable 244 if (auto __c = __lhs.year() <=> __rhs.year(); __c != 0) variable
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_complex_builtins.h | 89 __DEVICE__ double _Complex __muldc3(double __a, double __b, double __c, in __muldc3() 140 __DEVICE__ float _Complex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3() 188 __DEVICE__ double _Complex __divdc3(double __a, double __b, double __c, in __divdc3() 225 __DEVICE__ float _Complex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
|
H A D | vecintrin.h | 389 __vector unsigned char __c) { in vec_perm() 396 __vector unsigned char __c) { in vec_perm() 403 __vector unsigned char __c) { in vec_perm() 410 __vector unsigned char __c) { in vec_perm() 417 __vector unsigned char __c) { in vec_perm() 424 __vector unsigned char __c) { in vec_perm() 431 __vector unsigned char __c) { in vec_perm() 438 __vector unsigned char __c) { in vec_perm() 445 __vector unsigned char __c) { in vec_perm() 452 __vector unsigned char __c) { in vec_perm() [all …]
|
H A D | arm_acle.h | 327 __smlabb(int32_t __a, int32_t __b, int32_t __c) { in __smlabb() 331 __smlabt(int32_t __a, int32_t __b, int32_t __c) { in __smlabt() 335 __smlatb(int32_t __a, int32_t __b, int32_t __c) { in __smlatb() 339 __smlatt(int32_t __a, int32_t __b, int32_t __c) { in __smlatt() 343 __smlawb(int32_t __a, int32_t __b, int32_t __c) { in __smlawb() 347 __smlawt(int32_t __a, int32_t __b, int32_t __c) { in __smlawt() 451 __usada8(uint8x4_t __a, uint8x4_t __b, uint32_t __c) { in __usada8() 559 __smlad(int16x2_t __a, int16x2_t __b, int32_t __c) { in __smlad() 563 __smladx(int16x2_t __a, int16x2_t __b, int32_t __c) { in __smladx() 567 __smlald(int16x2_t __a, int16x2_t __b, int64_t __c) { in __smlald() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 199 inline _LIBCPP_HIDE_FROM_ABI int islower_l(int __c, _locale_t __loc) { return _islower_l((int)__c, … in islower_l() 201 inline _LIBCPP_HIDE_FROM_ABI int isupper_l(int __c, _locale_t __loc) { return _isupper_l((int)__c, … in isupper_l() 233 inline int iswblank_l(wint_t __c, locale_t /*loc*/) { return (__c == L' ' || __c == L'\t'); } in iswblank_l()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | divsc3.c | 20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
|
H A D | divdc3.c | 20 COMPILER_RT_ABI Dcomplex __divdc3(double __a, double __b, double __c, in __divdc3()
|