Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dcheck-init.c935 || (DECL_INIT_P (mdecl) && ! DECL_INIT_CALLS_THIS (mdecl)));
Djava-tree.h829 #define DECL_INIT_CALLS_THIS(DECL) \ macro
Dparse.y8942 DECL_INIT_CALLS_THIS (mdecl) = invokes_this;
Dparse.c12507 DECL_INIT_CALLS_THIS (mdecl) = invokes_this;
DChangeLog2020 (DECL_INIT_CALLS_THIS): New macro.