File: cpp_res.in

package info (click to toggle)
global 6.6.14-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,612 kB
  • sloc: ansic: 132,180; sh: 5,017; javascript: 4,891; perl: 811; lisp: 676; makefile: 340; yacc: 122
file content (107 lines) | stat: -rw-r--r-- 1,951 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
;; Process this file with reserved.pl to create gperf source.
;
; Copyright (c) 2003 Tama Communications Corporation
;
; This file is free software; as a special exception the author gives
; unlimited permission to copy and/or distribute it, with or without
; modifications, as long as this notice is preserved.
;
; This program is distributed in the hope that it will be useful, but
; WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

;
; C++ reserved word list.
;
::				word
__P				word
__attribute__,__attribute	word
__extension__			word
__thread			word
asm,__asm,__asm__		word
const,__const,__const__		word
inline,__inline,__inline__	word
signed,__signed,__signed__	word
volatile,__volatile,__volatile__	word
auto			word
bool			word
break			word
case			word
catch			word
char			word
class			word
const_cast		word
continue		word
default			word
delete			word
do			word
double			word
dynamic_cast		word
else			word
enum			word
explicit		word
export			word
extern			word
false			word
final			word
float			word
for			word
friend			word
goto			word
if			word
int			word
long			word
mutable			word
namespace		word
new			word
operator		word
private			word
protected		word
public			word
register		word
reinterpret_cast	word
return			word
short			word
sizeof			word
static			word
static_cast		word
struct			word
switch			word
template		word
this			word
throw			word
true			word
try			word
typedef			word
typename		word
typeid			word
union			word
unsigned		word
using			word
virtual			word
void			word
wchar_t			word
while			word
;
; Pre-processer macro.
;
##			sharp
#assert			sharp
#define			sharp
#elif			sharp
#else			sharp
#endif			sharp
#error			sharp
#ident			sharp
#if			sharp
#ifdef			sharp
#ifndef			sharp
#import			sharp
#include		sharp
#include_next		sharp
#line			sharp
#pragma			sharp
#sccs			sharp
#unassert		sharp
#undef			sharp
#warning		sharp