OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bumpalloc
(Results
1 - 9
of
9
) sorted by null
/external/clang/include/clang/Lex/
PreprocessingRecord.h
294
llvm::BumpPtrAllocator
BumpAlloc
;
371
return
BumpAlloc
.Allocate(Size, Align);
/external/clang/lib/Lex/
PreprocessingRecord.cpp
484
return
BumpAlloc
.getTotalMemory()
/external/clang/include/clang/AST/
ASTContext.h
433
mutable llvm::BumpPtrAllocator
BumpAlloc
;
565
return
BumpAlloc
;
569
return
BumpAlloc
.Allocate(Size, Align);
579
return
BumpAlloc
.getTotalMemory();
699
Comments.addComment(RC,
BumpAlloc
);
[
all
...]
/external/clang/lib/Sema/
Sema.cpp
347
BumpAlloc
.PrintStats();
[
all
...]
SemaDeclObjC.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaType.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
751
CommentCommandTraits(
BumpAlloc
, LOpts.CommentOpts), LastSDM(nullptr, 0) {
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 431 milliseconds