Searched refs:LOGOR (Results 1 – 6 of 6) sorted by relevance
97 LOGOR, enumerator
1763 if (op == LOGOR) {1829 case LOGOR: in build_binary() 3176 if (op == LOGAND || op == LOGOR) in check_enum_int_mismatch() 4934 case LOGOR:
876 $$ = 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 :