Home
last modified time | relevance | path

Searched refs:lookup_cl (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y87 static tree lookup_cl PARAMS ((tree));
3599 cl = lookup_cl (local_enclosing);
5118 lookup_cl (this_decl), true))
5288 return lookup_cl (TYPE_NAME (su));
5294 return lookup_cl (TYPE_NAME (su));
5323 return lookup_cl (TYPE_NAME (type));
5332 return lookup_cl (TYPE_NAME (BINFO_TYPE (vec_elt)));
5900 cl = lookup_cl (decl);
6249 (lookup_cl (class_decl),
6616 (lookup_cl (sub_interface_method),
[all …]
Dparse.c327 static tree lookup_cl PARAMS ((tree));
7164 cl = lookup_cl (local_enclosing);
8683 lookup_cl (this_decl), true))
8853 return lookup_cl (TYPE_NAME (su));
8859 return lookup_cl (TYPE_NAME (su));
8888 return lookup_cl (TYPE_NAME (type));
8897 return lookup_cl (TYPE_NAME (BINFO_TYPE (vec_elt)));
9465 cl = lookup_cl (decl);
9814 (lookup_cl (class_decl),
10181 (lookup_cl (sub_interface_method),
[all …]
DChangeLog2941 `lookup_cl.' Free the hash table when done.
4614 (lookup_cl): Use EXPR_WFL_FILENAME.
4974 (lookup_cl): Likewise.
7976 * parse.y (lookup_cl): Changed leading comment. Now does its best
12148 Use method_wfl instead of lookup_cl during error reports. Fixed
13282 (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
13430 relying on lookup_cl.
13515 * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
13545 lookup_cl, use wfl instead.
13581 (lookup_cl): Rewritten and returns a statically defined WFL node.
[all …]