3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-19 17:50:23 +00:00

Rename cache to m_cache

This commit is contained in:
Arie Gurfinkel 2018-08-20 15:24:11 -04:00
parent 0516e6f21f
commit 24044429a7
2 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ namespace datalog {
scoped_ptr<rule_dependencies> m_deps;
scoped_ptr<rule_stratifier> m_stratifier;
map<symbol, func_decl*, symbol_hash_proc, symbol_eq_proc> cache;
map<symbol, func_decl*, symbol_hash_proc, symbol_eq_proc> m_cache;
bool is_recursive(rule &r, func_decl &decl) const;
bool is_recursive(rule &r, expr &e) const;