Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Dschema_types_base.h33 typedef bool xs_boolean; typedef
/dports/textproc/zorba/zorba-2.7.0/src/runtime/nodes/
H A Dnodes_impl.cpp64 xs_boolean lHasReference; in nextImpl()
87 xs_boolean lHaveResult; in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dfold_rules.cpp819 return rCtx.theEM->create_const_expr(fo->get_sctx(), LOC(fo), (xs_boolean)shortcircuit_val); in partial_eval_logic()
838 return rCtx.theEM->create_const_expr(fo->get_sctx(), LOC(fo), (xs_boolean) ! shortcircuit_val); in partial_eval_logic()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_manager.h215 xs_boolean);
H A Dexpr.h803 const_expr(CompilerCB*, static_context*, const QueryLoc&, xs_boolean);
H A Dexpr_manager.cpp446 xs_boolean val) in create_const_expr()
H A Dexpr.cpp936 xs_boolean v) in const_expr()
/dports/textproc/zorba/zorba-2.7.0/src/store/api/
H A Ditem_factory.h249 virtual bool createBoolean(Item_t& result, xs_boolean value) = 0;
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Datomic_items.h2383 xs_boolean theValue;
2386 BooleanItem(xs_boolean aValue) : theValue(aValue) {} in BooleanItem()
2391 xs_boolean getBooleanValue() const { return theValue; } in getBooleanValue()
H A Dsimple_item_factory.h131 bool createBoolean(store::Item_t& result, xs_boolean value);
H A Dsimple_item_factory.cpp436 bool BasicItemFactory::createBoolean(store::Item_t& result, xs_boolean value) in createBoolean()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/strings/pregenerated/
H A Dstrings.h835 xs_boolean hasmatched; //flag indicating whether a match was found