/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | codecvt | 95 result do_out(state_type& __st, 102 result do_in(state_type& __st, 109 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 133 result do_out(state_type& __st, 140 result do_in(state_type& __st, 147 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 170 result do_out(state_type& __st, 177 result do_in(state_type& __st, 184 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 225 result do_out(state_type& __st, [all …]
|
H A D | __locale | 755 out(state_type& __st, 762 return do_out(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 766 …unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const { 767 return do_unshift(__st, __to, __to_end, __to_nxt); 771 in(state_type& __st, 778 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 786 length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const { 787 return do_length(__st, __frm, __end, __mx); 800 do_out(state_type& __st, 808 do_in(state_type& __st, [all …]
|
H A D | locale | 303 unsigned char* __st = __status; 304 for (_ForwardIterator __ky = __kb; __ky != __ke; ++__ky, (void)++__st) { 306 *__st = __might_match; 308 *__st = __does_match; 326 __st = __status; 327 for (_ForwardIterator __ky = __kb; __ky != __ke; ++__ky, (void)++__st) { 328 if (*__st == __might_match) { 335 *__st = __does_match; 340 *__st = __doesnt_match; 352 __st = __status; [all …]
|
H A D | regex | 4842 __node* __st = __start_.get(); 4843 if (__st) { 4856 __states.back().__node_ = __st; 4917 __node* __st = __start_.get(); 4918 if (__st) { 4925 __states.back().__node_ = __st; 5001 __node* __st = __start_.get(); 5002 if (__st) { 5015 __states.back().__node_ = __st;
|
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
H A D | stop_callback.h | 50 _LIBCPP_HIDE_FROM_ABI explicit stop_callback(const stop_token& __st, in stop_callback() argument 52 : stop_callback(__private_constructor_tag{}, __st.__state_, std::forward<_Cb>(__cb)) {} in stop_callback() 56 _LIBCPP_HIDE_FROM_ABI explicit stop_callback(stop_token&& __st, in stop_callback() argument 58 … : stop_callback(__private_constructor_tag{}, std::move(__st.__state_), std::forward<_Cb>(__cb)) {} in stop_callback()
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 291 file_status __st(__data_.__type_); 292 if (__ec && !filesystem::exists(__st)) 310 file_status __st(__data_.__type_); 311 if (__ec && !filesystem::exists(__st)) 360 file_status __st(__get_ft(&__m_ec)); 362 if (filesystem::exists(__st) && !filesystem::is_regular_file(__st)) { 363 … errc __err_kind = filesystem::is_directory(__st) ? errc::is_a_directory : errc::not_supported; 400 file_status __st(__get_ft(&__m_ec)); 402 if (filesystem::exists(__st) && __data_.__write_time_ == file_time_type::min())
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 42 __stdinbuf(FILE* __fp, state_type* __st); 72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) 73 : __file_(__fp), __st_(__st), __last_consumed_(traits_type::eof()), __last_consumed_is_next_(false) { 250 __stdoutbuf(FILE* __fp, state_type* __st); in pbackfail() 277 __stdoutbuf<_CharT>::__stdoutbuf(FILE* __fp, state_type* __st) 280 __st_(__st), 76 __stdinbuf(FILE * __fp,state_type * __st) __stdinbuf() argument 312 __stdoutbuf(FILE * __fp,state_type * __st) __stdoutbuf() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__ios/ |
H A D | fpos.h | 34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state() argument
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 191 mbstate_t __st; \ 193 memset (&__st, '\0', sizeof (__st)); \ 194 l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc); \ 196 (void) __mbsrtowcs_l (ws, &__s, l, &__st, loc); \
|
/freebsd/sys/kern/ |
H A D | kern_ubsan.c | 92 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) argument 93 #define STATIC_CAST(__dt, __st) ((__dt)(__st)) argument
|