Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_parse_context.h39 __num_args_(__num_args) {}
79 if (is_constant_evaluated() && __id >= __num_args_) in check_arg_id()
89 size_t __num_args_; variable