Searched refs:UNARY_MINUS (Results 1 – 5 of 5) sorted by relevance
40 UNARY_MINUS = 1, enumerator142 Operator& Operator::create<Operator::UNARY_MINUS>();
56 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
125 Operator& Operator::create<Operator::UNARY_MINUS>() in create()127 static UnaryOp<Operator::UNARY_MINUS> op; in create()
32 UnaryOp<Operator::UNARY_MINUS>::eval(const Module& pModule, in eval()
189 %right UNARY_PLUS UNARY_MINUS '!' '~'631 | '-' exp %prec UNARY_MINUS634 &Operator::create<Operator::UNARY_MINUS>());