Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 25 of 39) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DRecyclingAllocator.h35 AllocatorType Allocator; variable
65 T, Size, Align> &Allocator) { in new()
H A DArrayRecycler.h103 void clear(AllocatorType &Allocator) { in clear()
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
H A DTargetRegistry.h853 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 DAllocator.h147 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 DPartialDiagnostic.h123 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 DScopedHashTable.h64 AllocatorTy &Allocator) { in Create()
74 void Destroy(AllocatorTy &Allocator) { in Destroy()
157 AllocatorTy Allocator; variable
H A DStringMap.h143 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 DImmutableList.h145 uintptr_t Allocator; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp125 llvm::BumpPtrAllocator Allocator; in extractBriefText() local
214 llvm::BumpPtrAllocator &Allocator) { in addComment()
H A DCommentParser.cpp32 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 DCommentCommandTraits.cpp18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, in CommandTraits()
H A DCommentLexer.cpp32 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 Diter_iter.pass.cpp26 typedef std::allocator<T> Allocator; in test() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Diter_iter.pass.cpp26 typedef std::allocator<T> Allocator; in test() typedef
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h38 llvm::BumpPtrAllocator &Allocator; variable
H A DCommentParser.h41 llvm::BumpPtrAllocator &Allocator; variable
H A DCommentCommandTraits.h180 llvm::BumpPtrAllocator &Allocator; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h46 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 DLiveIntervalUnion.h57 typedef LiveSegments::Allocator Allocator; typedef
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp52 BumpPtrAllocator Allocator; in TEST() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} in EnvironmentManager()
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h157 llvm::SpecificBumpPtrAllocator<StateNode> Allocator; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h266 RegAssignMap::Allocator Allocator; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp127 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 …]

12