Home
last modified time | relevance | path

Searched defs:__st (Results 1 – 4 of 4) 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/__ios/
H A Dfpos.h34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state() argument
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h76 __stdinbuf(FILE * __fp,state_type * __st) __stdinbuf() argument
312 __stdoutbuf(FILE * __fp,state_type * __st) __stdoutbuf() argument
/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