/external/stlport/stlport/stl/ |
D | _ptrs_specialize.h | 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) argument 32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) argument 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type>… argument 35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \ argument 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**) \ 41 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type***) \ [all …]
|
D | concept_checks.h | 234 typedef _Tp _Type; typedef 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 …]
|
D | type_traits.h | 365 typedef typename _UnQual<_Src>::_Type _UnQuSrc; 391 typedef typename _UnConstPtr<_Src*>::_Type _UnConstSrc; 406 typedef typename _UnConstPtr<_Src*>::_Type _UnConstSrc; 428 typedef typename _UnConstPtr<_Tp*>::_Type _Tp1; 441 typedef typename _IsPtr<_Tp>::_Ret _Type; 442 static _Type _Ret() { return _Type(); } 447 typedef typename _IsRef<_Tp>::_Ret _Type; 448 static _Type _Ret() { return _Type();} 491 typedef typename _Land3<_Same, _IsRef1, _IsRef2>::_Ret _Type; 492 static _Type _Answer() { return _Type(); } [all …]
|
D | 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 };
|
D | boost_type_traits.h | 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type; typedef 100 static _Type _Answer() { return _Type(); } in _Answer() 116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type; typedef 117 static _Type _Answer() { return _Type(); } in _Answer()
|
D | _move_construct_fwk.h | 95 _Tp const&>::_Ret _Type; typedef 100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type 102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType; in _AsMoveSource()
|
/external/astl/include/ |
D | type_traits.h | 87 #define DEFINE_IS_INTEGRAL_TO_TRUE_TYPE_FOR_TYPE(_Type) \ argument 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) \ argument 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 { };
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 46 InputInfo(types::ID _Type, const char *_BaseInput) in InputInfo() argument 47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) in InputInfo() argument 50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 53 InputInfo(const Arg *_InputArg, types::ID _Type, const char *_BaseInput) in InputInfo() argument 54 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
|
D | Action.cpp | 44 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument 45 : Action(InputClass, _Type), Input(_Input) { in InputAction()
|
/external/clang/include/clang/Driver/ |
D | Action.h | 67 Action(ActionClass _Kind, types::ID _Type) in Action() argument 68 : Kind(_Kind), Type(_Type), OwnsInputs(true) {} in Action() 69 Action(ActionClass _Kind, Action *Input, types::ID _Type) in Action() argument 70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {} in Action() 71 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) in Action() argument 72 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {} in Action() 101 InputAction(const Arg &_Input, types::ID _Type);
|
/external/stlport/test/compiler/ |
D | ttei7.cpp | 22 typedef A<T2> _Type; typedef 30 typedef typename A:: template B<T>::_Type _ATType;
|
D | ttei6.cpp | 21 typedef T2 _Type; typedef 29 typedef typename A<T1>:: template B<T2>::_Type ABType;
|
/external/stlport/stlport/stl/pointers/ |
D | _tools.h | 85 typedef _Tp _Type; typedef 99 typedef _QualifiedType _Type; 112 const _Tp*>::_Ret _Type; 125 volatile _Tp*>::_Ret _Type; 138 const volatile _Tp*>::_Ret _Type; 171 typedef _QualifiedType _Type; 178 _Tp>::_Ret _Type; 186 typedef typename _StorageTypeInfo::_Type _SType;
|
D | _list.h | 64 typedef _STLP_TYPENAME _STLP_PRIV _StorageType<_Tp>::_Type _StorageType;
|
D | _deque.h | 102 typedef _STLP_TYPENAME _STLP_PRIV _StorageType<_Tp>::_Type _StorageType;
|
D | _slist.h | 58 typedef _STLP_TYPENAME _STLP_PRIV _StorageType<_Tp>::_Type _StorageType;
|
/external/stlport/test/unit/ |
D | type_traits_test.cpp | 284 template <typename _Type> 285 int is_integer(_Type) { in is_integer() argument 286 typedef typename _IsIntegral<_Type>::_Ret _Ret; in is_integer() 330 template <typename _Type> 331 int is_rational(_Type) { in is_rational() argument 332 typedef typename _IsRational<_Type>::_Ret _Ret; in is_rational() 376 template <typename _Type> 377 int is_pointer_type(_Type) { in is_pointer_type() argument 378 return type_to_value(_IsPtrType<_Type>::_Ret()); in is_pointer_type()
|
/external/stlport/stlport/stl/debug/ |
D | _string.h | 57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
|