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

  /src/usr.bin/xlint/lint1/
cgram.y 475 /* No type for switch_expr. */
2238 | switch_expr statement {
2242 | switch_expr error {
2260 switch_expr: /* see C99 6.8.4 */ label
  /src/external/gpl3/gcc/dist/gcc/
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
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...]

Completed in 25 milliseconds