mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
204 lines
7.3 KiB
Plaintext
204 lines
7.3 KiB
Plaintext
/* C code produced by gperf version 3.2 */
|
|
/* Command-line: gperf -L C -F ', 0' -t -j1 -i 1 -g -o -N java_keyword -k'1,3,$' */
|
|
|
|
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
|
|
&& ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
|
|
&& (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
|
|
&& ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
|
|
&& ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
|
|
&& ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
|
|
&& ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
|
|
&& ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
|
|
&& ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
|
|
&& ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
|
|
&& ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
|
|
&& ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
|
|
&& ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
|
|
&& ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
|
|
&& ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
|
|
&& ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
|
|
&& ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
|
|
&& ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
|
|
&& ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
|
|
&& ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
|
|
&& ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
|
|
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
|
|
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
|
|
/* The character set is not based on ISO-646. */
|
|
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
|
|
#endif
|
|
|
|
|
|
/* Keyword definition for the GNU compiler for the Java(TM) language.
|
|
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
|
Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
|
|
|
|
This file is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published
|
|
by the Free Software Foundation; either version 2 of the License,
|
|
or (at your option) any later version.
|
|
|
|
This file is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
Java and all Java-based marks are trademarks or registered trademarks
|
|
of Sun Microsystems, Inc. in the United States and other countries.
|
|
The Free Software Foundation is independent of Sun Microsystems, Inc. */
|
|
|
|
struct java_keyword { const char *name; int token; };
|
|
|
|
#define TOTAL_KEYWORDS 50
|
|
#define MIN_WORD_LENGTH 2
|
|
#define MAX_WORD_LENGTH 12
|
|
#define MIN_HASH_VALUE 7
|
|
#define MAX_HASH_VALUE 76
|
|
/* maximum key range = 70, duplicates = 0 */
|
|
|
|
#ifdef __GNUC__
|
|
__inline
|
|
#else
|
|
#ifdef __cplusplus
|
|
inline
|
|
#endif
|
|
#endif
|
|
static unsigned int
|
|
hash (str, len)
|
|
register const char *str;
|
|
register size_t len;
|
|
{
|
|
static unsigned char asso_values[] =
|
|
{
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 7, 30, 7,
|
|
12, 1, 14, 28, 41, 3, 77, 16, 11, 77,
|
|
16, 23, 1, 77, 15, 1, 1, 34, 30, 18,
|
|
77, 11, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
|
|
77, 77, 77, 77, 77, 77
|
|
};
|
|
register unsigned int hval = len;
|
|
|
|
switch (hval)
|
|
{
|
|
default:
|
|
hval += asso_values[(unsigned char)str[2]];
|
|
#if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (__STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
|
|
[[fallthrough]];
|
|
#elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
|
|
__attribute__ ((__fallthrough__));
|
|
#endif
|
|
/*FALLTHROUGH*/
|
|
case 2:
|
|
case 1:
|
|
hval += asso_values[(unsigned char)str[0]];
|
|
break;
|
|
}
|
|
return hval + asso_values[(unsigned char)str[len - 1]];
|
|
}
|
|
|
|
struct java_keyword *
|
|
java_keyword (str, len)
|
|
register const char *str;
|
|
register size_t len;
|
|
{
|
|
static struct java_keyword wordlist[] =
|
|
{
|
|
{"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0},
|
|
{"", 0},
|
|
{"else", ELSE_TK},
|
|
{"int", INT_TK},
|
|
{"this", THIS_TK},
|
|
{"extends", EXTENDS_TK},
|
|
{"import", IMPORT_TK},
|
|
{"private", PRIVATE_TK},
|
|
{"case", CASE_TK},
|
|
{"interface", INTERFACE_TK},
|
|
{"implements", IMPLEMENTS_TK},
|
|
{"package", PACKAGE_TK},
|
|
{"abstract", ABSTRACT_TK},
|
|
{"transient", TRANSIENT_TK},
|
|
{"if", IF_TK},
|
|
{"class", CLASS_TK},
|
|
{"static", STATIC_TK},
|
|
{"super", SUPER_TK},
|
|
{"throws", THROWS_TK},
|
|
{"native", NATIVE_TK},
|
|
{"", 0},
|
|
{"try", TRY_TK},
|
|
{"while", WHILE_TK},
|
|
{"instanceof", INSTANCEOF_TK},
|
|
{"const", CONST_TK},
|
|
{"short", SHORT_TK},
|
|
{"false", FALSE_TK},
|
|
{"continue", CONTINUE_TK},
|
|
{"char", CHAR_TK},
|
|
{"default", DEFAULT_TK},
|
|
{"", 0},
|
|
{"byte", BYTE_TK},
|
|
{"do", DO_TK},
|
|
{"return", RETURN_TK},
|
|
{"throw", THROW_TK},
|
|
{"true", TRUE_TK},
|
|
{"synchronized", SYNCHRONIZED_TK},
|
|
{"null", NULL_TK},
|
|
{"float", FLOAT_TK},
|
|
{"public", PUBLIC_TK},
|
|
{"protected", PROTECTED_TK},
|
|
{"final", FINAL_TK},
|
|
{"for", FOR_TK},
|
|
{"finally", FINALLY_TK},
|
|
{"void", VOID_TK},
|
|
{"volatile", VOLATILE_TK},
|
|
{"switch", SWITCH_TK},
|
|
{"break", BREAK_TK},
|
|
{"double", DOUBLE_TK},
|
|
{"catch", CATCH_TK},
|
|
{"new", NEW_TK},
|
|
{"goto", GOTO_TK},
|
|
{"", 0}, {"", 0},
|
|
{"long", LONG_TK},
|
|
{"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0},
|
|
{"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0},
|
|
{"", 0}, {"", 0}, {"", 0}, {"", 0},
|
|
{"boolean", BOOLEAN_TK}
|
|
};
|
|
|
|
if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
|
|
{
|
|
register unsigned int key = hash (str, len);
|
|
|
|
if (key <= MAX_HASH_VALUE)
|
|
{
|
|
register const char *s = wordlist[key].name;
|
|
|
|
if (*str == *s && !strcmp (str + 1, s + 1))
|
|
return &wordlist[key];
|
|
}
|
|
}
|
|
return 0;
|
|
}
|