Home
last modified time | relevance | path

Searched refs:RANGE_EXPR (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-sra.c146 #define IS_ELEMENT_FOR_GROUP(ELEMENT) (TREE_CODE (ELEMENT) == RANGE_EXPR)
173 if (TREE_CODE (g_elt) == RANGE_EXPR) in next_child_for_group()
435 case RANGE_EXPR: in sra_hash_tree()
507 case RANGE_EXPR: in sra_elt_eq()
614 child = build2 (RANGE_EXPR, integer_type_node, in maybe_lookup_element_for_expr()
1629 if (TREE_CODE (elt->element) == RANGE_EXPR) in generate_one_element_ref()
1829 if (TREE_CODE (purpose) == RANGE_EXPR) in generate_element_init_1()
2276 else if (TREE_CODE (elt->element) == RANGE_EXPR) in dump_sra_elt_name()
H A Dvarasm.c2655 case RANGE_EXPR: in compare_constant()
4173 if (TREE_CODE (index) == RANGE_EXPR) in array_size_for_constructor()
4261 if (index && TREE_CODE (index) == RANGE_EXPR) in output_constructor()
H A Dtree.def445 If the index is a RANGE_EXPR, it is a short-hand for many nodes,
726 DEFTREECODE (RANGE_EXPR, "range_expr", tcc_binary, 2)
H A Dtree-inline.c1615 case RANGE_EXPR: in estimate_num_insns_1()
H A Dtree-pretty-print.c1321 case RANGE_EXPR: in dump_generic_node()
H A Dexpr.c4565 if (TREE_CODE (purpose) == RANGE_EXPR) in categorize_ctor_elements_1()
5106 if (index != NULL_TREE && TREE_CODE (index) == RANGE_EXPR) in store_constructor()
5174 if (index != NULL_TREE && TREE_CODE (index) == RANGE_EXPR) in store_constructor()
H A Dgimplify.c2884 if (TREE_CODE (purpose) == RANGE_EXPR) in gimplify_init_ctor_eval()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c116 RANGE_EXPR, enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A Dlex.c147 operator_name_info [(int) RANGE_EXPR].name = "..."; in init_operators()
H A Dtypeck2.c1013 || TREE_CODE (ce->index) == RANGE_EXPR); in process_init_constructor_union()
H A Dinit.c245 ce->index = build2 (RANGE_EXPR, sizetype, size_zero_node, in build_zero_init()
H A DChangeLog-2004239 need to create a RANGE_EXPR.
316 * init.c (build_zero_init): Build a RANGE_EXPR for an array
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c296 operator_name_info [(int) RANGE_EXPR].name = "..."; in init_operators()
H A Dinit.c255 tree range = build (RANGE_EXPR, in build_zero_init()
H A DChangeLog29 * init.c (build_zero_init): Build a RANGE_EXPR for an array
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c2474 case RANGE_EXPR:
4139 if (TREE_CODE (index) == RANGE_EXPR)
4220 if (index && TREE_CODE (index) == RANGE_EXPR)
H A Dtree.def395 If the TREE_PURPOSE is a RANGE_EXPR, it is a short-hand for many nodes,
682 DEFTREECODE (RANGE_EXPR, "range_expr", '2', 2)
H A Dexpr.c5100 if (index != NULL_TREE && TREE_CODE (index) == RANGE_EXPR)
5172 if (index != NULL_TREE && TREE_CODE (index) == RANGE_EXPR)
H A Dfold-const.c5029 case RANGE_EXPR:
H A DChangeLog.114000 * varasm.c (compare_constant_1): Handle RANGE_EXPR.
14001 (record_constant_1): Handle RANGE_EXPR.
H A DFSFChangeLog.102291 (store_constructor): Handle RANGE_EXPR in array index.
H A DFSFChangeLog.1112602 * varasm.c (output_constructor): Handle RANGE_EXPR in array index.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi2487 @code{TREE_LIST} will be an @code{INTEGER_CST} or a @code{RANGE_EXPR} of
2490 @code{RANGE_EXPR} indicates an inclusive range of elements to
2493 @code{RANGE_EXPR}. If the @code{TREE_PURPOSE} is @code{NULL_TREE}, then
H A Dgccint.info6027 `INTEGER_CST' or a `RANGE_EXPR' of two `INTEGER_CST's. A single
6029 zero) is being assigned to. A `RANGE_EXPR' indicates an inclusive
6032 element of a `RANGE_EXPR'. If the `TREE_PURPOSE' is `NULL_TREE',