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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 734 bool largea, largeb; local
739 largeb = (alignb * BITS_PER_UNIT > MAX_SUPPORTED_STACK_ALIGNMENT);
740 if (largea != largeb)
741 return (int)largeb - (int)largea;
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 734 bool largea, largeb; local
739 largeb = (alignb * BITS_PER_UNIT > MAX_SUPPORTED_STACK_ALIGNMENT);
740 if (largea != largeb)
741 return (int)largeb - (int)largea;

Completed in 22 milliseconds