toward updating predicate trees every time a function exits
[c11tester.git] / funcnode.h
index 61ab0593b7ed9a88465ae3fbc04eec7c8fc1fa3b..a4412c6ca45aa0bf1aca1ab12e1aa1ff3ccf119e 100644 (file)
@@ -9,6 +9,7 @@
 
 typedef ModelList<FuncInst *> func_inst_list_mt;
 typedef HashTable<void *, uint64_t, uintptr_t, 4, model_malloc, model_calloc, model_free> read_map_t;
+typedef HSIterator<Predicate *, uintptr_t, 0, model_malloc, model_calloc, model_free> PredSetIter;
 
 class FuncNode {
 public: