Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 25 of 61) sorted by relevance

123

/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp33 template <class U> using rebind = B1<U>; typedef
35 template <class U> struct rebind {typedef B1<U> other;};
50 template <class V> using rebind = D1<V, U>; typedef
52 template <class V> struct rebind {typedef D1<V, U> other;};
59 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
60 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
61 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
62 …static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>, D1<double, int> >:… in main()
64 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>::other, A<double*> >::v… in main()
65 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>::other, B1<double> >::val… in main()
[all …]
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1;
108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2;
109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3;
110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4;
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/external/libcxx/test/std/utilities/memory/pointer.traits/
Drebind.pass.cpp25 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), ""); in main()
27 …static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), ""… in main()
/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/external/clang/test/SemaCXX/
DPR9908.cpp7 typedef typename _Tp::template rebind<_Up>::other type;
27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
/external/clang/test/SemaTemplate/
Dalias-templates.cpp29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef
46 template<typename U> using rebind = thing<U>; typedef
69 itt::rebind<bool> btr;
Dinstantiate-member-template.cpp232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
244 template <class U> struct rebind {typedef B1<U> other;}; argument
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct
/external/clang/test/CodeGenCXX/
Dlpad-linetable.cpp18 struct rebind struct in std::allocator
25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct
15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
Ddebug-info-use-after-free.cpp95 template < typename > struct rebind { struct
102 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c70 boolean reemit = svga->rebind.texture_samplers; in update_tss_binding()
165 svga->rebind.texture_samplers = FALSE; in update_tss_binding()
189 assert(svga->rebind.texture_samplers); in svga_reemit_tss_bindings()
230 svga->rebind.texture_samplers = FALSE; in svga_reemit_tss_bindings()
Dsvga_state_framebuffer.c47 boolean reemit = svga->rebind.rendertargets; in emit_framebuffer()
92 svga->rebind.rendertargets = FALSE; in emit_framebuffer()
113 assert(svga->rebind.rendertargets); in svga_reemit_framebuffer_bindings()
145 svga->rebind.rendertargets = FALSE; in svga_reemit_framebuffer_bindings()
Dsvga_context.c231 svga->rebind.rendertargets = TRUE; in svga_context_flush()
232 svga->rebind.texture_samplers = TRUE; in svga_context_flush()
Dsvga_draw.c206 if (svga->rebind.rendertargets) { in svga_hwtnl_flush()
213 if (svga->rebind.texture_samplers) { in svga_hwtnl_flush()
/external/libcxx/test/support/
Dtest_allocator.h52 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; argument
170 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/external/libcxx/test/std/thread/futures/
Dtest_allocator.h48 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
104 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/external/libcxx/test/std/utilities/memory/default.allocator/
Dallocator_void.pass.cpp31 static_assert((std::is_same<std::allocator<void>::rebind<int>::other, in main()
Dallocator_types.pass.cpp43 static_assert((std::is_same<std::allocator<char>::rebind<int>::other, in main()
/external/libcxx/test/std/containers/
Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; argument
/external/eigen/Eigen/src/StlSupport/
Ddetails.h34 struct rebind struct
/external/v8/src/
Dzone-allocator.h25 template<class O> struct rebind { struct
/external/libcxx/include/
D__tree561 rebind<__tree_node_base<_VoidPtr> >
563 rebind<__tree_node_base<_VoidPtr> >::other
572 rebind<__tree_node_base>
574 rebind<__tree_node_base>::other
579 rebind<const __tree_node_base>
581 rebind<const __tree_node_base>::other
636 rebind<value_type>
638 rebind<value_type>::other
707 rebind<const value_type>
709 rebind<const value_type>::other
[all …]
Dmemory32 template <class U> using rebind = <details>;
44 template <class U> using rebind = U*;
58 | pointer_traits<pointer>::rebind<const value_type>
61 | pointer_traits<pointer>::rebind<void>
64 | pointer_traits<pointer>::rebind<const void>
79 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;
107 template <class _Up> struct rebind {typedef allocator<_Up> other;};
122 template <class U> struct rebind {typedef allocator<U> other;};
638 template <class _Up> struct rebind {typedef allocator<_Up> other;};
649 template <class _Up> struct rebind {typedef allocator<_Up> other;};
[all …]
/external/icu/icu4c/source/config/
Dmh-os40047 ## Make target to rebind the common library
49 POST_DATA_BUILD = os400-data-rebind

123