HomeSort by: relevance | last modified time | path
    Searched defs:arraytype (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c 1467 struct type *arraytype
1469 return value::allocate (arraytype);
1462 struct type *arraytype local
valops.c 1694 struct type *arraytype;
1708 arraytype = lookup_array_range_type (elemvec[0]->enclosing_type (),
1714 val = value::allocate (arraytype);
1723 val = value::allocate (arraytype);
1693 struct type *arraytype; local
  /src/external/gpl3/gdb/dist/gdb/
rust-lang.c 1483 struct type *arraytype
1485 return value::allocate (arraytype);
1478 struct type *arraytype local
valops.c 1691 struct type *arraytype;
1708 arraytype = lookup_array_range_type (elemvec[0]->enclosing_type (),
1714 val = value::allocate (arraytype);
1723 val = value::allocate (arraytype);
1690 struct type *arraytype; local
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 1415 tree arraytype;
1484 arraytype = build_array_type_nelts (vect_elt_type, elements);
1486 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec),
1414 tree arraytype; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 1448 tree arraytype;
1517 arraytype = build_array_type_nelts (vect_elt_type, elements);
1519 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec),
1447 tree arraytype; local
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 3675 tree arraytype, domain;
3682 arraytype = build_cplus_array_type (type, domain);
3685 vecinit = reshape_init (arraytype, vecinit, complain);
3689 vecinit = digest_init (arraytype, vecinit, complain);
3673 tree arraytype, domain; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 1869 tree fat_type, decl, arraytype, *chain = NULL;
1924 arraytype =
1931 arraytype, &chain);
1964 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype;
2072 arraytype = build_pointer_type (etype);
2074 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
2076 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
2088 arraytype = build_array_type (etype, rtype);
2089 arraytype = build_pointer_type (arraytype)
1862 tree fat_type, decl, arraytype, *chain = NULL; local
1957 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
    [all...]
trans-array.cc 1582 tree arraytype = TREE_TYPE (GFC_TYPE_ARRAY_DATAPTR_TYPE (type)); local
1583 if (! TYPE_NAME (arraytype))
1584 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
1585 NULL_TREE, arraytype);
1587 arraytype, TYPE_NAME (arraytype)));
3338 tree arraytype = TREE_TYPE ( local
3340 if (! TYPE_NAME (arraytype))
3341 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
3342 NULL_TREE, arraytype);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 3646 tree arraytype, domain;
3653 arraytype = build_cplus_array_type (type, domain);
3656 vecinit = reshape_init (arraytype, vecinit, complain);
3660 vecinit = digest_init (arraytype, vecinit, complain);
3644 tree arraytype, domain; local
constexpr.cc 3808 tree arraytype = TREE_TYPE (array); local
3816 if (TYPE_DOMAIN (arraytype))
3818 "of array %qD of type %qT", sidx, array, arraytype);
3821 "type %qT with unknown bounds", sidx, array, arraytype);
3824 else if (TYPE_DOMAIN (arraytype))
3826 "of array type %qT", sidx, arraytype);
3829 "with unknown bounds", sidx, arraytype);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 1851 tree fat_type, decl, arraytype, *chain = NULL;
1906 arraytype =
1913 arraytype, &chain);
1946 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype;
2054 arraytype = build_pointer_type (etype);
2056 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
2058 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
2070 arraytype = build_array_type (etype, rtype);
2071 arraytype = build_pointer_type (arraytype)
1844 tree fat_type, decl, arraytype, *chain = NULL; local
1939 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
    [all...]
trans-array.cc 1573 tree arraytype = TREE_TYPE (GFC_TYPE_ARRAY_DATAPTR_TYPE (type)); local
1574 if (! TYPE_NAME (arraytype))
1575 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
1576 NULL_TREE, arraytype);
1578 arraytype, TYPE_NAME (arraytype)));
3258 tree arraytype = TREE_TYPE ( local
3260 if (! TYPE_NAME (arraytype))
3261 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
3262 NULL_TREE, arraytype);
    [all...]

Completed in 47 milliseconds