Binary encoding for ElementSet and table-based ElementFunction
[satune.git] / src / AST / set.h
index 92315e22818728089a1d543021aea773529122bc..55fb57cb9900b6d7f5b93f38f8fe921c2b34ffe5 100644 (file)
@@ -23,6 +23,7 @@ struct Set {
 
 Set *allocSet(VarType t, uint64_t * elements, uint num);
 Set * allocSetRange(VarType t, uint64_t lowrange, uint64_t highrange);
+uint getSetSize(Set* set);
 void deleteSet(Set *set);
 #endif/* SET_H */