Searched defs:allocator (Results 1 - 25 of 84) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/allocator/requirements/explicit_instantiation/
H A D1.cc25 template class std::allocator<int>; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dcatch5.C3 struct allocator{ struct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash64.C9 template <class _Tp> class allocator {}; class
H A Dmemclass4.C5 struct allocator { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dstatic10.C7 template<typename _Tp> class allocator {}; class in namespace:std
H A Dcrash21.C16 struct allocator: B<_Tp> { struct in inherits:B
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash64.C9 template <class _Tp> class allocator {}; class
H A Dmemclass4.C5 struct allocator { struct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dcrash21.C16 struct allocator: B<_Tp> { struct in inherits:B
H A Dstatic10.C7 template<typename _Tp> class allocator {}; class in namespace:std
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_decoder.c17 lzma_simple_props_decode(void **options, lzma_allocator *allocator, argument
H A Darm.c48 arm_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
57 lzma_simple_arm_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
65 lzma_simple_arm_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
H A Darmthumb.c53 armthumb_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
62 lzma_simple_armthumb_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters) argument
70 lzma_simple_armthumb_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters) argument
H A Dpowerpc.c52 powerpc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
61 lzma_simple_powerpc_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters) argument
69 lzma_simple_powerpc_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash11.C5 struct allocator struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb10.C21 typedef _fixed_size_allocator<sizeof (T)> allocator; typedef in class:object_allocator
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash11.C5 struct allocator struct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb10.C21 typedef _fixed_size_allocator<sizeof (T)> allocator; typedef in class:object_allocator
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dblock_header_decoder.c18 free_properties(lzma_block *block, lzma_allocator *allocator) argument
H A Dfilter_decoder.c139 lzma_raw_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_common.c18 delta_coder_end(lzma_coder *coder, lzma_allocator *allocator) argument
27 lzma_delta_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dcfg3.C16 struct allocator struct
37 vector(const allocator& __a = allocator()) : _Vector_base(__a) {} argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dallocator.h61 class allocator<void> class in namespace:std
82 class allocator class in namespace:std
97 allocator() throw() { } function in class:std::allocator
99 allocator(const allocator& __a) throw() function in class:std::allocator
103 allocator(const allocator<_Tp1>&) argument
112 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
117 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dcfg3.C16 struct allocator struct
37 vector(const allocator& __a = allocator()) : _Vector_base(__a) {} argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocator.h64 class allocator<void> class
86 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
101 allocator() throw() { } function in class:allocator
103 allocator(const allocator& __a) throw() function in class:allocator
107 allocator(const allocator<_Tp1>&) argument
116 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
121 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
126 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
131 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]

Completed in 179 milliseconds

1234