Searched refs:remaining_arg_types (Results 1 – 2 of 2) sorted by relevance
7053 tree remaining_arg_types; in tsubst_arg_types() local7061 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()7063 if (remaining_arg_types == error_mark_node) in tsubst_arg_types()7095 result = tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()7099 result = hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
6464 tree remaining_arg_types; local6470 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types),6472 if (remaining_arg_types == error_mark_node)6497 remaining_arg_types);