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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
numeric_traits.h 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; enumerator in enum:__is_integer_nonstrict::__anon14749
72 = __is_integer_nonstrict<_Value>::__width - __is_signed_val;
101 enum { __width = WIDTH }; \
108 enum { __width = WIDTH }; \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
numeric_traits.h 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; enumerator in enum:__is_integer_nonstrict::__anon17140
72 = __is_integer_nonstrict<_Value>::__width - __is_signed_val;
101 enum { __width = WIDTH }; \
108 enum { __width = WIDTH }; \
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
istream.cc 234 streamsize __width = __in.width(); local
235 if (0 < __width && __width < __num)
236 __num = __width;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
istream.cc 234 streamsize __width = __in.width(); local
235 if (0 < __width && __width < __num)
236 __num = __width;

Completed in 25 milliseconds