Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h505 #define JDEP_TO_RESOLVE(J) ((J)->solv) macro
H A Dparse.c8798 JDEP_TO_RESOLVE (new) = ptr;
9127 decl = resolve_class (JDEP_ENCLOSING (dep), JDEP_TO_RESOLVE (dep),
H A Dparse.y5233 JDEP_TO_RESOLVE (new) = ptr;
5562 decl = resolve_class (JDEP_ENCLOSING (dep), JDEP_TO_RESOLVE (dep),
H A DChangeLog3504 * parse.y (register_incomplete_type): Use JDEP_TO_RESOLVE instead.
9503 * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,