Searched refs:UNARY_MINUS (Results 1 - 5 of 5) sorted by path

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h33 UNARY_MINUS = 1, enumerator in enum:mcld::Operator::Type
134 Operator& Operator::create<Operator::UNARY_MINUS>();
H A DUnaryOp.h49 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp82 Operator& Operator::create<Operator::UNARY_MINUS>() {
83 static UnaryOp<Operator::UNARY_MINUS> op;
H A DScriptParser.yy192 %right UNARY_PLUS UNARY_MINUS '!' '~'
642 | '-' exp %prec UNARY_MINUS
645 &Operator::create<Operator::UNARY_MINUS>());
H A DUnaryOp.cpp35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(

Completed in 246 milliseconds