Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c58 struct tinst_level *tinst; member
6776 pt->tinst = current_tinst_level; in add_pending_template()
14270 tree tinst; in deduction_tsubst_fntype() local
14276 tinst = build_tree_list (fn, targs); in deduction_tsubst_fntype()
14277 if (!push_tinst_level (tinst)) in deduction_tsubst_fntype()
14280 ggc_free (tinst); in deduction_tsubst_fntype()
14304 ggc_free (tinst); in deduction_tsubst_fntype()
18565 tree decl = pending_templates->tinst->decl; in instantiate_pending_templates()
18584 tree instantiation = reopen_tinst_level ((*t)->tinst); in instantiate_pending_templates()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c56 struct tinst_level *tinst; member
9036 pt->tinst = NULL; in add_pending_template()
9037 set_refcount_ptr (pt->tinst, current_tinst_level); in add_pending_template()
24135 tree decl = pending_templates->tinst->maybe_get_node (); in instantiate_pending_templates()
24155 tree instantiation = reopen_tinst_level ((*t)->tinst); in instantiate_pending_templates()
24203 set_refcount_ptr (drop->tinst); in instantiate_pending_templates()