Home
last modified time | relevance | path

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

1234567

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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 DTrigramIndex.cpp34 unsigned Len = 0; in insert() local
H A Dxxhash.cpp71 size_t Len = Data.size(); in xxHash64() local
H A DChrono.cpp89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), &LT); in format() local
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DDLangDemangle.cpp275 unsigned long Len; in parseSymbolBackref() local
412 unsigned long Len; in parseIdentifier() local
483 unsigned long Len) { in parseLName()
/openbsd/gnu/usr.bin/cvs/os2/
H A Dporttcp.c127 IbmSockSend (int Socket, const void *Buffer, int Len, int Flags) in IbmSockSend()
184 IbmSockRecv (int Socket, const void *Buffer, int Len, int Flags) in IbmSockRecv()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemoryLocation.cpp265 if (const auto *Len = dyn_cast<ConstantInt>(Call->getArgOperand(2))) { in getForArgument() local
277 if (const auto *Len = dyn_cast<ConstantInt>(Call->getArgOperand(2))) { in getForArgument() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1479 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitStrNCmp()
1503 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStrNCpy()
1511 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStpNCpy()
1519 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk()
1543 Value *llvm::emitMemPCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitMemPCpy()
1552 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemChr()
1562 Value *llvm::emitMemRChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemRChr()
1572 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitMemCmp()
1582 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitBCmp()
1592 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
H A DSimplifyLibCalls.cpp299 static StringRef substr(StringRef Str, uint64_t Len) { in substr()
314 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local
354 uint64_t Len; in optimizeStrNCat() local
429 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr() local
660 uint64_t Len = GetStringLength(Src); in optimizeStrCpy() local
689 uint64_t Len = GetStringLength(Src); in optimizeStpCpy() local
915 if (uint64_t Len = GetStringLength(Src, CharSize)) { in optimizeStringLength() local
2997 Value *Len = emitStrLen(CI->getArgOperand(2), B, DL, TLI); in optimizeSPrintFString() local
3316 uint64_t Len = GetStringLength(CI->getArgOperand(0)); in optimizeFPuts() local
3773 uint64_t Len = GetStringLength(CI->getArgOperand(*StrOp)); in isFortifiedCallFoldable() local
[all …]
/openbsd/gnu/llvm/clang/lib/Lex/
H A DScratchBuffer.cpp33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp252 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI) - 1; in getBDLAddr12Len4Encoding() local
263 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI) - 1; in getBDLAddr12Len8Encoding() local
274 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI); in getBDRAddr12Encoding() local
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c113 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
125 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
H A DInstrProfilingPort.h58 #define COMPILER_RT_GETHOSTNAME(Name, Len) ((void)(Name), (void)(Len), (-1)) argument
60 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len) argument
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp21 auto Len = RawSymbol->getLength(); in getLineNumbers() local
H A DPDBSymbolCompiland.cpp64 auto Len = EnvWorkingDir.length(); in getSourceFileFullPath() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h187 const std::pair<offset_type, offset_type> &Len = in Emit() local
323 const offset_type Len; variable
367 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items); variable
H A DBinaryItemStream.h79 uint64_t Len = Traits::length(Item); in computeItemOffsets() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp52 uptr Len = sizeof(InfoProc); in GetMemoryProfile() local
/openbsd/gnu/llvm/clang/lib/Rewrite/
H A DTokenRewriter.cpp84 unsigned Len = strlen(Val); in AddTokenBefore() local
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DStringView.h36 StringView(const char *First_, size_t Len) in StringView()
/openbsd/gnu/llvm/libcxxabi/src/demangle/
H A DStringView.h36 StringView(const char *First_, size_t Len) in StringView()

1234567