Searched refs:UNARY_MINUS (Results 1 – 5 of 5) sorted by relevance
33 UNARY_MINUS = 1, enumerator134 Operator& Operator::create<Operator::UNARY_MINUS>();
49 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
82 Operator& Operator::create<Operator::UNARY_MINUS>() { in create()83 static UnaryOp<Operator::UNARY_MINUS> op; in create()
35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval( in eval()
192 %right UNARY_PLUS UNARY_MINUS '!' '~'642 | '-' exp %prec UNARY_MINUS645 &Operator::create<Operator::UNARY_MINUS>());