Home
last modified time | relevance | path

Searched refs:JDEP_FIELD (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h453 JDEP_FIELD, /* Patch the type of a class field */ enumerator
Dparse.y4392 register_incomplete_type (JDEP_FIELD, wfl, field_decl, type);
5629 case JDEP_FIELD: in java_complete_class()
6081 case JDEP_FIELD:
Dparse.c7957 register_incomplete_type (JDEP_FIELD, wfl, field_decl, type);
9194 case JDEP_FIELD: in java_complete_class()
9646 case JDEP_FIELD:
DChangeLog2584 context for JDEP_FIELD dependencies.
4545 * parse.y (register_incomplete_type): Include JDEP_FIELD as a case
13366 (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,