| /src/external/bsd/elftosb/dist/elftosb2/ |
| elftosb_parser.y | 157 %type <m_ast> if_stmt else_opt message_stmt 385 | if_stmt { $$ = $1; } 404 | if_stmt { $$ = $1; } 670 if_stmt : "if" bool_expr '{' full_stmt_list '}' else_opt label 685 | "else" if_stmt
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl2.cc | 4005 tree if_stmt = NULL_TREE; 4009 if_stmt = begin_if_stmt (); 4014 finish_if_stmt_cond (cond, if_stmt); 4018 if (if_stmt) 4020 finish_then_clause (if_stmt); 4021 finish_if_stmt (if_stmt); 4104 tree if_stmt = begin_if_stmt (); 4105 finish_if_stmt_cond (var, if_stmt); 4107 finish_then_clause (if_stmt); 4108 finish_if_stmt (if_stmt); 4000 tree if_stmt = NULL_TREE; local 4099 tree if_stmt = begin_if_stmt (); local 4839 tree if_stmt = begin_if_stmt (); local [all...] |
| coroutines.cc | 3197 = build4 (IF_STMT, void_type_node, COND_EXPR_COND (n->init), 3255 = build4 (IF_STMT, void_type_node, COND_EXPR_COND (init), 3558 tree if_stmt = begin_if_stmt (); local 3560 finish_if_stmt_cond (invert, if_stmt); 3562 finish_then_clause (if_stmt); 3563 finish_if_stmt (if_stmt); 3667 case IF_STMT: 3674 tree if_stmt = *stmt; local 3678 if (!(cp_walk_tree (&IF_COND (if_stmt), 3687 tree cond_inner = IF_COND (if_stmt); 4989 tree if_stmt = begin_if_stmt (); local [all...] |
| decl.cc | 506 && TREE_CODE (b->this_entity) == IF_STMT 516 && TREE_CODE (b->this_entity) == IF_STMT 10093 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE; 10137 if_stmt = begin_if_stmt (); 10139 finish_if_stmt_cond (get_guard_cond (guard, thread_guard), if_stmt); 10218 finish_then_clause (if_stmt); 10219 finish_if_stmt (if_stmt); 10081 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE; local 10127 finish_if_stmt_cond (get_guard_cond (guard, thread_guard), if_stmt); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl2.cc | 3821 tree if_stmt = NULL_TREE; 3825 if_stmt = begin_if_stmt (); 3830 finish_if_stmt_cond (cond, if_stmt); 3834 if (if_stmt) 3836 finish_then_clause (if_stmt); 3837 finish_if_stmt (if_stmt); 3922 tree if_stmt = begin_if_stmt (); 3923 finish_if_stmt_cond (var, if_stmt); 3925 finish_then_clause (if_stmt); 3926 finish_if_stmt (if_stmt); 3816 tree if_stmt = NULL_TREE; local 3917 tree if_stmt = begin_if_stmt (); local 4820 tree if_stmt = begin_if_stmt (); local [all...] |
| coroutines.cc | 2979 = build4 (IF_STMT, void_type_node, COND_EXPR_COND (n->init), 3037 = build4 (IF_STMT, void_type_node, COND_EXPR_COND (init), 3341 tree if_stmt = begin_if_stmt (); local 3343 finish_if_stmt_cond (invert, if_stmt); 3345 finish_then_clause (if_stmt); 3346 finish_if_stmt (if_stmt); 3450 case IF_STMT: 3457 tree if_stmt = *stmt; local 3461 if (!(cp_walk_tree (&IF_COND (if_stmt), 3470 tree cond_inner = IF_COND (if_stmt); 4763 tree if_stmt = begin_if_stmt (); local [all...] |
| semantics.cc | 794 tree cond, if_stmt; local 802 if_stmt = begin_if_stmt (); 808 finish_if_stmt_cond (cond, if_stmt); 810 finish_then_clause (if_stmt); 811 finish_if_stmt (if_stmt); 921 /* Begin an if-statement. Returns a newly created IF_STMT if 929 r = build_stmt (input_location, IF_STMT, NULL_TREE, 1027 IF_STMT. */ 1030 finish_if_stmt_cond (tree cond, tree if_stmt) 1033 maybe_warn_for_constant_evaluated (cond, IF_STMT_CONSTEXPR_P (if_stmt)); [all...] |
| decl.cc | 496 && TREE_CODE (b->this_entity) == IF_STMT 506 && TREE_CODE (b->this_entity) == IF_STMT 9640 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE; 9684 if_stmt = begin_if_stmt (); 9686 finish_if_stmt_cond (get_guard_cond (guard, thread_guard), if_stmt); 9765 finish_then_clause (if_stmt); 9766 finish_if_stmt (if_stmt); 9628 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE; local 9674 finish_if_stmt_cond (get_guard_cond (guard, thread_guard), if_stmt); local
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-expr.cc | 5361 tree if_stmt, else_stmt; local 5398 /* if_stmt = { descriptor ? pointer = a : pointer = &a[0]; } . */ 5408 if_stmt = gfc_finish_block (&if_block); 5423 if_stmt, else_stmt);
|
| trans-intrinsic.cc | 5965 tree if_stmt; local 5972 if_stmt = build3_v (COND_EXPR, ifmask, tmp, 5974 gfc_add_expr_to_block (&block, if_stmt);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-expr.cc | 5252 tree if_stmt, else_stmt; local 5289 /* if_stmt = { descriptor ? pointer = a : pointer = &a[0]; } . */ 5299 if_stmt = gfc_finish_block (&if_block); 5314 if_stmt, else_stmt);
|
| trans-intrinsic.cc | 5957 tree if_stmt; local 5964 if_stmt = build3_v (COND_EXPR, ifmask, tmp, 5966 gfc_add_expr_to_block (&block, if_stmt);
|