| 1931 | } |
| 1932 | |
| 1933 | void ResetTreeGlobals() |
| 1934 | { |
| 1935 | currLoopDepth = 0; |
| 1936 | |
| 1937 | #ifdef NULLC_ENABLE_C_TRANSLATION |
| 1938 | ResetTranslationState(); |
| 1939 | #endif |
| 1940 | |
| 1941 | NodeBreakOp::fixQueue.clear(); |
| 1942 | NodeContinueOp::fixQueue.clear(); |
| 1943 | NodeFuncCall::memoList.clear(); |
| 1944 | NodeFuncCall::memoPool.Clear(); |
| 1945 | } |
no test coverage detected