Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dsequencetypes.cpp190 theQuantifier = aCastType->get_quantifier(); in CastIterator()
217 assert(theQuantifier == TypeConstants::QUANT_ONE || in nextImpl()
222 if (theQuantifier == TypeConstants::QUANT_ONE) in nextImpl()
277 theQuantifier = aCastType->get_quantifier(); in CastableIterator()
366 theQuantifier = promoteType->get_quantifier(); in PromoteIterator()
399 if (theQuantifier == TypeConstants::QUANT_PLUS || in nextImpl()
400 theQuantifier == TypeConstants::QUANT_ONE) in nextImpl()
456 if (theQuantifier == TypeConstants::QUANT_PLUS) in raiseError()
540 theQuantifier = treatType->get_quantifier(); in TreatIterator()
569 theQuantifier == TypeConstants::QUANT_ONE) in nextImpl()
[all …]
H A Dsequencetypes.h76 TypeConstants::quantifier_t theQuantifier; variable
112 TypeConstants::quantifier_t theQuantifier; variable
159 TypeConstants::quantifier_t theQuantifier; variable
227 TypeConstants::quantifier_t theQuantifier; variable
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dtypeimpl.h321 TypeConstants::quantifier_t theQuantifier; variable
343 TypeConstants::quantifier_t get_quantifier() const { return theQuantifier; } in get_quantifier()
H A Dtypeimpl.cpp179 theQuantifier(quantifier), in XQType()
199 SERIALIZE_ENUM(TypeConstants::quantifier_t, theQuantifier); in serialize()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/
H A Dprinter_visitor_impl.cpp197 thePrinter.addAttribute("quant", TypeOps::decode_quantifier(a.theQuantifier)); in beginVisit()