mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
updates for compile-to-C++
This commit is contained in:
parent
16a16948a1
commit
bcebe27ced
4 changed files with 91 additions and 9 deletions
|
@ -792,6 +792,7 @@ private:
|
|||
std::string GenIndexExpr(const Expr* e, GenType gt);
|
||||
std::string GenAssignExpr(const Expr* e, GenType gt, bool top_level);
|
||||
std::string GenAddToExpr(const Expr* e, GenType gt, bool top_level);
|
||||
std::string GenRemoveFromExpr(const Expr* e, GenType gt, bool top_level);
|
||||
std::string GenSizeExpr(const Expr* e, GenType gt);
|
||||
std::string GenScheduleExpr(const Expr* e);
|
||||
std::string GenLambdaExpr(const Expr* e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue