about summary refs log tree commit diff homepage
path: root/stp/AST/ASTKind.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-05 04:00:35 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-05 04:00:35 +0000
commit46fef5e207735a356e1c18a9f0928fb94bd42b4d (patch)
tree4f3ebffdf903234450c4050b6a4398764cc5ef0c /stp/AST/ASTKind.cpp
parent786f4b93d9a2bed0fe76cc183cec3cb2a13c6b9b (diff)
downloadklee-46fef5e207735a356e1c18a9f0928fb94bd42b4d.tar.gz
STP: Add pre-generated ASTKind.{cpp,h}.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'stp/AST/ASTKind.cpp')
-rw-r--r--stp/AST/ASTKind.cpp118
1 files changed, 118 insertions, 0 deletions
diff --git a/stp/AST/ASTKind.cpp b/stp/AST/ASTKind.cpp
new file mode 100644
index 00000000..9a2392c9
--- /dev/null
+++ b/stp/AST/ASTKind.cpp
@@ -0,0 +1,118 @@
+// Generated automatically by genkinds.h from ASTKind.kinds Sun Apr  4 19:39:09 2010.
+// Do not edit
+namespace BEEV {
+const char * _kind_names[] =  {
+   "UNDEFINED",
+   "SYMBOL",
+   "BVCONST",
+   "BVNEG",
+   "BVCONCAT",
+   "BVOR",
+   "BVAND",
+   "BVXOR",
+   "BVNAND",
+   "BVNOR",
+   "BVXNOR",
+   "BVEXTRACT",
+   "BVLEFTSHIFT",
+   "BVRIGHTSHIFT",
+   "BVSRSHIFT",
+   "BVVARSHIFT",
+   "BVPLUS",
+   "BVSUB",
+   "BVUMINUS",
+   "BVMULTINVERSE",
+   "BVMULT",
+   "BVDIV",
+   "BVMOD",
+   "SBVDIV",
+   "SBVMOD",
+   "BVSX",
+   "BOOLVEC",
+   "ITE",
+   "BVGETBIT",
+   "BVLT",
+   "BVLE",
+   "BVGT",
+   "BVGE",
+   "BVSLT",
+   "BVSLE",
+   "BVSGT",
+   "BVSGE",
+   "EQ",
+   "NEQ",
+   "FALSE",
+   "TRUE",
+   "NOT",
+   "AND",
+   "OR",
+   "NAND",
+   "NOR",
+   "XOR",
+   "IFF",
+   "IMPLIES",
+   "READ",
+   "WRITE",
+   "ARRAY",
+   "BITVECTOR",
+   "BOOLEAN",
+};
+
+unsigned char _kind_categories[] = {
+   0,
+   3,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   1,
+   3,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   2,
+   1,
+   1,
+   0,
+   0,
+   0,
+};
+
+}  // end namespace