Home
last modified time | relevance | path

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

1234

/external/clang/lib/Edit/
DCommit.cpp88 unsigned Len; in remove() local
116 unsigned Len; in replace() local
166 unsigned Len; in replaceText() local
208 FileOffset Offs, unsigned Len) { in addRemove()
296 FileOffset &Offs, unsigned &Len) { in canRemoveRange()
323 FileOffset &Offs, unsigned &Len) { in canReplaceText()
DEditedSource.cpp85 FileOffset InsertFromRangeOffs, unsigned Len, in commitInsertFromRange()
142 FileOffset BeginOffs, unsigned Len) { in commitRemove()
/external/llvm/lib/Support/
DValgrind.cpp38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
DMemoryBuffer.cpp178 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
182 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
187 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
/external/clang/test/CodeGenCXX/
Dm64-ptr.cpp10 long Len; member in StringRef
/external/clang/lib/Lex/
DScratchBuffer.cpp34 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/external/clang/lib/AST/
DSelectorLocationsKind.cpp31 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local
39 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local
/external/giflib/
Dgifalloc.c90 int i, j, Len = Object->ColorCount; in DumpColorMap() local
220 unsigned int Len, in GifAddExtensionBlock()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp163 uint64_t Len = GetStringLength(CI->getArgOperand(SizeArgOp)); in isFoldable() local
280 uint64_t Len = GetStringLength(Src); in callOptimizer() local
328 uint64_t Len = GetStringLength(Src); in callOptimizer() local
393 uint64_t Len = GetStringLength(Src); in callOptimizer() local
443 uint64_t Len; in callOptimizer() local
493 uint64_t Len = GetStringLength(SrcStr); in callOptimizer() local
676 uint64_t Len = GetStringLength(Src); in callOptimizer() local
708 uint64_t Len = GetStringLength(Src); in callOptimizer() local
749 uint64_t Len; in callOptimizer() local
785 if (uint64_t Len = GetStringLength(Src)) in callOptimizer() local
[all …]
DBuildLibCalls.cpp120 Value *llvm::EmitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, in EmitStrNCmp()
177 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len, in EmitStrNCpy()
204 Value *llvm::EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in EmitMemCpyChk()
233 Value *Len, IRBuilder<> &B, const DataLayout *TD, in EmitMemChr()
261 Value *Len, IRBuilder<> &B, const DataLayout *TD, in EmitMemCmp()
/external/libvpx/libvpx/vp8/common/
Dtreecoder.h55 int Len; member
Dentropy.h48 int Len; member
/external/clang/lib/Rewrite/Core/
DTokenRewriter.cpp83 unsigned Len = strlen(Val); in AddTokenBefore() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dtreecoder.h55 int Len; member
Dentropy.h48 int Len; member
/external/llvm/tools/llvm-as/
Dllvm-as.cpp61 int Len = IFN.length(); in WriteOutputFile() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp59 RValue Len = EmitAnyExpr(cast<OMPSafelenClause>(C)->getSafelen(), in EmitOMPSimdDirective() local
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h165 const std::pair<offset_type, offset_type> &Len = in Emit() local
271 const offset_type Len; variable
305 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items); variable
/external/llvm/lib/AsmParser/
DLLLexer.cpp506 unsigned Len = CurPtr-StartChar; in LexIdentifier() local
878 unsigned Len = CurPtr-TokStart; in LexDigitOrNegative() local
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp165 int Len = IFN.length(); in main() local
/external/llvm/include/llvm/ADT/
DStringExtras.h190 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl() local
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-utf-private.hh35 #define HB_UTF8_COMPUTE(Char, Mask, Len) \ argument
/external/llvm/tools/llc/
Dllc.cpp102 int Len = IFN.length(); in GetFileNameRoot() local
/external/llvm/include/llvm/MC/
DMCTargetAsmParser.h60 unsigned Len; member
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp539 unsigned Len) { in HandleNewlinesInToken()
643 unsigned Len = PP.getSpelling(Tok, TokPtr); in PrintPreprocessedTokens() local

1234