Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h459 JDEP_METHOD_RETURN, /* Mark the beginning of the patching enumerator
Dparse.y4674 patch_stage = JDEP_METHOD_RETURN;
4696 if (patch_stage == JDEP_METHOD_RETURN)
5647 case JDEP_METHOD_RETURN: in java_complete_class()
5658 (((JDEP_KIND (dep) == JDEP_METHOD_RETURN ? in java_complete_class()
6094 case JDEP_METHOD_RETURN: /* Covers return type */
Dparse.c8239 patch_stage = JDEP_METHOD_RETURN;
8261 if (patch_stage == JDEP_METHOD_RETURN)
9212 case JDEP_METHOD_RETURN: in java_complete_class()
9223 (((JDEP_KIND (dep) == JDEP_METHOD_RETURN ? in java_complete_class()
9659 case JDEP_METHOD_RETURN: /* Covers return type */
DChangeLog13367 JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,