Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h53 __indexing_ = __automatic; in next_arg_id()
69 if (__indexing_ == __automatic) in check_arg_id()
89 enum _Indexing { __unknown, __manual, __automatic }; enumerator