Searched refs:AND_OP (Results 1 – 11 of 11) sorted by relevance
143 AND_OP = 346, enumerator
358 "&&" { return(AND_OP); }
178 %token <lex> AND_OP OR_OP XOR_OP MUL_ASSIGN DIV_ASSIGN ADD_ASSIGN516 | logical_and_expression AND_OP inclusive_or_expression {
2193 { return(AND_OP); }
230 AND_OP = 346, enumerator
405 AND_OP = 615, enumerator
822 case PpAtomAnd: return AND_OP; in tokenize()
234 %token <lex> AND_OP OR_OP XOR_OP MUL_ASSIGN DIV_ASSIGN ADD_ASSIGN655 | logical_and_expression AND_OP inclusive_or_expression {
483 AND_OP = 615, enumerator
516 && return AND_OP;
158 %token AND_OP OR_OP XOR_OP MUL_ASSIGN DIV_ASSIGN ADD_ASSIGN731 | logical_and_expression AND_OP inclusive_or_expression