Home
last modified time | relevance | path

Searched defs:__handle (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_arg.h70 __handle enumerator
156 struct __handle { struct
158 _LIBCPP_HIDE_FROM_ABI explicit __handle(_Tp&& __v) noexcept in __handle() argument
196 __handle __handle_; argument
269 …_LIBCPP_HIDE_FROM_ABI explicit handle(typename __basic_format_arg_value<_Context>::__handle& __han… in handle()
H A Dformat_functions.h135 _LIBCPP_HIDE_FROM_ABI constexpr const __compile_time_handle<_CharT>& __handle(size_t __id) const { in __handle() function
360 __format::__compile_time_handle<_CharT> __handle; in __get_handle() local
372 __format::__compile_time_handle<_CharT> __handle; member