Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h827 #define GET_ENCLOSING_CPC() TREE_CHAIN (GET_CPC_LIST ()) macro
835 #define GET_ENCLOSING_CPC_CONTEXT() (GET_ENCLOSING_CPC () ? \
836 TREE_VALUE (GET_ENCLOSING_CPC ()) : \
Dparse.y3720 if (GET_ENCLOSING_CPC ()) in link_nested_class_to_enclosing()
5240 && GET_ENCLOSING_CPC ())
5241 JDEP_ENCLOSING (new) = TREE_VALUE (GET_ENCLOSING_CPC ());
5243 JDEP_ENCLOSING (new) = (GET_ENCLOSING_CPC () ?
5244 TREE_VALUE (GET_ENCLOSING_CPC ()) : NULL_TREE);
Dparse.c7285 if (GET_ENCLOSING_CPC ()) in link_nested_class_to_enclosing()
8805 && GET_ENCLOSING_CPC ())
8806 JDEP_ENCLOSING (new) = TREE_VALUE (GET_ENCLOSING_CPC ());
8808 JDEP_ENCLOSING (new) = (GET_ENCLOSING_CPC () ?
8809 TREE_VALUE (GET_ENCLOSING_CPC ()) : NULL_TREE);
DChangeLog7214 GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,