Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c7053 tree remaining_arg_types; in tsubst_arg_types() local
7061 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c6464 tree remaining_arg_types; local
6470 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types),
6472 if (remaining_arg_types == error_mark_node)
6497 remaining_arg_types);