Home
last modified time | relevance | path

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

/freebsd-src/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() argument
56 _LIBCPP_HIDE_FROM_ABI explicit stop_callback(stop_token&& __st, in stop_callback() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__ios/
H A Dfpos.h34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state()
/freebsd-src/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-src/sys/kern/
H A Dkern_ubsan.c92 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) argument
93 #define STATIC_CAST(__dt, __st) ((__dt)(__st)) argument