Home
last modified time | relevance | path

Searched refs:build_field_ref (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1556 build_field_ref (self_value, self_class, name) in build_field_ref() function
2415 field_ref = build_field_ref (field_ref, self_type, field_name);
H A Djava-tree.h1176 extern tree build_field_ref PARAMS ((tree, tree, tree));
H A Dparse.c11404 build_field_ref (NULL_TREE, class_type, DECL_NAME (current));
12940 access = build_field_ref ((fs ? NULL_TREE : current_this),
13036 field_ref = build_field_ref ((is_static && !flag_emit_xref?
13805 decl = build_field_ref (where ? where : current_this,
H A Dparse.y7839 build_field_ref (NULL_TREE, class_type, DECL_NAME (current));
9375 access = build_field_ref ((fs ? NULL_TREE : current_this),
9471 field_ref = build_field_ref ((is_static && !flag_emit_xref?
10240 decl = build_field_ref (where ? where : current_this,
H A DChangeLog1274 * expr.c (build_field_ref): Don't build a check if the field is a
3390 (build_field_ref): Likewise.
12368 build_field_ref, pushdecl_force_head, build_java_binop,
13697 build_field_ref, jcf_out_of_synch): New references to external
14664 (build_field_ref): Now also handle static fields.