HomeSort by relevance Sort by last modified time
    Searched refs:_Type (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /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...]
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 };
  /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...]
  /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
  /external/astl/include/
type_traits.h 87 #define DEFINE_IS_INTEGRAL_TO_TRUE_TYPE_FOR_TYPE(_Type) \
88 template<> struct is_integral<_Type>: public true_type { }; \
89 template<> struct is_integral<_Type const>: public true_type { }; \
90 template<> struct is_integral<_Type volatile>: public true_type { }; \
91 template<> struct is_integral<_Type const volatile>: public true_type { };
110 #define DEFINE_IS_FLOATING_POINT_TO_TRUE_TYPE_FOR_TYPE(_Type) \
111 template<> struct is_floating_point<_Type>: public true_type { }; \
112 template<> struct is_floating_point<_Type const>: public true_type { }; \
113 template<> struct is_floating_point<_Type volatile>: public true_type { }; \
114 template<> struct is_floating_point<_Type const volatile>: public true_type { }
    [all...]
  /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 Arg *_InputArg, types::ID _Type, const char *_BaseInput)
54 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
type_traits.h 146 template<typename _Type>
148 __is_null_pointer(_Type* __ptr)
151 template<typename _Type>
153 __is_null_pointer(_Type)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
type_traits.h 149 template<typename _Type>
151 __is_null_pointer(_Type* __ptr)
154 template<typename _Type>
156 __is_null_pointer(_Type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
type_traits.h 149 template<typename _Type>
151 __is_null_pointer(_Type* __ptr)
154 template<typename _Type>
156 __is_null_pointer(_Type)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/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

Completed in 1049 milliseconds

1 2 3 4 5