Searched refs:__handle (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 75 __handle enumerator 142 case __format::__arg_t::__handle: in decltype() 193 case __format::__arg_t::__handle: in __visit_format_arg() 213 struct __handle { struct 215 _LIBCPP_HIDE_FROM_ABI explicit __handle(_Tp& __v) noexcept in __handle() function 249 __handle __handle_; argument 274 …_LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(__handle&& __value) noexcept : __handle_(std::move(… in __basic_format_arg_value() 295 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__i128_}; in decltype() 300 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__u128_}; in decltype() 316 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__i128_}; in visit() [all …]
|
H A D | format_functions.h | 136 _LIBCPP_HIDE_FROM_ABI constexpr const __compile_time_handle<_CharT>& __handle(size_t __id) const { in __handle() function 238 case __arg_t::__handle: in __compile_time_visit_format_arg() 271 else if (__type == __arg_t::__handle) in __handle_replacement_field() 272 __ctx.__handle(__r.__value).__parse(__parse_ctx); in __handle_replacement_field() 389 __format::__compile_time_handle<_CharT> __handle; member 390 if (__format::__determine_arg_t<_Context, _Tp>() == __format::__arg_t::__handle) 391 __handle.template __enable<_Tp>(); 393 return __handle;
|
H A D | format_arg_store.h | 148 return __arg_t::__handle; in __determine_arg_t() 201 else if constexpr (__arg == __arg_t::__handle) in __create_format_arg() 202 …return basic_format_arg<_Context>{__arg, typename __basic_format_arg_value<_Context>::__handle{__v… in __create_format_arg()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | print.cpp | 37 intptr_t __handle = _get_osfhandle(fileno(__stream)); in __is_windows_terminal() 38 if (__handle == -1) in __is_windows_terminal() 42 return GetConsoleMode(reinterpret_cast<void*>(__handle), &__mode); 33 intptr_t __handle = _get_osfhandle(fileno(__stream)); __is_windows_terminal() local
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_texture_intrinsics.h | 662 __device__ static void __tex_fetch(__T *__ptr, cudaTextureObject_t __handle, 666 __tex_fetch_v4<__op>::template __run<__FetchT>(__handle, __args...)); 675 __device__ cudaTextureObject_t __tex_handle_to_obj(__T __handle) { 677 asm("mov.b64 %0, %1; " : "=l"(__obj) : "l"(__handle)); 684 __device__ static void __tex_fetch(__T *__ptr, __HandleT __handle, 689 __tex_handle_to_obj(__handle), __args...)); 697 texture<__DataT, __TexT, cudaReadModeNormalizedFloat> __handle, 702 __tex_handle_to_obj(__handle), __args...)); 710 texture<__DataT, __TexT, cudaReadModeElementType> __handle, 715 __tex_handle_to_obj(__handle), __args...));
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | any | 318 …__handle(_Action __act, any const* __this, any* __other, type_info const* __info, const void* __fa… 344 __dest.__h_ = &_SmallHandler::__handle; 385 …__handle(_Action __act, any const* __this, any* __other, type_info const* __info, void const* __fa… 414 __dest.__h_ = &_LargeHandler::__handle; 435 __dest.__h_ = &_LargeHandler::__handle;
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852a.c | 1861 #define __handle(_case) \ 1880 __handle(all_time); 1881 __handle(gnt_bt); 1883 #undef __handle 1811 #define __handle( rtw8852a_btc_set_wl_txpwr_ctrl() macro
|