Home
last modified time | relevance | path

Searched refs:tsubst_arg_types (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDpt.c143 static tree tsubst_arg_types (tree, tree, tsubst_flags_t, tree);
7057 tsubst_arg_types (tree arg_types, in tsubst_arg_types() function
7070 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
7165 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args, in tsubst_function_type()
HDChangeLog-19982071 (tsubst_arg_types): Remove unused variable.
2080 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons.
2084 (tsubst, cases METHOD_TYPE, FUNCTION_TYPE): Use tsubst_arg_types.
HDChangeLog5437 * pt.c (tsubst_arg_types): Likewise.
5454 * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
HDChangeLog-19995675 (tsubst_arg_types): Use plain hash_tree_cons.
6398 (tsubst_arg_types): Likewise.
HDChangeLog-20013433 (tsubst_arg_types): Check parameter is not void.
HDChangeLog-20023970 tsubst_decl, tsubst_arg_types, tsubst_function_type,
HDChangeLog-20041496 instantiate_class_template, tsubst_arg_types,