Home
last modified time | relevance | path

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

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