Home
last modified time | relevance | path

Searched refs:quantification_mode_t (Results 1 – 3 of 3) sorted by last modified time

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dparse_constants.h49 enum quantification_mode_t enum
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp2033 ParseConstants::quantification_mode_t _qmode, in QuantifiedExpr()
H A Dparsenodes.h2628 ParseConstants::quantification_mode_t qmode;
2635 ParseConstants::quantification_mode_t qmode,
2639 ParseConstants::quantification_mode_t get_qmode() const { return qmode; } in get_qmode()