Searched refs:and_op (Results 1 – 1 of 1) sorted by relevance
99 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);1817 int and_op; in type_check() local1820 and_op = FALSE; in type_check()1827 and_op = TRUE; in type_check()1835 if (and_op == FALSE && invalid_bits != 0) { in type_check()