Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 212) sorted by relevance

123456789

/ndk/tests/device/test-stlport_shared-exception/jni/
Darray1_2.cpp4 struct S { struct
5 S (int) { in S() function
11 S () {} in S() function
13 ~S() { in ~S() argument
Ddelayslot1.cpp12 struct S{ struct
15 S () : c (data) {}; in S() function
16 S (const S& s) { in S() function
Dpr22167.cpp10 struct S { struct
11 S() : x (0) {} in S() function
12 ~S() { a[0] = x; } in ~S() argument
27 S s; in main() argument
Dhas_nothrow_copy_odr.cpp5 struct S { S (const S&); }; struct
14 S::S (const S&) { } in S() argument
Dhas_nothrow_constructor_odr.cpp5 struct S { S (); }; struct
14 S::S () { } in S() function in S
Dhas_nothrow_assign_odr.cpp5 struct S { const S& operator= (const S&); }; struct
14 const S& S::operator= (const S&) { } in operator =()
/ndk/tests/device/test-stlport_static-exception/jni/
Darray1_2.cpp4 struct S { struct
5 S (int) { in S() argument
11 S () {} in S() argument
13 ~S() { in ~S() argument
Ddelayslot1.cpp12 struct S{ struct
15 S () : c (data) {}; in S() function
16 S (const S& s) { in S() argument
Dpr22167.cpp10 struct S { struct
11 S() : x (0) {} in S() function
12 ~S() { a[0] = x; } in ~S() argument
27 S s; in main() argument
Dhas_nothrow_copy_odr.cpp5 struct S { S (const S&); }; struct
14 S::S (const S&) { } in S() argument
Dhas_nothrow_constructor_odr.cpp5 struct S { S (); }; struct
14 S::S () { } in S() function in S
Dhas_nothrow_assign_odr.cpp5 struct S { const S& operator= (const S&); }; struct
14 const S& S::operator= (const S&) { } in operator =()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/
Dget_non_const.pass.cpp22 struct S { struct
25 constexpr S() : a{1,2}, k(std::get<0>(a)) {} in S() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
Dget_non_const.pass.cpp26 struct S { struct
30 constexpr S() : a{1,Empty{}}, k(std::get<0>(a)), e(std::get<1>(a)) {} in S() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/
Dget.pass.cpp18 struct S { struct
21 constexpr S() : a{1,2,3}, k(std::get<2>(a)) {} in S() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
Dpointer_size_alloc.pass.cpp26 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S; in test() typedef
41 typedef std::basic_string<charT, std::char_traits<charT>, A> S; in test() typedef
55 typedef std::basic_string<char, std::char_traits<char>, A> S; in main() typedef
72 typedef std::basic_string<char, std::char_traits<char>, A> S; in main() typedef
Dpointer_alloc.pass.cpp26 typedef std::basic_string<charT, std::char_traits<charT>, test_allocator<charT> > S; in test() typedef
42 typedef std::basic_string<charT, std::char_traits<charT>, A> S; in test() typedef
57 typedef std::basic_string<char, std::char_traits<char>, A> S; in main() typedef
74 typedef std::basic_string<char, std::char_traits<char>, A> S; in main() typedef
Dcopy_assignment.pass.cpp33 typedef std::string S; in main() typedef
52 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
Dlength.pass.cpp29 typedef std::string S; in main() typedef
36 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
Dempty.pass.cpp29 typedef std::string S; in main() typedef
36 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
Dsize.pass.cpp29 typedef std::string S; in main() typedef
36 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
Dstream_insert.pass.cpp57 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
65 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
74 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S; in main() typedef
82 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
Dcrbegin.pass.cpp34 typedef std::string S; in main() typedef
40 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
Dcend.pass.cpp30 typedef std::string S; in main() typedef
36 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
Dcrend.pass.cpp30 typedef std::string S; in main() typedef
36 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef

123456789