Searched refs:lvl_args (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Derror.c312 tree lvl_args = NULL_TREE; local
316 lvl_args = TMPL_ARGS_LEVEL (args, lvl);
323 if (lvl_args && NUM_TMPL_ARGS (lvl_args) > arg_idx)
324 arg = TREE_VEC_ELT (lvl_args, arg_idx);

Completed in 96 milliseconds