Searched defs:__width (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; enumerator in enum:__is_integer_nonstrict::__anon1556
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; enumerator in enum:__is_integer_nonstrict::__anon77
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream.cc227 streamsize __width = __in.width(); local

Completed in 149 milliseconds