Home
last modified time | relevance | path

Searched refs:__testoverflow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc471 bool __testoverflow = false; in _M_extract_int() local
490 __testoverflow = true; in _M_extract_int()
494 __testoverflow |= __result > __max - __digit; in _M_extract_int()
537 __testoverflow = true; in _M_extract_int()
541 __testoverflow |= __result > __max - __digit; in _M_extract_int()
574 else if (__testoverflow) in _M_extract_int()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc471 bool __testoverflow = false; in _M_extract_int() local
490 __testoverflow = true; in _M_extract_int()
494 __testoverflow |= __result > __max - __digit; in _M_extract_int()
537 __testoverflow = true; in _M_extract_int()
541 __testoverflow |= __result > __max - __digit; in _M_extract_int()
574 else if (__testoverflow) in _M_extract_int()