Searched refs:__none (Results 1 – 4 of 4) sorted by relevance
104 __none enumerator1647 return __property::__none; in __get_property()1654 return __property::__none; in __get_property()
60 __none, enumerator104 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; }
156 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()
199 case __arg_t::__none: in __compile_time_visit_format_arg()270 if (__type == __arg_t::__none) in __handle_replacement_field()