/llvm-project/libcxx/include/__charconv/ |
H A D | to_chars_base_10.h | 33 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append1(char* __first, uint32_t __value) noexcept { in __append1() argument 38 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append2(char* __first, uint32_t __value) noexcept { in __append2() argument 42 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append3(char* __first, uint32_t __value) noexcept { in __append3() argument 46 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append4(char* __first, uint32_t __value) noexcept { in __append4() argument 50 __append5(char * __first,uint32_t __value) __append5() argument 54 __append6(char * __first,uint32_t __value) __append6() argument 58 __append7(char * __first,uint32_t __value) __append7() argument 62 __append8(char * __first,uint32_t __value) __append8() argument 66 __append9(char * __first,uint32_t __value) __append9() argument 71 __append10(char * __first,_Tp __value) __append10() argument 77 __base_10_u32(char * __first,uint32_t __value) __base_10_u32() argument 113 __base_10_u64(char * __buffer,uint64_t __value) __base_10_u64() argument 141 __base_10_u128(char * __buffer,__uint128_t __value) __base_10_u128() argument [all...] |
H A D | from_chars_integral.h | 42 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator() 99 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __subject_seq_combinator() 130 __from_chars_atoi(const char* __first, const char* __last, _Tp& __value) { in __from_chars_atoi() 151 __from_chars_atoi(const char* __first, const char* __last, _Tp& __value) { in __from_chars_atoi() 176 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral() 217 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral() 224 from_chars(const char* __first, const char* __last, _Tp& __value) { in from_chars() 230 from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { in from_chars()
|
H A D | to_chars_integral.h | 51 __to_chars_itoa(char * __first,char * __last,_Tp __value,true_type) __to_chars_itoa() argument 63 __to_chars_itoa(char * __first,char * __last,_Tp __value,false_type) __to_chars_itoa() argument 76 __to_chars_itoa(char * __first,char * __last,__uint128_t __value,false_type) __to_chars_itoa() argument 100 __to_chars_integral(char * __first,char * __last,_Tp __value,int __base,true_type) __to_chars_integral() argument [all...] |
/llvm-project/clang/lib/Headers/ |
H A D | ptrauth.h | 72 ptrauth_strip(__value,__key) global() argument 102 ptrauth_sign_constant(__value,__key,__data) global() argument 117 ptrauth_sign_unauthenticated(__value,__key,__data) global() argument 139 ptrauth_auth_and_resign(__value,__old_key,__old_data,__new_key,__new_data) global() argument 161 ptrauth_auth_function(__value,__old_key,__old_data) global() argument 174 ptrauth_auth_data(__value,__old_key,__old_data) global() argument 209 ptrauth_sign_generic_data(__value,__data) global() argument 220 ptrauth_strip(__value,__key) global() argument 233 ptrauth_sign_constant(__value,__key,__data) global() argument 240 ptrauth_sign_unauthenticated(__value,__key,__data) global() argument 247 ptrauth_auth_and_resign(__value,__old_key,__old_data,__new_key,__new_data) global() argument 257 ptrauth_auth_function(__value,__old_key,__old_data) global() argument 264 ptrauth_auth_data(__value,__old_key,__old_data) global() argument 277 ptrauth_sign_generic_data(__value,__data) global() argument [all...] |
H A D | ptwriteintrin.h | 22 _ptwrite32(unsigned int __value) { in _ptwrite32() 29 _ptwrite64(unsigned long long __value) { in _ptwrite64()
|
H A D | movdirintrin.h | 19 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32() 29 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64()
|
/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 258 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(bool __value) noexcept : __boolean_(__value) {} in __basic_format_arg_value() argument 259 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(_CharT __value) noexcept : __char_type_(__value) {} in __basic_format_arg_value() argument 260 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(int __value) noexcept : __int_(__value) {} in __basic_format_arg_value() argument 261 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(unsigned __value) noexcept : __unsigned_(__value) {} in __basic_format_arg_value() argument 262 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(long long __value) noexcept : __long_long_(__value) {} in __basic_format_arg_value() argument 257 __basic_format_arg_value(bool __value) __basic_format_arg_value() argument 265 __basic_format_arg_value(__int128_t __value) __basic_format_arg_value() argument 266 __basic_format_arg_value(__uint128_t __value) __basic_format_arg_value() argument 268 __basic_format_arg_value(float __value) __basic_format_arg_value() argument 269 __basic_format_arg_value(double __value) __basic_format_arg_value() argument 270 __basic_format_arg_value(long double __value) __basic_format_arg_value() argument 271 __basic_format_arg_value(const _CharT * __value) __basic_format_arg_value() argument 272 __basic_format_arg_value(basic_string_view<_CharT> __value) __basic_format_arg_value() argument 274 __basic_format_arg_value(const void * __value) __basic_format_arg_value() argument 275 __basic_format_arg_value(__handle && __value) __basic_format_arg_value() argument 352 basic_format_arg(__format::__arg_t __type,__basic_format_arg_value<_Context> __value) basic_format_arg() argument [all...] |
H A D | write_escaped.h | 71 __write_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value, const _CharT* __prefix) { in __write_escaped_code_unit() argument 89 _LIBCPP_HIDE_FROM_ABI void __write_well_formed_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value) { in __write_well_formed_escaped_code_unit() argument 99 _LIBCPP_HIDE_FROM_ABI void __write_escape_ill_formed_code_unit(basic_string<_CharT>& __str, char32_t __value) { in __write_escape_ill_formed_code_unit() argument 105 __is_escaped_sequence_written(basic_string<_CharT>& __str, bool __last_escaped, char32_t __value) { in __is_escaped_sequence_written() argument 131 __to_char32(_CharT __value) __to_char32() argument 140 __is_escaped_sequence_written(basic_string<_CharT> & __str,char32_t __value,bool __last_escaped,__escape_quotation_mark __mark) __is_escaped_sequence_written() argument [all...] |
H A D | unicode.h | 81 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __is_high_surrogate(char32_t __value) { in __is_high_surrogate() argument 85 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __is_low_surrogate(char32_t __value) { in __is_low_surrogate() argument 90 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline constexpr bool __is_surrogate(char32_t __value) { in __is_surrogate() argument 95 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline constexpr bool __is_code_point(char32_t __value) { in __is_code_point() argument 100 __is_scalar_value(char32_t __value) __is_scalar_value() argument 171 char32_t __value = static_cast<unsigned char>(*__first_++) & 0x1f; __consume() local 186 char32_t __value = static_cast<unsigned char>(*__first_++) & 0x0f; __consume() local 207 char32_t __value = static_cast<unsigned char>(*__first_++) & 0x07; __consume() local 239 __is_surrogate_pair_high(wchar_t __value) __is_surrogate_pair_high() argument 243 __is_surrogate_pair_low(wchar_t __value) __is_surrogate_pair_low() argument 266 char32_t __value = static_cast<char32_t>(*__first_++); __consume() local [all...] |
H A D | formatter_floating_point.h | 59 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value) { in __to_buffer() argument 66 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) { in __to_buffer() argument 73 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { in __to_buffer() argument [all...] |
H A D | formatter_output.h | 159 __fill(_OutIt __out_it,size_t __n,_CharT __value) __fill() argument 188 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument 200 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument 206 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument [all...] |
/llvm-project/libcxx/src/ |
H A D | charconv.cpp | 36 to_chars(char * __first,char * __last,float __value) to_chars() argument 40 to_chars(char * __first,char * __last,double __value) to_chars() argument 44 to_chars(char * __first,char * __last,long double __value) to_chars() argument 49 to_chars(char * __first,char * __last,float __value,chars_format __fmt) to_chars() argument 53 to_chars(char * __first,char * __last,double __value,chars_format __fmt) to_chars() argument 57 to_chars(char * __first,char * __last,long double __value,chars_format __fmt) to_chars() argument 62 to_chars(char * __first,char * __last,float __value,chars_format __fmt,int __precision) to_chars() argument 67 to_chars(char * __first,char * __last,double __value,chars_format __fmt,int __precision) to_chars() argument 72 to_chars(char * __first,char * __last,long double __value,chars_format __fmt,int __precision) to_chars() argument [all...] |
/llvm-project/libcxx/include/__chrono/ |
H A D | formatter.h | 85 __format_sub_seconds(basic_stringstream<_CharT> & __sstr,const chrono::duration<_Rep,_Period> & __value) __format_sub_seconds() argument 119 __format_sub_seconds(basic_stringstream<_CharT> & __sstr,const _Tp & __value) __format_sub_seconds() argument 125 __format_sub_seconds(basic_stringstream<_CharT> & __sstr,const chrono::hh_mm_ss<_Duration> & __value) __format_sub_seconds() argument 210 __convert_to_time_zone(const _Tp & __value) __convert_to_time_zone() argument 221 __format_chrono_using_chrono_specs(basic_stringstream<_CharT> & __sstr,const _Tp & __value,basic_string_view<_CharT> __chrono_specs) __format_chrono_using_chrono_specs() argument 388 __weekday_ok(const _Tp & __value) __weekday_ok() argument 434 __weekday_name_ok(const _Tp & __value) __weekday_name_ok() argument 480 __date_ok(const _Tp & __value) __date_ok() argument 526 __month_name_ok(const _Tp & __value) __month_name_ok() argument 573 __format_chrono(const _Tp & __value,_FormatContext & __ctx,__format_spec::__parsed_specifications<_CharT> __specs,basic_string_view<_CharT> __chrono_specs) __format_chrono() argument [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ptrauth.h | 15 ptrauth_strip(void * __value,unsigned int __key) ptrauth_strip() argument 30 ptrauth_auth_data(__value,__old_key,__old_data) global() argument 34 ptrauth_strip(__value,__key) global() argument 35 ptrauth_auth_data(__value,__old_key,__old_data) global() argument
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | search_n.h | 35 __search_n_forward_impl(_Iter __first,_Sent __last,_SizeT __count,const _Type & __value,_Pred & __pred,_Proj & __proj) __search_n_forward_impl() argument 72 __search_n_random_access_impl(_Iter __first,_Sent __last,_SizeT __count,const _Type & __value,_Pred & __pred,_Proj & __proj,_DiffT __size1) __search_n_random_access_impl() argument 119 __search_n_impl(_Iter __first,_Sent __last,_DiffT __count,const _Type & __value,_Pred & __pred,_Proj & __proj) __search_n_impl() argument 134 __search_n_impl(_Iter1 __first,_Sent1 __last,_DiffT __count,const _Type & __value,_Pred & __pred,_Proj & __proj) __search_n_impl() argument 140 search_n(_ForwardIterator __first,_ForwardIterator __last,_Size __count,const _Tp & __value,_BinaryPredicate __pred) search_n() argument 149 search_n(_ForwardIterator __first,_ForwardIterator __last,_Size __count,const _Tp & __value) search_n() argument [all...] |
H A D | find.h | 46 __find(_Iter __first,_Sent __last,const _Tp & __value,_Proj & __proj) __find() argument 60 __find(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find() argument 73 __find(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find() argument 90 __find(_Tp * __first,_Tp * __last,const _Up & __value,_Proj & __proj) __find() argument 135 __find(__bit_iterator<_Cp,_IsConst> __first,__bit_iterator<_Cp,_IsConst> __last,const _Tp & __value,_Proj &) __find() argument 151 __find(_SegmentedIterator __first,_SegmentedIterator __last,const _Tp & __value,_Proj & __proj) __find() argument 171 find(_InputIterator __first,_InputIterator __last,const _Tp & __value) find() argument [all...] |
H A D | fill.h | 26 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag)… in __fill() 33 __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __value, random_acce… in __fill() 39 fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in fill()
|
H A D | half_positive.h | 26 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Integral __half_positive(_Integral __value) { in __half_positive() 31 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp __half_positive(_Tp __value) { in __half_positive()
|
H A D | upper_bound.h | 35 __upper_bound(_Iter __first,_Sent __last,const _Tp & __value,_Compare && __comp,_Proj && __proj) __upper_bound() argument 52 upper_bound(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value,_Compare __comp) upper_bound() argument 60 upper_bound(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value) upper_bound() argument
|
H A D | lower_bound.h | 32 const _Type& __value, in __lower_bound() argument 51 lower_bound(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value,_Compare __comp) lower_bound() argument 59 lower_bound(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value) lower_bound() argument [all...] |
H A D | equal_range.h | 41 __equal_range(_Iter __first,_Sent __last,const _Tp & __value,_Compare && __comp,_Proj && __proj) __equal_range() argument 64 equal_range(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value,_Compare __comp) equal_range() argument 77 equal_range(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value) equal_range() argument
|
H A D | binary_search.h | 26 __first = std::lower_bound<_ForwardIterator, _Tp, __comp_ref_type<_Compare> >(__first, __last, __value, __comp); in binary_search() argument 33 return std::binary_search(__first, __last, __value, __less<>()); in binary_search() argument
|
H A D | fill_n.h | 90 return std::__fill_n(__first, std::__convert_to_integral(__n), __value); in fill_n() argument 70 __fill_n(__bit_iterator<_Cp,false> __first,_Size __n,const bool & __value) __fill_n() argument 82 __fill_n(_OutputIterator __first,_Size __n,const _Tp & __value) __fill_n() argument
|
H A D | count.h | 35 __count(_Iter __first,_Sent __last,const _Tp & __value,_Proj & __proj) __count() argument 75 __count(__bit_iterator<_Cp,_IsConst> __first,__bit_iterator<_Cp,_IsConst> __last,const _Tp & __value,_Proj &) __count() argument 83 count(_InputIterator __first,_InputIterator __last,const _Tp & __value) count() argument
|
/llvm-project/libcxx/include/__atomic/ |
H A D | cxx_atomic_impl.h |
|