/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 423 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 424 typedef typename _Base::value_type value_type; 427 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} 433 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 436 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 443 typedef _FunBase<_Dom, const typename _Dom::value_type&> _Base; 444 typedef typename _Base::value_type value_type; 448 : _Base(__e, __f) {} 455 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 459 : _Base(__v, __f) { [all...] |
stl_list.h | 424 typedef _List_base<_Tp, _Alloc> _Base; 425 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 446 using _Base::_M_impl; 447 using _Base::_M_put_node; 448 using _Base::_M_get_node; 449 using _Base::_M_get_Tp_allocator; 450 using _Base::_M_get_Node_allocator; 500 : _Base() { } 508 : _Base(__a) { } 521 : _Base(__a [all...] |
/external/stlport/stlport/stl/ |
_string_workaround.h | 35 typedef _STLP_NO_MEM_T_STRING_BASE _Base; 36 typedef typename _Base::_CalledFromWorkaround_t _CalledFromWorkaround_t; 39 __IMPORT_WITH_REVERSE_ITERATORS(_Base) 41 typedef typename _Base::_Iterator_category _Iterator_category; 42 typedef typename _Base::traits_type traits_type; 43 typedef typename _Base::_Reserve_t _Reserve_t; 76 : _STLP_NO_MEM_T_STRING_BASE(__move_source<_Base>(src.get())) {} 98 _Base::operator=(__s); 103 _Base::operator=(__s); 108 _Base::operator=(__c) [all...] |
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
_function_adaptors.h | 392 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Arg>::_Fun _Base; 393 explicit _Ptr_fun1(typename _Base::__fun_type __f) : _Base(__f) {} 400 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args2<_Arg1,_Arg2>::_Fun _Base; 401 explicit _Ptr_fun2(typename _Base::__fun_type __f) : _Base(__f) {} 408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base; 410 explicit mem_fun_t(typename _Base::__fun_type __f) : _Base(__f) {} 417 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr_const _Base; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 35 typedef _STLP_NO_MEM_T_STRING_BASE _Base; 36 typedef typename _Base::_CalledFromWorkaround_t _CalledFromWorkaround_t; 39 __IMPORT_WITH_REVERSE_ITERATORS(_Base) 41 typedef typename _Base::_Iterator_category _Iterator_category; 42 typedef typename _Base::traits_type traits_type; 43 typedef typename _Base::_Reserve_t _Reserve_t; 76 : _STLP_NO_MEM_T_STRING_BASE(__move_source<_Base>(src.get())) {} 98 _Base::operator=(__s); 103 _Base::operator=(__s); 108 _Base::operator=(__c) [all...] |
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
_function_adaptors.h | 392 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Arg>::_Fun _Base; 393 explicit _Ptr_fun1(typename _Base::__fun_type __f) : _Base(__f) {} 400 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args2<_Arg1,_Arg2>::_Fun _Base; 401 explicit _Ptr_fun2(typename _Base::__fun_type __f) : _Base(__f) {} 408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base; 410 explicit mem_fun_t(typename _Base::__fun_type __f) : _Base(__f) {} 417 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr_const _Base; [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 35 typedef _STLP_NO_MEM_T_STRING_BASE _Base; 36 typedef typename _Base::_CalledFromWorkaround_t _CalledFromWorkaround_t; 39 __IMPORT_WITH_REVERSE_ITERATORS(_Base) 41 typedef typename _Base::_Iterator_category _Iterator_category; 42 typedef typename _Base::traits_type traits_type; 43 typedef typename _Base::_Reserve_t _Reserve_t; 76 : _STLP_NO_MEM_T_STRING_BASE(__move_source<_Base>(src.get())) {} 98 _Base::operator=(__s); 103 _Base::operator=(__s); 108 _Base::operator=(__c) [all...] |
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
_function_adaptors.h | 392 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Arg>::_Fun _Base; 393 explicit _Ptr_fun1(typename _Base::__fun_type __f) : _Base(__f) {} 400 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args2<_Arg1,_Arg2>::_Fun _Base; 401 explicit _Ptr_fun2(typename _Base::__fun_type __f) : _Base(__f) {} 408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base; 410 explicit mem_fun_t(typename _Base::__fun_type __f) : _Base(__f) {} 417 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr_const _Base; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 35 typedef _STLP_NO_MEM_T_STRING_BASE _Base; 36 typedef typename _Base::_CalledFromWorkaround_t _CalledFromWorkaround_t; 39 __IMPORT_WITH_REVERSE_ITERATORS(_Base) 41 typedef typename _Base::_Iterator_category _Iterator_category; 42 typedef typename _Base::traits_type traits_type; 43 typedef typename _Base::_Reserve_t _Reserve_t; 76 : _STLP_NO_MEM_T_STRING_BASE(__move_source<_Base>(src.get())) {} 98 _Base::operator=(__s); 103 _Base::operator=(__s); 108 _Base::operator=(__c) [all...] |
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
_function_adaptors.h | 392 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Arg>::_Fun _Base; 393 explicit _Ptr_fun1(typename _Base::__fun_type __f) : _Base(__f) {} 400 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args2<_Arg1,_Arg2>::_Fun _Base; 401 explicit _Ptr_fun2(typename _Base::__fun_type __f) : _Base(__f) {} 408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base; 410 explicit mem_fun_t(typename _Base::__fun_type __f) : _Base(__f) {} 417 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr_const _Base; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
string_conversions.h | 42 typename... _Base> 44 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), 46 _Base... __base)
|
vstring.h | 63 template <typename, typename, typename> class _Base> 65 : private _Base<_CharT, _Traits, _Alloc> 67 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 42 typename... _Base> 44 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), 46 _Base... __base)
|
vstring.h | 63 template <typename, typename, typename> class _Base> 65 : private _Base<_CharT, _Traits, _Alloc> 67 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 42 typename... _Base> 44 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), 46 _Base... __base)
|
vstring.h | 63 template <typename, typename, typename> class _Base> 65 : private _Base<_CharT, _Traits, _Alloc> 67 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
/external/clang/test/Analysis/ |
dead-stores.cpp | 56 typedef _Row_base<_Tp, _Number2> _Base; 59 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_list.h | 424 typedef _List_base<_Tp, _Alloc> _Base; 425 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 446 using _Base::_M_impl; 447 using _Base::_M_put_node; 448 using _Base::_M_get_node; 449 using _Base::_M_get_Tp_allocator; 450 using _Base::_M_get_Node_allocator; 500 : _Base() { } 508 : _Base(__a) { } 521 : _Base(__a [all...] |
forward_list.h | 400 typedef _Fwd_list_base<_Tp, _Alloc> _Base; 401 typedef typename _Base::_Node _Node; 402 typedef typename _Base::_Node_base _Node_base; 403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 413 typedef typename _Base::iterator iterator; 414 typedef typename _Base::const_iterator const_iterator; 427 : _Base(__al) 436 : _Base(__list, __al) 445 : _Base(std::forward<_Base>(__list), __al [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 424 typedef _List_base<_Tp, _Alloc> _Base; 425 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 446 using _Base::_M_impl; 447 using _Base::_M_put_node; 448 using _Base::_M_get_node; 449 using _Base::_M_get_Tp_allocator; 450 using _Base::_M_get_Node_allocator; 500 : _Base() { } 508 : _Base(__a) { } 521 : _Base(__a [all...] |
forward_list.h | 400 typedef _Fwd_list_base<_Tp, _Alloc> _Base; 401 typedef typename _Base::_Node _Node; 402 typedef typename _Base::_Node_base _Node_base; 403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 413 typedef typename _Base::iterator iterator; 414 typedef typename _Base::const_iterator const_iterator; 427 : _Base(__al) 436 : _Base(__list, __al) 445 : _Base(std::forward<_Base>(__list), __al [all...] |