/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | RecyclingAllocator.h | 35 AllocatorType Allocator; variable 65 T, Size, Align> &Allocator) { in new()
|
H A D | ArrayRecycler.h | 103 void clear(AllocatorType &Allocator) { in clear() 124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
H A D | TargetRegistry.h | 853 static MCAsmInfo *Allocator(const MCRegisterInfo &/*MRI*/, StringRef TT) { in Allocator() function 887 static MCCodeGenInfo *Allocator(StringRef /*TT*/, Reloc::Model /*RM*/, in Allocator() function 922 static MCInstrInfo *Allocator() { in Allocator() function 955 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function 988 static MCRegisterInfo *Allocator(StringRef /*TT*/) { in Allocator() function 1021 static MCSubtargetInfo *Allocator(StringRef /*TT*/, StringRef /*CPU*/, in Allocator() function 1056 static TargetMachine *Allocator(const Target &T, StringRef TT, in Allocator() function 1080 static MCAsmBackend *Allocator(const Target &T, in Allocator() function 1102 static MCTargetAsmParser *Allocator(MCSubtargetInfo &STI, MCAsmParser &P, in Allocator() function 1124 static AsmPrinter *Allocator(TargetMachine &TM, MCStreamer &Streamer) { in Allocator() function [all …]
|
H A D | Allocator.h | 147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 295 AllocatorT Allocator; variable 362 BumpPtrAllocator Allocator; variable 414 SizeThreshold> &Allocator) { in new()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 123 StorageAllocator *Allocator; variable 184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) in PartialDiagnostic() 210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 64 AllocatorTy &Allocator) { in Create() 74 void Destroy(AllocatorTy &Allocator) { in Destroy() 157 AllocatorTy Allocator; variable
|
H A D | StringMap.h | 143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create() 192 void Destroy(AllocatorTy &Allocator) { in Destroy() 214 AllocatorTy Allocator; variable
|
H A D | ImmutableList.h | 145 uintptr_t Allocator; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | RawCommentList.cpp | 125 llvm::BumpPtrAllocator Allocator; in extractBriefText() local 214 llvm::BumpPtrAllocator &Allocator) { in addComment()
|
H A D | CommentParser.cpp | 32 llvm::BumpPtrAllocator &Allocator; member in clang::comments::TextTokenRetokenizer 147 TextTokenRetokenizer(llvm::BumpPtrAllocator &Allocator, Parser &P): in TextTokenRetokenizer() 257 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator, in Parser()
|
H A D | CommentCommandTraits.cpp | 18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, in CommandTraits()
|
H A D | CommentLexer.cpp | 32 llvm::BumpPtrAllocator &Allocator, in convertCodePointToUTF8() 714 Lexer::Lexer(llvm::BumpPtrAllocator &Allocator, DiagnosticsEngine &Diags, in Lexer()
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/deque/deque.cons/ |
H A D | iter_iter.pass.cpp | 26 typedef std::allocator<T> Allocator; in test() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/deque/deque.cons/ |
H A D | iter_iter.pass.cpp | 26 typedef std::allocator<T> Allocator; in test() typedef
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | CommentSema.h | 38 llvm::BumpPtrAllocator &Allocator; variable
|
H A D | CommentParser.h | 41 llvm::BumpPtrAllocator &Allocator; variable
|
H A D | CommentCommandTraits.h | 180 llvm::BumpPtrAllocator &Allocator; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 46 typedef BumpPtrAllocator Allocator; typedef 219 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() 594 BumpPtrAllocator &Allocator) in SubRange() 663 SubRange *createSubRange(BumpPtrAllocator &Allocator, unsigned LaneMask) { in createSubRange() 671 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, unsigned LaneMask, in createSubRangeFrom()
|
H A D | LiveIntervalUnion.h | 57 typedef LiveSegments::Allocator Allocator; typedef
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | ArrayRecyclerTest.cpp | 52 BumpPtrAllocator Allocator; in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Environment.h | 108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} in EnvironmentManager()
|
/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.h | 157 llvm::SpecificBumpPtrAllocator<StateNode> Allocator; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity() 54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 266 RegAssignMap::Allocator Allocator; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 127 CodeCompletionAllocator &Allocator; member in __anonec48ab7c0111::ResultBuilder 172 explicit ResultBuilder(Sema &SemaRef, CodeCompletionAllocator &Allocator, in ResultBuilder() 1472 CodeCompletionAllocator &Allocator) { in GetCompletionTypeString() 1504 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion() local 1520 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults() local 2514 CodeCompletionAllocator &Allocator, in CreateCodeCompletionString() 2530 CodeCompletionAllocator &Allocator, in CreateCodeCompletionString() 2819 CodeCompletionAllocator &Allocator, in CreateSignatureString() 3168 CodeCompletionAllocator &Allocator = Results.getAllocator(); in CodeCompleteModuleImport() local 6030 CodeCompletionAllocator &Allocator = Results.getAllocator(); in CodeCompleteObjCPropertySynthesizeIvar() local [all …]
|