Searched refs:new_allocator (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp5 template < typename _Tp > struct new_allocator struct
9 typedef new_allocator other;
12 template < typename _Tp > struct allocator:new_allocator < _Tp > {
H A Ddebug-info-use-after-free.cpp92 template < typename _Tp > struct new_allocator struct
96 typedef new_allocator other;
99 template < typename _Tp > struct allocator:new_allocator < _Tp > {
136 template < typename > class new_allocator;
139 template < typename _Tp > class allocator:__gnu_cxx::new_allocator < _Tp > {

Completed in 481 milliseconds