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

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtypeck.c228 field of the slice_type.
244 tree slice_type = build_simple_array_type (element_type, index_type, NULL_TREE);
249 MARK_AS_STRING_TYPE (slice_type);
251 TYPE_PACKED (slice_type) = TYPE_PACKED (array_type);
253 SET_CH_NOVELTY (slice_type, CH_NOVELTY (array_type));
265 result = extract_constant_from_buffer (slice_type,
276 max_size = size_in_bytes (slice_type);
283 TYPE_ARRAY_MAX_SIZE (slice_type) = max_size;
297 result = build (SLICE_EXPR, slice_type, array, min_value, length);
303 slice_pointer_type = build_chill_pointer_type (slice_type);
242 tree slice_type = build_simple_array_type (element_type, index_type, NULL_TREE); local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc3795 Type* slice_type = Type::make_array_type(ptdt, NULL); local
3800 "in", slice_type,
3801 "out", slice_type);
5175 Type* slice_type = Type::make_array_type(nsf, NULL); local
5179 "fields", slice_type);
6337 Type* slice_type = Type::make_array_type(this->element_type_, NULL); local
6338 vals->push_back(Expression::make_type_descriptor(slice_type, bloc));
H A Dexpressions.cc6865 Type* slice_type = args->front()->type();
6866 if (!slice_type->is_slice_type())
6868 if (slice_type->is_nil_type())
6876 Type* element_type = slice_type->array_type()->element_type();

Completed in 268 milliseconds