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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-neuter-broadcast.cc 1897 unsigned HOST_WIDE_INT decl_size local
1899 private_size[level] += decl_size;
rtlanal.cc 503 poly_int64 decl_size;
517 decl_size = -1;
520 if (!poly_int_tree_p (DECL_SIZE_UNIT (decl), &decl_size))
521 decl_size = -1;
524 decl_size = TREE_STRING_LENGTH (decl);
526 decl_size = int_size_in_bytes (TREE_TYPE (decl));
528 decl_size = -1;
530 return (!known_size_p (decl_size) || known_eq (decl_size, 0)
532 : !known_subrange_p (offset, size, 0, decl_size));
502 poly_int64 decl_size; local
    [all...]
gimplify.cc 756 for the size and adjust DECL_SIZE/DECL_SIZE_UNIT accordingly. Abort if
775 DECL_SIZE (var)
776 = build_int_cst (TREE_TYPE (DECL_SIZE (var)), max_size * BITS_PER_UNIT);
1000 copy_if_shared (&DECL_SIZE (DECL_RESULT (fndecl)), visited);
1046 unmark_visited (&DECL_SIZE (DECL_RESULT (fndecl)));
1881 if (!poly_int_tree_p (DECL_SIZE (result_decl)))
1888 gimplify_one_sizepos (&DECL_SIZE (result_decl), pre_p);
1932 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p);
1999 tree decl_size = TYPE_SIZE_UNIT (TREE_TYPE (decl));
2018 decl_size, init_type_node
1997 tree decl_size = TYPE_SIZE_UNIT (TREE_TYPE (decl)); local
    [all...]
dwarf2out.cc 17633 unsigned HOST_WIDE_INT decl_size;
17637 if (DECL_SIZE (decl) == NULL
17638 || !tree_fits_uhwi_p (DECL_SIZE (decl)))
17641 decl_size = tree_to_uhwi (DECL_SIZE (decl));
17698 if (padsize > decl_size)
17703 decl_size -= padsize;
17715 if (bitsize > decl_size)
17717 decl_size -= bitsize;
17771 if (descr != NULL && decl_size != 0
17620 unsigned HOST_WIDE_INT decl_size; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-neuter-broadcast.cc 1897 unsigned HOST_WIDE_INT decl_size local
1899 private_size[level] += decl_size;
rtlanal.cc 503 poly_int64 decl_size;
517 decl_size = -1;
520 if (!poly_int_tree_p (DECL_SIZE_UNIT (decl), &decl_size))
521 decl_size = -1;
524 decl_size = TREE_STRING_LENGTH (decl);
526 decl_size = int_size_in_bytes (TREE_TYPE (decl));
528 decl_size = -1;
530 return (!known_size_p (decl_size) || known_eq (decl_size, 0)
532 : !known_subrange_p (offset, size, 0, decl_size));
502 poly_int64 decl_size; local
    [all...]
gimplify.cc 725 for the size and adjust DECL_SIZE/DECL_SIZE_UNIT accordingly. Abort if
744 DECL_SIZE (var)
745 = build_int_cst (TREE_TYPE (DECL_SIZE (var)), max_size * BITS_PER_UNIT);
969 copy_if_shared (&DECL_SIZE (DECL_RESULT (fndecl)), visited);
1015 unmark_visited (&DECL_SIZE (DECL_RESULT (fndecl)));
1648 if (!poly_int_tree_p (DECL_SIZE (result_decl)))
1655 gimplify_one_sizepos (&DECL_SIZE (result_decl), pre_p);
1699 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p);
1766 tree decl_size = TYPE_SIZE_UNIT (TREE_TYPE (decl));
1787 decl_size, init_type_node
1764 tree decl_size = TYPE_SIZE_UNIT (TREE_TYPE (decl)); local
    [all...]
dwarf2out.cc 17547 unsigned HOST_WIDE_INT decl_size;
17551 if (DECL_SIZE (decl) == NULL
17552 || !tree_fits_uhwi_p (DECL_SIZE (decl)))
17555 decl_size = tree_to_uhwi (DECL_SIZE (decl));
17612 if (padsize > decl_size)
17617 decl_size -= padsize;
17629 if (bitsize > decl_size)
17631 decl_size -= bitsize;
17685 if (descr != NULL && decl_size != 0
17534 unsigned HOST_WIDE_INT decl_size; local
    [all...]

Completed in 66 milliseconds