Searched defs:_Type (Results 1 - 12 of 12) sorted by relevance

/external/stlport/test/compiler/
H A Dttei6.cpp21 typedef T2 _Type; typedef in struct:A::B
29 typedef typename A<T1>:: template B<T2>::_Type ABType;
H A Dttei7.cpp22 typedef A<T2> _Type; typedef in struct:A::B
30 typedef typename A:: template B<T>::_Type _ATType;
/external/clang/lib/Driver/
H A DAction.cpp45 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
46 : Action(InputClass, _Type), Input(_Input) {
H A DInputInfo.h46 InputInfo(types::ID _Type, const char *_BaseInput) argument
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) argument
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, argument
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
/external/stlport/stlport/stl/
H A D_move_construct_fwk.h95 _Tp const&>::_Ret _Type; typedef in struct:_MoveSourceTraits
100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type
102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType;
H A Dtype_manips.h240 struct _UnConstPtr { typedef _Tp _Type; }; typedef in struct:_UnConstPtr
243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; }; typedef in struct:_UnConstPtr
246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; }; typedef in struct:_UnConstPtr
279 template <class _Tp> struct _UnQual { typedef _Tp _Type; }; typedef in struct:_UnQual
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; }; typedef in struct:_UnQual
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; }; typedef in struct:_UnQual
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; }; typedef in struct:_UnQual
299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
H A Dboost_type_traits.h99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type; typedef in struct:_TrivialCopy
100 static _Type _Answer() { return _Type(); }
116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type; typedef in struct:_TrivialUCopy
117 static _Type _Answer() { return _Type(); }
H A Dtype_traits.h365 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; typedef in struct:_IsPtrType
442 static _Type _Ret() { return _Type(); }
447 typedef typename _IsRef<_Tp>::_Ret _Type; typedef in struct:_IsRefType
448 static _Type _Ret() { return _Type();}
491 typedef typename _Land3<_Same, _IsRef1, _IsRef2>::_Ret _Type; typedef in struct:_OKToSwap
546 typedef typename __type_traits<_Tp>::is_POD_type _Type; typedef in struct:_IsPOD
572 { typedef _Tp _Type; }; typedef in struct:__stlport_class
[all...]
H A Dconcept_checks.h234 typedef _Tp _Type; typedef in struct:_Mutable_trait
238 typedef _Tp _Type; typedef in struct:_Mutable_trait
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>
799 typedef typename _Alloc::value_type _Type; typedef
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSSettings.py67 class _Type(object): class in inherits:object
105 class _String(_Type):
121 class _StringList(_Type):
140 class _Boolean(_Type):
158 class _Integer(_Type):
162 _Type.__init__(self)
178 class _Enumeration(_Type):
192 _Type.__init__(self)
/external/clang/include/clang/Driver/
H A DAction.h73 Action(ActionClass _Kind, types::ID _Type) argument
74 : Kind(_Kind), Type(_Type), OwnsInputs(true) {}
75 Action(ActionClass _Kind, Action *Input, types::ID _Type) argument
76 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
77 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) argument
78 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {}
106 InputAction(const llvm::opt::Arg &_Input, types::ID _Type);
/external/stlport/stlport/stl/pointers/
H A D_tools.h85 typedef _Tp _Type; typedef in struct:_StorageType
99 typedef _QualifiedType _Type; typedef in struct:_StorageType
112 const _Tp*>::_Ret _Type; typedef in struct:_StorageType
125 volatile _Tp*>::_Ret _Type; typedef in struct:_StorageType
138 const volatile _Tp*>::_Ret _Type; typedef in struct:_StorageType
171 typedef _QualifiedType _Type; typedef in struct:_StorageType
178 _Tp>::_Ret _Type; typedef in struct:_StorageType
186 typedef typename _StorageTypeInfo::_Type _SType;

Completed in 302 milliseconds