Searched defs:_Type (Results 1 – 12 of 12) sorted by relevance
/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 45 # define _STLP_POINTERS_SPECIALIZE(_Type) _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) argument
|
D | boost_type_traits.h | 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type; typedef 116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type; typedef
|
D | _move_construct_fwk.h | 95 _Tp const&>::_Ret _Type; typedef
|
D | concept_checks.h | 234 typedef _Tp _Type; typedef
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 46 InputInfo(types::ID _Type, const char *_BaseInput) in InputInfo() 49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) in InputInfo() 53 InputInfo(const Arg *_InputArg, types::ID _Type, const char *_BaseInput) in InputInfo()
|
D | Action.cpp | 40 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction()
|
/external/astl/include/ |
D | type_traits.h | 87 #define DEFINE_IS_INTEGRAL_TO_TRUE_TYPE_FOR_TYPE(_Type) \ argument 110 #define DEFINE_IS_FLOATING_POINT_TO_TRUE_TYPE_FOR_TYPE(_Type) \ argument
|
/external/stlport/test/compiler/ |
D | ttei6.cpp | 21 typedef T2 _Type; typedef
|
D | ttei7.cpp | 22 typedef A<T2> _Type; typedef
|
/external/stlport/stlport/stl/pointers/ |
D | _tools.h | 85 typedef _Tp _Type; typedef
|
/external/clang/include/clang/Driver/ |
D | Action.h | 67 Action(ActionClass _Kind, types::ID _Type) in Action() 69 Action(ActionClass _Kind, Action *Input, types::ID _Type) in Action() 71 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) in Action()
|
/external/stlport/test/unit/ |
D | type_traits_test.cpp | 285 int is_integer(_Type) { in is_integer() argument 331 int is_rational(_Type) { in is_rational() argument 377 int is_pointer_type(_Type) { in is_pointer_type() argument
|