Searched refs:UNARY_PLUS (Results 1 – 5 of 5) sorted by relevance
32 UNARY_PLUS = 0, enumerator132 Operator& Operator::create<Operator::UNARY_PLUS>();
46 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
76 Operator& Operator::create<Operator::UNARY_PLUS>() { in create()77 static UnaryOp<Operator::UNARY_PLUS> op; in create()
26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval( in eval()
192 %right UNARY_PLUS UNARY_MINUS '!' '~'636 | '+' exp %prec UNARY_PLUS639 &Operator::create<Operator::UNARY_PLUS>());