Home
last modified time | relevance | path

Searched refs:JAVA_INTEGRAL_RANGE_ERROR (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dlex.h188 #define JAVA_INTEGRAL_RANGE_ERROR(S) do { } while (0) macro
239 #define JAVA_INTEGRAL_RANGE_ERROR(m) \ macro
Dlex.c1244 JAVA_INTEGRAL_RANGE_ERROR ("Numeric overflow for `long' literal");
1246 JAVA_INTEGRAL_RANGE_ERROR ("Numeric overflow for `int' literal");
DChangeLog388 * lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
12015 * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
12498 (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
13897 (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.