/external/clang/test/CodeGenCXX/ |
2010-05-11-alwaysinlineinstantiation.cpp | 7 class basic_string class 10 basic_string(); 11 ~basic_string(); 16 basic_string<charT>::basic_string() function in class:basic_string 22 basic_string<charT>::~basic_string() 26 typedef basic_string<char> string; 28 extern template class basic_string<char>;
|
2004-09-27-DidntEmitTemplate.cpp | 14 struct basic_string { struct 19 bool foo2(basic_string &X) {
|
/external/stlport/src/ |
string.cpp | 41 # define basic_string _STLP_NON_DBG_NAME(str) macro 43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >; 46 # undef basic_string macro 50 # define basic_string _STLP_NO_MEM_T_NAME(str) macro 55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 57 # if defined (basic_string) 59 # undef basic_string macro 70 # define basic_string _STLP_NON_DBG_NAME(str) macro 72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > variable in typeref:class:_STLP_CLASS_DECLSPEC 75 # undef basic_string macro 79 # define basic_string macro 84 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 88 # undef basic_string macro [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
string.cpp | 41 # define basic_string _STLP_NON_DBG_NAME(str) macro 43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >; 46 # undef basic_string macro 50 # define basic_string _STLP_NO_MEM_T_NAME(str) macro 55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 57 # if defined (basic_string) 59 # undef basic_string macro 70 # define basic_string _STLP_NON_DBG_NAME(str) macro 72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > variable in typeref:class:_STLP_CLASS_DECLSPEC 75 # undef basic_string macro 79 # define basic_string macro 84 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 88 # undef basic_string macro [all...] |
/external/clang/test/SemaCXX/ |
PR9461.cpp | 5 template<typename,typename=int,typename=int>struct basic_string; 7 typedef basic_string<char> string; 12 struct basic_string struct 15 basic_string(const aT*,const oc&a=int()); 25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT*,const _Alloc&) function in class:basic_string
|
PR9460.cpp | 6 struct basic_string{ struct 8 basic_string(aT*); 13 basic_string<char> struct{ // expected-error {{cannot combine with previous 'type-name' declaration specifier}}
|
wchar_t.cpp | 18 struct basic_string { struct 22 basic_string<_CharT> operator+ (const basic_string<_CharT>&, _CharT); 25 basic_string<wchar_t>() + L'-';
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
string | 39 /// Class std::basic_string with safety/checking/debug instrumentation. 42 class basic_string 43 : public std::basic_string<_CharT, _Traits, _Allocator>, 44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 65 basic_string> const_iterator; 73 explicit basic_string(const _Allocator& __a = _Allocator()) 78 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
string | 39 /// Class std::basic_string with safety/checking/debug instrumentation. 42 class basic_string 43 : public std::basic_string<_CharT, _Traits, _Allocator>, 44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 65 basic_string> const_iterator; 73 explicit basic_string(const _Allocator& __a = _Allocator()) 78 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
string | 41 class basic_string 42 : public std::basic_string<_CharT, _Traits, _Allocator>, 43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 64 basic_string> const_iterator; 72 explicit basic_string(const _Allocator& __a = _Allocator()) 77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { } 81 basic_string(const basic_string& __str [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 41 class basic_string 42 : public std::basic_string<_CharT, _Traits, _Allocator>, 43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 64 basic_string> const_iterator; 72 explicit basic_string(const _Allocator& __a = _Allocator()) 77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { } 81 basic_string(const basic_string& __str [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 41 class basic_string 42 : public std::basic_string<_CharT, _Traits, _Allocator>, 43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 64 basic_string> const_iterator; 72 explicit basic_string(const _Allocator& __a = _Allocator()) 77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { } 81 basic_string(const basic_string& __str [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 41 class basic_string 42 : public std::basic_string<_CharT, _Traits, _Allocator>, 43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 64 basic_string> const_iterator; 72 explicit basic_string(const _Allocator& __a = _Allocator()) 77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { } 81 basic_string(const basic_string& __str [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.tcc | 27 /** @file bits/basic_string.tcc 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 57 basic_string<_CharT, _Traits, _Alloc>:: 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 67 typename basic_string<_CharT, _Traits, _Alloc>::size_type 68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 79 basic_string<_CharT, _Traits, _Alloc>:: 125 basic_string<_CharT, _Traits, _Alloc>: [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.tcc | 27 /** @file bits/basic_string.tcc 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 57 basic_string<_CharT, _Traits, _Alloc>:: 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 67 typename basic_string<_CharT, _Traits, _Alloc>::size_type 68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 79 basic_string<_CharT, _Traits, _Alloc>:: 125 basic_string<_CharT, _Traits, _Alloc>: [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.tcc | 27 /** @file basic_string.tcc 49 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 50 basic_string<_CharT, _Traits, _Alloc>:: 55 basic_string<_CharT, _Traits, _Alloc>:: 59 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 60 basic_string<_CharT, _Traits, _Alloc>::npos; 65 typename basic_string<_CharT, _Traits, _Alloc>::size_type 66 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 77 basic_string<_CharT, _Traits, _Alloc>:: 123 basic_string<_CharT, _Traits, _Alloc>: [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 27 /** @file basic_string.tcc 49 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 50 basic_string<_CharT, _Traits, _Alloc>:: 55 basic_string<_CharT, _Traits, _Alloc>:: 59 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 60 basic_string<_CharT, _Traits, _Alloc>::npos; 65 typename basic_string<_CharT, _Traits, _Alloc>::size_type 66 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 77 basic_string<_CharT, _Traits, _Alloc>:: 123 basic_string<_CharT, _Traits, _Alloc>: [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 27 /** @file basic_string.tcc 49 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 50 basic_string<_CharT, _Traits, _Alloc>:: 55 basic_string<_CharT, _Traits, _Alloc>:: 59 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 60 basic_string<_CharT, _Traits, _Alloc>::npos; 65 typename basic_string<_CharT, _Traits, _Alloc>::size_type 66 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 77 basic_string<_CharT, _Traits, _Alloc>:: 123 basic_string<_CharT, _Traits, _Alloc>: [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 27 /** @file basic_string.tcc 49 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 50 basic_string<_CharT, _Traits, _Alloc>:: 55 basic_string<_CharT, _Traits, _Alloc>:: 59 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 60 basic_string<_CharT, _Traits, _Alloc>::npos; 65 typename basic_string<_CharT, _Traits, _Alloc>::size_type 66 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 77 basic_string<_CharT, _Traits, _Alloc>:: 123 basic_string<_CharT, _Traits, _Alloc>: [all...] |
/external/llvm/test/CodeGen/Thumb2/ |
2009-10-15-ITBlockBranch.ll | 5 %"struct.__gnu_cxx::__normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" = type { i8* } 7 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" = type { %"struct.__gnu_cxx::__normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" } 8 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep" = type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 9 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type { i32, i32, i32 } 12 define weak arm_aapcs_vfpcc i32 @_ZNKSs7compareERKSs(%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* %this, %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* %__str) { 18 %0 = tail call arm_aapcs_vfpcc i32 @_ZNKSs4sizeEv(%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* %this) ; <i32> [#uses=3] 19 %1 = tail call arm_aapcs_vfpcc i32 @_ZNKSs4sizeEv(%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* %__str) ; <i32> [#uses=3 [all...] |
/external/clang/test/CXX/except/except.spec/ |
canonical.cpp | 17 class basic_string class in namespace:std 23 basic_string() 47 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(__is_nothrow_constructible<allocator_type>::value) {}
|
/external/stlport/stlport/stl/ |
_string_fwd.h | 32 class basic_string; 37 class basic_string; 40 typedef basic_string<char, char_traits<char>, allocator<char> > string; 43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_fwd.h | 32 class basic_string; 37 class basic_string; 40 typedef basic_string<char, char_traits<char>, allocator<char> > string; 43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string_fwd.h | 32 class basic_string; 37 class basic_string; 40 typedef basic_string<char, char_traits<char>, allocator<char> > string; 43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string_fwd.h | 32 class basic_string; 37 class basic_string; 40 typedef basic_string<char, char_traits<char>, allocator<char> > string; 43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
|