|
|
1.1 root 1: %{
2: /* Command-line: gperf -p -j1 -g -o -t -N is_reserved_word -k1,4,$,7 gplus.gperf */
3: %}
4: struct resword { char *name; short token; enum rid rid;};
5: %%
6: __alignof, ALIGNOF, NORID
7: __alignof__, ALIGNOF, NORID
8: __asm, GCC_ASM_KEYWORD, NORID
9: __asm__, GCC_ASM_KEYWORD, NORID
10: __attribute, ATTRIBUTE, NORID
11: __attribute__, ATTRIBUTE, NORID
12: __const, TYPE_QUAL, RID_CONST
13: __const__, TYPE_QUAL, RID_CONST
14: __extension__, EXTENSION, NORID
15: __inline, SCSPEC, RID_INLINE
16: __inline__, SCSPEC, RID_INLINE
17: __label__, LABEL, NORID
1.1.1.2 ! root 18: __signature__, AGGR, RID_SIGNATURE /* Extension */,
1.1 root 19: __signed, TYPESPEC, RID_SIGNED
20: __signed__, TYPESPEC, RID_SIGNED
1.1.1.2 ! root 21: __sigof__, SIGOF, NORID /* Extension */,
1.1 root 22: __typeof, TYPEOF, NORID
23: __typeof__, TYPEOF, NORID
24: __volatile, TYPE_QUAL, RID_VOLATILE
25: __volatile__, TYPE_QUAL, RID_VOLATILE
26: __wchar_t, TYPESPEC, RID_WCHAR /* Unique to ANSI C++ */,
27: asm, ASM_KEYWORD, NORID,
1.1.1.2 ! root 28: and, ANDAND, NORID,
! 29: and_eq, ASSIGN, NORID,
1.1 root 30: auto, SCSPEC, RID_AUTO,
1.1.1.2 ! root 31: bitand, '&', NORID,
! 32: bitor, '|', NORID,
1.1 root 33: bool, TYPESPEC, RID_BOOL,
34: break, BREAK, NORID,
35: case, CASE, NORID,
36: catch, CATCH, NORID,
37: char, TYPESPEC, RID_CHAR,
38: class, AGGR, RID_CLASS,
1.1.1.2 ! root 39: compl, '~', NORID,
1.1 root 40: const, TYPE_QUAL, RID_CONST,
41: const_cast, CONST_CAST, NORID,
42: continue, CONTINUE, NORID,
43: default, DEFAULT, NORID,
44: delete, DELETE, NORID,
45: do, DO, NORID,
46: double, TYPESPEC, RID_DOUBLE,
47: dynamic_cast, DYNAMIC_CAST, NORID,
48: else, ELSE, NORID,
49: enum, ENUM, NORID,
1.1.1.2 ! root 50: explicit, SCSPEC, RID_EXPLICIT,
1.1 root 51: extern, SCSPEC, RID_EXTERN,
52: false, CXX_FALSE, NORID,
53: float, TYPESPEC, RID_FLOAT,
54: for, FOR, NORID,
55: friend, SCSPEC, RID_FRIEND,
56: goto, GOTO, NORID,
57: if, IF, NORID,
58: inline, SCSPEC, RID_INLINE,
59: int, TYPESPEC, RID_INT,
60: long, TYPESPEC, RID_LONG,
61: mutable, SCSPEC, RID_MUTABLE,
1.1.1.2 ! root 62: namespace, NAMESPACE, NORID,
1.1 root 63: new, NEW, NORID,
1.1.1.2 ! root 64: not, '!', NORID,
! 65: not_eq, EQCOMPARE, NORID,
1.1 root 66: operator, OPERATOR, NORID,
1.1.1.2 ! root 67: or, OROR, NORID,
! 68: or_eq, ASSIGN, NORID,
1.1 root 69: overload, OVERLOAD, NORID,
70: private, VISSPEC, RID_PRIVATE,
71: protected, VISSPEC, RID_PROTECTED,
72: public, VISSPEC, RID_PUBLIC,
73: register, SCSPEC, RID_REGISTER,
74: reinterpret_cast, REINTERPRET_CAST, NORID,
75: return, RETURN, NORID,
76: short, TYPESPEC, RID_SHORT,
77: signature, AGGR, RID_SIGNATURE /* Extension */,
78: signed, TYPESPEC, RID_SIGNED,
79: sigof, SIGOF, NORID /* Extension */,
80: sizeof, SIZEOF, NORID,
81: static, SCSPEC, RID_STATIC,
82: static_cast, STATIC_CAST, NORID,
83: struct, AGGR, RID_RECORD,
84: switch, SWITCH, NORID,
1.1.1.2 ! root 85: template, TEMPLATE, RID_TEMPLATE,
1.1 root 86: this, THIS, NORID,
87: throw, THROW, NORID,
88: true, CXX_TRUE, NORID,
89: try, TRY, NORID,
90: typedef, SCSPEC, RID_TYPEDEF,
1.1.1.2 ! root 91: typename, TYPENAME_KEYWORD, NORID,
1.1 root 92: typeid, TYPEID, NORID,
1.1.1.2 ! root 93: typeof, TYPEOF, NORID,
1.1 root 94: union, AGGR, RID_UNION,
95: unsigned, TYPESPEC, RID_UNSIGNED,
1.1.1.2 ! root 96: using, USING, NORID,
1.1 root 97: virtual, SCSPEC, RID_VIRTUAL,
98: void, TYPESPEC, RID_VOID,
99: volatile, TYPE_QUAL, RID_VOLATILE,
100: while, WHILE, NORID,
1.1.1.2 ! root 101: xor, '^', NORID,
! 102: xor_eq, ASSIGN, NORID,
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.