Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c2123 copy_default_args_to_explicit_spec_1 (tree spec_types, in copy_default_args_to_explicit_spec_1() argument
2128 if (!spec_types) in copy_default_args_to_explicit_spec_1()
2131 if (spec_types == void_list_node) in copy_default_args_to_explicit_spec_1()
2141 TREE_VALUE (spec_types), in copy_default_args_to_explicit_spec_1()
2160 tree spec_types; in copy_default_args_to_explicit_spec() local
2180 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2187 spec_types = TREE_CHAIN (spec_types); in copy_default_args_to_explicit_spec()
2194 in_charge = spec_types; in copy_default_args_to_explicit_spec()
2195 spec_types = TREE_CHAIN (spec_types); in copy_default_args_to_explicit_spec()
2199 vtt = spec_types; in copy_default_args_to_explicit_spec()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c2423 copy_default_args_to_explicit_spec_1 (tree spec_types, in copy_default_args_to_explicit_spec_1() argument
2428 if (!spec_types) in copy_default_args_to_explicit_spec_1()
2431 if (spec_types == void_list_node) in copy_default_args_to_explicit_spec_1()
2441 TREE_VALUE (spec_types), in copy_default_args_to_explicit_spec_1()
2460 tree spec_types; in copy_default_args_to_explicit_spec() local
2480 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2487 spec_types = TREE_CHAIN (spec_types); in copy_default_args_to_explicit_spec()
2494 in_charge = spec_types; in copy_default_args_to_explicit_spec()
2495 spec_types = TREE_CHAIN (spec_types); in copy_default_args_to_explicit_spec()
2499 vtt = spec_types; in copy_default_args_to_explicit_spec()
[all …]