Lines Matching refs:wildcards
1541 get_introduction_prototype (tree wildcards, int index) in get_introduction_prototype() argument
1543 return TREE_TYPE (get_deduced_wildcard (TREE_VEC_ELT (wildcards, index))); in get_introduction_prototype()
1634 introduce_template_parameter (tree parms, tree wildcards, int& index) in introduce_template_parameter() argument
1636 tree deduced = TREE_VEC_ELT (wildcards, index++); in introduce_template_parameter()
1644 introduce_template_parameters (tree parms, tree wildcards, int& index) in introduce_template_parameters() argument
1649 tree deduced = TREE_VEC_ELT (wildcards, index++); in introduce_template_parameters()
1651 gcc_assert (index == TREE_VEC_LENGTH (wildcards)); in introduce_template_parameters()
1672 process_introduction_parms (tree parms, tree wildcards, int& index) in process_introduction_parms() argument
1674 tree proto = get_introduction_prototype (wildcards, index); in process_introduction_parms()
1676 return introduce_template_parameters (parms, wildcards, index); in process_introduction_parms()
1678 return introduce_template_parameter (parms, wildcards, index); in process_introduction_parms()