Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dscript_exprs.cpp394 theExitExprs.swap(exitExprs); in exit_catcher_expr()
396 std::vector<expr*>::const_iterator ite = theExitExprs.begin(); in exit_catcher_expr()
397 std::vector<expr*>::const_iterator end = theExitExprs.end(); in exit_catcher_expr()
411 std::vector<expr*>::const_iterator ite = theExitExprs.begin(); in ~exit_catcher_expr()
412 std::vector<expr*>::const_iterator end = theExitExprs.end(); in ~exit_catcher_expr()
428 std::vector<expr*>::iterator ite = theExitExprs.begin(); in removeExitExpr()
429 std::vector<expr*>::iterator end = theExitExprs.end(); in removeExitExpr()
434 theExitExprs.erase(ite); in removeExitExpr()
446 std::vector<expr*>::const_iterator ite = theExitExprs.begin(); in cloneImpl()
447 std::vector<expr*>::const_iterator end = theExitExprs.end(); in cloneImpl()
H A Dscript_exprs.h353 std::vector<expr*> theExitExprs; variable
370 return theExitExprs.begin(); in exitExprsBegin()
375 return theExitExprs.end(); in exitExprsEnd()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp592 std::vector<expr*> theExitExprs; member in zorba::TranslatorImpl
3775 body = theExprManager->create_exit_catcher_expr(theRootSctx, loc, body, theExitExprs); in end_visit()
5879 theExitExprs.push_back(exitExpr); in end_visit()