Home
last modified time | relevance | path

Searched refs:__none (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dextended_grapheme_cluster_table.h104 __none enumerator
1647 return __property::__none; in __get_property()
1654 return __property::__none; in __get_property()
H A Dformat_arg.h60 __none, enumerator
104 case __format::__arg_t::__none: in decltype()
229 _LIBCPP_HIDE_FROM_ABI basic_format_arg() noexcept : __type_{__format::__arg_t::__none} {} in basic_format_arg()
231 …E_FROM_ABI explicit operator bool() const noexcept { return __type_ != __format::__arg_t::__none; }
H A Dformat_arg_store.h156 return __arg_t::__none; in __determine_arg_t()
167 static_assert(__arg != __arg_t::__none, "the supplied type is not formattable"); in __create_format_arg()
H A Dformat_functions.h199 case __arg_t::__none: in __compile_time_visit_format_arg()
270 if (__type == __arg_t::__none) in __handle_replacement_field()