Home
last modified time | relevance | path

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

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