Home
last modified time | relevance | path

Searched refs:BumpAlloc (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang/test/Analysis/inlining/
Dplacement-new-fp-suppression.cpp82 return BumpAlloc.Allocate(Size, Align); in Allocate()
91 mutable BumpPtrAllocator BumpAlloc; member in ASTContext
/external/clang/include/clang/Lex/
DPreprocessingRecord.h294 llvm::BumpPtrAllocator BumpAlloc; variable
371 return BumpAlloc.Allocate(Size, Align);
/external/llvm-project/clang/include/clang/Lex/
DPreprocessingRecord.h312 llvm::BumpPtrAllocator BumpAlloc; variable
404 return BumpAlloc.Allocate(Size, Align);
/external/clang/include/clang/AST/
DASTContext.h433 mutable llvm::BumpPtrAllocator BumpAlloc; variable
565 return BumpAlloc; in getAllocator()
569 return BumpAlloc.Allocate(Size, Align);
579 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
699 Comments.addComment(RC, BumpAlloc); in addComment()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h572 mutable llvm::BumpPtrAllocator BumpAlloc; variable
634 return BumpAlloc; in getAllocator()
638 return BumpAlloc.Allocate(Size, Align);
648 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp484 return BumpAlloc.getTotalMemory() in getTotalMemory()
/external/llvm-project/clang/lib/Lex/
DPreprocessingRecord.cpp511 return BumpAlloc.getTotalMemory() in getTotalMemory()
/external/clang/lib/Sema/
DSema.cpp347 BumpAlloc.PrintStats(); in PrintStats()
DSemaDeclObjC.cpp3287 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
DSemaLookup.cpp2847 Result = BumpAlloc.Allocate<SpecialMemberOverloadResult>(); in LookupSpecialMember()
DSemaType.cpp5197 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
/external/llvm-project/clang/lib/Sema/
DSema.cpp498 BumpAlloc.PrintStats(); in PrintStats()
DSemaLookup.cpp3051 Result = BumpAlloc.Allocate<SpecialMemberOverloadResultEntry>(); in LookupSpecialMember()
DSemaDeclObjC.cpp3392 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
DSemaType.cpp6275 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp304 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
970 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
1082 BumpAlloc.PrintStats(); in PrintStats()
2842 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8); in CreateTypeSourceInfo()
/external/clang/lib/AST/
DASTContext.cpp751 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()
877 BumpAlloc.PrintStats(); in PrintStats()
2120 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8); in CreateTypeSourceInfo()
/external/clang/include/clang/Sema/
DSema.h956 llvm::BumpPtrAllocator BumpAlloc; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h1268 llvm::BumpPtrAllocator BumpAlloc; variable