Searched refs:case_expr (Results 1 – 1 of 1) sorted by relevance
396 check_case_label_bitand(const tnode_t *case_expr, const tnode_t *switch_expr) in check_case_label_bitand() argument402 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()