HomeSort by relevance Sort by last modified time
    Searched defs:allocator_traits (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaCXX/
PR9902.cpp 17 struct allocator_traits struct
20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
28 allocator_traits<allocator<char>>::rebind_alloc<int> a;
PR9908.cpp 11 struct allocator_traits struct
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
32 allocator_traits<A<char> >::rebind_traits<double> a;
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 129 class allocator_traits { class in namespace:std
168 typedef allocator_traits<_Alloc> __alloc_traits;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 85 struct allocator_traits struct
204 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
433 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
438 allocator_traits<_Alloc>::__construct_helper<_Tp, _Args...>::value;
442 const bool allocator_traits<_Alloc>::__destroy_helper<_Tp>::value;
446 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
450 const bool allocator_traits<_Alloc>::__select_helper<_Alloc2>::value;
465 typedef allocator_traits<_Alloc> __traits;
473 typedef allocator_traits<_Alloc> __traits;
488 typedef allocator_traits<_Alloc> __traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 85 struct allocator_traits struct
204 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
433 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
438 allocator_traits<_Alloc>::__construct_helper<_Tp, _Args...>::value;
442 const bool allocator_traits<_Alloc>::__destroy_helper<_Tp>::value;
446 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
450 const bool allocator_traits<_Alloc>::__select_helper<_Alloc2>::value;
465 typedef allocator_traits<_Alloc> __traits;
473 typedef allocator_traits<_Alloc> __traits;
488 typedef allocator_traits<_Alloc> __traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 84 struct allocator_traits struct
203 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
430 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
435 allocator_traits<_Alloc>::__construct_helper<_Tp, _Args...>::value;
439 const bool allocator_traits<_Alloc>::__destroy_helper<_Tp>::value;
443 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
447 const bool allocator_traits<_Alloc>::__select_helper<_Alloc2>::value;
462 typedef allocator_traits<_Alloc> __traits;
470 typedef allocator_traits<_Alloc> __traits;
485 typedef allocator_traits<_Alloc> __traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 84 struct allocator_traits struct
203 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
430 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
435 allocator_traits<_Alloc>::__construct_helper<_Tp, _Args...>::value;
439 const bool allocator_traits<_Alloc>::__destroy_helper<_Tp>::value;
443 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
447 const bool allocator_traits<_Alloc>::__select_helper<_Alloc2>::value;
462 typedef allocator_traits<_Alloc> __traits;
470 typedef allocator_traits<_Alloc> __traits;
485 typedef allocator_traits<_Alloc> __traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 85 struct allocator_traits struct
204 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
433 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
438 allocator_traits<_Alloc>::__construct_helper<_Tp, _Args...>::value;
442 const bool allocator_traits<_Alloc>::__destroy_helper<_Tp>::value;
446 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
450 const bool allocator_traits<_Alloc>::__select_helper<_Alloc2>::value;
465 typedef allocator_traits<_Alloc> __traits;
473 typedef allocator_traits<_Alloc> __traits;
488 typedef allocator_traits<_Alloc> __traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 80 struct allocator_traits struct
199 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
450 typedef allocator_traits<_Alloc> __traits;
458 typedef allocator_traits<_Alloc> __traits;
473 typedef allocator_traits<_Alloc> __traits;
492 typedef allocator_traits<_Alloc> __traits;
500 typedef allocator_traits<_Alloc> _Traits;

Completed in 182 milliseconds