HomeSort by: relevance | last modified time | path
    Searched refs:arrtype (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-mve-builtins.cc 154 tree arrtype = build_array_type_nelts (vectype, num_vectors); local
155 gcc_assert (TYPE_MODE_RAW (arrtype) == TYPE_MODE (arrtype));
157 get_identifier ("val"), arrtype);
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 2594 tree arrtype = make_node (ARRAY_TYPE);
2595 TREE_TYPE (arrtype) = eltype;
2596 TYPE_SIZE (arrtype) = bitsize_zero_node;
2597 TYPE_SIZE_UNIT (arrtype) = size_zero_node;
2598 return arrtype;
2618 tree arrtype = build_array_type (eltype, idxtype);
2619 arrtype = build_distinct_type_copy (TYPE_MAIN_VARIANT (arrtype));
2620 TYPE_SIZE (arrtype) = bitsize_zero_node;
2621 TYPE_SIZE_UNIT (arrtype) = size_zero_node
    [all...]
gimple-ssa-warn-access.cc 3573 tree arrtype = build_printable_array_type (argtype, nelts); local
3575 ptridx + 1, arrtype);
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 2581 tree arrtype = make_node (ARRAY_TYPE);
2582 TREE_TYPE (arrtype) = eltype;
2583 TYPE_SIZE (arrtype) = bitsize_zero_node;
2584 TYPE_SIZE_UNIT (arrtype) = size_zero_node;
2585 return arrtype;
2605 tree arrtype = build_array_type (eltype, idxtype);
2606 arrtype = build_distinct_type_copy (TYPE_MAIN_VARIANT (arrtype));
2607 TYPE_SIZE (arrtype) = bitsize_zero_node;
2608 TYPE_SIZE_UNIT (arrtype) = size_zero_node
    [all...]
gimple-ssa-warn-access.cc 3559 tree arrtype = build_printable_array_type (argtype, nelts); local
3561 ptridx + 1, arrtype);
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 489 tree arrtype = build_array_type (vtbl_interface_type_node, local
491 return build_constructor (arrtype, elms);
1236 tree arrtype = build_array_type (vtbl_interface_type_node, local
1238 field = create_field_decl (arrtype, NULL, 1, 1);
expr.cc 1173 Type *arrtype = (e->type->ty == TY::Tsarray) local
1175 tree result = build_libcall (libcall, arrtype, 4,
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 447 tree arrtype = build_array_type_nelts (vectype, num_vectors); local
448 gcc_assert (TYPE_MODE_RAW (arrtype) == TYPE_MODE (arrtype));
450 get_identifier ("val"), arrtype);

Completed in 46 milliseconds