Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h108 #define JCONSTRUCTOR_CHECK(FLAG, V, CL, S) \ macro
Dparse.y4609 JCONSTRUCTOR_CHECK (flags, ACC_ABSTRACT, id, "abstract");
4610 JCONSTRUCTOR_CHECK (flags, ACC_STATIC, id, "static");
4611 JCONSTRUCTOR_CHECK (flags, ACC_FINAL, id, "final");
4612 JCONSTRUCTOR_CHECK (flags, ACC_NATIVE, id, "native");
4613 JCONSTRUCTOR_CHECK (flags, ACC_SYNCHRONIZED, id, "synchronized");
4614 JCONSTRUCTOR_CHECK (flags, ACC_STRICT, id, "strictfp");
Dparse.c8174 JCONSTRUCTOR_CHECK (flags, ACC_ABSTRACT, id, "abstract");
8175 JCONSTRUCTOR_CHECK (flags, ACC_STATIC, id, "static");
8176 JCONSTRUCTOR_CHECK (flags, ACC_FINAL, id, "final");
8177 JCONSTRUCTOR_CHECK (flags, ACC_NATIVE, id, "native");
8178 JCONSTRUCTOR_CHECK (flags, ACC_SYNCHRONIZED, id, "synchronized");
8179 JCONSTRUCTOR_CHECK (flags, ACC_STRICT, id, "strictfp");
DChangeLog7416 * parse.h (ABSTRACT_CHECK, JCONSTRUCTOR_CHECK,
11008 (JCONSTRUCTOR_CHECK): New macro.