Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dextended_grapheme_cluster_table.h104 __none enumerator
316 return __property::__none; in __get_property()
323 return __property::__none; in __get_property()
H A Dformat_arg.h49 __none, enumerator
92 case __format::__arg_t::__none: in decltype()
224 : __type_{__format::__arg_t::__none} {} in basic_format_arg()
227 return __type_ != __format::__arg_t::__none;
H A Dformat_arg_store.h158 static_assert(__arg != __arg_t::__none); in __create_format_arg()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.arguments/format.arg/
H A Darg_t.compile.pass.cpp23 static_assert(uint8_t(std::__format::__arg_t::__none) == 0);
/llvm-project-15.0.7/libcxx/include/
H A Dformat334 case __arg_t::__none: