Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DNullaryOp.h32 NullaryOp() : Operator(Operator::NULLARY, TYPE) {} in NullaryOp()
DOperator.h28 enum Arity { NULLARY, UNARY, BINARY, TERNARY }; enumerator
/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp41 case Operator::NULLARY: { in eval()