/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 128 void setLength(Value *Length) { in setLength() function 130 return MI->setLength(Length); in setLength() 418 NewMO.setLength(CaseSizeId); in perform()
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 92 Tok.setLength(Len); in AddTokenBefore()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 228 C.setLength(I->getLength()); in addAllTypesFromDWP() 271 C.setLength(Data.getU32(&Offset) + 4); in addAllTypesFromTypesSection() 724 CurEntry.Contributions[Index].setLength(Pair.second); in write() 761 C.setLength(Header.Length + 4); in write() 873 C.setLength(I->getLength()); in write()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 714 I->setLength(1); in GenerateNewArgTokens() 733 TempToken.setLength(0); in GenerateNewArgTokens() 746 TempToken.setLength(0); in GenerateNewArgTokens() 912 EOFTok.setLength(0); in ReadMacroCallArgumentList() 973 EOFTok.setLength(0); in ReadMacroCallArgumentList() 1035 Tok.setLength(0); in ReadMacroCallArgumentList() 1718 Tok.setLength(strlen("\"Mmm dd yyyy\"")); in ExpandBuiltinMacro() 1728 Tok.setLength(strlen("\"hh:mm:ss\"")); in ExpandBuiltinMacro()
|
H A D | Preprocessor.cpp | 494 Tok.setLength(Str.size()); in CreateString() 1210 ImportTok.setLength(6); in LexAfterModuleImport()
|
H A D | TokenLexer.cpp | 814 Result.setLength(LHSLen+RHSLen); in pasteTokens()
|
H A D | Lexer.cpp | 4509 Result.setLength(DDTok.Length); in convertDependencyDirectiveToken()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.h | 124 void setLength(uint64_t Value) { Length = Value; } in setLength() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Token.h | 141 void setLength(unsigned Len) { in setLength() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 128 SarifArtifact setLength(size_t NumBytes) { in setLength() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 96 void setLength(unsigned L) { Length = L; } in setLength() function
|
H A D | Expr.h | 6950 setLength(Length); in ArraySectionExpr() 6963 setLength(Length); in ArraySectionExpr() 7045 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 191 Contrib[i].setLength(IndexData.getU32(&Offset)); in parseImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 228 .setLength(FE->getSize()) in createPhysicalLocation()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 428 tmp_tok.setLength(1); in ConsumeOperator()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1120 Greater.setLength(GreaterLength); in ParseGreaterThanInTemplateList() 1129 Tok.setLength(OldLength - GreaterLength); in ParseGreaterThanInTemplateList()
|
H A D | ParseExprCXX.cpp | 75 ColonToken.setLength(2); in FixDigraph() 77 DigraphToken.setLength(1); in FixDigraph()
|
H A D | ParseExpr.cpp | 3615 Toks[I].setLength(1); in injectEmbedTokens()
|
H A D | ParseObjc.cpp | 1989 Tok.setLength(1); in ParseObjCClassInstanceVariables()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 265 Result.setLength(TokLen); in formTokenWithChars()
|
H A D | CommentParser.cpp | 162 Result.setLength(TokLength); in formTokenWithChars()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 1104 FormatTok->Tok.setLength(NewLen); in truncateToken() 1413 Tok.setLength(Len); in readRawTokenVerilogSpecific()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 135 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer() 143 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer() 213 MI->setLength(Constant::getNullValue(MemOpLength->getType())); in SimplifyAnyMemTransfer() 231 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet() 240 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet() 284 MI->setLength(Constant::getNullValue(LenC->getType())); in SimplifyAnyMemSet()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 1015 void setLength(Value *L) { in setLength() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 630 DeadIntrinsic->setLength(TrimmedLength); in tryToShorten()
|