| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 128 void setLength(Value *Length) { in setLength() function 130 return MI->setLength(Length); in setLength() 427 NewMO.setLength(CaseSizeId); in perform()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | property-dot-copy.mm | 20 - (void) setLength: (Vector3D)arg;
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 711 I->setLength(1); in GenerateNewArgTokens() 730 TempToken.setLength(0); in GenerateNewArgTokens() 743 TempToken.setLength(0); in GenerateNewArgTokens() 909 EOFTok.setLength(0); in ReadMacroCallArgumentList() 970 EOFTok.setLength(0); in ReadMacroCallArgumentList() 1023 Tok.setLength(0); in ReadMacroCallArgumentList() 1562 Tok.setLength(strlen("\"Mmm dd yyyy\"")); in ExpandBuiltinMacro() 1572 Tok.setLength(strlen("\"hh:mm:ss\"")); in ExpandBuiltinMacro() 1633 NumberToken.setLength(1); in ExpandBuiltinMacro()
|
| H A D | Preprocessor.cpp | 498 Tok.setLength(Str.size()); in CreateString() 1219 ImportTok.setLength(6); in LexAfterModuleImport()
|
| H A D | TokenLexer.cpp | 813 Result.setLength(LHSLen+RHSLen); in pasteTokens()
|
| /llvm-project-15.0.7/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 92 Tok.setLength(Len); in AddTokenBefore()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Token.h | 134 void setLength(unsigned Len) { in setLength() function
|
| H A D | Lexer.h | 622 Result.setLength(TokLen); in FormTokenWithChars()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.h | 166 void setLength(uint64_t L) { Length = L; } in setLength() function
|
| H A D | DwarfGenerator.cpp | 515 CU->setLength(CUOffset - 4); in generate()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Sarif.h | 128 SarifArtifact setLength(size_t NumBytes) { in setLength() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentLexer.h | 96 void setLength(unsigned L) { Length = L; } in setLength() function
|
| H A D | ExprOpenMP.h | 105 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ParsedAST.cpp | 197 SynthesizedIncludeTok.setLength(IncludeTok->length()); in replay() 210 SynthesizedFilenameTok.setLength(Inc.Written.length()); in replay()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Sarif.cpp | 210 .setLength(FE->getSize()) in createPhysicalLocation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 351 tmp_tok.setLength(1); in ConsumeOperator()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 140 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer() 148 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer() 239 MI->setLength(Constant::getNullValue(MemOpLength->getType())); in SimplifyAnyMemTransfer() 257 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet() 266 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet() 305 MI->setLength(Constant::getNullValue(LenC->getType())); in SimplifyAnyMemSet()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1194 Greater.setLength(GreaterLength); in ParseGreaterThanInTemplateList() 1203 Tok.setLength(OldLength - GreaterLength); in ParseGreaterThanInTemplateList()
|
| H A D | ParseExprCXX.cpp | 70 ColonToken.setLength(2); in FixDigraph() 72 DigraphToken.setLength(1); in FixDigraph()
|
| H A D | ParseObjc.cpp | 1954 Tok.setLength(1); in ParseObjCClassInstanceVariables()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 265 Result.setLength(TokLen); in formTokenWithChars()
|
| H A D | CommentParser.cpp | 137 Result.setLength(TokLength); in formTokenWithChars()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 1146 Tok.setLength(Len); in readRawTokenVerilogSpecific()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 778 void setLength(Value *L) { in setLength() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 544 DeadIntrinsic->setLength(TrimmedLength); in tryToShorten()
|