Home
last modified time | relevance | path

Searched refs:LOOP_EXPR (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c144 LOOP_EXPR, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c628 case LOOP_EXPR:
658 if (TREE_CODE (alt->block) != LOOP_EXPR)
H A Dparse.c6718 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 Dparse.y3153 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 Djcf-write.c1884 case LOOP_EXPR:
H A DChangeLog1762 (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 Dtree-dump.c559 case LOOP_EXPR:
H A Dtree.def823 DEFTREECODE (LOOP_EXPR, "loop_expr", 's', 1)
H A Dexpr.c7073 case LOOP_EXPR:
/openbsd-src/gnu/gcc/gcc/
H A Dtree-dump.c628 case LOOP_EXPR: in dequeue_and_dump()
H A Dtree-inline.c1631 case LOOP_EXPR: in estimate_num_insns_1()
H A Dtree-pretty-print.c1470 case LOOP_EXPR: in dump_generic_node()
H A Dtree.def828 DEFTREECODE (LOOP_EXPR, "loop_expr", tcc_statement, 1)
H A Dtree.h1425 #define LOOP_EXPR_BODY(NODE) TREE_OPERAND_CHECK_CODE (NODE, LOOP_EXPR, 0)
H A Dgimplify.c5627 case LOOP_EXPR: in gimplify_expr()
H A Dexpr.c8671 case LOOP_EXPR: in expand_expr_real_1()
/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c1863 case LOOP_EXPR: in dump_expr()
H A Dinit.c2261 loop = build1 (LOOP_EXPR, void_type_node, body); in build_vec_delete_1()
H A DChangeLog-19991287 * 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 Dc-tree.texi1769 @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 Dc-tree.texi1910 @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 Dtree-ssa.texi371 At one time loops were expressed in GIMPLE using @code{LOOP_EXPR}, but
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c2061 case LOOP_EXPR:
H A Dinit.c2605 loop = build (LOOP_EXPR, void_type_node, build_compound_expr (body));
H A DChangeLog.21287 * 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

12