mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
helper function for comparing collections of definition points
This commit is contained in:
parent
b581c6435e
commit
ec97c9b042
2 changed files with 23 additions and 0 deletions
|
@ -214,6 +214,8 @@ protected:
|
|||
const DefSetsMgr* mgr = nullptr;
|
||||
};
|
||||
|
||||
extern bool same_DPs(const DefPoints* dp1, const DefPoints* dp2);
|
||||
|
||||
// Used for debugging, to communicate which expression wasn't
|
||||
// reduced when we expected them all to be.
|
||||
extern const Expr* non_reduced_perp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue