HomeSort by: relevance | last modified time | path
    Searched refs:switch_expr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 396 check_case_label_bitand(const tnode_t *case_expr, const tnode_t *switch_expr)
398 if (switch_expr->tn_op != BITAND ||
399 switch_expr->u.ops.right->tn_op != CON)
404 uint64_t mask = (uint64_t)switch_expr->u.ops.right->u.value.u.integer;
cgram.y 466 /* No type for switch_expr. */
2210 | switch_expr statement {
2214 | switch_expr error {
2232 switch_expr: /* see C99 6.8.4 */ label

Completed in 12 milliseconds