/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Markup.h | 61 struct Chunk { struct 75 std::vector<Chunk> Chunks; argument
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.h | 28 struct Chunk { struct 32 /// Helper function to verify if a given Target-index is inside the Chunk argument 43 friend bool operator!=(const Chunk &C1, const Chunk &C2) { argument
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | PostingList.h | 42 struct Chunk { struct 48 /// The first element of decompressed Chunk. argument 53 static_assert(sizeof(Chunk) == 32, "Chunk should take 32 bytes of memory."); argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | RIFF.h | 50 struct Chunk { struct 54 inline bool operator==(const Chunk &L, const Chunk &R) { argument
|
H A D | CodeCompletionStrings.cpp | 24 bool isInformativeQualifierChunk(CodeCompletionString::Chunk const &Chunk) { in isInformativeQualifierChunk() 145 for (const auto &Chunk : CCS) { in getSignature() local 313 for (const auto &Chunk : CCS) in getReturnType() local
|
H A D | RIFF.cpp | 59 if (auto Chunk = readChunk(Body)) { in readFile() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 58 struct Chunk { struct 65 static void printChunks(raw_ostream &OS, ArrayRef<Chunk>); argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 30 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { in canUseOrr() 54 for (const auto &Chunk : Counts) { in tryToreplicateChunks() local 106 static bool isStartChunk(uint64_t Chunk) { in isStartChunk() 116 static bool isEndChunk(uint64_t Chunk) { in isEndChunk() 159 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local 193 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local 542 const unsigned Chunk = (Imm >> Shift) & Mask; in expandMOVImm() local
|
/llvm-project/clang/unittests/Format/ |
H A D | MacroCallReconstructorTest.cpp | 92 Chunk(ArrayRef<FormatToken *> Tokens) : Tokens(Tokens) {} in Chunk() argument 167 for (const Chunk &Chunk : Chunks) { in line() local 89 struct Chunk { global() struct 90 Chunkclang::format::__anon59adf30c0111::Chunk Chunk() argument 94 Tokensclang::format::__anon59adf30c0111::Chunk global() argument 95 Childrenclang::format::__anon59adf30c0111::Chunk global() argument [all...] |
/llvm-project/lld/COFF/ |
H A D | SymbolTable.h | 25 class Chunk; global() variable
|
H A D | InputFiles.h | 53 class Chunk; global() variable
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | DirectiveTree.h |
|
/llvm-project/llvm/tools/reduce-chunk-list/ |
H A D | reduce-chunk-list.cpp | 27 using Chunk = DebugCounter::Chunk; typedef
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h |
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 530 struct Chunk { global() struct 533 KindChunk global() argument 548 ChunkChunk Chunk() argument [all...] |
/llvm-project/lldb/unittests/TestingSupport/Host/ |
H A D | NativeProcessTestUtils.h | 140 llvm::Expected<size_t> Write(addr_t Addr, llvm::ArrayRef<uint8_t> Chunk) { in Write() argument
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 209 struct Chunk { struct 247 Chunk(ChunkKind K, bool Implicit) : Kind(K), IsImplicit(Implicit) {} in Chunk() argument 265 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} in Chunk() function 210 ChunkKindChunk global() argument 239 KindChunk global() argument [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | DirectiveTreeTest.cpp |
|
/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 919 llvm::Value *Chunk = nullptr; global() member 979 llvm::Value *Chunk = nullptr; global() member 1533 getDefaultDistScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPDistScheduleClauseKind & ScheduleKind,llvm::Value * & Chunk) getDefaultDistScheduleAndChunk() argument [all...] |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 512 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | DirectiveTree.cpp |
|
/llvm-project/clang-tools-extra/pseudo/lib/grammar/ |
H A D | GrammarBNF.cpp |
|
/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 401 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local
|