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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 968 wi::overflow_type wioverflow;
1003 wval = wi::umul (wval, ten, &wioverflow);
1004 if (wioverflow)
1018 wval = wi::add (wval, addend, UNSIGNED, &wioverflow);
1019 if (wioverflow)
966 wi::overflow_type wioverflow; local

Completed in 40 milliseconds