Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_parse_context.h61 __indexing_ = __automatic; in next_arg_id()
65 if (__indexing_ == __automatic) in check_arg_id()
86 enum _Indexing { __unknown, __manual, __automatic }; enumerator