Searched refs:NEW_METHOD_DECLARATOR (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.c350 #define NEW_METHOD_DECLARATOR(D,N,A) \ macro
2607 NEW_METHOD_DECLARATOR (d, yyvsp[-2].node, NULL);
2616 NEW_METHOD_DECLARATOR (d, yyvsp[-3].node, yyvsp[-1].node);
H A Dparse-scan.y108 #define NEW_METHOD_DECLARATOR(D,N,A) \
477 NEW_METHOD_DECLARATOR (d, $1, NULL);
483 NEW_METHOD_DECLARATOR (d, $1, $3);

Completed in 116 milliseconds