Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c13001 tree decl, where_found, type_found; local
13004 &where_found, &type_found))
13012 tree length = build_java_array_length_access (where_found);
13021 if (TREE_CODE (where_found) == VAR_DECL && FIELD_STATIC (where_found))
13023 build_static_field_ref (where_found);
13024 field_ref = build_class_init (DECL_CONTEXT (where_found), field_ref);
13037 NULL_TREE : where_found),
13050 && TREE_CODE (where_found) == VAR_DECL
13051 && FIELD_STATIC (where_found))
13053 build_static_field_ref (where_found);
[all …]
H A Dparse.y9436 tree decl, where_found, type_found; local
9439 &where_found, &type_found))
9447 tree length = build_java_array_length_access (where_found);
9456 if (TREE_CODE (where_found) == VAR_DECL && FIELD_STATIC (where_found))
9458 build_static_field_ref (where_found);
9459 field_ref = build_class_init (DECL_CONTEXT (where_found), field_ref);
9472 NULL_TREE : where_found),
9485 && TREE_CODE (where_found) == VAR_DECL
9486 && FIELD_STATIC (where_found))
9488 build_static_field_ref (where_found);
[all …]
H A DChangeLog10919 decls. Set where_found and type_found on non static field resolved
12410 where_found to the field access if necessary. Use QUAL_DECL_TYPE