Searched refs:instantiation (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c553 the template arguments from a partial instantiation with the
554 template arguments used to attain the full instantiation from the
555 partial instantiation. */
684 /* We're beginning an explicit instantiation. */
724 cp_error ("specialization of `%T' after instantiation", type);
731 specialization is either an instantiation or an explicit
810 /* This is the FUNCTION_DECL for a partial instantiation. Don't
820 instantiation unless and until it is actually needed. */
843 cp_error ("specialization of %D after instantiation",
850 specialization is an implicit instantiation,
9524 tree instantiation = TREE_VALUE (*t); local
[all...]
H A Dclass.c1284 until instantiation time to complain. */
1929 no need to warn on every instantiation. */
5029 /* Type instantiation routines. */
5167 tree instantiation;
5190 instantiation = instantiate_template (fn, targs);
5191 if (instantiation == error_mark_node)
5196 instantiation_type = TREE_TYPE (instantiation);
5202 if (can_convert_arg (target_type, instantiation_type, instantiation))
5203 matches = scratch_tree_cons (instantiation, fn, matches);
5161 tree instantiation; local
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c2073 no need to warn on every instantiation. */
3139 will be used later during class template instantiation.
7492 /* Type instantiation routines. */
7645 tree instantiation;
7667 instantiation = fn_type_unification (fn, explicit_targs, targs, args,
7671 if (instantiation == error_mark_node)
7675 /* And now force instantiation to do return type deduction. */
7676 if (undeduced_auto_decl (instantiation))
7679 instantiate_decl (instantiation, /*defer*/false, /*class*/false);
7682 require_deduced_type (instantiation);
7638 tree instantiation; local
[all...]
H A Dpt.c554 the template arguments from a partial instantiation with the
555 template arguments used to attain the full instantiation from the
556 partial instantiation. */
752 /* We're beginning an explicit instantiation. */
805 /* SPEC is an explicit instantiation. Check that it is valid to
806 perform this explicit instantiation in the current namespace. */
813 /* DR 275: An explicit instantiation shall appear in an enclosing
817 permerror (input_location, "explicit instantiation of %qD in namespace %qD "
886 error ("specialization of %qT after instantiation", type);
906 The context `C<int>' must be an implicit instantiation
20755 tree instantiation = reopen_tinst_level ((*t)->tinst); local
[all...]

Completed in 200 milliseconds