Home
last modified time | relevance | path

Searched refs:setLength (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp128 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 DTokenRewriter.cpp92 Tok.setLength(Len); in AddTokenBefore()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp228 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 DPPMacroExpansion.cpp714 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 DPreprocessor.cpp494 Tok.setLength(Str.size()); in CreateString()
1210 ImportTok.setLength(6); in LexAfterModuleImport()
H A DTokenLexer.cpp814 Result.setLength(LHSLen+RHSLen); in pasteTokens()
H A DLexer.cpp4509 Result.setLength(DDTok.Length); in convertDependencyDirectiveToken()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h124 void setLength(uint64_t Value) { Length = Value; } in setLength() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h141 void setLength(unsigned Len) { in setLength() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h128 SarifArtifact setLength(size_t NumBytes) { in setLength() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h96 void setLength(unsigned L) { Length = L; } in setLength() function
H A DExpr.h6950 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 DDWARFUnitIndex.cpp191 Contrib[i].setLength(IndexData.getU32(&Offset)); in parseImpl()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp228 .setLength(FE->getSize()) in createPhysicalLocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp428 tmp_tok.setLength(1); in ConsumeOperator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1120 Greater.setLength(GreaterLength); in ParseGreaterThanInTemplateList()
1129 Tok.setLength(OldLength - GreaterLength); in ParseGreaterThanInTemplateList()
H A DParseExprCXX.cpp75 ColonToken.setLength(2); in FixDigraph()
77 DigraphToken.setLength(1); in FixDigraph()
H A DParseExpr.cpp3615 Toks[I].setLength(1); in injectEmbedTokens()
H A DParseObjc.cpp1989 Tok.setLength(1); in ParseObjCClassInstanceVariables()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp265 Result.setLength(TokLen); in formTokenWithChars()
H A DCommentParser.cpp162 Result.setLength(TokLength); in formTokenWithChars()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1104 FormatTok->Tok.setLength(NewLen); in truncateToken()
1413 Tok.setLength(Len); in readRawTokenVerilogSpecific()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp135 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 DIntrinsicInst.h1015 void setLength(Value *L) { in setLength() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp630 DeadIntrinsic->setLength(TrimmedLength); in tryToShorten()

12