Home
last modified time | relevance | path

Searched refs:canonical_type_parameter (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c4411 canonical_type_parameter (tree type) in canonical_type_parameter() function
4613 TYPE_CANONICAL (t) = canonical_type_parameter (t); in process_template_parm()
15555 TYPE_CANONICAL (r) = canonical_type_parameter (r); in tsubst()
27988 TYPE_CANONICAL (au) = canonical_type_parameter (au); in make_auto_1()
28017 TYPE_CANONICAL (t) = canonical_type_parameter (t); in make_template_placeholder()
28051 TYPE_CANONICAL (type) = canonical_type_parameter (type); in make_constrained_placeholder_type()
28373 TYPE_CANONICAL (newtype) = canonical_type_parameter (newtype); in rewrite_template_parm()
29423 TYPE_CANONICAL (new_auto) = canonical_type_parameter (new_auto); in splice_late_return_type()
29685 TYPE_CANONICAL (t) = canonical_type_parameter (t); in convert_generic_types_to_packs()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2020686 (canonical_type_parameter): Declare.
689 * pt.c (canonical_type_parameter): Externalize. Refactor & set
2603 * pt.c (canonical_type_parameter): Likewise.
4214 * pt.c (canonical_type_parameter): Simplify.
4795 * pt.c (canonical_type_parameter): Assert not a tpl-tpl-parm.
H A Dpt.cc4541 canonical_type_parameter (tree type) in canonical_type_parameter() function
4733 TYPE_CANONICAL (t) = canonical_type_parameter (t); in process_template_parm()
16068 TYPE_CANONICAL (r) = canonical_type_parameter (r); in tsubst()
28915 TYPE_CANONICAL (au) = canonical_type_parameter (au); in make_auto_1()
28946 TYPE_CANONICAL (t) = canonical_type_parameter (t); in make_template_placeholder()
28981 TYPE_CANONICAL (type) = canonical_type_parameter (type); in make_constrained_placeholder_type()
29344 TYPE_CANONICAL (newtype) = canonical_type_parameter (newtype); in rewrite_template_parm()
30621 TYPE_CANONICAL (new_auto) = canonical_type_parameter (new_auto); in splice_late_return_type()
30767 TYPE_CANONICAL (t) = canonical_type_parameter (t); in convert_generic_types_to_packs()
H A DChangeLog-2010629 to canonical_type_parameter.
650 canonical_type_parameter.
656 canonical_type_parameter.
H A DChangeLog-20082535 * pt.c (canonical_type_parameter): Call cp_comptypes.
2871 * pt.c (canonical_type_parameter): Call cp_comptypes.
H A DChangeLog-20174616 * pt.c (canonical_type_parameter): Use vec_safe_grow_cleared instead
4619 to newidx before calling canonical_type_parameter on newtype.
H A Dcp-tree.h7266 extern tree canonical_type_parameter (tree);
H A DChangeLog-20073324 (canonical_type_parameter): New.
H A DChangeLog-2015530 calling canonical_type_parameter.
H A Dmodule.cc7427 TYPE_CANONICAL (type) = canonical_type_parameter (type); in tpl_parm_value()