Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/eval/
H A Deval.h114 expr_script_kind_t scriptingKind,
H A Deval.cpp76 expr_script_kind_t scriptingKind, in EvalIterator() argument
85 theScriptingKind(scriptingKind), in EvalIterator()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dnodeid_rules.cpp947 short scriptingKind = child->get_scripting_detail(); in applyInternal() local
949 if (scriptingKind & APPLYING_EXPR || in applyInternal()
950 scriptingKind & EXITING_EXPR || in applyInternal()
951 scriptingKind & SEQUENTIAL_FUNC_EXPR) in applyInternal()
/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dudf.cpp61 unsigned short scriptingKind, in SERIALIZABLE_CLASS_VERSIONS()
67 theScriptingKind(scriptingKind), in SERIALIZABLE_CLASS_VERSIONS()
H A Dudf.h153 unsigned short scriptingKind,
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_manager.cpp535 expr_script_kind_t scriptingKind, in create_eval_expr() argument
538 CREATE_AND_RETURN_EXPR(eval_expr, sctx, loc, e, scriptingKind, nsCtx); in create_eval_expr()
H A Dexpr.cpp1188 expr_script_kind_t scriptingKind, in eval_expr() argument
1193 theInnerScriptingKind(scriptingKind), in eval_expr()
H A Dexpr_manager.h261 expr_script_kind_t scriptingKind,
H A Dexpr.h1138 expr_script_kind_t scriptingKind,
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp10774 expr_script_kind_t scriptingKind; in end_visit() local
10779 scriptingKind = SIMPLE_EXPR; in end_visit()
10783 scriptingKind = UPDATING_EXPR; in end_visit()
10787 scriptingKind = SEQUENTIAL_FUNC_EXPR; in end_visit()
10794 scriptingKind, in end_visit()
10833 expr_script_kind_t scriptingKind = SIMPLE_EXPR; // avoid warning in end_visit() local
10840 scriptingKind = SIMPLE_EXPR; in end_visit()
10844 scriptingKind = UPDATING_EXPR; in end_visit()
10848 scriptingKind = SEQUENTIAL_FUNC_EXPR; in end_visit()
10945 scriptingKind, in end_visit()