Home | History | Annotate | Download | only in stl

Lines Matching refs:_Type

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>
368 static _Type
369 __assignment_operator_requirement_violation(_Type __a) {
373 template <class _Type>
374 static _Type
375 __copy_constructor_requirement_violation(_Type __a) {
376 _Type __c(__a);
379 template <class _Type>
380 static _Type
381 __const_parameter_required_for_copy_constructor(_Type /* __a */,
382 const _Type& __b) {
383 _Type __c(__b);
386 template <class _Type>
387 static _Type
388 __const_parameter_required_for_assignment_operator(_Type __a,
389 const _Type& __b) {
393 template <class _Type>
394 static _Type
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
399 template <class _Type>
400 static _Type
401 __equality_comparable_requirement_violation(_Type __a, _Type __b) {
435 template <class _Iterator, class _Type>
438 _Type __t) {
475 template <class _Exp, class _Type, class _Distance>
476 static _Type
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
484 _Type* __t,
527 template <class _Type>
529 static void _Assignable_requirement_violation(_Type __a) {
540 template <class _Type>
542 static void _DefaultConstructible_requirement_violation(_Type __a) {
549 template <class _Type>
551 static void _EqualityComparable_requirement_violation(_Type __a) {
557 template <class _Type>
559 static void _LessThanComparable_requirement_violation(_Type __a) {
691 typename _Mutable_trait<__T>::_Type* __tmp_ptr = 0;
719 typedef typename _Mutable_trait<_Dist>::_Type _MutDist;
733 typename _Mutable_trait<value_type>::_Type* __dummy_ptr = 0;
759 typename _Mutable_trait<value_type>::_Type* __tmp_ptr = 0;
799 typedef typename _Alloc::value_type _Type;
800 _STLP_REQUIRES_SAME_TYPE(typename _Alloc::rebind<_Type>::other, _Alloc);