Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c20904 tree targ_ptr = orig_args; in instantiate_template_1() local
20924 targ_ptr, complain); in instantiate_template_1()
20937 if (targ_ptr == error_mark_node) in instantiate_template_1()
20942 if (TMPL_ARGS_DEPTH (targ_ptr) in instantiate_template_1()
20947 targ_ptr = (add_outermost_template_args in instantiate_template_1()
20949 targ_ptr)); in instantiate_template_1()
20953 spec = retrieve_specialization (gen_tmpl, targ_ptr, 0); in instantiate_template_1()
20965 recheck_decl_substitution (spec, gen_tmpl, targ_ptr); in instantiate_template_1()
20971 if (check_instantiated_args (gen_tmpl, INNERMOST_TEMPLATE_ARGS (targ_ptr), in instantiate_template_1()
20987 if (uses_template_parms (targ_ptr)) in instantiate_template_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc21688 tree targ_ptr = orig_args; in instantiate_template_1() local
21711 targ_ptr, complain); in instantiate_template_1()
21724 if (targ_ptr == error_mark_node) in instantiate_template_1()
21729 if (TMPL_ARGS_DEPTH (targ_ptr) in instantiate_template_1()
21734 targ_ptr = (add_outermost_template_args in instantiate_template_1()
21736 targ_ptr)); in instantiate_template_1()
21740 spec = retrieve_specialization (gen_tmpl, targ_ptr, 0); in instantiate_template_1()
21753 recheck_decl_substitution (spec, gen_tmpl, targ_ptr); in instantiate_template_1()
21759 if (check_instantiated_args (gen_tmpl, INNERMOST_TEMPLATE_ARGS (targ_ptr), in instantiate_template_1()
21775 if (uses_template_parms (targ_ptr)) in instantiate_template_1()
[all …]