Home
last modified time | relevance | path

Searched refs:super_type (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h269 #define super_type objc_global_trees[OCTI_SUPER_TYPE] macro
283 (super_type && TYPE_MAIN_VARIANT (TYPE) == TYPE_MAIN_VARIANT (super_type))
H A Dobjc-act.c3636 super_type = groktypename (build_tree_list (build_tree_list (NULL_TREE, in build_super_template()
4731 arglist = build_tree_list (NULL_TREE, super_type);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c8664 tree super_type = TREE_TYPE (super_decl); local
8674 (TYPE_ARRAY_P (super_type) ? "array" : "class"),
8681 if (! INNER_CLASS_P (super_type)
8699 tree super_type = TREE_TYPE (super_decl); local
8702 if (TYPE_ARRAY_P (super_type) || CLASS_INTERFACE (TYPE_NAME (super_type)))
8707 (CLASS_INTERFACE (TYPE_NAME (super_type)) ? "interface" : "array"),
8712 if (CLASS_FINAL (TYPE_NAME (super_type)))
8721 if (! INNER_CLASS_P (super_type)
H A Dparse.y5099 tree super_type = TREE_TYPE (super_decl); local
5109 (TYPE_ARRAY_P (super_type) ? "array" : "class"),
5116 if (! INNER_CLASS_P (super_type)
5134 tree super_type = TREE_TYPE (super_decl); local
5137 if (TYPE_ARRAY_P (super_type) || CLASS_INTERFACE (TYPE_NAME (super_type)))
5142 (CLASS_INTERFACE (TYPE_NAME (super_type)) ? "interface" : "array"),
5147 if (CLASS_FINAL (TYPE_NAME (super_type)))
5156 if (! INNER_CLASS_P (super_type)