Home
last modified time | relevance | path

Searched defs:__value (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-src/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h32 __append1(char * __first,uint32_t __value) __append1() argument
37 __append2(char * __first,uint32_t __value) __append2() argument
41 __append3(char * __first,uint32_t __value) __append3() argument
45 __append4(char * __first,uint32_t __value) __append4() argument
49 __append5(char * __first,uint32_t __value) __append5() argument
53 __append6(char * __first,uint32_t __value) __append6() argument
57 __append7(char * __first,uint32_t __value) __append7() argument
61 __append8(char * __first,uint32_t __value) __append8() argument
65 __append9(char * __first,uint32_t __value) __append9() argument
70 __append10(char * __first,_Tp __value) __append10() argument
76 __base_10_u32(char * __first,uint32_t __value) __base_10_u32() argument
112 __base_10_u64(char * __buffer,uint64_t __value) __base_10_u64() argument
140 __base_10_u128(char * __buffer,__uint128_t __value) __base_10_u128() argument
[all...]
H A Dfrom_chars_integral.h41 __sign_combinator(_It __first,_It __last,_Tp & __value,_Fn __f,_Ts...__args) __sign_combinator() argument
98 __subject_seq_combinator(_It __first,_It __last,_Tp & __value,_Fn __f,_Ts...__args) __subject_seq_combinator() argument
129 __from_chars_atoi(const char * __first,const char * __last,_Tp & __value) __from_chars_atoi() argument
150 __from_chars_atoi(const char * __first,const char * __last,_Tp & __value) __from_chars_atoi() argument
175 __from_chars_integral(const char * __first,const char * __last,_Tp & __value,int __base) __from_chars_integral() argument
216 __from_chars_integral(const char * __first,const char * __last,_Tp & __value,int __base) __from_chars_integral() argument
223 from_chars(const char * __first,const char * __last,_Tp & __value) from_chars() argument
229 from_chars(const char * __first,const char * __last,_Tp & __value,int __base) from_chars() argument
[all...]
H A Dto_chars_integral.h50 __to_chars_itoa(char * __first,char * __last,_Tp __value,true_type) __to_chars_itoa() argument
62 __to_chars_itoa(char * __first,char * __last,_Tp __value,false_type) __to_chars_itoa() argument
75 __to_chars_itoa(char * __first,char * __last,__uint128_t __value,false_type) __to_chars_itoa() argument
99 __to_chars_integral(char * __first,char * __last,_Tp __value,int __base,true_type) __to_chars_integral() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h203 __basic_format_arg_value(bool __value) __basic_format_arg_value() argument
204 __basic_format_arg_value(_CharT __value) __basic_format_arg_value() argument
205 __basic_format_arg_value(int __value) __basic_format_arg_value() argument
206 __basic_format_arg_value(unsigned __value) __basic_format_arg_value() argument
207 __basic_format_arg_value(long long __value) __basic_format_arg_value() argument
208 __basic_format_arg_value(unsigned long long __value) __basic_format_arg_value() argument
211 __basic_format_arg_value(__int128_t __value) __basic_format_arg_value() argument
212 __basic_format_arg_value(__uint128_t __value) __basic_format_arg_value() argument
214 __basic_format_arg_value(float __value) __basic_format_arg_value() argument
215 __basic_format_arg_value(double __value) __basic_format_arg_value() argument
216 __basic_format_arg_value(long double __value) __basic_format_arg_value() argument
217 __basic_format_arg_value(const _CharT * __value) __basic_format_arg_value() argument
218 __basic_format_arg_value(basic_string_view<_CharT> __value) __basic_format_arg_value() argument
220 __basic_format_arg_value(const void * __value) __basic_format_arg_value() argument
221 __basic_format_arg_value(__handle && __value) __basic_format_arg_value() argument
252 basic_format_arg(__format::__arg_t __type,__basic_format_arg_value<_Context> __value) basic_format_arg() argument
[all...]
H A Dunicode.h79 __is_high_surrogate(char32_t __value) __is_high_surrogate() argument
83 __is_low_surrogate(char32_t __value) __is_low_surrogate() argument
88 __is_surrogate(char32_t __value) __is_surrogate() argument
93 __is_code_point(char32_t __value) __is_code_point() argument
98 __is_scalar_value(char32_t __value) __is_scalar_value() argument
169 char32_t __value = static_cast<unsigned char>(*__first_++) & 0x1f; __consume() local
184 char32_t __value = static_cast<unsigned char>(*__first_++) & 0x0f; __consume() local
205 char32_t __value = static_cast<unsigned char>(*__first_++) & 0x07; __consume() local
237 __is_surrogate_pair_high(wchar_t __value) __is_surrogate_pair_high() argument
241 __is_surrogate_pair_low(wchar_t __value) __is_surrogate_pair_low() argument
264 char32_t __value = static_cast<char32_t>(*__first_++); __consume() local
[all...]
H A Dwrite_escaped.h71 __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
104 __is_escaped_sequence_written(basic_string<_CharT> & __str,char32_t __value) __is_escaped_sequence_written() argument
119 __to_char32(_CharT __value) __to_char32() argument
128 __is_escaped_sequence_written(basic_string<_CharT> & __str,char32_t __value,__escape_quotation_mark __mark) __is_escaped_sequence_written() argument
[all...]
H A Dformatter_floating_point.h58 __to_buffer(char * __first,char * __last,_Tp __value) __to_buffer() argument
65 __to_buffer(char * __first,char * __last,_Tp __value,chars_format __fmt) __to_buffer() argument
72 __to_buffer(char * __first,char * __last,_Tp __value,chars_format __fmt,int __precision) __to_buffer() argument
[all...]
H A Dformatter_output.h157 __fill(_OutIt __out_it,size_t __n,_CharT __value) __fill() argument
186 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
198 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
204 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h82 __format_sub_seconds(const chrono::duration<_Rep,_Period> & __value,basic_stringstream<_CharT> & __sstr) __format_sub_seconds() argument
113 __format_sub_seconds(const _Tp & __value,basic_stringstream<_CharT> & __sstr) __format_sub_seconds() argument
119 __format_sub_seconds(const chrono::hh_mm_ss<_Duration> & __value,basic_stringstream<_CharT> & __sstr) __format_sub_seconds() argument
175 __format_chrono_using_chrono_specs(const _Tp & __value,basic_stringstream<_CharT> & __sstr,basic_string_view<_CharT> __chrono_specs) __format_chrono_using_chrono_specs() argument
333 __weekday_ok(const _Tp & __value) __weekday_ok() argument
373 __weekday_name_ok(const _Tp & __value) __weekday_name_ok() argument
413 __date_ok(const _Tp & __value) __date_ok() argument
453 __month_name_ok(const _Tp & __value) __month_name_ok() argument
494 __format_chrono(const _Tp & __value,_FormatContext & __ctx,__format_spec::__parsed_specifications<_CharT> __specs,basic_string_view<_CharT> __chrono_specs) __format_chrono() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dcharconv.cpp36 to_chars_result to_chars(char* __first, char* __last, float __value) { in to_chars()
40 to_chars_result to_chars(char* __first, char* __last, double __value) { in to_chars()
44 to_chars_result to_chars(char* __first, char* __last, long double __value) { in to_chars()
49 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { in to_chars()
53 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { in to_chars()
57 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { in to_chars()
62 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __prec… in to_chars()
67 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __pre… in to_chars()
72 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int … in to_chars()
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_fill.h
H A Dfind.h46 __find(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __find_impl() argument
61 if (auto __ret = std::__constexpr_memchr(__first, __value, __last - __first)) in __find_impl() argument
75 __find_impl(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find_impl() argument
92 __find_impl(_Tp * __first,_Tp * __last,const _Up & __value,_Proj & __proj) __find_impl() argument
137 __find_impl(__bit_iterator<_Cp,_IsConst> __first,__bit_iterator<_Cp,_IsConst> __last,const _Tp & __value,_Proj &) __find_impl() argument
153 __find_impl(_SegmentedIterator __first,_SegmentedIterator __last,const _Tp & __value,_Proj & __proj) __find_impl() argument
173 find(_InputIterator __first,_InputIterator __last,const _Tp & __value) find() argument
[all...]
H A Dfill.h26 __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 Dsearch_n.h35 _Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj) { in __search_n_forward_impl() argument
72 _Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj, _DiffT __size1) { in __search_n_random_access_impl() argument
139 search_n(_ForwardIterator __first,_ForwardIterator __last,_Size __count,const _Tp & __value,_BinaryPredicate __pred) search_n() argument
148 search_n(_ForwardIterator __first,_ForwardIterator __last,_Size __count,const _Tp & __value) search_n() argument
[all...]
H A Dupper_bound.h35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() argument
52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp) { in upper_bound() argument
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() argument
H A Dlower_bound.h32 __lower_bound(_Iter __first,_Sent __last,const _Type & __value,_Comp & __comp,_Proj & __proj) __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 Dequal_range.h41 __equal_range(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __equal_range() argument
64 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp) { in equal_range() argument
77 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() argument
H A Dhalf_positive.h26 _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 Dfill_n.h26 __fill_n(_OutputIterator __first,_Size __n,const _Tp & __value) __fill_n() argument
34 fill_n(_OutputIterator __first,_Size __n,const _Tp & __value) fill_n() argument
H A Dbinary_search.h26 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp) { in binary_search() argument
33 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in binary_search() argument
H A Dcount.h35 __count(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __count() argument
75 __count(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, const _Tp& __value, _Proj&) { in __count() argument
83 count(_InputIterator __first, _InputIterator __last, const _Tp& __value) { in count() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h15 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
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dptwriteintrin.h22 _ptwrite32(unsigned int __value) { in _ptwrite32()
29 _ptwrite64(unsigned long long __value) { in _ptwrite64()
H A Dmovdirintrin.h19 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32()
29 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64()
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h147 __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp> * __a,_Tp __value,memory_order __order) __cxx_atomic_exchange() argument
155 __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp> * __a,_Tp __value,memory_order __order) __cxx_atomic_exchange() argument
166 __cxx_atomic_compare_exchange_strong(volatile __cxx_atomic_base_impl<_Tp> * __a,_Tp * __expected,_Tp __value,memory_order __success,memory_order __failure) __cxx_atomic_compare_exchange_strong() argument
180 __cxx_atomic_compare_exchange_strong(__cxx_atomic_base_impl<_Tp> * __a,_Tp * __expected,_Tp __value,memory_order __success,memory_order __failure) __cxx_atomic_compare_exchange_strong() argument
194 __cxx_atomic_compare_exchange_weak(volatile __cxx_atomic_base_impl<_Tp> * __a,_Tp * __expected,_Tp __value,memory_order __success,memory_order __failure) __cxx_atomic_compare_exchange_weak() argument
208 __cxx_atomic_compare_exchange_weak(__cxx_atomic_base_impl<_Tp> * __a,_Tp * __expected,_Tp __value,memory_order __success,memory_order __failure) __cxx_atomic_compare_exchange_weak() argument
[all...]

12