mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
factoring + record constructors
This commit is contained in:
parent
ed70fefd34
commit
ba9781d83e
2 changed files with 27 additions and 37 deletions
|
@ -352,8 +352,10 @@ protected:
|
|||
|
||||
// About elements ...
|
||||
// ###
|
||||
bool CheckRecordConstructor(const TypePtr& t) const;
|
||||
bool CheckTableMod(const TypePtr& t) const;
|
||||
bool CheckTableRef(const TypePtr& t) const;
|
||||
bool CheckSideEffects(SideEffectsOp::AccessType access, const TypePtr& t) const;
|
||||
|
||||
// Profile across all script functions.
|
||||
ProfileFuncs& pfs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue