Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h39 __num_args_(__num_args) {}
63 if (is_constant_evaluated() && __next_arg_id_ >= __num_args_) in next_arg_id()
82 if (is_constant_evaluated() && __id >= __num_args_) in check_arg_id()
92 size_t __num_args_; variable