Searched refs:LOGICAL_OR (Results 1 – 6 of 6) sorted by relevance
53 LOGICAL_OR = 21, enumerator197 Operator& Operator::create<Operator::LOGICAL_OR>();
98 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval(const Module&,
263 Operator& Operator::create<Operator::LOGICAL_OR>() { in create()264 static BinaryOp<Operator::LOGICAL_OR> op; in create()
182 %left LOGICAL_OR762 | exp LOGICAL_OR exp765 &Operator::create<Operator::LOGICAL_OR>());
167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( in eval()
175 <LDSCRIPT,EXPRESSION>"||" { return token::LOGICAL_OR; }