MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / replaceBreakAndContinueWithFlag

Function replaceBreakAndContinueWithFlag

src/ast/ast_generate.cpp:1089–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087 }
1088
1089 void replaceBreakAndContinueWithFlag ( Expression * expr, int32_t bg, int32_t cg, const string & breakFlag ) {
1090 BreakAndContinueVisitor rbnc(bg, cg, breakFlag);
1091 expr->visit(rbnc);
1092 }
1093
1094 void replaceBreakContinueAndReturn ( Expression * expr, int32_t bg, int32_t cg, const string & breakFlag,
1095 int32_t rg, const string & returnFlag, const string & returnValueName ) {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected