Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/gflwor/
H A Dcomp_function.cpp66 bool emptyLeast, in compare() argument
75 return descAsc(emptyLeast ? -1 : 1, desc); in compare()
80 return descAsc(emptyLeast ? 1 : -1, desc); in compare()
84 return descAsc(emptyLeast ? -1 : 1, desc); in compare()
88 return descAsc(emptyLeast ? 1 : -1, desc); in compare()
H A Dcomp_function.h78 bool emptyLeast,
H A Dorderby_iterator.cpp62 bool emptyLeast, in SERIALIZABLE_CLASS_VERSIONS()
68 theEmptyLeast(emptyLeast), in SERIALIZABLE_CLASS_VERSIONS()
H A Dorderby_iterator.h87 bool emptyLeast,
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp1651 bool emptyLeast = modifiers[i].theEmptyLeast; in gflwor_codegen() local
1655 emptyLeast, in gflwor_codegen()
1792 bool emptyLeast = modifiers[i].theEmptyLeast; in flwor_codegen() local
1796 emptyLeast, in flwor_codegen()