Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dnumeric_traits.h55 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct
58 static const _Value __min = __glibcxx_min(_Value); in _GLIBCXX_VISIBILITY()
59 static const _Value __max = __glibcxx_max(_Value); in _GLIBCXX_VISIBILITY()
63 static const bool __is_signed = __glibcxx_signed(_Value); in _GLIBCXX_VISIBILITY()
64 static const int __digits = __glibcxx_digits(_Value); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dnumeric_traits.h55 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct
58 static const _Value __min = __glibcxx_min(_Value); in _GLIBCXX_VISIBILITY()
59 static const _Value __max = __glibcxx_max(_Value); in _GLIBCXX_VISIBILITY()
63 static const bool __is_signed = __glibcxx_signed(_Value); in _GLIBCXX_VISIBILITY()
64 static const int __digits = __glibcxx_digits(_Value); in _GLIBCXX_VISIBILITY()