Searched refs:array_elt_type (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c3508 tree value, tree array_elt_type,
3527 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object),
3592 tree array_elt_type = NULL;
3597 array_elt_type = TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (object)));
3636 array_elt_type, pre_p, cleared);
3641 if (array_elt_type)
3648 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object),
3504 gimplify_init_ctor_eval_range(tree object, tree lower, tree upper, tree value, tree array_elt_type, gimple_seq *pre_p, bool cleared) argument
3589 tree array_elt_type = NULL; local

Completed in 108 milliseconds