Searched refs:int_type (Results 51 - 75 of 104) sorted by relevance

12345

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dfloat.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dint.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dlong.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dlong_double.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dlong_long.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dpointer.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dshort.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dunsigned_int.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dunsigned_long.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dunsigned_long_long.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dunsigned_short.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dchar_pointer.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dsigned_char.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dsigned_char_pointer.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dunsigned_char.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dunsigned_char_pointer.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dendl.pass.cpp39 virtual typename base::int_type
40 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dends.pass.cpp37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
H A DCharT_pointer.pass.cpp40 virtual typename base::int_type
41 overflow(typename base::int_type __c = base::traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dput.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
H A Dwrite.pass.cpp36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dunderflow.pass.cpp14 // int_type underflow();
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type underflow() {return base::underflow();}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dunderflow.pass.cpp14 // int_type underflow();
28 base::int_type underflow() {return base::underflow();}

Completed in 701 milliseconds

12345