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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 13036 tree initsize = TYPE_SIZE_UNIT (inittype);
13056 if (!initsize)
13057 initsize = integer_zero_node;
13059 unsigned HOST_WIDE_INT size = tree_to_uhwi (initsize);
13077 *mem_size = initsize;
13079 gcc_checking_assert (tree_to_shwi (initsize) >= TREE_STRING_LENGTH (init));
13014 tree initsize = TYPE_SIZE_UNIT (inittype); local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 12198 tree initsize = TYPE_SIZE_UNIT (inittype);
12218 if (!initsize)
12219 initsize = integer_zero_node;
12221 unsigned HOST_WIDE_INT size = tree_to_uhwi (initsize);
12239 *mem_size = initsize;
12241 gcc_checking_assert (tree_to_shwi (initsize) >= TREE_STRING_LENGTH (init));
12176 tree initsize = TYPE_SIZE_UNIT (inittype); local

Completed in 23 milliseconds