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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 7535 int size_0;
7602 size_0 = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type_0)));
7605 if (size_0 == 0)
7649 if (size != size_0)
7714 return size_0;
7517 int size_0; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 7329 int size_0;
7396 size_0 = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type_0)));
7399 if (size_0 == 0)
7443 if (size != size_0)
7508 return size_0;
7311 int size_0; local

Completed in 37 milliseconds