Searched refs:build_field_ref (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | expr.c | 1556 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 D | java-tree.h | 1176 extern tree build_field_ref PARAMS ((tree, tree, tree));
|
H A D | parse.c | 11404 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 D | parse.y | 7839 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 D | ChangeLog | 1274 * 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.
|