/llvm-project/llvm/lib/Support/ |
H A D | Valgrind.cpp | 26 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() 36 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
|
H A D | SuffixTreeNode.cpp | 21 setConcatLen(unsigned Len) setConcatLen() argument
|
/llvm-project/clang/lib/Edit/ |
H A D | Commit.cpp | 93 unsigned Len; in remove() local 121 unsigned Len; in replace() local 171 unsigned Len; in replaceText() local 213 FileOffset Offs, unsigned Len) { in addRemove() 297 FileOffset &Offs, unsigned &Len) { in canRemoveRange() 324 FileOffset &Offs, unsigned &Len) { in canReplaceText()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | m64-ptr.cpp | 10 long Len; member in StringRef
|
/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/ |
H A D | pid-substitution.c | 24 int Len = strlen(Filename); in main() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | DLangDemangle.cpp | 279 unsigned long Len; in parseSymbolBackref() local 434 unsigned long Len; in parseIdentifier() local 502 unsigned long Len) { in parseLName()
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | StrcmpTest.cpp | 14 size_t Len = strlen(Str); in Eq() local
|
/llvm-project/clang/lib/Lex/ |
H A D | ScratchBuffer.cpp | 33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 35 operator()(BinaryStreamRef Stream, uint32_t &Len, FileChecksumEntry &Item) { in operator ()() 86 uint32_t Len = alignTo(sizeof(FileChecksumEntryHeader) + Bytes.size(), 4); in addChecksum() local
|
H A D | DebugCrossImpSubsection.cpp | 26 operator ()(BinaryStreamRef Stream,uint32_t & Len,codeview::CrossModuleImportItem & Item) operator ()() argument
|
/llvm-project/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 30 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local 38 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | SuffixTreeTest.cpp | 51 unsigned Len; in TEST() local 188 unsigned Len; in TEST() local 239 unsigned Len; in TEST() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 21 auto Len = RawSymbol->getLength(); in getLineNumbers() local
|
H A D | PDBSymbolCompiland.cpp | 64 if (EnvWorkingDir[Len - 1] != '/' && EnvWorkingDir[Len - 1] != '\\') { in getSourceFileFullPath() local
|
H A D | PDBSymbolFunc.cpp | 101 auto Len = RawSymbol->getLength(); getLineNumbers() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 277 // memset_chk writes at most Len bytes, memcpy_chk reads/writes at most in getForArgument() local 265 if (const auto *Len = dyn_cast<ConstantInt>(Call->getArgOperand(2))) { getForArgument() local [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_bsd.cpp | 36 uptr Len = sizeof(*InfoProc); in GetMemoryProfile() local
|
/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 84 unsigned Len = strlen(Val); in AddTokenBefore() local
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | event_callbacks.c | 51 void __dfsan_mem_transfer_callback(dfsan_label *Start, size_t Len) { in __dfsan_mem_transfer_callback()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | RIFF.cpp | 23 uint32_t Len = llvm::support::endian::read32le(Stream.take_front(4).begin()); in readChunk() local
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.c | 113 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() argument 125 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryItemStream.h | 78 uint64_t Len = Traits::length(Item); in computeItemOffsets() local
|
/llvm-project/clang/unittests/Rewrite/ |
H A D | RewriteBufferTest.cpp |
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.cpp | 121 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector() local 152 size_t Len = End - Beg; in ParseDFTLine() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | metadata.c | 67 unsigned int Len; in llvm_replace_md_operand() local
|