/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | InterpStack.cpp | 29 void *InterpStack::grow(size_t Size) { in grow() function in InterpStack
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p11667.C | 19 void grow(int n) { in grow() function
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | IntEqClasses.cpp | 25 void IntEqClasses::grow(unsigned N) { in grow() function in IntEqClasses
|
H A D | ThreadPool.cpp | 38 void ThreadPool::grow(int requested) { in grow() function in ThreadPool
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 68 void grow(IndexT n) { in grow() function
|
H A D | DenseMap.h | 536 void grow(unsigned AtLeast) { in grow() function 802 void grow(unsigned AtLeast) { in grow() function 1043 void grow(unsigned AtLeast) { in grow() function
|
H A D | SmallVector.h | 436 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow() function
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | TypeLocBuilder.cpp | 67 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder
|
/openbsd-src/lib/libc/string/ |
H A D | strstr.c | 133 size_t grow = l | 63; in twoway_strstr() local
|
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
H A D | Utility.h | 37 void grow(size_t N) { in grow() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 37 void grow(size_t N) { in grow() function
|
/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | info.h | 63 #define add_pointer_to_array(pointer, idx, array, slots, grow, type) \ argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 392 void grow(unsigned AtLeast) { static_cast<DerivedT *>(this)->grow(AtLeast); } in grow() function 644 void grow(unsigned AtLeast) { in grow() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 301 void grow(TraitsT &Traits) { in grow() function
|
/openbsd-src/sys/dev/pci/drm/i915/selftests/ |
H A D | scatterlist.c | 172 static unsigned int grow(unsigned long n, in grow() function
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTVector.h | 380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
|
/openbsd-src/gnu/llvm/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 301 void grow() { in grow() function in __anon67b5abab0211::BumpPointerAllocator
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.cpp | 101 Error EPCTrampolinePool::grow() { in grow() function in __anonb007d4940111::EPCTrampolinePool
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | VirtRegMap.cpp | 78 void VirtRegMap::grow() { in grow() function in VirtRegMap
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 163 Error grow() override { in grow() function
|
/openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 300 void grow() { in grow() function in __anon6ca228070211::BumpPointerAllocator
|
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.xs | 231 STRLEN grow = 0; /* bytes needed to represent chars 128+ */ in esc_q_utf8() local
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_workarounds.c | 149 const unsigned int grow = WA_LIST_CHUNK; in _wa_add() local
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | pp_hot.c | 507 STRLEN grow; /* final size of destination string (targ) */ PP() local [all...] |