HomeSort by: relevance | last modified time | path
    Searched refs:switch_expr (Results 1 - 6 of 6) 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 == NULL ||
399 switch_expr->tn_op != BITAND ||
400 switch_expr->u.ops.right->tn_op != CON)
405 uint64_t mask = (uint64_t)switch_expr->u.ops.right->u.value.u.integer;
cgram.y 466 /* No type for switch_expr. */
2208 | switch_expr statement {
2212 | switch_expr error {
2230 switch_expr: /* see C99 6.8.4 */ label
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 713 gswitch *switch_expr)
721 n = gimple_switch_num_labels (switch_expr);
726 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i));
732 #define verify_norecord_switch_expr(state, switch_expr)
gimplify.cc 2677 /* Gimplify a SWITCH_EXPR, and collect the vector of labels it can
2683 tree switch_expr = *expr_p;
2686 tree index_type = TREE_TYPE (switch_expr);
2688 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
2690 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
2695 if (SWITCH_BODY (switch_expr))
2710 tree_code body_type = TREE_CODE (SWITCH_BODY (switch_expr));
2719 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq);
2768 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
2770 gimple_set_location (switch_stmt, EXPR_LOCATION (switch_expr));
2680 tree switch_expr = *expr_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 713 gswitch *switch_expr)
721 n = gimple_switch_num_labels (switch_expr);
726 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i));
732 #define verify_norecord_switch_expr(state, switch_expr)
gimplify.cc 2927 /* Gimplify a SWITCH_EXPR, and collect the vector of labels it can
2933 tree switch_expr = *expr_p;
2936 tree index_type = TREE_TYPE (switch_expr);
2938 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
2940 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
2945 if (SWITCH_BODY (switch_expr))
2960 tree_code body_type = TREE_CODE (SWITCH_BODY (switch_expr));
2969 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq);
3018 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
3020 gimple_set_location (switch_stmt, EXPR_LOCATION (switch_expr));
2930 tree switch_expr = *expr_p; local
    [all...]

Completed in 51 milliseconds