Searched refs:class_ident (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2365 objc_declare_alias (alias_ident, class_ident)
2367 tree class_ident;
2369 if (is_class_name (class_ident) != class_ident)
2370 warning ("cannot find class `%s'", IDENTIFIER_POINTER (class_ident));
2374 alias_chain = tree_cons (class_ident, alias_ident, alias_chain);
4932 tree method_prototype = NULL_TREE, class_ident = NULL_TREE;
4949 && (class_ident = receiver_is_class_object (receiver)))
5064 else if (class_ident)
5067 && CLASS_NAME (objc_implementation_context) == class_ident)
4923 tree method_prototype = NULL_TREE, class_ident = NULL_TREE; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1978 static GTY(()) tree class_ident; variable
1994 if (class_ident == NULL_TREE)
1996 class_ident = get_identifier ("class");
2001 lookup_field (&dtable_type, class_ident));
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c2867 objc_declare_alias (tree alias_ident, tree class_ident)
2877 if (!(underlying_class = objc_is_class_name (class_ident)))
2878 warning (0, "cannot find class %qs", IDENTIFIER_POINTER (class_ident));
2862 objc_declare_alias(tree alias_ident, tree class_ident) argument

Completed in 199 milliseconds