HomeSort by relevance Sort by last modified time
    Searched refs:_S_chk (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 77 _S_chk(typename _Ptr2::template rebind<_Up2>*)
82 _S_chk(...)
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
alloc_traits.h 47 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
52 _S_chk(...)
56 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 77 _S_chk(typename _Ptr2::template rebind<_Up2>*)
82 _S_chk(...)
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
alloc_traits.h 47 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
52 _S_chk(...)
56 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ptr_traits.h 77 _S_chk(typename _Ptr2::template rebind<_Up2>*)
82 _S_chk(...)
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
alloc_traits.h 48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
53 _S_chk(...)
57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);

Completed in 206 milliseconds