Home
last modified time | relevance | path

Searched defs:__is_signed_val (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h70 static const bool __is_signed_val = (_Value)(-1) < 0; in _GLIBCXX_VISIBILITY() member
164 static const bool __is_signed_val = true; in _GLIBCXX_VISIBILITY() member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h70 static const bool __is_signed_val = (_Value)(-1) < 0; in _GLIBCXX_VISIBILITY() member
162 static const bool __is_signed_val = true; in _GLIBCXX_VISIBILITY() member