Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__format/
H A Dextended_grapheme_cluster_table.h104 __none enumerator
1645 return __property::__none; in __get_property()
1652 return __property::__none; in __get_property()
H A Dformat_arg.h55 __none, enumerator
100 case __format::__arg_t::__none: in decltype()
232 : __type_{__format::__arg_t::__none} {} in basic_format_arg()
235 return __type_ != __format::__arg_t::__none;
H A Dformat_arg_store.h159 static_assert(__arg != __arg_t::__none); in __create_format_arg()
H A Dformat_functions.h193 case __arg_t::__none: in __compile_time_visit_format_arg()
261 if (__type == __arg_t::__none) in __handle_replacement_field()