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:
parent
0516e6f21f
commit
24044429a7
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue