Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h49 __num_args_(__num_args) {}
89 if (is_constant_evaluated() && __id >= __num_args_) in check_arg_id()
99 size_t __num_args_; variable