/external/llvm-project/clang/test/Analysis/inlining/ |
D | placement-new-fp-suppression.cpp | 82 return BumpAlloc.Allocate(Size, Align); in Allocate() 91 mutable BumpPtrAllocator BumpAlloc; member in ASTContext
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 294 llvm::BumpPtrAllocator BumpAlloc; variable 371 return BumpAlloc.Allocate(Size, Align);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 312 llvm::BumpPtrAllocator BumpAlloc; variable 404 return BumpAlloc.Allocate(Size, Align);
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 433 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/ |
D | ASTContext.h | 572 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/ |
D | PreprocessingRecord.cpp | 484 return BumpAlloc.getTotalMemory() in getTotalMemory()
|
/external/llvm-project/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 511 return BumpAlloc.getTotalMemory() in getTotalMemory()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 347 BumpAlloc.PrintStats(); in PrintStats()
|
D | SemaDeclObjC.cpp | 3287 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
|
D | SemaLookup.cpp | 2847 Result = BumpAlloc.Allocate<SpecialMemberOverloadResult>(); in LookupSpecialMember()
|
D | SemaType.cpp | 5197 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
|
/external/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 498 BumpAlloc.PrintStats(); in PrintStats()
|
D | SemaLookup.cpp | 3051 Result = BumpAlloc.Allocate<SpecialMemberOverloadResultEntry>(); in LookupSpecialMember()
|
D | SemaDeclObjC.cpp | 3392 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
|
D | SemaType.cpp | 6275 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 304 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/ |
D | ASTContext.cpp | 751 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/ |
D | Sema.h | 956 llvm::BumpPtrAllocator BumpAlloc; variable
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1268 llvm::BumpPtrAllocator BumpAlloc; variable
|