Home
last modified time | relevance | path

Searched refs:IS_CTOR (Results 1 – 3 of 3) sorted by relevance

/dports/lang/maude/maude-2.7.1/src/Core/
H A DsortTable.hh41 IS_CTOR = 1, enumerator
43 IS_COMPLEX = IS_CTOR | IS_NON_CTOR
165 ctorStatus |= constructorFlag ? IS_CTOR : IS_NON_CTOR; in addOpDeclaration()
/dports/lang/maude/maude-2.7.1/src/Interface/
H A DassociativeSymbol.cc396 return getCtorStatus() == SortTable::IS_CTOR; // HACK in isConstructor()
H A Dsymbol.cc473 case SortTable::IS_CTOR: in isConstructor()