/external/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
type_manips.h | 240 struct _UnConstPtr { typedef _Tp _Type; }; 243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; }; 246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; }; 279 template <class _Tp> struct _UnQual { typedef _Tp _Type; }; 280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; }; 281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; }; 282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; }; 299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ 36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \ 37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \ 38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \ 39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \ 40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \ [all...] |
concept_checks.h | 234 typedef _Tp _Type; 238 typedef _Tp _Type; 243 template <class _Type> 244 void __sink_unused_warning(_Type) { } 256 template <class _Type> struct __check_equal { }; 362 template <class _Type> 363 static _Type 364 __default_constructor_requirement_violation(_Type) { 365 return _Type(); 367 template <class _Type> [all...] |
/external/stlport/test/compiler/ |
ttei6.cpp | 21 typedef T2 _Type; 29 typedef typename A<T1>:: template B<T2>::_Type ABType;
|
ttei7.cpp | 22 typedef A<T2> _Type; 30 typedef typename A:: template B<T>::_Type _ATType;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
safe_sequence.h | 47 template<typename _Type> 50 _Type __value; 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 56 operator()(const _Type& __x) const 62 template <typename _Type> 65 _Type __value; 68 explicit _Equal_to(const _Type& __v) : __value(__v) { } 71 operator()(const _Type& __x) const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
safe_sequence.h | 47 template<typename _Type> 50 _Type __value; 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 56 operator()(const _Type& __x) const 62 template <typename _Type> 65 _Type __value; 68 explicit _Equal_to(const _Type& __v) : __value(__v) { } 71 operator()(const _Type& __x) const
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_sequence.h | 47 template<typename _Type> 50 _Type __value; 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 56 operator()(const _Type& __x) const 62 template <typename _Type> 65 _Type __value; 68 explicit _Equal_to(const _Type& __v) : __value(__v) { } 71 operator()(const _Type& __x) const
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_sequence.h | 47 template<typename _Type> 50 _Type __value; 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 56 operator()(const _Type& __x) const 62 template <typename _Type> 65 _Type __value; 68 explicit _Equal_to(const _Type& __v) : __value(__v) { } 71 operator()(const _Type& __x) const
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_sequence.h | 47 template<typename _Type> 50 _Type __value; 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 56 operator()(const _Type& __x) const 62 template <typename _Type> 65 _Type __value; 68 explicit _Equal_to(const _Type& __v) : __value(__v) { } 71 operator()(const _Type& __x) const
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_sequence.h | 47 template<typename _Type> 50 _Type __value; 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 56 operator()(const _Type& __x) const 62 template <typename _Type> 65 _Type __value; 68 explicit _Equal_to(const _Type& __v) : __value(__v) { } 71 operator()(const _Type& __x) const
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_sequence.h | 46 template<typename _Type> 49 _Type __value; 52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 55 operator()(const _Type& __x) const 61 template <typename _Type> 64 _Type __value; 67 explicit _Equal_to(const _Type& __v) : __value(__v) { } 70 operator()(const _Type& __x) const
|
/external/clang/lib/Driver/ |
InputInfo.h | 46 InputInfo(types::ID _Type, const char *_BaseInput) 47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) { 49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) 50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) { 53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, 55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
|