Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dxqueryimpl.cpp583 int sctxid = (int)theCompilerCB->theSctxMap.size() + 1; in doCompile() local
584 (theCompilerCB->theSctxMap)[sctxid] = theStaticContext; in doCompile()
718 int sctxid = (int)clone->theCompilerCB->theSctxMap.size() + 1; in clone() local
719 (clone->theCompilerCB->theSctxMap)[sctxid] = clone->theStaticContext; in clone()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp934 inline csize sctxid() in sctxid() function in zorba::TranslatorImpl
955 theSctxIdStack.push(sctxid()); in push_scope()
957 (theCCB->theSctxMap)[sctxid()] = theSctx; in push_scope()
985 theSctx = (theCCB->theSctxMap)[sctxid()]; in pop_scope()