Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
039ba763d1da901bcd1ef0020a2aa97704c7962a
/
.
/
test
/
C++Frontend
/
2003-11-18-EnumArray.cpp
blob: b4d861b2c389469bceb8dd0afbe5ebdb9b1feec3 [
file
] [
log
] [
blame
]
enum
TchkType
{
tchkNum
,
tchkString
,
tchkSCN
,
tchkNone
};
struct
Operator
{
enum
TchkType
tchk
[
8
];
};
struct
Operator
opTab
[]
=
{
{{
tchkNum
,
tchkNum
,
tchkString
}
}
};