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.h39 UNARY_PLUS = 0, enumerator
140 Operator& Operator::create<Operator::UNARY_PLUS>();
DUnaryOp.h53 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp118 Operator& Operator::create<Operator::UNARY_PLUS>() in create()
120 static UnaryOp<Operator::UNARY_PLUS> op; in create()
DUnaryOp.cpp22 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module& pModule, in eval()
DScriptParser.yy189 %right UNARY_PLUS UNARY_MINUS '!' '~'
625 | '+' exp %prec UNARY_PLUS
628 &Operator::create<Operator::UNARY_PLUS>());