Searched refs:TMPL_ARGS_DEPTH (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 595 my_friendly_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args), 600 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) 1325 TMPL_ARGS_DEPTH (*targs_out), 2869 if (TMPL_ARGS_DEPTH (args) != i) 2872 i, decl, TMPL_ARGS_DEPTH (args)); 4245 arg_depth = TMPL_ARGS_DEPTH (arglist); 5150 > TMPL_ARGS_DEPTH (args)) 5804 - TMPL_ARGS_DEPTH (args)), 6149 args_depth = TMPL_ARGS_DEPTH (args); 6772 levels = TMPL_ARGS_DEPTH (args); [all …]
|
H A D | error.c | 294 if (TMPL_ARGS_DEPTH (args) >= lvl)
|
H A D | cp-tree.h | 2333 #define TMPL_ARGS_DEPTH(NODE) \ macro
|
H A 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.
|
H A D | ChangeLog | 13234 TMPL_ARGS_DEPTH for clarity.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | pt.c | 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() 846 gcc_assert (TMPL_ARGS_DEPTH (args) in retrieve_specialization() 1654 TMPL_ARGS_DEPTH (*targs_out), in determine_specialization() 3234 if (TMPL_ARGS_DEPTH (args) != i) in push_template_decl_real() 3237 i, decl, TMPL_ARGS_DEPTH (args)); in push_template_decl_real() 5608 > TMPL_ARGS_DEPTH (args)) in tsubst_friend_class() 6240 - TMPL_ARGS_DEPTH (args)), in tsubst_template_parms() 7366 levels = TMPL_ARGS_DEPTH (args); in tsubst() 11327 TMPL_ARGS_DEPTH (deduced_args), in get_class_bindings() [all …]
|
H A D | error.c | 227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
|
H A D | decl2.c | 1762 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
|
H A D | cp-tree.h | 2180 #define TMPL_ARGS_DEPTH(NODE) \ macro
|
H A D | ChangeLog-1998 | 2750 * pt.c (TMPL_ARGS_DEPTH): Define using 2911 (TMPL_ARGS_DEPTH): New macro. 2917 (TMPL_ARGS_DEPTH): Likewise.
|
H A 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.
|
H A D | ChangeLog-2000 | 3362 TMPL_ARGS_DEPTH for clarity.
|