Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpStack.cpp29 void *InterpStack::grow(size_t Size) { in grow() function in InterpStack
/llvm-project-15.0.7/llvm/lib/Support/
H A DIntEqClasses.cpp25 void IntEqClasses::grow(unsigned N) { in grow() function in IntEqClasses
H A DThreadPool.cpp38 void ThreadPool::grow(int requested) { in grow() function in ThreadPool
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIndexedMap.h68 void grow(IndexT n) { in grow() function
H A DDenseMap.h538 void grow(unsigned AtLeast) { in grow() function
804 void grow(unsigned AtLeast) { in grow() function
1045 void grow(unsigned AtLeast) { in grow() function
H A DSmallVector.h420 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DTypeLocBuilder.cpp44 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DUtility.h37 void grow(size_t N) { in grow() function
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DUtility.h37 void grow(size_t N) { in grow() function
/llvm-project-15.0.7/clang/include/clang/Analysis/Support/
H A DBumpVector.h225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h392 void grow(unsigned AtLeast) { static_cast<DerivedT *>(this)->grow(AtLeast); } in grow() function
644 void grow(unsigned AtLeast) { in grow() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h301 void grow(TraitsT &Traits) { in grow() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTVector.h380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_demangle.cpp301 void grow() { in grow() function in __anon766966e40211::BumpPointerAllocator
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp101 Error EPCTrampolinePool::grow() { in grow() function in __anonfde2288d0111::EPCTrampolinePool
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h163 Error grow() override { in grow() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DVirtRegMap.cpp78 void VirtRegMap::grow() { in grow() function in VirtRegMap
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp300 void grow() { in grow() function in __anon451de9200211::BumpPointerAllocator
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_pw_templ.c503 static __isl_give PW *FN(PW,grow)(__isl_take PW *pw, int n) in FN() argument