Searched refs:SmallVectorTemplateBase (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 330 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> { 337 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase() function 434 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow() 442 T *SmallVectorTemplateBase<T, TriviallyCopyable>::mallocForGrow( in mallocForGrow() 451 void SmallVectorTemplateBase<T, TriviallyCopyable>::moveElementsForGrow( in moveElementsForGrow() 462 void SmallVectorTemplateBase<T, TriviallyCopyable>::takeAllocationForGrow( in takeAllocationForGrow() 476 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> { 488 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase() function 574 class SmallVectorImpl : public SmallVectorTemplateBase<T> { 575 using SuperClass = SmallVectorTemplateBase<T>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 836 …osticELb0EE18uninitialized_copyIPS2_S5_EEvT_S6_T0_", "void llvm::SmallVectorTemplateBase<clang::St… 843 …ctorTemplateBaseIN5clang16StoredDiagnosticELb0EE4growEm", "llvm::SmallVectorTemplateBase<clang::St… 861 …TemplateBaseIN5clang20CodeCompletionResultELb0EE4growEm", "llvm::SmallVectorTemplateBase<clang::Co… 862 …teBaseIN5clang20CodeCompletionString5ChunkELb0EE4growEm", "llvm::SmallVectorTemplateBase<clang::Co… 1436 …ectorTemplateBaseIN5clang6driver9InputInfoELb0EE4growEm", "llvm::SmallVectorTemplateBase<clang::dr… 1437 {"_ZN4llvm23SmallVectorTemplateBaseISsLb0EE4growEm", "llvm::SmallVectorTemplateBase<std::string, fa… 2169 …ateBaseIN5clang9ASTReader15DeclContextInfoELb0EE4growEm", "llvm::SmallVectorTemplateBase<clang::AS… 2191 …orTemplateBaseIN5clang18PCHPredefinesBlockELb0EE4growEm", "llvm::SmallVectorTemplateBase<clang::PC… 2221 …allVectorTemplateBaseINS_15BitCodeAbbrevOpELb0EE4growEm", "llvm::SmallVectorTemplateBase<llvm::Bit… 2224 …torTemplateBaseINS_15BitstreamCursor5BlockELb0EE4growEm", "llvm::SmallVectorTemplateBase<llvm::Bit… [all …]
|