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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c192 #define TMPL_ARGS_DEPTH(NODE) \ macro
538 extra_depth = TMPL_ARGS_DEPTH (extra_args);
539 new_args = make_temp_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
541 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i)
551 the EXTRA_ARGS. In particular, all but TMPL_ARGS_DEPTH
566 my_friendly_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args),
571 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args))
575 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_arg
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c539 extra_depth = TMPL_ARGS_DEPTH (extra_args);
540 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
542 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i)
552 the EXTRA_ARGS. In particular, all but TMPL_ARGS_DEPTH
565 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args));
569 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args))
573 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args);
578 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_arg
[all...]
H A Derror.c315 if (TMPL_ARGS_DEPTH (args) >= lvl)
H A Ddecl2.c2440 int depth = TMPL_ARGS_DEPTH (args);
H A Dcp-tree.h2898 #define TMPL_ARGS_DEPTH(NODE) \
2892 #define TMPL_ARGS_DEPTH macro
H A Dclass.c1626 for (int i = 0; i < TMPL_ARGS_DEPTH (args); ++i)

Completed in 218 milliseconds