Searched refs:grow (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.c31 void grow(int);
35 grow(int frame) function
51 grow(++frame);
57 grow(1);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h41 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
43 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
46 void grow(unsigned N);
48 /// clear - Clear all classes so that grow() will assign a unique class to
H A DSmallVector.h47 /// This is an implementation of the grow() method which only works
208 void grow(size_t MinSize = 0);
213 this->grow();
220 this->grow();
233 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { function in class:llvm::SmallVectorTemplateBase
237 // Always grow, even from zero.
299 void grow(size_t MinSize = 0) { this->grow_pod(MinSize, sizeof(T)); } function in class:llvm::SmallVectorTemplateBase
304 this->grow();
350 this->grow(N);
363 this->grow(
[all...]
H A DIndexedMap.h13 // map. A member function grow() is provided that given the value of
32 // can grow very large and SmallVector grows more efficiently as long as T
67 void grow(IndexT n) { function in class:llvm::IndexedMap
H A DDenseMap.h107 grow(NumBuckets);
355 /// accommodate \p NumEntries without need to grow().
506 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
507 static_cast<DerivedT *>(this)->grow(AtLeast);
541 // grow the table.
551 this->grow(NumBuckets * 2);
556 this->grow(NumBuckets);
699 /// this number of elements can be inserted in the map without grow()
772 void grow(unsigned AtLeast) { function in class:llvm::DenseMap
1008 void grow(unsigne function in class:llvm::SmallDenseMap
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h31 new (grow(aligned_size<T>())) T(std::forward<Tys>(Args)...);
73 void *grow(size_t Size);
H A DInterpStack.cpp29 void *InterpStack::grow(size_t Size) { function in class:InterpStack
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h166 grow(C);
183 grow(C, size() + Cnt);
190 grow(C, N);
198 /// grow - double the size of the allocated memory, guaranteeing space for at
200 void grow(BumpVectorContext &C, size_type MinSize = 1);
225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h33 void grow(size_t N) { function in class:OutputStream
84 grow(Size);
91 grow(1);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h92 void grow();
123 grow();
H A DFunctionLoweringInfo.h245 LiveOutRegInfo.grow(Reg);
268 LiveOutRegInfo.grow(Reg);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp44 void TypeLocBuilder::grow(size_t NewCapacity) { function in class:TypeLocBuilder
72 // If we need to grow, grow by a factor of 2.
78 grow(NewCapacity);
H A DTypeLocBuilder.h59 grow(Requested);
130 void grow(size_t NewCapacity);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h169 grow(C);
175 grow(C, N);
192 this->grow(C, this->size()+NumInputs);
205 this->grow(C, this->size()+NumInputs);
235 this->grow(C);
347 this->grow(C, N);
354 /// grow - double the size of the allocated memory, guaranteeing space for at
356 void grow(const ASTContext &C, size_type MinSize = 1);
380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp24 void IntEqClasses::grow(unsigned N) { function in class:IntEqClasses
25 assert(NumClasses == 0 && "grow() called after compress().");
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devport.c49 * Helper functions are used: grow() grows the file descriptor array as
122 static int grow(struct evport_data *, int min_events);
153 if (grow(evpd, INITIAL_EVENTS_PER_GETN) < 0) {
167 grow(struct evport_data *data, int min_events) function
364 grow(epdp, epdp->ed_maxevents * 2);
/freebsd-12-stable/contrib/libevent/
H A Devport.c49 * Helper functions are used: grow() grows the file descriptor array as
122 static int grow(struct evport_data *, int min_events);
153 if (grow(evpd, INITIAL_EVENTS_PER_GETN) < 0) {
167 grow(struct evport_data *data, int min_events) function
364 grow(epdp, epdp->ed_maxevents * 2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp47 RegMasks.grow(M.size());
H A DEdgeBundles.cpp43 EC.grow(2 * MF->getNumBlockIDs());
H A DMachineRegisterInfo.cpp128 // Stop early if there is no room to grow.
148 VRegInfo.grow(Reg);
149 RegAllocHints.grow(Reg);
183 VRegToType.grow(VReg);
/freebsd-12-stable/lib/libc/string/
H A Dstrstr.c153 size_t grow = l | 63; local
154 const unsigned char *z2 = memchr(z, 0, grow);
160 z += grow;
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c351 int i, psdno, sdno, type, grow; local
373 grow = 1;
376 grow = 0;
384 &sdno, &psdno, grow);
447 if (grow && s->flags & GV_SD_GROW)
486 if (grow && s->flags & GV_SD_GROW)
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dconnect.c591 size_t grow; local
593 grow = max(1024, d->len + n);
594 if (d->size + grow > max_request_tcp) {
596 (unsigned long)d->size + grow);
600 tmp = realloc (d->buf, d->size + grow);
603 (unsigned long)d->size + grow);
607 d->size += grow;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h296 grow(Traits);
305 void grow(TraitsT &Traits) { function in class:llvm::pdb::HashTable
310 assert(capacity() != UINT32_MAX && "Can't grow Hash table!");
/freebsd-12-stable/usr.bin/bc/
H A Dbc.y79 static void grow(void);
767 grow(void)
788 grow();
798 grow();
815 grow();
820 grow();

Completed in 292 milliseconds

12