summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/kind_template.cpp')
-rw-r--r--src/expr/kind_template.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/expr/kind_template.cpp b/src/expr/kind_template.cpp
index 5f92af622..aa9107a18 100644
--- a/src/expr/kind_template.cpp
+++ b/src/expr/kind_template.cpp
@@ -91,5 +91,15 @@ ${type_constant_to_theory_id}
throw IllegalArgumentException("", "k", __PRETTY_FUNCTION__, "bad type constant");
}
+std::string getStatsPrefix(TheoryId theoryId) {
+ switch(theoryId) {
+${theory_stats_prefixes}
+#line 98 "${template}"
+ default:
+ break;
+ }
+ return "unknown";
+}
+
}/* CVC4::theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback