| 94 | using namespace UHDM; // NOLINT (we use a good chunk of these here) |
| 95 | |
| 96 | void CompileHelper::checkForLoops(bool on) { |
| 97 | m_checkForLoops = on; |
| 98 | m_stackLevel = 0; |
| 99 | m_unwind = false; |
| 100 | } |
| 101 | |
| 102 | bool CompileHelper::loopDetected(PathId fileId, uint32_t lineNumber, |
| 103 | CompileDesign* compileDesign, |
no outgoing calls
no test coverage detected