Home
last modified time | relevance | path

Searched refs:DECL_FUNCTION_NAP (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h277 for (i = DECL_FUNCTION_NAP ((M)); i; i--) \
H A Djava-tree.h821 #define DECL_FUNCTION_NAP(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.nap) macro
H A Dparse.c8014 DECL_FUNCTION_NAP (mdecl) = count;
8316 DECL_FUNCTION_NAP (meth) = count;
9056 DECL_FUNCTION_NAP (decl) = artificial;
H A Dparse.y4449 DECL_FUNCTION_NAP (mdecl) = count;
4751 DECL_FUNCTION_NAP (meth) = count;
5491 DECL_FUNCTION_NAP (decl) = artificial;
H A DChangeLog6896 (method_header): Compute and set DECL_FUNCTION_NAP.
6928 (DECL_FUNCTION_NAP): New macro.
6968 CRAFTED_PARAM_LIST_FIXUP, assign DECL_FUNCTION_NAP.