Home
last modified time | relevance | path

Searched defs:I1 (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
Dtypes.pass.cpp28 typedef std::ostream_iterator<double> I1; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
Dtypes.pass.cpp29 typedef std::ostreambuf_iterator<char> I1; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
Dtypes.pass.cpp32 typedef std::istreambuf_iterator<char> I1; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
Dtypes.pass.cpp28 typedef std::istream_iterator<double> I1; in main() typedef
/ndk/tests/device/test-stlport_shared-exception/jni/
Dhas_nothrow_copy-1.cpp59 struct I1 struct
61 I1(I1&) throw(int) { throw int(); } in I1() argument
62 I1(const I1&) throw() { } in I1() argument
Dhas_nothrow_assign.cpp59 struct I1 struct
61 I1& operator=(I1&) throw(int) { throw int(); return *this; } in operator =() argument
62 I1& operator=(const I1&) throw() { return *this; } in operator =() argument
/ndk/tests/device/test-stlport_static-exception/jni/
Dhas_nothrow_copy-1.cpp59 struct I1 struct
61 I1(I1&) throw(int) { throw int(); } in I1() argument
62 I1(const I1&) throw() { } in I1() function
Dhas_nothrow_assign.cpp59 struct I1 struct
61 I1& operator=(I1&) throw(int) { throw int(); return *this; } in operator =() argument
62 I1& operator=(const I1&) throw() { return *this; } in operator =() argument