Searched refs:switch_expr (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | func.c | 396 check_case_label_bitand(const tnode_t *case_expr, const tnode_t *switch_expr) in check_case_label_bitand() argument 398 if (switch_expr->tn_op != BITAND || in check_case_label_bitand() 399 switch_expr->u.ops.right->tn_op != CON) in check_case_label_bitand() 404 uint64_t mask = (uint64_t)switch_expr->u.ops.right->u.value.u.integer; in check_case_label_bitand()
|
| D | cgram.y | 2214 | switch_expr statement { 2218 | switch_expr error { 2236 switch_expr: /* see C99 6.8.4 */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-eh.cc | 712 gswitch *switch_expr) in verify_norecord_switch_expr() argument 720 n = gimple_switch_num_labels (switch_expr); in verify_norecord_switch_expr() 725 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i)); in verify_norecord_switch_expr() 731 #define verify_norecord_switch_expr(state, switch_expr) argument
|
| D | gimplify.cc | 2680 tree switch_expr = *expr_p; in gimplify_switch_expr() local 2683 tree index_type = TREE_TYPE (switch_expr); in gimplify_switch_expr() 2685 index_type = TREE_TYPE (SWITCH_COND (switch_expr)); in gimplify_switch_expr() 2687 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val, in gimplify_switch_expr() 2692 if (SWITCH_BODY (switch_expr)) in gimplify_switch_expr() 2707 tree_code body_type = TREE_CODE (SWITCH_BODY (switch_expr)); in gimplify_switch_expr() 2716 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq); in gimplify_switch_expr() 2765 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr), in gimplify_switch_expr() 2767 gimple_set_location (switch_stmt, EXPR_LOCATION (switch_expr)); in gimplify_switch_expr() 2779 gimple_set_location (bind, EXPR_LOCATION (switch_expr)); in gimplify_switch_expr()
|
| D | tree.def | 977 DEFTREECODE (SWITCH_EXPR, "switch_expr", tcc_statement, 2)
|
| D | ChangeLog.tree-ssa | 6455 with lowered switch_expr. 6457 for lowered switch_expr. 13555 switch_expr with ENABLE_CHECKING block.
|
| D | ChangeLog-2005 | 25815 switch_expr.
|
| /netbsd/src/distrib/sets/lists/tests/ |
| D | mi | 5513 ./usr/tests/usr.bin/indent/token-switch_expr.0 tests-obsolete … 5514 ./usr/tests/usr.bin/indent/token-switch_expr.0.pro tests-obsolete … 5515 ./usr/tests/usr.bin/indent/token-switch_expr.0.stdout tests-obsolete …
|