mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
C++ compilation support for 2-valued vector "for" loops
This commit is contained in:
parent
7b8d92b4f6
commit
a725cfa9e3
2 changed files with 15 additions and 4 deletions
|
@ -727,7 +727,7 @@ private:
|
|||
void GenWhenStmt(const WhenStmt* w);
|
||||
void GenForStmt(const ForStmt* f);
|
||||
void GenForOverTable(const ExprPtr& tbl, const IDPtr& value_var, const IDPList* loop_vars);
|
||||
void GenForOverVector(const ExprPtr& tbl, const IDPList* loop_vars);
|
||||
void GenForOverVector(const ExprPtr& tbl, const IDPtr& value_var, const IDPList* loop_vars);
|
||||
void GenForOverString(const ExprPtr& str, const IDPList* loop_vars);
|
||||
|
||||
// Nested level of loops/switches for which "break"'s should be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue