Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h471 JDEP_PARM, /* Patch the type of a parm declaration */ enumerator
H A Dparse.c9261 case JDEP_PARM: in java_complete_class()
10955 register_incomplete_type (JDEP_PARM, NULL_TREE, NULL_TREE, type);
H A Dparse.y5696 case JDEP_PARM: in java_complete_class()
7390 register_incomplete_type (JDEP_PARM, NULL_TREE, NULL_TREE, type);
H A DChangeLog13245 (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
13278 (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.