/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 60 void resize(typename StorageT::size_type s) { in resize() function
|
H A D | PackedVector.h | 110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function
|
H A D | DenseSet.h | 86 void resize(size_t Size) { TheMap.resize(Size); } in resize() function
|
H A D | SmallVector.h | 642 void resize(size_type N) { resizeImpl<false>(N); } in resize() function 654 void resize(size_type N, ValueParamT NV) { in resize() function
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 49 void resize(unsigned N) { in resize() function
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 65 void resize(uptr NewSize) { in resize() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
H A D | hash_standard_resize_policy_imp.hpp | 194 resize(size_type new_size) in resize() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_vector.h | 433 resize(size_type __new_size, const value_type& __x) in resize() function 452 resize(size_type __new_size) { resize(__new_size, value_type()); } in resize() function
|
H A D | list.tcc | 115 resize(size_type __new_size, const value_type& __x) in resize() function in std::list
|
H A D | stl_deque.h | 883 resize(size_type __new_size, const value_type& __x) in resize() function 902 resize(size_type new_size) { resize(new_size, value_type()); } in resize() function
|
H A D | stl_list.h | 661 resize(size_type __new_size) { this->resize(__new_size, value_type()); } in resize() function
|
H A D | basic_string.h | 420 resize(size_type __n) { this->resize(__n, _CharT()); } in resize() function
|
H A D | basic_string.tcc | 601 basic_string<_CharT, _Traits, _Alloc>::resize(size_type __n, _CharT __c) in resize() function in std::basic_string
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDFS.h | 136 void resize(unsigned NumSUnits) { in resize() function
|
/openbsd/usr.bin/dig/lib/isc/ |
H A D | heap.c | 108 resize(isc_heap_t *heap) { in resize() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | list.tcc | 106 resize(size_type __new_size, value_type __x) in resize() function in list
|
H A D | basic_string.tcc | 622 resize(size_type __n, _CharT __c) in resize() function in basic_string
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_valarray.h | 522 valarray<_Tp>::resize (size_t __n, _Tp __c) in resize() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_valarray.h | 865 valarray<_Tp>::resize(size_t __n, _Tp __c) in resize() function
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTVector.h | 341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 96 void resize(size_t NewSize) { in resize() function
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 110 void resize(unsigned i) { Frames.resize(i); } in resize() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 52 resize(size_type __n, _CharT __c) in resize() function in __versa_string
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 549 void resize(uptr new_size) { in resize() function
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Metadata.cpp | 602 void MDNode::Header::resize(size_t NumOps) { in resize() function in MDNode::Header
|