Home
last modified time | relevance | path

Searched refs:remaining_arg_types (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c14871 tree remaining_arg_types; in tsubst_arg_types() local
14880 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
14882 if (remaining_arg_types == error_mark_node) in tsubst_arg_types()
14951 remaining_arg_types = in tsubst_arg_types()
14952 tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
14954 remaining_arg_types); in tsubst_arg_types()
14957 remaining_arg_types = in tsubst_arg_types()
14958 hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
14961 return remaining_arg_types; in tsubst_arg_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc15338 tree remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types() local
15340 if (remaining_arg_types == error_mark_node) in tsubst_arg_types()
15358 remaining_arg_types in tsubst_arg_types()
15359 = tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
15361 remaining_arg_types); in tsubst_arg_types()
15364 remaining_arg_types in tsubst_arg_types()
15365 = hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
15368 return remaining_arg_types; in tsubst_arg_types()