HomeSort by relevance Sort by last modified time
    Searched refs:_Alloc (Results 1 - 25 of 1169) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
PR11000.cpp 6 template <class _Alloc>
7 tuple(allocator_arg_t, const _Alloc&) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
52 : public integral_constant<bool, is_convertible<_Alloc,
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); };
71 template<typename _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
52 : public integral_constant<bool, is_convertible<_Alloc,
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); };
71 template<typename _Alloc>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
52 : public integral_constant<bool, is_convertible<_Alloc,
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); };
71 template<typename _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
52 : public integral_constant<bool, is_convertible<_Alloc,
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); };
71 template<typename _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
52 : public integral_constant<bool, is_convertible<_Alloc,
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); };
71 template<typename _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
52 : public integral_constant<bool, is_convertible<_Alloc,
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); };
71 template<typename _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 60 typename _Alloc>
67 _Alloc>
74 _Alloc,
85 _Alloc>::type
94 _Alloc>
101 _Alloc>
109 _Alloc>
117 _Alloc>*
131 typename _Alloc>
138 _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 60 typename _Alloc>
67 _Alloc>
74 _Alloc,
85 _Alloc>::type
94 _Alloc>
101 _Alloc>
109 _Alloc>
117 _Alloc>*
131 typename _Alloc>
138 _Alloc>
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_vector.i 59 template<class _Tp, class _Alloc = allocator< _Tp > >
69 typedef _Alloc allocator_type;
74 %fragment(SWIG_Traits_frag(std::vector<_Tp, _Alloc >), "header",
78 template <> struct traits<std::vector<_Tp, _Alloc > > {
81 return "std::vector<" #_Tp "," #_Alloc " >";
87 %typemap_traits_ptr(SWIG_TYPECHECK_VECTOR, std::vector<_Tp, _Alloc >);
91 %swig_vector_methods(std::vector<_Tp, _Alloc >);
101 template<class _Tp, class _Alloc >
102 class vector<_Tp*, _Alloc > {
111 typedef _Alloc allocator_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 60 typename _Alloc>
67 _Alloc>
74 _Alloc,
85 _Alloc>::type
94 _Alloc>
101 _Alloc>
109 _Alloc>
117 _Alloc>*
131 typename _Alloc>
138 _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 60 typename _Alloc>
67 _Alloc>
74 _Alloc,
85 _Alloc>::type
94 _Alloc>
101 _Alloc>
109 _Alloc>
117 _Alloc>*
131 typename _Alloc>
138 _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 60 typename _Alloc>
67 _Alloc>
74 _Alloc,
85 _Alloc>::type
94 _Alloc>
101 _Alloc>
109 _Alloc>
117 _Alloc>*
131 typename _Alloc>
138 _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 60 typename _Alloc>
67 _Alloc>
74 _Alloc,
85 _Alloc>::type
94 _Alloc>
101 _Alloc>
109 _Alloc>
117 _Alloc>*
131 typename _Alloc>
138 _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
57 typedef typename _Alloc::size_type size_type;
60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
69 template<typename _Value, typename _Alloc>
70 struct left_child_next_sibling_heap_node_<_Value, null_type, _Alloc>
73 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type;
77 typedef typename _Alloc::size_type size_type;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 49 template<typename _Node, typename _Alloc>
53 typedef _Alloc allocator_type;
57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
120 template<typename _Node, typename _Alloc>
121 rc<_Node, _Alloc>::
125 template<typename _Node, typename _Alloc>
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0)
130 template<typename _Node, typename _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
57 typedef typename _Alloc::size_type size_type;
60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
69 template<typename _Value, typename _Alloc>
70 struct left_child_next_sibling_heap_node_<_Value, null_type, _Alloc>
73 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type;
77 typedef typename _Alloc::size_type size_type;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 49 template<typename _Node, typename _Alloc>
53 typedef _Alloc allocator_type;
57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
120 template<typename _Node, typename _Alloc>
121 rc<_Node, _Alloc>::
125 template<typename _Node, typename _Alloc>
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0)
130 template<typename _Node, typename _Alloc>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
57 typedef typename _Alloc::size_type size_type;
60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
69 template<typename _Value, typename _Alloc>
70 struct left_child_next_sibling_heap_node_<_Value, null_type, _Alloc>
73 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type;
77 typedef typename _Alloc::size_type size_type;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 49 template<typename _Node, typename _Alloc>
53 typedef _Alloc allocator_type;
57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
120 template<typename _Node, typename _Alloc>
121 rc<_Node, _Alloc>::
125 template<typename _Node, typename _Alloc>
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0)
130 template<typename _Node, typename _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
57 typedef typename _Alloc::size_type size_type;
60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
69 template<typename _Value, typename _Alloc>
70 struct left_child_next_sibling_heap_node_<_Value, null_type, _Alloc>
73 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type;
77 typedef typename _Alloc::size_type size_type;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 49 template<typename _Node, typename _Alloc>
53 typedef _Alloc allocator_type;
57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
120 template<typename _Node, typename _Alloc>
121 rc<_Node, _Alloc>::
125 template<typename _Node, typename _Alloc>
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0)
130 template<typename _Node, typename _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
57 typedef typename _Alloc::size_type size_type;
60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
69 template<typename _Value, typename _Alloc>
70 struct left_child_next_sibling_heap_node_<_Value, null_type, _Alloc>
73 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type;
77 typedef typename _Alloc::size_type size_type;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 49 template<typename _Node, typename _Alloc>
53 typedef _Alloc allocator_type;
57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
120 template<typename _Node, typename _Alloc>
121 rc<_Node, _Alloc>::
125 template<typename _Node, typename _Alloc>
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0)
130 template<typename _Node, typename _Alloc>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
57 typedef typename _Alloc::size_type size_type;
60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
69 template<typename _Value, typename _Alloc>
70 struct left_child_next_sibling_heap_node_<_Value, null_type, _Alloc>
73 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type;
77 typedef typename _Alloc::size_type size_type;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;

Completed in 1579 milliseconds

1 2 3 4 5 6 7 8 91011>>