Searched refs:LOGOR (Results 1 – 6 of 6) sorted by relevance
97 LOGOR, enumerator
1763 if (op == LOGOR) { in is_confusing_precedence()1826 case LOGOR: in fold_constant_compare_zero()2093 if ((op == NOT || op == LOGAND || op == LOGOR) in build_binary()2100 if ((op == LOGAND || op == LOGOR) in build_binary()3171 if (op == LOGAND || op == LOGOR) in has_side_effect()4922 case LOGOR: in check_expr_misc()
883 $$ = build_binary($1, LOGOR, $3, $4);
80 #define LOGOR 258 /* || */ macro
113 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()678 { "||", LOGOR, false },877 ret = c == LOGOR;
682 (c == '|') ? LOGOR :