Home
last modified time | relevance | path

Searched refs:isNilledAllowed (Results 1 – 2 of 2) sorted by path

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h5233 bool isNilledAllowed() const { return theNilledAllowed; } in isNilledAllowed() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12823 bool nillable = v.isNilledAllowed(); in end_visit()