Searched refs:TMPL_ARGS_DEPTH (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | pt.c | 567 extra_depth = TMPL_ARGS_DEPTH (extra_args); 568 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); 570 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i) 595 my_friendly_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args), 600 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) 604 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); 609 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); 629 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); 633 extra_levels = TMPL_ARGS_DEPTH (args) - n; 881 my_friendly_assert (TMPL_ARGS_DEPTH (args) [all …]
|
| D | error.c | 294 if (TMPL_ARGS_DEPTH (args) >= lvl)
|
| D | cp-tree.h | 2333 #define TMPL_ARGS_DEPTH(NODE) \ macro
|
| D | ChangeLog.2 | 1482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise. 1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise. 9538 * pt.c (TMPL_ARGS_DEPTH): Define using 9699 (TMPL_ARGS_DEPTH): New macro. 9705 (TMPL_ARGS_DEPTH): Likewise.
|
| D | ChangeLog | 13234 TMPL_ARGS_DEPTH for clarity.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | pt.c | 436 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args() 437 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args() 439 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i) in add_to_template_args() 462 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args() 466 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args() 470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() 475 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() 493 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args() 497 extra_levels = TMPL_ARGS_DEPTH (args) - n; in get_innermost_template_args() 846 gcc_assert (TMPL_ARGS_DEPTH (args) in retrieve_specialization() [all …]
|
| D | error.c | 227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
|
| D | decl2.c | 1762 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
|
| D | cp-tree.h | 2180 #define TMPL_ARGS_DEPTH(NODE) \ macro
|
| D | ChangeLog-1998 | 2750 * pt.c (TMPL_ARGS_DEPTH): Define using 2911 (TMPL_ARGS_DEPTH): New macro. 2917 (TMPL_ARGS_DEPTH): Likewise.
|
| D | ChangeLog-1999 | 1482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise. 1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
|
| D | ChangeLog-2000 | 3362 TMPL_ARGS_DEPTH for clarity.
|