Home
last modified time | relevance | path

Searched refs:theScopeDepth (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp145 << ", scope depth " << theScopeDepth << std::endl;
154 << ", scope depth " << theScopeDepth << std::endl;
585 int theScopeDepth; member in zorba::TranslatorImpl
676 theScopeDepth(0), in TranslatorImpl()
972 ++theScopeDepth; in push_scope()
998 --theScopeDepth; in pop_scope()
14562 if (theScopeDepth != 0) in result()
14564 std::cout << "Error: scope depth " << theScopeDepth << std::endl; in result()