Searched refs:__handle (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_arg.h | 77 __handle enumerator 144 case __format::__arg_t::__handle: in decltype() 195 case __format::__arg_t::__handle: in __visit_format_arg() 215 struct __handle { struct 217 _LIBCPP_HIDE_FROM_ABI explicit __handle(_Tp& __v) noexcept in __handle() function 251 __handle __handle_; argument 276 …_LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(__handle&& __value) noexcept : __handle_(std::move(… in __basic_format_arg_value() 297 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__i128_}; in decltype() 302 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__u128_}; in decltype() 318 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__i128_}; in visit() [all …]
|
| H A D | format_functions.h | 138 _LIBCPP_HIDE_FROM_ABI constexpr const __compile_time_handle<_CharT>& __handle(size_t __id) const { in __handle() function 240 case __arg_t::__handle: in __compile_time_visit_format_arg() 273 else if (__type == __arg_t::__handle) in __handle_replacement_field() 274 __ctx.__handle(__r.__value).__parse(__parse_ctx); in __handle_replacement_field() 391 __format::__compile_time_handle<_CharT> __handle; member 392 if (__format::__determine_arg_t<_Context, _Tp>() == __format::__arg_t::__handle) 393 __handle.template __enable<_Tp>(); 395 return __handle;
|
| H A D | format_arg_store.h | 156 return __arg_t::__handle; in __determine_arg_t() 212 else if constexpr (__arg == __arg_t::__handle) in __create_format_arg() 213 …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() local 38 if (__handle == -1) in __is_windows_terminal() 42 return GetConsoleMode(reinterpret_cast<void*>(__handle), &__mode); in __is_windows_terminal()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_texture_intrinsics.h | 1016 cudaSurfaceObject_t __handle, 1018 __surf_read_write_v2<__op, __DataT>::__run(__ptr, __handle, __args...); 1032 cudaTextureObject_t __handle, 1036 __tex_fetch_v4<__op>::template __run<__FetchT>(__handle, __args...)); 1040 __device__ static void __tex_fetch(__T *__ptr, cudaTextureObject_t __handle, 1043 __tex_fetch_impl<__op>(op_type{}, __ptr, __handle, __args...); 1052 __device__ cudaTextureObject_t __tex_handle_to_obj(__T __handle) { 1054 asm("mov.b64 %0, %1; " : "=l"(__obj) : "l"(__handle)); 1061 __device__ static void __tex_fetch(__T *__ptr, __HandleT __handle, 1066 __tex_handle_to_obj(__handle), __args...)); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | any | 321 …__handle(_Action __act, any const* __this, any* __other, type_info const* __info, const void* __fa… 347 __dest.__h_ = &_SmallHandler::__handle; 388 …__handle(_Action __act, any const* __this, any* __other, type_info const* __info, void const* __fa… 417 __dest.__h_ = &_LargeHandler::__handle; 438 __dest.__h_ = &_LargeHandler::__handle;
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852a.c | 1971 #define __handle(_case) \ in rtw8852a_btc_set_wl_txpwr_ctrl() macro 1990 __handle(all_time); in rtw8852a_btc_set_wl_txpwr_ctrl() 1991 __handle(gnt_bt); in rtw8852a_btc_set_wl_txpwr_ctrl() 1993 #undef __handle in rtw8852a_btc_set_wl_txpwr_ctrl()
|