/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
rebind.pass.cpp | 15 // template <class U> using rebind = <details>; 35 template <class U> using rebind = B1<U>; 37 template <class U> struct rebind {typedef B1<U> other;}; 52 template <class V> using rebind = D1<V, U>; 54 template <class V> struct rebind {typedef D1<V, U> other;}; 62 void rebind() {} function in struct:E 71 using rebind = void; 80 static constexpr int rebind = 42; member in struct:G 88 static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), ""); 89 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), "") [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
rebind.pass.cpp | 15 // template <class U> using rebind = <details>; 35 template <class U> using rebind = B1<U>; 37 template <class U> struct rebind {typedef B1<U> other;}; 52 template <class V> using rebind = D1<V, U>; 54 template <class V> struct rebind {typedef D1<V, U> other;}; 62 void rebind() {} function in struct:E 71 using rebind = void; 80 static constexpr int rebind = 42; member in struct:G 88 static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), ""); 89 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), "") [all...] |
/external/clang/test/SemaCXX/ |
PR9908.cpp | 7 typedef typename _Tp::template rebind<_Up>::other type; 27 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
|
/external/libcxx/test/std/utilities/memory/pointer.traits/ |
rebind.pass.cpp | 15 // template <class U> using rebind = U*; 27 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), ""); 29 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), "");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/ |
rebind.pass.cpp | 15 // template <class U> using rebind = U*; 27 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), ""); 29 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), "");
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
rebind_alloc.pass.cpp | 15 // template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>; 32 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A 43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct in struct:B 63 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct in struct:E 71 struct rebind { typedef void other; }; struct in struct:F 78 struct rebind { struct in struct:G
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
rebind_alloc.pass.cpp | 15 // template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>; 32 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A 43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct in struct:B 63 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct in struct:E 71 struct rebind { typedef void other; }; struct in struct:F 78 struct rebind { struct in struct:G
|
/external/clang/test/CodeGenCXX/ |
thunk-use-after-free.cpp | 8 template < typename > struct rebind { struct in struct:new_allocator 15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
|
lpad-linetable.cpp | 18 struct rebind struct in class:std::allocator 25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_alloc.i | 30 struct rebind; 75 struct rebind;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
point_const_iterator.hpp | 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer; 71 typedef typename _Alloc::template rebind<value_type>::other::pointer 76 typename _Alloc::template rebind<value_type>::other::const_pointer 81 typename _Alloc::template rebind<value_type>::other::reference 86 typename _Alloc::template rebind<value_type>::other::const_reference
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
point_const_iterator.hpp | 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer; 78 typename _Alloc::template rebind< 84 typename _Alloc::template rebind< 90 typename _Alloc::template rebind< 96 typename _Alloc::template rebind<
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
point_const_iterator.hpp | 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer; 71 typedef typename _Alloc::template rebind<value_type>::other::pointer 76 typename _Alloc::template rebind<value_type>::other::const_pointer 81 typename _Alloc::template rebind<value_type>::other::reference 86 typename _Alloc::template rebind<value_type>::other::const_reference
|
/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_/ |
point_const_iterator.hpp | 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer; 78 typename _Alloc::template rebind< 84 typename _Alloc::template rebind< 90 typename _Alloc::template rebind< 96 typename _Alloc::template rebind<
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 62 typename _Alloc::template rebind< 67 typename _Alloc::template rebind< 72 typename _Alloc::template rebind< 95 typename _Alloc::template rebind< 100 typename _Alloc::template rebind< 106 typename _Alloc::template rebind< 114 typename _Alloc::template rebind< 225 typename _Alloc::template rebind< 230 typename _Alloc::template rebind< 236 typename _Alloc::template rebind< [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_/ |
node_iterators.hpp | 62 typename _Alloc::template rebind< 67 typename _Alloc::template rebind< 72 typename _Alloc::template rebind< 95 typename _Alloc::template rebind< 100 typename _Alloc::template rebind< 106 typename _Alloc::template rebind< 114 typename _Alloc::template rebind< 225 typename _Alloc::template rebind< 230 typename _Alloc::template rebind< 236 typename _Alloc::template rebind< [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_surface.c | 65 vsrf->rebind = FALSE; 121 vsrf->rebind = TRUE; 165 boolean *rebind) 170 *rebind = vsrf->rebind; 171 vsrf->rebind = FALSE; 174 *rebind = FALSE;
|
vmw_surface.h | 67 boolean rebind; /* Surface needs a rebind after next unmap */ member in struct:vmw_svga_winsys_surface 96 boolean *rebind);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
types_traits.hpp | 120 typedef typename _Alloc::template rebind<Mapped> __rebind_m; 123 typedef typename _Alloc::template rebind<__value_type> __rebind_v; 153 typedef typename _Alloc::template rebind<Mapped> __rebind_m; 156 typedef typename _Alloc::template rebind<__value_type> __rebind_v; 188 typedef typename _Alloc::template rebind<null_type> __rebind_m; 190 typedef typename _Alloc::template rebind<value_type> __rebind_v; 227 typedef typename _Alloc::template rebind<null_type> __rebind_m; 229 typedef typename _Alloc::template rebind<value_type> __rebind_v; 268 typedef typename _Alloc::template rebind<Key>::other __rebind_a;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ |
types_traits.hpp | 120 typedef typename _Alloc::template rebind<Mapped> __rebind_m; 123 typedef typename _Alloc::template rebind<__value_type> __rebind_v; 153 typedef typename _Alloc::template rebind<Mapped> __rebind_m; 156 typedef typename _Alloc::template rebind<__value_type> __rebind_v; 188 typedef typename _Alloc::template rebind<null_type> __rebind_m; 190 typedef typename _Alloc::template rebind<value_type> __rebind_v; 227 typedef typename _Alloc::template rebind<null_type> __rebind_m; 229 typedef typename _Alloc::template rebind<value_type> __rebind_v; 268 typedef typename _Alloc::template rebind<Key>::other __rebind_a;
|
/external/fec/ |
configure.in | 67 REBIND="" 71 REBIND=ldconfig 75 AC_SUBST(REBIND)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/ |
node.hpp | 59 typename _Alloc::template rebind< 67 typename _Alloc::template rebind< 72 typename _Alloc::template rebind< 113 typename _Alloc::template rebind<
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/ |
node.hpp | 57 typename _Alloc::template rebind< 62 typename _Alloc::template rebind<metadata_type>::other::reference 66 typename _Alloc::template rebind<metadata_type>::other::const_reference 103 typename _Alloc::template rebind<
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/ |
node.hpp | 59 typename _Alloc::template rebind< 67 typename _Alloc::template rebind< 72 typename _Alloc::template rebind< 113 typename _Alloc::template rebind<
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/ |
node.hpp | 57 typename _Alloc::template rebind< 62 typename _Alloc::template rebind<metadata_type>::other::reference 66 typename _Alloc::template rebind<metadata_type>::other::const_reference 103 typename _Alloc::template rebind<
|