HomeSort by: relevance | last modified time | path
    Searched defs:arrtype (Results 1 - 12 of 12) 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);
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.old/dist/gcc/d/
expr.cc 1173 Type *arrtype = (e->type->ty == TY::Tsarray) local
1175 tree result = build_libcall (libcall, arrtype, 4,
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,
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);
  /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);
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);
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 3573 tree arrtype = build_printable_array_type (argtype, nelts); local
3575 ptridx + 1, arrtype);
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/
gimple-ssa-warn-access.cc 3559 tree arrtype = build_printable_array_type (argtype, nelts); local
3561 ptridx + 1, arrtype);
gimple-ssa-warn-access.cc 3559 tree arrtype = build_printable_array_type (argtype, nelts); local
3561 ptridx + 1, arrtype);

Completed in 73 milliseconds