Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djava-tree.h1335 #define DECL_INSTINIT_P(DECL) (ID_INSTINIT_P (DECL_NAME (DECL)))
1343 #define ID_INSTINIT_P(ID) ((ID) == instinit_identifier_node) macro
Dparse.y11094 if (ID_FINIT_P (name) || ID_CLASSDOLLAR_P (name) || ID_INSTINIT_P (name))
Dparse.c14659 if (ID_FINIT_P (name) || ID_CLASSDOLLAR_P (name) || ID_INSTINIT_P (name))
DChangeLog2623 (ID_INSTINIT_P): Likewise.