Home
last modified time | relevance | path

Searched defs:grow (Results 1 – 13 of 13) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DIntEqClasses.cpp25 void IntEqClasses::grow(unsigned N) { in grow() function in IntEqClasses
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIndexedMap.h65 void grow(IndexT n) { in grow() function
H A DDenseMap.h398 void grow(unsigned AtLeast) { in grow() function
623 void grow(unsigned AtLeast) { in grow() function
849 void grow(unsigned AtLeast) { in grow() function
H A DBitVector.h548 void grow(unsigned NewSize) { in grow() function
H A DSmallVector.h288 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.cpp45 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/minix/external/bsd/libevent/dist/
H A Devport.c214 grow(struct evport_data *epdp, int factor) in grow() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp70 void VirtRegMap::grow() { in grow() function in VirtRegMap
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTVector.h376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
/minix/minix/lib/liblwip/dist/src/core/
H A Dpbuf.c499 s32_t grow; in pbuf_realloc() local
/minix/crypto/external/bsd/heimdal/dist/kdc/
H A Dconnect.c593 size_t grow; in grow_descr() local
/minix/external/bsd/bind/dist/lib/dns/
H A Dresolver.c9197 resizehash(dns_resolver_t *resolver, isc_time_t *now, isc_boolean_t grow) { in resizehash()