Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp278 checked_vector<expr*> theInitExprs; member in zorba::ModulesInfo
2072 declare_var(*i, theModulesInfo->theInitExprs); in wrap_in_globalvar_assign()
2078 if (!theModulesInfo->theInitExprs.empty() || preloadedInitExpr != NULL) in wrap_in_globalvar_assign()
2081 args.reserve(2 + theModulesInfo->theInitExprs.size()); in wrap_in_globalvar_assign()
2087 theModulesInfo->theInitExprs.begin(), in wrap_in_globalvar_assign()
2088 theModulesInfo->theInitExprs.end()); in wrap_in_globalvar_assign()
2434 declare_var(b, theModulesInfo->theInitExprs); in end_visit()
4180 declare_var(b, theModulesInfo->theInitExprs); in end_visit()