| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 144 LOOP_EXPR, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | check-init.c | 628 case LOOP_EXPR: 658 if (TREE_CODE (alt->block) != LOOP_EXPR)
|
| H A D | parse.c | 6718 case LOOP_EXPR: 15441 case LOOP_EXPR: 15449 if (TREE_CODE (node) == LOOP_EXPR) 18665 tree loop = build (LOOP_EXPR, NULL_TREE, loop_body); 18766 || TREE_CODE (up2) == LOOP_EXPR) 18787 if (TREE_CODE (statement) == LOOP_EXPR) 18799 return (TREE_CODE (statement) == LOOP_EXPR 18980 && TREE_CODE (ctxp->current_loop) == LOOP_EXPR)
|
| H A D | parse.y | 3153 case LOOP_EXPR: 11876 case LOOP_EXPR: 11884 if (TREE_CODE (node) == LOOP_EXPR) 15100 tree loop = build (LOOP_EXPR, NULL_TREE, loop_body); 15201 || TREE_CODE (up2) == LOOP_EXPR) 15222 if (TREE_CODE (statement) == LOOP_EXPR) 15234 return (TREE_CODE (statement) == LOOP_EXPR 15415 && TREE_CODE (ctxp->current_loop) == LOOP_EXPR)
|
| H A D | jcf-write.c | 1884 case LOOP_EXPR:
|
| H A D | ChangeLog | 1762 (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to 3760 processing loop code, as a LOOP_EXPR never terminates normally. 5344 * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node 11787 for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR, 12156 LOOP_EXPR, EXIT_EXPR and COND_EXPR.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree-dump.c | 559 case LOOP_EXPR:
|
| H A D | tree.def | 823 DEFTREECODE (LOOP_EXPR, "loop_expr", 's', 1)
|
| H A D | expr.c | 7073 case LOOP_EXPR:
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-dump.c | 628 case LOOP_EXPR: in dequeue_and_dump()
|
| H A D | tree-inline.c | 1631 case LOOP_EXPR: in estimate_num_insns_1()
|
| H A D | tree-pretty-print.c | 1470 case LOOP_EXPR: in dump_generic_node()
|
| H A D | tree.def | 828 DEFTREECODE (LOOP_EXPR, "loop_expr", tcc_statement, 1)
|
| H A D | tree.h | 1425 #define LOOP_EXPR_BODY(NODE) TREE_OPERAND_CHECK_CODE (NODE, LOOP_EXPR, 0)
|
| H A D | gimplify.c | 5627 case LOOP_EXPR: in gimplify_expr()
|
| H A D | expr.c | 8671 case LOOP_EXPR: in expand_expr_real_1()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | error.c | 1863 case LOOP_EXPR: in dump_expr()
|
| H A D | init.c | 2261 loop = build1 (LOOP_EXPR, void_type_node, body); in build_vec_delete_1()
|
| H A D | ChangeLog-1999 | 1287 * ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR. 3266 * tree.c (search_tree): Handle EXIT_EXPR, LOOP_EXPR. 4516 * error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1769 @tindex LOOP_EXPR 2193 @item LOOP_EXPR 2200 @code{LOOP_EXPR}. The single operand is the condition; if it is 2202 appear within a @code{LOOP_EXPR}.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1910 @tindex LOOP_EXPR 2459 @item LOOP_EXPR 2466 @code{LOOP_EXPR}. The single operand is the condition; if it is 2468 appear within a @code{LOOP_EXPR}.
|
| H A D | tree-ssa.texi | 371 At one time loops were expressed in GIMPLE using @code{LOOP_EXPR}, but
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | error.c | 2061 case LOOP_EXPR:
|
| H A D | init.c | 2605 loop = build (LOOP_EXPR, void_type_node, build_compound_expr (body));
|
| H A D | ChangeLog.2 | 1287 * ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR. 3266 * tree.c (search_tree): Handle EXIT_EXPR, LOOP_EXPR. 4516 * error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
|