Home
last modified time | relevance | path

Searched defs:__loc (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dconstruct_at.h65 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __destroy_at(_Tp* __loc) { in __destroy_at() argument
72 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __destroy_at(_Tp* __loc) { in __destroy_at() argument
99 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy_at(_Tp* __loc) { in destroy_at() argument
105 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy_at(_Tp* __loc) { in destroy_at() argument
[all...]
H A Duninitialized_algorithms.h405 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc) __allocator_construct_at_multidimensional() argument
441 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h559 vformat_to(_OutIt __out_it,locale __loc,string_view __fmt,format_args __args) vformat_to() argument
566 vformat_to(_OutIt __out_it,locale __loc,wstring_view __fmt,wformat_args __args) vformat_to() argument
573 format_to(_OutIt __out_it,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
580 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
589 vformat(locale __loc,string_view __fmt,format_args __args) vformat() argument
600 vformat(locale __loc,wstring_view __fmt,wformat_args __args) vformat() argument
609 format(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format() argument
616 format(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
625 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
637 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
645 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
652 __vformatted_size(locale __loc,basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
662 formatted_size(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
669 formatted_size(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
[all...]
/freebsd-src/include/xlocale/
H A D_ctype.h76 __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()
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h84 void __stdinbuf<_CharT>::imbue(const locale& __loc) { in imbue()
377 void __stdoutbuf<_CharT>::imbue(const locale& __loc) { in imbue()
H A Dlocale.cpp3962 checked_string_to_char_convert(char & dest,const char * ptr,locale_t __loc) checked_string_to_char_convert() argument