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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 5668 unsigned HOST_WIDE_INT fldsize
5671 /* In most cases fieldsize == fldsize as the size of the initializer
5673 C++ fldsize can be smaller though, if the last or several last or
5676 gcc_checking_assert (fieldsize >= fldsize);
5643 unsigned HOST_WIDE_INT fldsize local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 5567 unsigned HOST_WIDE_INT fldsize
5570 /* In most cases fieldsize == fldsize as the size of the initializer
5572 C++ fldsize can be smaller though, if the last or several last or
5575 gcc_checking_assert (fieldsize >= fldsize);
5542 unsigned HOST_WIDE_INT fldsize local

Completed in 27 milliseconds