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

  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
28 _Vector_impl(_Tp_alloc_type const& __a) { }
thunk-use-after-free.cpp 15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
17 typename _Tp_alloc_type::pointer _M_end_of_storage;
debug-info-use-after-free.cpp 102 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
104 typename _Tp_alloc_type::pointer _M_end_of_storage;

Completed in 316 milliseconds