| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | seqgen.c | 74 size_t const setLength = MIN(stream->bytesLeft, (size_t)(oend - op)); in SEQ_gen_matchLength() local 75 if (setLength > 0) { in SEQ_gen_matchLength() 76 memset(op, stream->saved, setLength); in SEQ_gen_matchLength() 77 op += setLength; in SEQ_gen_matchLength() 78 stream->bytesLeft -= setLength; in SEQ_gen_matchLength() 210 size_t const setLength = MIN(stream->bytesLeft, (size_t)(oend - op)); in SEQ_gen_offset() local 211 if (setLength > 0) { in SEQ_gen_offset() 212 memset(op, 0, setLength); in SEQ_gen_offset() 213 op += setLength; in SEQ_gen_offset() 214 stream->bytesLeft -= setLength; in SEQ_gen_offset()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 694 I->setLength(1); in GenerateNewArgTokens() 713 TempToken.setLength(0); in GenerateNewArgTokens() 726 TempToken.setLength(0); in GenerateNewArgTokens() 884 EOFTok.setLength(0); in ReadMacroCallArgumentList() 945 EOFTok.setLength(0); in ReadMacroCallArgumentList() 994 Tok.setLength(0); in ReadMacroCallArgumentList() 1534 Tok.setLength(strlen("\"Mmm dd yyyy\"")); in ExpandBuiltinMacro() 1544 Tok.setLength(strlen("\"hh:mm:ss\"")); in ExpandBuiltinMacro()
|
| H A D | TokenLexer.cpp | 776 Result.setLength(LHSLen+RHSLen); in pasteTokens()
|
| H A D | Preprocessor.cpp | 480 Tok.setLength(Str.size()); in CreateString()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 93 Tok.setLength(Len); in AddTokenBefore()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 102 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength() function
|
| H A D | CommentLexer.h | 97 void setLength(unsigned L) { Length = L; } in setLength() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Token.h | 133 void setLength(unsigned Len) { in setLength() function
|
| H A D | Lexer.h | 571 Result.setLength(TokLen); in FormTokenWithChars()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 38 void setLength(uint64_t Len) { in setLength() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 382 MemI->setLength(CaseSizeId); in perform()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 321 CU.Length.setLength(Length); in onEndCompileUnit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 882 Greater.setLength(GreaterLength); in ParseGreaterThanInTemplateList() 891 Tok.setLength(OldLength - GreaterLength); in ParseGreaterThanInTemplateList()
|
| H A D | ParseExprCXX.cpp | 68 ColonToken.setLength(2); in FixDigraph() 70 DigraphToken.setLength(1); in FixDigraph()
|
| H A D | ParseObjc.cpp | 1931 Tok.setLength(1); in ParseObjCClassInstanceVariables()
|
| H A D | ParsePragma.cpp | 962 Toks[0].setLength(Section.size()); in HandlePragmaMSInitSeg()
|
| H A D | ParseDeclCXX.cpp | 4207 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 315 void setLength(Value *L) { in setLength() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 285 Result.setLength(TokLen); in formTokenWithChars()
|
| H A D | CommentParser.cpp | 138 Result.setLength(TokLength); in formTokenWithChars()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 830 void setLength(uint64_t L) { Length = L; } in setLength() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 941 EarlierIntrinsic->setLength(TrimmedLength); in tryToShorten()
|
| H A D | SROA.cpp | 2880 II.setLength(ConstantInt::get(II.getLength()->getType(), in visitMemTransferInst()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 211 MI->setLength(Constant::getNullValue(MemOpLength->getType())); in SimplifyAnyMemTransfer() 261 MI->setLength(Constant::getNullValue(LenC->getType())); in SimplifyAnyMemSet()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 727 E->setLength(Record.readSubExpr()); in VisitOMPArraySectionExpr()
|