Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_utils.h33 bool theEmptyLeast; variable
44 theEmptyLeast(true) in OrderModifier()
H A Dexpr_utils.cpp27 ar & theEmptyLeast; in serialize() local
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/gflwor/
H A Dcomp_function.cpp42 orderSpecIter->theEmptyLeast, in operator ()()
H A Dorderby_iterator.cpp68 theEmptyLeast(emptyLeast), in SERIALIZABLE_CLASS_VERSIONS()
80 ar & theEmptyLeast; in serialize() local
H A Dorderby_iterator.h71 bool theEmptyLeast; variable
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dindex_join_rule.cpp678 modifiers[0].theEmptyLeast = true; in rewriteJoin()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp1651 bool emptyLeast = modifiers[i].theEmptyLeast; in gflwor_codegen()
1792 bool emptyLeast = modifiers[i].theEmptyLeast; in flwor_codegen()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4705 keyModifiers[i].theEmptyLeast = true; in end_visit()
6973 modifiers[i].theEmptyLeast = (emptySpec == StaticContextConsts::empty_least); in end_visit()