Searched refs:super_type (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dclass.c2165 gfc_symbol* super_type; local
2167 super_type = gfc_get_derived_super_type (derived);
2169 if (super_type && (super_type != derived))
2172 copy_vtab_proc_comps (super_type, vtype);
2174 add_procs_to_declared_vtab (super_type, vtype);
2778 gfc_symbol* super_type; local
2779 super_type = gfc_get_derived_super_type (derived);
2780 gcc_assert (super_type);
2782 return find_typebound_proc_uop (super_type,
2852 gfc_symbol* super_type; local
[all...]
H A Dresolve.c11926 resolve_tb_generic_targets (gfc_symbol* super_type, argument
11954 if (super_type)
11956 inherited = gfc_find_typebound_proc (super_type, NULL, target_name,
12028 gfc_symbol* super_type; local
12032 super_type = gfc_get_derived_super_type (derived);
12033 if (super_type)
12036 overridden = gfc_find_typebound_proc (super_type, NULL, st->name,
12044 return resolve_tb_generic_targets (super_type, st->n.tb, st->name);
12077 gfc_symbol* super_type; local
12088 super_type
12145 gfc_symbol* super_type; local
12203 gfc_symbol* super_type; local
12401 gfc_symbol* super_type; local
12561 gfc_symbol* super_type; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c397 static tree super_type, selector_type, id_type, objc_class_type;
407 (super_type && TYPE_MAIN_VARIANT (TYPE) == TYPE_MAIN_VARIANT (super_type))
3661 /* Set super_type to the data type node for struct objc_super *,
3694 super_type = groktypename (build_tree_list (build_tree_list (NULL_TREE,
4805 arglist = build_tree_list (NULL_TREE, super_type);
395 static tree super_type, selector_type, id_type, objc_class_type; variable
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c6434 tree super_type = TREE_TYPE (super_decl);
6441 (TYPE_ARRAY_P (super_type) ? "array" : "class"),
6466 tree super_type = TREE_TYPE (super_decl);
6469 if (TYPE_ARRAY_P (super_type) || CLASS_INTERFACE (TYPE_NAME (super_type)))
6474 (CLASS_INTERFACE (TYPE_NAME (super_type)) ? "interface" : "array"),
6479 if (CLASS_FINAL (TYPE_NAME (super_type)))
6430 tree super_type = TREE_TYPE (super_decl); local
6462 tree super_type = TREE_TYPE (super_decl); local
H A Dparse.y3777 tree super_type = TREE_TYPE (super_decl);
3784 (TYPE_ARRAY_P (super_type) ? "array" : "class"),
3809 tree super_type = TREE_TYPE (super_decl);
3812 if (TYPE_ARRAY_P (super_type) || CLASS_INTERFACE (TYPE_NAME (super_type)))
3817 (CLASS_INTERFACE (TYPE_NAME (super_type)) ? "interface" : "array"),
3822 if (CLASS_FINAL (TYPE_NAME (super_type)))

Completed in 372 milliseconds