Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h71 __indexing_ = __automatic; in next_arg_id()
75 if (__indexing_ == __automatic) in check_arg_id()
96 enum _Indexing { __unknown, __manual, __automatic }; enumerator