Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dfunc.c396 check_case_label_bitand(const tnode_t *case_expr, const tnode_t *switch_expr) in check_case_label_bitand() argument
402 lint_assert(case_expr->tn_op == CON); in check_case_label_bitand()
403 uint64_t case_value = (uint64_t)case_expr->u.value.u.integer; in check_case_label_bitand()