| 61 | int branchCount = 0; |
| 62 | |
| 63 | Progress Break(Analyzer::Terminate t = Analyzer::Terminate::None) { |
| 64 | if ((!analyzeOnly || analyzeTerminate) && t != Analyzer::Terminate::None) |
| 65 | terminate = t; |
| 66 | return Progress::Break; |
| 67 | } |
| 68 | |
| 69 | struct Branch { |
| 70 | explicit Branch(Token* tok = nullptr) : endBlock(tok) {} |
no outgoing calls
no test coverage detected