| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-sra.c | 146 #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 D | varasm.c | 2655 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 D | tree.def | 445 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 D | tree-inline.c | 1615 case RANGE_EXPR: in estimate_num_insns_1()
|
| H A D | tree-pretty-print.c | 1321 case RANGE_EXPR: in dump_generic_node()
|
| H A D | expr.c | 4565 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 D | gimplify.c | 2884 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 D | 20000914-1.c | 116 RANGE_EXPR, enumerator
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | lex.c | 147 operator_name_info [(int) RANGE_EXPR].name = "..."; in init_operators()
|
| H A D | typeck2.c | 1013 || TREE_CODE (ce->index) == RANGE_EXPR); in process_init_constructor_union()
|
| H A D | init.c | 245 ce->index = build2 (RANGE_EXPR, sizetype, size_zero_node, in build_zero_init()
|
| H A D | ChangeLog-2004 | 239 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 D | lex.c | 296 operator_name_info [(int) RANGE_EXPR].name = "..."; in init_operators()
|
| H A D | init.c | 255 tree range = build (RANGE_EXPR, in build_zero_init()
|
| H A D | ChangeLog | 29 * init.c (build_zero_init): Build a RANGE_EXPR for an array
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | varasm.c | 2474 case RANGE_EXPR: 4139 if (TREE_CODE (index) == RANGE_EXPR) 4220 if (index && TREE_CODE (index) == RANGE_EXPR)
|
| H A D | tree.def | 395 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 D | expr.c | 5100 if (index != NULL_TREE && TREE_CODE (index) == RANGE_EXPR) 5172 if (index != NULL_TREE && TREE_CODE (index) == RANGE_EXPR)
|
| H A D | fold-const.c | 5029 case RANGE_EXPR:
|
| H A D | ChangeLog.1 | 14000 * varasm.c (compare_constant_1): Handle RANGE_EXPR. 14001 (record_constant_1): Handle RANGE_EXPR.
|
| H A D | FSFChangeLog.10 | 2291 (store_constructor): Handle RANGE_EXPR in array index.
|
| H A D | FSFChangeLog.11 | 12602 * varasm.c (output_constructor): Handle RANGE_EXPR in array index.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 2487 @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 D | gccint.info | 6027 `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',
|