Home
last modified time | relevance | path

Searched refs:and_op (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y99 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
1817 int and_op; in type_check() local
1820 and_op = FALSE; in type_check()
1827 and_op = TRUE; in type_check()
1835 if (and_op == FALSE && invalid_bits != 0) { in type_check()