Searched refs:UNARY_PLUS (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h46 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
H A DOperator.h32 UNARY_PLUS = 0, enumerator in enum:mcld::Operator::Type
132 Operator& Operator::create<Operator::UNARY_PLUS>();
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp76 Operator& Operator::create<Operator::UNARY_PLUS>() {
77 static UnaryOp<Operator::UNARY_PLUS> op;
H A DUnaryOp.cpp26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(
H A DScriptParser.yy192 %right UNARY_PLUS UNARY_MINUS '!' '~'
636 | '+' exp %prec UNARY_PLUS
639 &Operator::create<Operator::UNARY_PLUS>());

Completed in 1035 milliseconds