Home
last modified time | relevance | path

Searched defs:__st (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_callback.h50 _LIBCPP_HIDE_FROM_ABI explicit stop_callback(const stop_token& __st, in stop_callback()
56 _LIBCPP_HIDE_FROM_ABI explicit stop_callback(stop_token&& __st, in stop_callback()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ios/
H A Dfpos.h34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state()
/freebsd/contrib/llvm-project/libcxx/include/__ios/
H A Dfpos.h34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h138 state_type __st = __cvtstate_; in from_bytes() local
186 state_type __st = __cvtstate_; in to_bytes() local
H A Dscan_keyword.h68 unsigned char* __st = __status; variable
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) in __stdinbuf()
277 __stdoutbuf<_CharT>::__stdoutbuf(FILE* __fp, state_type* __st) in __stdoutbuf()
/freebsd/sys/kern/
H A Dkern_ubsan.c92 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) argument
93 #define STATIC_CAST(__dt, __st) ((__dt)(__st)) argument