Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp128 void setLength(Value *Length) { in setLength() function
130 return MI->setLength(Length); in setLength()
424 NewMO.setLength(CaseSizeId); in perform()
/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DTokenRewriter.cpp92 Tok.setLength(Len); in AddTokenBefore()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp204 C.setLength(I->getLength()); in addAllTypesFromDWP()
233 C.setLength(Data.getU32(&Offset) + 4); in addAllTypesFromTypesSection()
648 CurEntry.Contributions[Index].setLength(Pair.second); in write()
670 C.setLength(Header.Length + 4); in write()
767 C.setLength(I->getLength()); in write()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp713 I->setLength(1); in GenerateNewArgTokens()
732 TempToken.setLength(0); in GenerateNewArgTokens()
745 TempToken.setLength(0); in GenerateNewArgTokens()
911 EOFTok.setLength(0); in ReadMacroCallArgumentList()
972 EOFTok.setLength(0); in ReadMacroCallArgumentList()
1025 Tok.setLength(0); in ReadMacroCallArgumentList()
1582 Tok.setLength(strlen("\"Mmm dd yyyy\"")); in ExpandBuiltinMacro()
1592 Tok.setLength(strlen("\"hh:mm:ss\"")); in ExpandBuiltinMacro()
H A DPreprocessor.cpp487 Tok.setLength(Str.size()); in CreateString()
1218 ImportTok.setLength(6); in LexAfterModuleImport()
H A DTokenLexer.cpp815 Result.setLength(LHSLen+RHSLen); in pasteTokens()
H A DLexer.cpp4385 Result.setLength(DDTok.Length); in convertDependencyDirectiveToken()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h124 void setLength(uint64_t Value) { Length = Value; } in setLength() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DToken.h135 void setLength(unsigned Len) { in setLength() function
H A DLexer.h622 Result.setLength(TokLen); in FormTokenWithChars()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSarif.h128 SarifArtifact setLength(size_t NumBytes) { in setLength() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentLexer.h96 void setLength(unsigned L) { Length = L; } in setLength() function
H A DExprOpenMP.h105 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp191 Contrib[i].setLength(IndexData.getU32(&Offset)); in parseImpl()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp229 .setLength(FE->getSize()) in createPhysicalLocation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp428 tmp_tok.setLength(1); in ConsumeOperator()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp140 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer()
148 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer()
240 MI->setLength(Constant::getNullValue(MemOpLength->getType())); in SimplifyAnyMemTransfer()
258 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet()
267 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet()
312 MI->setLength(Constant::getNullValue(LenC->getType())); in SimplifyAnyMemSet()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1210 Greater.setLength(GreaterLength); in ParseGreaterThanInTemplateList()
1219 Tok.setLength(OldLength - GreaterLength); in ParseGreaterThanInTemplateList()
H A DParseExprCXX.cpp72 ColonToken.setLength(2); in FixDigraph()
74 DigraphToken.setLength(1); in FixDigraph()
H A DParseObjc.cpp1986 Tok.setLength(1); in ParseObjCClassInstanceVariables()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp955 FormatTok->Tok.setLength(NewLen); in truncateToken()
1258 Tok.setLength(Len); in readRawTokenVerilogSpecific()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp265 Result.setLength(TokLen); in formTokenWithChars()
H A DCommentParser.cpp137 Result.setLength(TokLength); in formTokenWithChars()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h868 void setLength(Value *L) { in setLength() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp596 DeadIntrinsic->setLength(TrimmedLength); in tryToShorten()

12