Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h172 RopePieceBTree Chunks; variable
182 RewriteRope(const RewriteRope &RHS) : Chunks(RHS.Chunks) {} in RewriteRope()
187 iterator begin() const { return Chunks.begin(); } in begin()
188 iterator end() const { return Chunks.end(); } in end()
189 unsigned size() const { return Chunks.size(); } in size()
192 Chunks.clear(); in clear()
198 Chunks.insert(0, MakeRopeString(Start, End)); in assign()
204 Chunks.insert(Offset, MakeRopeString(Start, End)); in insert()
210 Chunks.erase(Offset, NumBytes); in erase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp281 const Chunk *Chunks, unsigned NumChunks, unsigned Priority, in CodeCompletionString() argument
292 StoredChunks[I] = Chunks[I]; in CodeCompletionString()
421 sizeof(CodeCompletionString) + sizeof(Chunk) * Chunks.size() + in TakeString()
425 Chunks.data(), Chunks.size(), Priority, Availability, Annotations.data(), in TakeString()
427 Chunks.clear(); in TakeString()
432 Chunks.push_back(Chunk(CodeCompletionString::CK_TypedText, Text)); in AddTypedTextChunk()
436 Chunks.push_back(Chunk::CreateText(Text)); in AddTextChunk()
440 Chunks.push_back(Chunk::CreateOptional(Optional)); in AddOptionalChunk()
444 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder)); in AddPlaceholderChunk()
448 Chunks.push_back(Chunk::CreateInformative(Text)); in AddInformativeChunk()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp68 static bool increaseGranularity(std::vector<Chunk> &Chunks) { in increaseGranularity() argument
73 for (auto &C : Chunks) { in increaseGranularity()
84 Chunks = NewChunks; in increaseGranularity()
86 for (auto C : Chunks) { in increaseGranularity()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp401 auto Chunks = Stream.getC11LinesSubstream(); in dumpModuleC11() local
403 Chunks); in dumpModuleC11()
416 auto Chunks = Stream.getC13LinesSubstream(); in dumpModuleC13() local
420 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
425 P.formatMsfStreamData("Debug Chunks", File, Layout, Chunks); in dumpModuleC13()
H A Dllvm-pdbutil.cpp1420 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) { in simplifyChunkList() argument
1423 if (!llvm::is_contained(Chunks, opts::ModuleSubsection::All)) in simplifyChunkList()
1425 Chunks.reset(); in simplifyChunkList()
1426 Chunks.push_back(opts::ModuleSubsection::All); in simplifyChunkList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp333 Doc.Chunks.insert( in ELFState()
334 Doc.Chunks.begin(), in ELFState()
340 for (size_t I = 0; I < Doc.Chunks.size(); ++I) { in ELFState()
341 const std::unique_ptr<ELFYAML::Chunk> &C = Doc.Chunks[I]; in ELFState()
402 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()
403 Doc.Chunks.insert(Doc.Chunks.end() - 1, std::move(Sec)); in ELFState()
405 Doc.Chunks.push_back(std::move(Sec)); in ELFState()
411 Doc.Chunks.push_back( in ELFState()
495 for (size_t I = 0, E = Doc.Chunks.size(); I != E; ++I) { in initProgramHeaders()
496 if (auto S = dyn_cast<ELFYAML::Fill>(Doc.Chunks[I].get())) in initProgramHeaders()
[all …]
H A DELFYAML.cpp1814 IO.mapOptional("Sections", Object.Chunks); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp347 std::vector<std::unique_ptr<ELFYAML::Chunk>> Chunks = std::move(*ChunksOrErr); in dump() local
350 if (!Chunks.empty()) in dump()
352 makeArrayRef(Chunks).drop_front()) in dump()
357 llvm::stable_sort(Chunks, [&](const std::unique_ptr<ELFYAML::Chunk> &A, in dump()
365 dumpProgramHeaders(Chunks); in dump()
370 dumpSectionOffsets<ELFT>(Obj.getHeader(), Y->ProgramHeaders, Chunks, in dump()
374 Y->DWARF = dumpDWARFSections(Chunks); in dump()
379 llvm::is_sorted(Chunks, [&](const std::unique_ptr<ELFYAML::Chunk> &A, in dump()
390 Chunks.push_back(std::move(SHT)); in dump()
393 llvm::erase_if(Chunks, [this, &Y](const std::unique_ptr<ELFYAML::Chunk> &C) { in dump()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/COFF/
H A DBUILD.gn31 "Chunks.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h692 std::vector<Chunk *> Chunks; member
701 std::vector<std::unique_ptr<Chunk>> Chunks; member
713 for (const std::unique_ptr<Chunk> &Sec : Chunks) in getSections()
720 for (const std::unique_ptr<Chunk> &C : Chunks) in getSectionHeaderTable()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h583 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks,
684 SmallVector<Chunk, 4> Chunks; variable
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstacks.texi29 * Obstack Chunks:: How obstacks obtain and release chunks;
107 larger blocks of memory. @xref{Obstack Chunks}, for full details.
626 @node Obstack Chunks
627 @subsubsection Obstack Chunks
632 then parceling out space in the chunks to satisfy your requests. Chunks
764 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstacks.texi29 * Obstack Chunks:: How obstacks obtain and release chunks;
107 larger blocks of memory. @xref{Obstack Chunks}, for full details.
626 @node Obstack Chunks
627 @subsubsection Obstack Chunks
632 then parceling out space in the chunks to satisfy your requests. Chunks
764 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstacks.texi29 * Obstack Chunks:: How obstacks obtain and release chunks;
107 larger blocks of memory. @xref{Obstack Chunks}, for full details.
626 @node Obstack Chunks
627 @subsubsection Obstack Chunks
632 then parceling out space in the chunks to satisfy your requests. Chunks
764 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstacks.texi29 * Obstack Chunks:: How obstacks obtain and release chunks;
107 larger blocks of memory. @xref{Obstack Chunks}, for full details.
626 @node Obstack Chunks
627 @subsubsection Obstack Chunks
632 then parceling out space in the chunks to satisfy your requests. Chunks
764 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dobstacks.texi29 * Obstack Chunks:: How obstacks obtain and release chunks;
107 larger blocks of memory. @xref{Obstack Chunks}, for full details.
626 @node Obstack Chunks
627 @subsubsection Obstack Chunks
632 then parceling out space in the chunks to satisfy your requests. Chunks
764 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d7007 struct Chunks(Source)
7131 Chunks!Source* mom;
7255 Chunks!Source chunks(Source)(Source source, size_t chunkSize)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d8035 struct Chunks(Source)
8159 Chunks!Source* mom;
8283 Chunks!Source chunks(Source)(Source source, size_t chunkSize)
/netbsd-src/share/terminfo/
H A Dterminfo5199 # Chunks from xterm #230: