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

/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h56 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
H A DOperator.h40 UNARY_MINUS = 1, enumerator in enum:mcld::Operator::Type
142 Operator& Operator::create<Operator::UNARY_MINUS>();
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp125 Operator& Operator::create<Operator::UNARY_MINUS>()
127 static UnaryOp<Operator::UNARY_MINUS> op;
H A DUnaryOp.cpp32 UnaryOp<Operator::UNARY_MINUS>::eval(const Module& pModule,
H A DScriptParser.yy189 %right UNARY_PLUS UNARY_MINUS '!' '~'
631 | '-' exp %prec UNARY_MINUS
634 &Operator::create<Operator::UNARY_MINUS>());

Completed in 224 milliseconds