Home
last modified time | relevance | path

Searched defs:Len (Results 1 – 25 of 175) sorted by relevance

1234567

/llvm-project/llvm/lib/Support/
H A DValgrind.cpp26 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 DSuffixTreeNode.cpp21 setConcatLen(unsigned Len) setConcatLen() argument
/llvm-project/clang/lib/Edit/
H A DCommit.cpp93 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 Dm64-ptr.cpp10 long Len; member in StringRef
/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
H A Dpid-substitution.c24 int Len = strlen(Filename); in main() local
/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp279 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 DStrcmpTest.cpp14 size_t Len = strlen(Str); in Eq() local
/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp35 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 DDebugCrossImpSubsection.cpp26 operator ()(BinaryStreamRef Stream,uint32_t & Len,codeview::CrossModuleImportItem & Item) operator ()() argument
/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp30 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 DSuffixTreeTest.cpp51 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 DPDBSymbolData.cpp21 auto Len = RawSymbol->getLength(); in getLineNumbers() local
H A DPDBSymbolCompiland.cpp64 if (EnvWorkingDir[Len - 1] != '/' && EnvWorkingDir[Len - 1] != '\\') { in getSourceFileFullPath() local
H A DPDBSymbolFunc.cpp101 auto Len = RawSymbol->getLength(); getLineNumbers() local
/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp277 // 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 Dsanitizer_procmaps_bsd.cpp36 uptr Len = sizeof(*InfoProc); in GetMemoryProfile() local
/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp84 unsigned Len = strlen(Val); in AddTokenBefore() local
/llvm-project/compiler-rt/test/dfsan/
H A Devent_callbacks.c51 void __dfsan_mem_transfer_callback(dfsan_label *Start, size_t Len) { in __dfsan_mem_transfer_callback()
/llvm-project/clang-tools-extra/clangd/
H A DRIFF.cpp23 uint32_t Len = llvm::support::endian::read32le(Stream.take_front(4).begin()); in readChunk() local
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c113 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 DBinaryItemStream.h78 uint64_t Len = Traits::length(Item); in computeItemOffsets() local
/llvm-project/clang/unittests/Rewrite/
H A DRewriteBufferTest.cpp
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp121 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 Dmetadata.c67 unsigned int Len; in llvm_replace_md_operand() local

1234567