id: 1 unit: bool SILParser::parseSpecificSILInstruction() file: lib/SIL/Parser/ParseSIL.cpp start line: 2677 end line: 5859 size: 2765 LOC McCabe index: 955 number of parameters: 5 id: 2 unit: NodePointer NodePrinter::print() file: lib/Demangling/NodePrinter.cpp start line: 1161 end line: 2939 size: 1741 LOC McCabe index: 493 number of parameters: 3 id: 3 unit: bool SILDeserializer::readSILInstruction() file: lib/Serialization/DeserializeSIL.cpp start line: 1082 end line: 2896 size: 1653 LOC McCabe index: 259 number of parameters: 4 id: 4 unit: void SILSerializer::writeSILInstruction() file: lib/Serialization/SerializeSIL.cpp start line: 860 end line: 2471 size: 1460 LOC McCabe index: 274 number of parameters: 1 id: 5 unit: void irgen::emitBuiltinCall() file: lib/IRGen/GenBuiltin.cpp start line: 124 end line: 1352 size: 930 LOC McCabe index: 165 number of parameters: 6 id: 6 unit: static void diagSyntacticUseRestrictions() file: lib/Sema/MiscDiagnostics.cpp start line: 105 end line: 1327 size: 928 LOC McCabe index: 246 number of parameters: 3 id: 7 unit: bool ConstraintSystem::repairFailures() file: lib/Sema/CSSimplify.cpp start line: 3928 end line: 5317 size: 869 LOC McCabe index: 292 number of parameters: 5 id: 8 unit: bool Parser::parseNewDeclAttribute() file: lib/Parse/ParseDecl.cpp start line: 1868 end line: 2875 size: 813 LOC McCabe index: 186 number of parameters: 4 id: 9 unit: def create_argument_parser() file: utils/build_swift/build_swift/driver_arguments.py start line: 0 end line: 0 size: 790 LOC McCabe index: 38 number of parameters: 0 id: 10 unit: TypeLookupErrorOr decodeMangledType() file: include/swift/Demangling/TypeDecoder.h start line: 483 end line: 1285 size: 658 LOC McCabe index: 203 number of parameters: 3 id: 11 unit: Type Type::transformRec() file: lib/AST/Type.cpp start line: 4803 end line: 5604 size: 620 LOC McCabe index: 188 number of parameters: 1 id: 12 unit: static int handleTestInvocation() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 559 end line: 1260 size: 615 LOC McCabe index: 134 number of parameters: 2 id: 13 unit: void SILGenFunction::emitDistributedThunk() file: lib/SILGen/SILGenDistributed.cpp start line: 666 end line: 1553 size: 572 LOC McCabe index: 61 number of parameters: 1 id: 14 unit: ImportedName NameImporter::importNameImpl() file: lib/ClangImporter/ImportName.cpp start line: 1439 end line: 2213 size: 563 LOC McCabe index: 184 number of parameters: 3 id: 15 unit: void TestSwiftObjectNSObject() file: validation-test/stdlib/Inputs/SwiftObjectNSObject/SwiftObjectNSObject.m start line: 83 end line: 806 size: 557 LOC McCabe index: 10 number of parameters: 2 id: 16 unit: void handleRequestImpl() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 478 end line: 1040 size: 484 LOC McCabe index: 101 number of parameters: 3 id: 17 unit: int main() file: tools/swift-ide-test/swift-ide-test.cpp start line: 4120 end line: 4647 size: 462 LOC McCabe index: 107 number of parameters: 2 id: 18 unit: RuntimeEffect swift::getRuntimeEffect() file: lib/SIL/Utils/InstructionUtils.cpp start line: 383 end line: 862 size: 441 LOC McCabe index: 259 number of parameters: 2 id: 19 unit: DiagnosticVerifier::Result DiagnosticVerifier::verifyFile() file: lib/Frontend/DiagnosticVerifier.cpp start line: 308 end line: 911 size: 432 LOC McCabe index: 100 number of parameters: 1 id: 20 unit: llvm::Error DeclDeserializer::deserializeDeclCommon() file: lib/Serialization/Deserialization.cpp start line: 4326 end line: 4819 size: 417 LOC McCabe index: 67 number of parameters: 0 id: 21 unit: static bool ParseLangArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 402 end line: 950 size: 416 LOC McCabe index: 87 number of parameters: 4 id: 22 unit: CheckedCastKind TypeChecker::typeCheckCheckedCast() file: lib/Sema/TypeCheckConstraints.cpp start line: 1287 end line: 1871 size: 403 LOC McCabe index: 180 number of parameters: 7 id: 23 unit: void CodeCompletionCallbacksImpl::doneParsing() file: lib/IDE/CodeCompletion.cpp start line: 6931 end line: 7420 size: 397 LOC McCabe index: 107 number of parameters: 0 id: 24 unit: static bool matchCallArgumentsImpl() file: lib/Sema/CSSimplify.cpp start line: 257 end line: 877 size: 368 LOC McCabe index: 121 number of parameters: 8 id: 25 unit: void writeDeclAttribute() file: lib/Serialization/Serialization.cpp start line: 2393 end line: 2784 size: 348 LOC McCabe index: 66 number of parameters: 2 id: 26 unit: static bool ParseIRGenArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1794 end line: 2215 size: 338 LOC McCabe index: 101 number of parameters: 8 id: 27 unit: SolutionCompareResult ConstraintSystem::compareSolutions() file: lib/Sema/CSRanking.cpp start line: 857 end line: 1400 size: 337 LOC McCabe index: 129 number of parameters: 5 id: 28 unit: class alignas() file: include/swift/AST/Types.h start line: 305 end line: 1282 size: 335 LOC McCabe index: 8 number of parameters: 1 id: 29 unit: std::string LinkEntity::mangleAsString() file: lib/IRGen/Linking.cpp start line: 105 end line: 515 size: 333 LOC McCabe index: 95 number of parameters: 0 id: 30 unit: bool DeclAttribute::printImpl() file: lib/AST/Attr.cpp start line: 809 end line: 1204 size: 329 LOC McCabe index: 94 number of parameters: 3 id: 31 unit: void Driver::buildOutputInfo() file: lib/Driver/Driver.cpp start line: 1452 end line: 1858 size: 322 LOC McCabe index: 110 number of parameters: 5 id: 32 unit: bool TestOptions::parseArgs() file: tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp start line: 87 end line: 462 size: 322 LOC McCabe index: 65 number of parameters: 1 id: 33 unit: def convert_to_impl_arguments() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 320 LOC McCabe index: 38 number of parameters: 1 id: 34 unit: bool swift::isRepresentableInObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 591 end line: 1025 size: 318 LOC McCabe index: 74 number of parameters: 4 id: 35 unit: void Driver::buildActions() file: lib/Driver/Driver.cpp start line: 1954 end line: 2328 size: 311 LOC McCabe index: 113 number of parameters: 5 id: 36 unit: class alignas() file: include/swift/AST/Decl.h start line: 301 end line: 1041 size: 310 LOC McCabe index: 6 number of parameters: 3 id: 37 unit: bool isSimpleType() file: lib/Demangling/NodePrinter.cpp start line: 285 end line: 597 size: 309 LOC McCabe index: 298 number of parameters: 1 id: 38 unit: static void rewriteFunction() file: lib/IRGen/LoadableByAddress.cpp start line: 1991 end line: 2333 size: 309 LOC McCabe index: 58 number of parameters: 2 id: 39 unit: void EscapeAnalysis::analyzeInstruction() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2009 end line: 2414 size: 309 LOC McCabe index: 109 number of parameters: 4 id: 40 unit: static bool typeCheckDerivativeAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 4743 end line: 5156 size: 309 LOC McCabe index: 58 number of parameters: 3 id: 41 unit: NodePointer demangleTypeImpl() file: lib/Demangling/OldDemangler.cpp start line: 1861 end line: 2183 size: 308 LOC McCabe index: 92 number of parameters: 1 id: 42 unit: bool PullbackCloner::Implementation::run() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1737 end line: 2177 size: 307 LOC McCabe index: 61 number of parameters: 0 id: 43 unit: void SILGenFunction::emitNativeToForeignThunk() file: lib/SILGen/SILGenBridging.cpp start line: 1547 end line: 1990 size: 303 LOC McCabe index: 46 number of parameters: 1 id: 44 unit: void ASTMangler::appendType() file: lib/AST/ASTMangler.cpp start line: 1077 end line: 1433 size: 298 LOC McCabe index: 100 number of parameters: 3 id: 45 unit: ParserStatus Parser::parseClosureSignatureIfPresent() file: lib/Parse/ParseExpr.cpp start line: 2434 end line: 2839 size: 294 LOC McCabe index: 71 number of parameters: 10 id: 46 unit: ConstraintSystem::SolutionKind ConstraintSystem::simplifyMemberConstraint() file: lib/Sema/CSSimplify.cpp start line: 8420 end line: 8884 size: 294 LOC McCabe index: 76 number of parameters: 9 id: 47 unit: Optional TypeChecker::checkObjCKeyPathExpr() file: lib/Sema/TypeCheckExprObjC.cpp start line: 23 end line: 439 size: 284 LOC McCabe index: 73 number of parameters: 3 id: 48 unit: static void diagnoseUnintendedOptionalBehavior() file: lib/Sema/MiscDiagnostics.cpp start line: 4028 end line: 4421 size: 278 LOC McCabe index: 63 number of parameters: 2 id: 49 unit: void ConstraintLocator::dump() file: lib/Sema/ConstraintLocator.cpp start line: 250 end line: 584 size: 277 LOC McCabe index: 73 number of parameters: 2 id: 50 unit: bool Deserializer::readGraph() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 149 end line: 492 size: 276 LOC McCabe index: 67 number of parameters: 1 id: 51 unit: int main() file: tools/sil-opt/SILOpt.cpp start line: 498 end line: 839 size: 276 LOC McCabe index: 60 number of parameters: 2 id: 52 unit: ConstraintSystem::SolutionKind ConstraintSystem::simplifyFixConstraint() file: lib/Sema/CSSimplify.cpp start line: 11871 end line: 12258 size: 275 LOC McCabe index: 141 number of parameters: 6 id: 53 unit: void SILGenModule::emitFunctionDefinition() file: lib/SILGen/SILGen.cpp start line: 790 end line: 1135 size: 273 LOC McCabe index: 37 number of parameters: 2 id: 54 unit: static void handleSemanticRequest() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1042 end line: 1347 size: 272 LOC McCabe index: 52 number of parameters: 8 id: 55 unit: func startTrackingObjects() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1803 end line: 2134 size: 267 LOC McCabe index: 26 number of parameters: 1 id: 56 unit: static bool ParseSILArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1378 end line: 1721 size: 266 LOC McCabe index: 63 number of parameters: 8 id: 57 unit: Type getTypeForPattern() file: lib/Sema/CSGen.cpp start line: 2182 end line: 2603 size: 259 LOC McCabe index: 50 number of parameters: 6 id: 58 unit: int main() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 982 end line: 1359 size: 258 LOC McCabe index: 63 number of parameters: 2 id: 59 unit: OmissionTypeName importer::getClangTypeNameForOmission() file: lib/ClangImporter/ClangAdapter.cpp start line: 162 end line: 505 size: 256 LOC McCabe index: 171 number of parameters: 2 id: 60 unit: ParserResult Parser::parseExtendedAvailabilitySpecList() file: lib/Parse/ParseDecl.cpp start line: 272 end line: 579 size: 254 LOC McCabe index: 55 number of parameters: 3 id: 61 unit: void verifyKeyPathComponent() file: lib/SIL/Verifier/SILVerifier.cpp start line: 140 end line: 437 size: 252 LOC McCabe index: 24 number of parameters: 11 id: 62 unit: ConstraintResult GenericSignatureBuilder::expandConformanceRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 3869 end line: 4217 size: 250 LOC McCabe index: 58 number of parameters: 4 id: 63 unit: NodePointer Demangler::demangleThunkOrSpecialization() file: lib/Demangling/Demangler.cpp start line: 2381 end line: 2647 size: 248 LOC McCabe index: 82 number of parameters: 0 id: 64 unit: class alignas() file: include/swift/SIL/SILNode.h start line: 118 end line: 474 size: 247 LOC McCabe index: 1 number of parameters: 1 id: 65 unit: void TypeChecker::checkConformancesInContext() file: lib/Sema/TypeCheckProtocol.cpp start line: 6131 end line: 6468 size: 245 LOC McCabe index: 80 number of parameters: 1 id: 66 unit: class alignas() file: include/swift/AST/ArgumentList.h start line: 104 end line: 574 size: 243 LOC McCabe index: 39 number of parameters: 1 id: 67 unit: ImportedType ClangImporter::Implementation::importMethodParamsAndReturnType() file: lib/ClangImporter/ImportType.cpp start line: 2337 end line: 2675 size: 241 LOC McCabe index: 56 number of parameters: 10 id: 68 unit: static void writePrologue() file: lib/PrintAsClang/PrintAsClang.cpp start line: 30 end line: 271 size: 241 LOC McCabe index: 3 number of parameters: 4 id: 69 unit: bool ModelASTWalker::walkToDeclPre() file: lib/IDE/SyntaxModel.cpp start line: 866 end line: 1131 size: 237 LOC McCabe index: 54 number of parameters: 1 id: 70 unit: size_t swift_dtoa_optimal_binary64_p() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 772 end line: 1256 size: 236 LOC McCabe index: 37 number of parameters: 3 id: 71 unit: class alignas() file: include/swift/AST/Expr.h start line: 130 end line: 532 size: 234 LOC McCabe index: 2 number of parameters: 1 id: 72 unit: static void formatDiagnosticArgument() file: lib/AST/DiagnosticEngine.cpp start line: 600 end line: 874 size: 234 LOC McCabe index: 71 number of parameters: 6 id: 73 unit: static bool parseDeclSILOptional() file: lib/SIL/Parser/ParseSIL.cpp start line: 958 end line: 1208 size: 232 LOC McCabe index: 90 number of parameters: 25 id: 74 unit: InlineCost swift::instructionInlineCost() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 737 end line: 1005 size: 231 LOC McCabe index: 187 number of parameters: 1 id: 75 unit: Optional irgen::emitFunctionPartialApplication() file: lib/IRGen/GenFunc.cpp start line: 1776 end line: 2114 size: 230 LOC McCabe index: 51 number of parameters: 12 id: 76 unit: static void fixItAvailableAttrRename() file: lib/Sema/TypeCheckAvailability.cpp start line: 1879 end line: 2199 size: 227 LOC McCabe index: 67 number of parameters: 5 id: 77 unit: static int doBatchCodeCompletion() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1367 end line: 1641 size: 227 LOC McCabe index: 42 number of parameters: 10 id: 78 unit: void SILGenFunction::emitArtificialTopLevel() file: lib/SILGen/SILGenFunction.cpp start line: 572 end line: 854 size: 225 LOC McCabe index: 18 number of parameters: 1 id: 79 unit: void visitApplyInst() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 411 end line: 706 size: 225 LOC McCabe index: 26 number of parameters: 1 id: 80 unit: void irgen::emitScalarExistentialDowncast() file: lib/IRGen/GenCast.cpp start line: 544 end line: 841 size: 223 LOC McCabe index: 52 number of parameters: 7 id: 81 unit: bool ConformanceChecker::checkActorIsolation() file: lib/Sema/TypeCheckProtocol.cpp start line: 2894 end line: 3234 size: 223 LOC McCabe index: 68 number of parameters: 2 id: 82 unit: SILLinkage LinkEntity::getLinkage() file: lib/IRGen/Linking.cpp start line: 526 end line: 818 size: 220 LOC McCabe index: 112 number of parameters: 1 id: 83 unit: bool AllowTypeOrInstanceMemberFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3924 end line: 4237 size: 220 LOC McCabe index: 62 number of parameters: 0 id: 84 unit: static bool hasOpaqueArchetype() file: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp start line: 139 end line: 362 size: 217 LOC McCabe index: 188 number of parameters: 2 id: 85 unit: func _lockWordCount() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 42 end line: 284 size: 217 LOC McCabe index: 27 number of parameters: 0 id: 86 unit: void swift::ide::printModuleInterface() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 528 end line: 810 size: 216 LOC McCabe index: 57 number of parameters: 6 id: 87 unit: func _lockInit() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 45 end line: 284 size: 215 LOC McCabe index: 27 number of parameters: 1 id: 88 unit: ParserResult Parser::parseExprPrimary() file: lib/Parse/ParseExpr.cpp start line: 1516 end line: 1794 size: 214 LOC McCabe index: 60 number of parameters: 2 id: 89 unit: ManagedValue SILGenFunction::getThunkedAutoDiffLinearMap() file: lib/SILGen/SILGenPoly.cpp start line: 3654 end line: 3934 size: 213 LOC McCabe index: 35 number of parameters: 5 id: 90 unit: func _lock() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 48 end line: 284 size: 213 LOC McCabe index: 27 number of parameters: 1 id: 91 unit: static void recordShadowedDeclsAfterTypeMatch() file: lib/AST/NameLookup.cpp start line: 291 end line: 589 size: 211 LOC McCabe index: 76 number of parameters: 3 id: 92 unit: void ClangImporter::Implementation::importAttributes() file: lib/ClangImporter/ImportDecl.cpp start line: 8661 end line: 8951 size: 210 LOC McCabe index: 58 number of parameters: 3 id: 93 unit: static bool handleResponse() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1262 end line: 1506 size: 209 LOC McCabe index: 64 number of parameters: 5 id: 94 unit: void ElementUseCollector::collectUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 669 end line: 992 size: 208 LOC McCabe index: 68 number of parameters: 2 id: 95 unit: static AsyncTaskAndContext swift_task_create_commonImpl() file: stdlib/public/Concurrency/Task.cpp start line: 501 end line: 841 size: 208 LOC McCabe index: 46 number of parameters: 6 id: 96 unit: ParserStatus Parser::parseTypeAttribute() file: lib/Parse/ParseDecl.cpp start line: 3394 end line: 3666 size: 207 LOC McCabe index: 65 number of parameters: 4 id: 97 unit: bool SILPerformanceInliner::isProfitableToInline() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 263 end line: 559 size: 206 LOC McCabe index: 58 number of parameters: 5 id: 98 unit: void ConstraintSystem::shrink() file: lib/Sema/CSSolver.cpp start line: 853 end line: 1205 size: 205 LOC McCabe index: 59 number of parameters: 1 id: 99 unit: CanType TypeBase::computeCanonicalType() file: lib/AST/Type.cpp start line: 1350 end line: 1578 size: 204 LOC McCabe index: 56 number of parameters: 0 id: 100 unit: void CodeCompletionResult::printPrefix() file: lib/IDE/CodeCompletion.cpp start line: 421 end line: 625 size: 204 LOC McCabe index: 62 number of parameters: 1 id: 101 unit: std::pair SemaAnnotator::walkToExprPre() file: lib/IDE/SourceEntityWalker.cpp start line: 310 end line: 584 size: 202 LOC McCabe index: 83 number of parameters: 1 id: 102 unit: MetadataResponse visitFunctionType() file: lib/IRGen/MetadataRequest.cpp start line: 1381 end line: 1623 size: 202 LOC McCabe index: 41 number of parameters: 2 id: 103 unit: int swift::performFrontend() file: lib/FrontendTool/FrontendTool.cpp start line: 1907 end line: 2204 size: 201 LOC McCabe index: 34 number of parameters: 4 id: 104 unit: static void buildValueWitnessFunction() file: lib/IRGen/GenValueWitness.cpp start line: 463 end line: 691 size: 197 LOC McCabe index: 29 number of parameters: 7 id: 105 unit: ConstraintSystem::TypeMatchResult constraints::matchCallArguments() file: lib/Sema/CSSimplify.cpp start line: 1322 end line: 1645 size: 197 LOC McCabe index: 50 number of parameters: 7 id: 106 unit: std::pair walkToExprPre() file: lib/Sema/MiscDiagnostics.cpp start line: 3664 end line: 3955 size: 196 LOC McCabe index: 63 number of parameters: 1 id: 107 unit: void SILGenFunction::emitForeignToNativeThunk() file: lib/SILGen/SILGenBridging.cpp start line: 2015 end line: 2265 size: 195 LOC McCabe index: 43 number of parameters: 1 id: 108 unit: bool CompareDeclSpecializationRequest::evaluate() file: lib/Sema/CSRanking.cpp start line: 416 end line: 711 size: 195 LOC McCabe index: 53 number of parameters: 5 id: 109 unit: ManagedValue Transform::transform() file: lib/SILGen/SILGenPoly.cpp start line: 357 end line: 627 size: 194 LOC McCabe index: 50 number of parameters: 7 id: 110 unit: ManagedValue SILGenFunction::emitExistentialErasure() file: lib/SILGen/SILGenConvert.cpp start line: 617 end line: 875 size: 192 LOC McCabe index: 28 number of parameters: 8 id: 111 unit: bool ContextualFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 2214 end line: 2462 size: 192 LOC McCabe index: 51 number of parameters: 0 id: 112 unit: return parseList() file: lib/Parse/ParsePattern.cpp start line: 237 end line: 505 size: 191 LOC McCabe index: 55 number of parameters: 7 id: 113 unit: Optional minus() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 447 end line: 698 size: 191 LOC McCabe index: 37 number of parameters: 3 id: 114 unit: func getIndex() file: benchmark/single-source/StringSwitch.swift start line: 23 end line: 212 size: 190 LOC McCabe index: 186 number of parameters: 1 id: 115 unit: bool ArgsToFrontendOptionsConverter::convert() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 48 end line: 301 size: 190 LOC McCabe index: 47 number of parameters: 1 id: 116 unit: bool ElementUseCollector::collectUses() file: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.cpp start line: 235 end line: 527 size: 190 LOC McCabe index: 54 number of parameters: 1 id: 117 unit: Expected deserializeSILFunctionType() file: lib/Serialization/Deserialization.cpp start line: 5768 end line: 5984 size: 190 LOC McCabe index: 32 number of parameters: 2 id: 118 unit: Expected deserializeAnyFunc() file: lib/Serialization/Deserialization.cpp start line: 3203 end line: 3434 size: 189 LOC McCabe index: 35 number of parameters: 3 id: 119 unit: NodePointer demangleEntity() file: lib/Demangling/OldDemangler.cpp start line: 1181 end line: 1397 size: 187 LOC McCabe index: 66 number of parameters: 1 id: 120 unit: static void writeJSON() file: lib/DependencyScan/ScanDependencies.cpp start line: 550 end line: 770 size: 187 LOC McCabe index: 37 number of parameters: 2 id: 121 unit: bool SimplifyCFG::simplifyCondBrBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1593 end line: 1841 size: 187 LOC McCabe index: 33 number of parameters: 1 id: 122 unit: static void checkInheritanceClause() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 72 end line: 348 size: 187 LOC McCabe index: 44 number of parameters: 1 id: 123 unit: void GenericSignatureBuilder::computeRedundantRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 5752 end line: 6043 size: 186 LOC McCabe index: 34 number of parameters: 1 id: 124 unit: void swift::replaceBranchTarget() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 271 end line: 472 size: 186 LOC McCabe index: 52 number of parameters: 4 id: 125 unit: void IRGenModule::createReplaceableProlog() file: lib/IRGen/GenDecl.cpp start line: 2687 end line: 2899 size: 185 LOC McCabe index: 16 number of parameters: 2 id: 126 unit: ParserStatus Parser::parseBraceItems() file: lib/Parse/ParseStmt.cpp start line: 274 end line: 512 size: 185 LOC McCabe index: 62 number of parameters: 4 id: 127 unit: static void diagnoseImplicitSelfUseInClosure() file: lib/Sema/MiscDiagnostics.cpp start line: 1472 end line: 1763 size: 185 LOC McCabe index: 44 number of parameters: 2 id: 128 unit: int swift_symbolgraph_extract_main() file: lib/DriverTool/swift_symbolgraph_extract_main.cpp start line: 32 end line: 256 size: 184 LOC McCabe index: 30 number of parameters: 3 id: 129 unit: void Serializer::writeAST() file: lib/Serialization/Serialization.cpp start line: 5491 end line: 5717 size: 183 LOC McCabe index: 36 number of parameters: 1 id: 130 unit: bool AllocOptimize::tryToRemoveDeadAllocation() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2477 end line: 2788 size: 180 LOC McCabe index: 50 number of parameters: 0 id: 131 unit: static bool checkSingleOverride() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1769 end line: 2026 size: 180 LOC McCabe index: 65 number of parameters: 2 id: 132 unit: void ModuleFile::finishNormalConformance() file: lib/Serialization/Deserialization.cpp start line: 6503 end line: 6745 size: 180 LOC McCabe index: 49 number of parameters: 2 id: 133 unit: BuiltType readTypeFromMetadata() file: include/swift/Remote/MetadataReader.h start line: 768 end line: 985 size: 179 LOC McCabe index: 41 number of parameters: 2 id: 134 unit: ParserResult Parser::parseType() file: lib/Parse/ParseType.cpp start line: 343 end line: 563 size: 179 LOC McCabe index: 45 number of parameters: 2 id: 135 unit: ActorIsolation ActorIsolationRequest::evaluate() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3383 end line: 3639 size: 179 LOC McCabe index: 73 number of parameters: 2 id: 136 unit: RValue SILGenFunction::emitApply() file: lib/SILGen/SILGenApply.cpp start line: 4427 end line: 4690 size: 178 LOC McCabe index: 46 number of parameters: 10 id: 137 unit: void visitApplyInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 448 end line: 690 size: 178 LOC McCabe index: 23 number of parameters: 1 id: 138 unit: ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint() file: lib/Sema/CSSimplify.cpp start line: 6541 end line: 6821 size: 178 LOC McCabe index: 56 number of parameters: 5 id: 139 unit: void Constraint::print() file: lib/Sema/Constraint.cpp start line: 354 end line: 554 size: 178 LOC McCabe index: 62 number of parameters: 2 id: 140 unit: size_t swift_dtoa_optimal_binary16_p() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 356 end line: 555 size: 176 LOC McCabe index: 34 number of parameters: 3 id: 141 unit: class alignas() file: include/swift/AST/DeclContext.h start line: 226 end line: 645 size: 174 LOC McCabe index: 18 number of parameters: 1 id: 142 unit: void SILGenFunction::emitCaptures() file: lib/SILGen/SILGenFunction.cpp start line: 185 end line: 429 size: 173 LOC McCabe index: 33 number of parameters: 4 id: 143 unit: void GenericSignatureBuilder::checkSameTypeConstraints() file: lib/AST/GenericSignatureBuilder.cpp start line: 7437 end line: 7710 size: 172 LOC McCabe index: 40 number of parameters: 2 id: 144 unit: MetadataResponse MetadataPath::followComponent() file: lib/IRGen/GenProto.cpp start line: 2511 end line: 2774 size: 171 LOC McCabe index: 24 number of parameters: 5 id: 145 unit: NodePointer Demangler::demangleWitness() file: lib/Demangling/Demangler.cpp start line: 3010 end line: 3182 size: 170 LOC McCabe index: 45 number of parameters: 0 id: 146 unit: bool Parser::parseSpecializeAttributeArguments() file: lib/Parse/ParseDecl.cpp start line: 581 end line: 754 size: 170 LOC McCabe index: 52 number of parameters: 11 id: 147 unit: void printAbstractFunctionAsMethod() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 504 end line: 717 size: 170 LOC McCabe index: 53 number of parameters: 3 id: 148 unit: bool AssignmentFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1785 end line: 2008 size: 170 LOC McCabe index: 44 number of parameters: 0 id: 149 unit: static bool isOverflowCheckRemovedByConstraint() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 256 end line: 498 size: 169 LOC McCabe index: 86 number of parameters: 2 id: 150 unit: static Type applyGenericArguments() file: lib/Sema/TypeCheckType.cpp start line: 569 end line: 814 size: 169 LOC McCabe index: 42 number of parameters: 4 id: 151 unit: void swift::trySpecializeApplyOfGeneric() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2596 end line: 2823 size: 168 LOC McCabe index: 37 number of parameters: 6 id: 152 unit: void constraints::simplifyLocator() file: lib/Sema/ConstraintSystem.cpp start line: 4420 end line: 4640 size: 167 LOC McCabe index: 55 number of parameters: 3 id: 153 unit: void diagnoseMissingCases() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 1105 end line: 1326 size: 167 LOC McCabe index: 39 number of parameters: 3 id: 154 unit: void PrintAST::printAccessors() file: lib/AST/ASTPrinter.cpp start line: 2048 end line: 2263 size: 166 LOC McCabe index: 72 number of parameters: 1 id: 155 unit: bool CompletionInstance::performCachedOperationIfPossible() file: lib/IDE/CompletionInstance.cpp start line: 284 end line: 527 size: 166 LOC McCabe index: 25 number of parameters: 7 id: 156 unit: void swift::markup::dump() file: lib/Markup/AST.cpp start line: 364 end line: 533 size: 165 LOC McCabe index: 30 number of parameters: 3 id: 157 unit: void StmtEmitter::visitForEachStmt() file: lib/SILGen/SILGenStmt.cpp start line: 1242 end line: 1477 size: 165 LOC McCabe index: 19 number of parameters: 1 id: 158 unit: bool SILParser::parseCallInstruction() file: lib/SIL/Parser/ParseSIL.cpp start line: 5948 end line: 6138 size: 164 LOC McCabe index: 46 number of parameters: 4 id: 159 unit: func stopTrackingObjects() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1805 end line: 2134 size: 164 LOC McCabe index: 9 number of parameters: 1 id: 160 unit: void SymbolicValue::emitUnknownDiagnosticNotes() file: lib/SIL/IR/SILConstants.cpp start line: 923 end line: 1107 size: 163 LOC McCabe index: 40 number of parameters: 1 id: 161 unit: SymbolicValue ConstExprFunctionState::computeConstantValue() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 300 end line: 539 size: 163 LOC McCabe index: 51 number of parameters: 1 id: 162 unit: NodePointer demangleGlobal() file: lib/Demangling/OldDemangler.cpp start line: 310 end line: 486 size: 162 LOC McCabe index: 34 number of parameters: 1 id: 163 unit: void MemoryLifetimeVerifier::checkBlock() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 544 end line: 718 size: 162 LOC McCabe index: 47 number of parameters: 2 id: 164 unit: int main() file: tools/swift-refactor/swift-refactor.cpp start line: 282 end line: 472 size: 162 LOC McCabe index: 37 number of parameters: 2 id: 165 unit: CanType handleGenericNominalType() file: lib/AST/Type.cpp start line: 2005 end line: 2242 size: 160 LOC McCabe index: 29 number of parameters: 5 id: 166 unit: void ToolChain::addCommonFrontendArgs() file: lib/Driver/ToolChains.cpp start line: 147 end line: 345 size: 160 LOC McCabe index: 21 number of parameters: 4 id: 167 unit: void ExistentialTransform::populateThunkBody() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp start line: 393 end line: 613 size: 160 LOC McCabe index: 25 number of parameters: 0 id: 168 unit: bool DataflowState::process() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1566 end line: 1780 size: 160 LOC McCabe index: 18 number of parameters: 2 id: 169 unit: void SILFunction::print() file: lib/SIL/IR/SILPrinter.cpp start line: 2845 end line: 3034 size: 158 LOC McCabe index: 58 number of parameters: 1 id: 170 unit: void SILGenFunction::emitClassConstructorInitializer() file: lib/SILGen/SILGenConstructor.cpp start line: 690 end line: 962 size: 158 LOC McCabe index: 37 number of parameters: 1 id: 171 unit: void ConstraintSystem::resolveOverload() file: lib/Sema/ConstraintSystem.cpp start line: 2895 end line: 3127 size: 158 LOC McCabe index: 41 number of parameters: 4 id: 172 unit: static void transformAndForwardResults() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 912 end line: 1098 size: 158 LOC McCabe index: 35 number of parameters: 10 id: 173 unit: bool GatherWritesVisitor::visitUse() file: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp start line: 79 end line: 293 size: 157 LOC McCabe index: 62 number of parameters: 2 id: 174 unit: ManglingError Remangler::mangleImplFunctionType() file: lib/Demangling/Remangler.cpp start line: 1768 end line: 1931 size: 156 LOC McCabe index: 35 number of parameters: 2 id: 175 unit: void foundMatch() file: lib/DriverTool/swift_api_digester_main.cpp start line: 661 end line: 838 size: 156 LOC McCabe index: 57 number of parameters: 3 id: 176 unit: void SILGenFunction::emitProlog() file: lib/SILGen/SILGenProlog.cpp start line: 467 end line: 681 size: 155 LOC McCabe index: 49 number of parameters: 8 id: 177 unit: void swift::serialization::diagnoseSerializedASTLoadFailure() file: lib/Serialization/SerializedModuleLoader.cpp start line: 846 end line: 1035 size: 155 LOC McCabe index: 38 number of parameters: 7 id: 178 unit: void StmtEmitter::visitAsyncForEachStmt() file: lib/SILGen/SILGenStmt.cpp start line: 1017 end line: 1240 size: 154 LOC McCabe index: 20 number of parameters: 1 id: 179 unit: void ConstraintSystem::print() file: lib/Sema/TypeCheckConstraints.cpp start line: 1110 end line: 1284 size: 154 LOC McCabe index: 35 number of parameters: 1 id: 180 unit: void PatternMatchEmission::emitEnumElementDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 2023 end line: 2268 size: 153 LOC McCabe index: 33 number of parameters: 5 id: 181 unit: func emitSpecialMappings() file: utils/gen-unicode-data/Sources/GenScalarProps/Mappings.swift start line: 260 end line: 467 size: 153 LOC McCabe index: 31 number of parameters: 3 id: 182 unit: class alignas() file: include/swift/Parse/SyntaxParsingContext.h start line: 86 end line: 369 size: 152 LOC McCabe index: 9 number of parameters: 1 id: 183 unit: Expected deserializeVar() file: lib/Serialization/Deserialization.cpp start line: 2944 end line: 3136 size: 152 LOC McCabe index: 25 number of parameters: 2 id: 184 unit: unsigned DeclContext::printContext() file: lib/AST/DeclContext.cpp start line: 575 end line: 729 size: 151 LOC McCabe index: 45 number of parameters: 3 id: 185 unit: static bool parseOptions() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 119 end line: 273 size: 151 LOC McCabe index: 52 number of parameters: 3 id: 186 unit: void SignatureExpansion::expandExternalSignatureTypes() file: lib/IRGen/GenCall.cpp start line: 1280 end line: 1468 size: 150 LOC McCabe index: 46 number of parameters: 0 id: 187 unit: void LoadableByAddress::run() file: lib/IRGen/LoadableByAddress.cpp start line: 2919 end line: 3094 size: 150 LOC McCabe index: 62 number of parameters: 0 id: 188 unit: bool MissingMemberFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3578 end line: 3759 size: 150 LOC McCabe index: 31 number of parameters: 0 id: 189 unit: static bool canonicalizeInputFunction() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 77 end line: 255 size: 149 LOC McCabe index: 37 number of parameters: 3 id: 190 unit: static CanSILFunctionType getSILFunctionType() file: lib/SIL/IR/SILFunctionType.cpp start line: 1859 end line: 2086 size: 149 LOC McCabe index: 41 number of parameters: 12 id: 191 unit: NeverNullType TypeResolver::resolveSILFunctionType() file: lib/Sema/TypeCheckType.cpp start line: 3096 end line: 3280 size: 149 LOC McCabe index: 34 number of parameters: 6 id: 192 unit: bool ModuleFileSharedCore::readIndexBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 658 end line: 822 size: 149 LOC McCabe index: 41 number of parameters: 1 id: 193 unit: void foundDecl() file: lib/IDE/CodeCompletion.cpp start line: 3721 end line: 3918 size: 147 LOC McCabe index: 65 number of parameters: 3 id: 194 unit: static ValidationInfo validateControlBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 172 end line: 353 size: 147 LOC McCabe index: 42 number of parameters: 6 id: 195 unit: static bool parseSILWitnessTableEntry() file: lib/SIL/Parser/ParseSIL.cpp start line: 6993 end line: 7162 size: 146 LOC McCabe index: 37 number of parameters: 8 id: 196 unit: void TypeChecker::checkIgnoredExpr() file: lib/Sema/TypeCheckStmt.cpp start line: 1261 end line: 1472 size: 146 LOC McCabe index: 45 number of parameters: 1 id: 197 unit: bool SwiftToSourceKitCompletionAdapter::handleResult() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 393 end line: 564 size: 146 LOC McCabe index: 31 number of parameters: 5 id: 198 unit: static void resolveCursor() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1417 end line: 1587 size: 146 LOC McCabe index: 21 number of parameters: 12 id: 199 unit: bool Expr::canAppendPostfixExpression() file: lib/AST/Expr.cpp start line: 582 end line: 754 size: 145 LOC McCabe index: 112 number of parameters: 1 id: 200 unit: void Serializer::writeBlockInfoBlock() file: lib/Serialization/Serialization.cpp start line: 800 end line: 959 size: 145 LOC McCabe index: 1 number of parameters: 0 id: 201 unit: void verifyConformance() file: lib/AST/ASTVerifier.cpp start line: 2559 end line: 2751 size: 144 LOC McCabe index: 35 number of parameters: 2 id: 202 unit: ParserStatus Parser::parseGetSet() file: lib/Parse/ParseDecl.cpp start line: 6291 end line: 6503 size: 144 LOC McCabe index: 28 number of parameters: 7 id: 203 unit: int main() file: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp start line: 201 end line: 381 size: 144 LOC McCabe index: 27 number of parameters: 2 id: 204 unit: void PrintAST::printSingleDepthOfGenericSignature() file: lib/AST/ASTPrinter.cpp start line: 1622 end line: 1797 size: 143 LOC McCabe index: 47 number of parameters: 5 id: 205 unit: NodePointer Demangler::demangleSpecialType() file: lib/Demangling/Demangler.cpp start line: 3184 end line: 3331 size: 143 LOC McCabe index: 40 number of parameters: 0 id: 206 unit: ParserResult Parser::parseDeclFunc() file: lib/Parse/ParseDecl.cpp start line: 7058 end line: 7245 size: 143 LOC McCabe index: 41 number of parameters: 5 id: 207 unit: ParserResult Parser::parseExprSequence() file: lib/Parse/ParseExpr.cpp start line: 177 end line: 387 size: 143 LOC McCabe index: 39 number of parameters: 3 id: 208 unit: bool ConstraintSystem::resolveClosure() file: lib/Sema/CSSimplify.cpp start line: 9177 end line: 9415 size: 143 LOC McCabe index: 33 number of parameters: 3 id: 209 unit: def __init__() file: utils/swift_build_support/swift_build_support/host_specific_configuration.py start line: 0 end line: 0 size: 143 LOC McCabe index: 46 number of parameters: 4 id: 210 unit: GenericSignature GenericSignatureBuilder::rebuildSignatureWithoutRedundantRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 7962 end line: 8155 size: 142 LOC McCabe index: 26 number of parameters: 2 id: 211 unit: NeverNullType TypeResolver::resolveType() file: lib/Sema/TypeCheckType.cpp start line: 2017 end line: 2215 size: 142 LOC McCabe index: 59 number of parameters: 2 id: 212 unit: NodePointer Demangler::demangleImplFunctionType() file: lib/Demangling/Demangler.cpp start line: 1878 end line: 2035 size: 141 LOC McCabe index: 46 number of parameters: 0 id: 213 unit: MetadataResponse irgen::emitGenericTypeMetadataAccessFunction() file: lib/IRGen/MetadataRequest.cpp start line: 2087 end line: 2254 size: 141 LOC McCabe index: 11 number of parameters: 4 id: 214 unit: void Lexer::lexImpl() file: lib/Parse/Lexer.cpp start line: 2382 end line: 2561 size: 141 LOC McCabe index: 131 number of parameters: 0 id: 215 unit: void markAsObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1857 end line: 2054 size: 141 LOC McCabe index: 44 number of parameters: 4 id: 216 unit: void ConformanceChecker::resolveValueWitnesses() file: lib/Sema/TypeCheckProtocol.cpp start line: 4900 end line: 5092 size: 141 LOC McCabe index: 38 number of parameters: 0 id: 217 unit: bool SILParserState::parseDeclSIL() file: lib/SIL/Parser/ParseSIL.cpp start line: 6280 end line: 6448 size: 140 LOC McCabe index: 26 number of parameters: 1 id: 218 unit: void addMethodCall() file: lib/IDE/CodeCompletion.cpp start line: 3116 end line: 3284 size: 138 LOC McCabe index: 40 number of parameters: 3 id: 219 unit: bool RefactoringActionConvertToSwitchStmt::performChange() file: lib/IDE/Refactoring.cpp start line: 2473 end line: 2635 size: 138 LOC McCabe index: 19 number of parameters: 0 id: 220 unit: std::pair ModelASTWalker::walkToExprPre() file: lib/IDE/SyntaxModel.cpp start line: 556 end line: 714 size: 138 LOC McCabe index: 36 number of parameters: 1 id: 221 unit: static void performParallelIRGeneration() file: lib/IRGen/IRGen.cpp start line: 1274 end line: 1472 size: 138 LOC McCabe index: 29 number of parameters: 1 id: 222 unit: bool printAvailability() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 785 end line: 931 size: 138 LOC McCabe index: 42 number of parameters: 2 id: 223 unit: void AbstractionPattern::print() file: lib/SIL/IR/AbstractionPattern.cpp start line: 952 end line: 1094 size: 138 LOC McCabe index: 53 number of parameters: 1 id: 224 unit: void GenericSignature::verify() file: lib/AST/GenericSignature.cpp start line: 786 end line: 959 size: 137 LOC McCabe index: 33 number of parameters: 1 id: 225 unit: size_t swift_dtoa_optimal_binary32_p() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 574 end line: 745 size: 137 LOC McCabe index: 20 number of parameters: 3 id: 226 unit: def main() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 137 LOC McCabe index: 12 number of parameters: 0 id: 227 unit: static bool isSDKNodeEqual() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 821 end line: 966 size: 136 LOC McCabe index: 59 number of parameters: 3 id: 228 unit: bool ConstraintSystem::generateConstraints() file: lib/Sema/CSGen.cpp start line: 3869 end line: 4053 size: 136 LOC McCabe index: 34 number of parameters: 2 id: 229 unit: std::string SILDeclRef::mangle() file: lib/SIL/IR/SILDeclRef.cpp start line: 795 end line: 957 size: 135 LOC McCabe index: 39 number of parameters: 1 id: 230 unit: def __init__() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 135 LOC McCabe index: 1 number of parameters: 1 id: 231 unit: ConcreteDeclRef Expr::getReferencedDecl() file: lib/AST/Expr.cpp start line: 266 end line: 426 size: 134 LOC McCabe index: 9 number of parameters: 1 id: 232 unit: void CodeCompletionResultBuilder::addCallArgument() file: lib/IDE/CodeCompletion.cpp start line: 913 end line: 1075 size: 134 LOC McCabe index: 27 number of parameters: 11 id: 233 unit: int swift::RunImmediately() file: lib/Immediate/Immediate.cpp start line: 209 end line: 383 size: 134 LOC McCabe index: 21 number of parameters: 5 id: 234 unit: void AssociatedTypeInference::findSolutionsRec() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1258 end line: 1458 size: 134 LOC McCabe index: 35 number of parameters: 8 id: 235 unit: def _apply_default_arguments() file: utils/build_swift/build_swift/driver_arguments.py start line: 0 end line: 0 size: 134 LOC McCabe index: 71 number of parameters: 1 id: 236 unit: func emitMappings() file: utils/gen-unicode-data/Sources/GenScalarProps/Mappings.swift start line: 74 end line: 258 size: 134 LOC McCabe index: 16 number of parameters: 3 id: 237 unit: std::pair LangOptions::setTarget() file: lib/Basic/LangOptions.cpp start line: 226 end line: 386 size: 133 LOC McCabe index: 46 number of parameters: 1 id: 238 unit: static CanSILFunctionType getAutoDiffPullbackType() file: lib/SIL/IR/SILFunctionType.cpp start line: 591 end line: 744 size: 133 LOC McCabe index: 24 number of parameters: 6 id: 239 unit: bool ConstraintSystem::simplifyAppliedOverloadsImpl() file: lib/Sema/CSSimplify.cpp start line: 10239 end line: 10441 size: 133 LOC McCabe index: 38 number of parameters: 5 id: 240 unit: FunctionType::ExtInfo ClosureEffectsRequest::evaluate() file: lib/Sema/ConstraintSystem.cpp start line: 2420 end line: 2607 size: 133 LOC McCabe index: 32 number of parameters: 2 id: 241 unit: void IRGenModule::emitRuntimeRegistration() file: lib/IRGen/GenDecl.cpp start line: 620 end line: 792 size: 132 LOC McCabe index: 35 number of parameters: 0 id: 242 unit: void AttributeChecker::visitTransposeAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5341 end line: 5512 size: 132 LOC McCabe index: 23 number of parameters: 1 id: 243 unit: func test() file: validation-test/Sema/large-switch-rdar47365349.swift start line: 37 end line: 212 size: 132 LOC McCabe index: 47 number of parameters: 3 id: 244 unit: CanSILFunctionType SILGenFunction::buildThunkType() file: lib/SILGen/SILGenPoly.cpp start line: 3093 end line: 3266 size: 131 LOC McCabe index: 23 number of parameters: 8 id: 245 unit: void visitVarDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1049 end line: 1207 size: 130 LOC McCabe index: 49 number of parameters: 1 id: 246 unit: void set() file: lib/SILGen/SILGenLValue.cpp start line: 1454 end line: 1624 size: 130 LOC McCabe index: 21 number of parameters: 4 id: 247 unit: void LoopTreeOptimization::analyzeCurrentLoop() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 818 end line: 975 size: 130 LOC McCabe index: 41 number of parameters: 1 id: 248 unit: void ConstraintSystem::bindOverloadType() file: lib/Sema/ConstraintSystem.cpp start line: 2682 end line: 2893 size: 130 LOC McCabe index: 20 number of parameters: 5 id: 249 unit: bool OverrideMatcher::checkOverride() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1116 end line: 1280 size: 130 LOC McCabe index: 33 number of parameters: 2 id: 250 unit: bool readELFSections() file: include/swift/Reflection/ReflectionContext.h start line: 411 end line: 571 size: 129 LOC McCabe index: 28 number of parameters: 2 id: 251 unit: bool isMutatingOrConsuming() file: lib/SIL/Verifier/SILVerifier.cpp start line: 517 end line: 673 size: 129 LOC McCabe index: 56 number of parameters: 1 id: 252 unit: void ResultPlanner::execute() file: lib/SILGen/SILGenPoly.cpp start line: 2755 end line: 2910 size: 129 LOC McCabe index: 24 number of parameters: 2 id: 253 unit: static bool isBarrier() file: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp start line: 51 end line: 203 size: 129 LOC McCabe index: 94 number of parameters: 1 id: 254 unit: bool ObjectOutliner::optimizeObjectAllocation() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 328 end line: 511 size: 129 LOC McCabe index: 29 number of parameters: 1 id: 255 unit: StringRef DeclAttribute::getAttrName() file: lib/AST/Attr.cpp start line: 1234 end line: 1362 size: 128 LOC McCabe index: 54 number of parameters: 0 id: 256 unit: ParserResult Parser::parseTypeTupleBody() file: lib/Parse/ParseType.cpp start line: 1040 end line: 1217 size: 128 LOC McCabe index: 29 number of parameters: 0 id: 257 unit: static SILValue emitCodeForSymbolicValue() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 625 end line: 788 size: 128 LOC McCabe index: 14 number of parameters: 5 id: 258 unit: static SILValue constantFoldBuiltin() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1114 end line: 1289 size: 128 LOC McCabe index: 45 number of parameters: 2 id: 259 unit: static bool fixItOverrideDeclarationTypesImpl() file: lib/Sema/MiscDiagnostics.cpp start line: 2167 end line: 2331 size: 128 LOC McCabe index: 25 number of parameters: 3 id: 260 unit: void Serializer::writeCrossReference() file: lib/Serialization/Serialization.cpp start line: 1804 end line: 1960 size: 128 LOC McCabe index: 20 number of parameters: 2 id: 261 unit: void irgen::emitScalarCheckedCast() file: lib/IRGen/GenCast.cpp start line: 862 end line: 1038 size: 127 LOC McCabe index: 16 number of parameters: 8 id: 262 unit: void SILFunctionBuilder::addFunctionAttributes() file: lib/SIL/IR/SILFunctionBuilder.cpp start line: 45 end line: 224 size: 127 LOC McCabe index: 40 number of parameters: 5 id: 263 unit: bool SILClosureSpecializerTransform::gatherCallSites() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 1126 end line: 1357 size: 127 LOC McCabe index: 43 number of parameters: 3 id: 264 unit: void SILSerializer::writeSILFunction() file: lib/Serialization/SerializeSIL.cpp start line: 422 end line: 589 size: 127 LOC McCabe index: 27 number of parameters: 2 id: 265 unit: Demangle::NodePointer visitFunctionTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 591 end line: 742 size: 127 LOC McCabe index: 26 number of parameters: 1 id: 266 unit: void ASTMangler::appendImplFunctionType() file: lib/AST/ASTMangler.cpp start line: 1759 end line: 1913 size: 126 LOC McCabe index: 35 number of parameters: 3 id: 267 unit: void IRGenerator::emitDynamicReplacements() file: lib/IRGen/GenDecl.cpp start line: 1737 end line: 1904 size: 126 LOC McCabe index: 14 number of parameters: 0 id: 268 unit: bool ValueToDeclInferrer::infer() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 310 end line: 488 size: 126 LOC McCabe index: 25 number of parameters: 4 id: 269 unit: void emitDistributedActorSystemWitnessCall() file: lib/SILOptimizer/Utils/DistributedActor.cpp start line: 55 end line: 211 size: 126 LOC McCabe index: 18 number of parameters: 7 id: 270 unit: static bool diagnoseAmbiguity() file: lib/Sema/ConstraintSystem.cpp start line: 3750 end line: 3914 size: 126 LOC McCabe index: 23 number of parameters: 4 id: 271 unit: bool AssociatedTypeInference::diagnoseNoSolutions() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1726 end line: 1880 size: 126 LOC McCabe index: 25 number of parameters: 2 id: 272 unit: static bool initDocEntityInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 387 end line: 529 size: 126 LOC McCabe index: 39 number of parameters: 7 id: 273 unit: ImportResult VisitBuiltinType() file: lib/ClangImporter/ImportType.cpp start line: 238 end line: 381 size: 125 LOC McCabe index: 103 number of parameters: 1 id: 274 unit: Type visitKeyPathExpr() file: lib/Sema/CSGen.cpp start line: 3199 end line: 3371 size: 125 LOC McCabe index: 22 number of parameters: 1 id: 275 unit: const llvm::function_ref() file: lib/Sema/TypeCheckAttr.cpp start line: 3979 end line: 4136 size: 125 LOC McCabe index: 23 number of parameters: 1 id: 276 unit: void Solution::dump() file: lib/Sema/TypeCheckConstraints.cpp start line: 940 end line: 1080 size: 125 LOC McCabe index: 26 number of parameters: 1 id: 277 unit: static Type diagnoseUnknownType() file: lib/Sema/TypeCheckType.cpp start line: 1122 end line: 1300 size: 125 LOC McCabe index: 18 number of parameters: 5 id: 278 unit: void AttributeChecker::visitObjCAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1063 end line: 1215 size: 124 LOC McCabe index: 43 number of parameters: 1 id: 279 unit: static Type inferResultBuilderType() file: lib/Sema/TypeCheckRequestFunctions.cpp start line: 181 end line: 353 size: 124 LOC McCabe index: 23 number of parameters: 1 id: 280 unit: int main() file: tools/sil-func-extractor/SILFunctionExtractor.cpp start line: 228 end line: 387 size: 124 LOC McCabe index: 19 number of parameters: 2 id: 281 unit: static void run() file: utils/test-clustered-bit-vector/generator.cpp start line: 44 end line: 180 size: 124 LOC McCabe index: 19 number of parameters: 0 id: 282 unit: PrintOptions PrintOptions::printSwiftInterfaceFile() file: lib/AST/ASTPrinter.cpp start line: 116 end line: 273 size: 123 LOC McCabe index: 31 number of parameters: 4 id: 283 unit: static ImportedType adjustTypeForConcreteImport() file: lib/ClangImporter/ImportType.cpp start line: 1390 end line: 1575 size: 123 LOC McCabe index: 51 number of parameters: 7 id: 284 unit: NodePointer Demangler::demangleFuncSpecParam() file: lib/Demangling/Demangler.cpp start line: 2848 end line: 2976 size: 123 LOC McCabe index: 30 number of parameters: 1 id: 285 unit: void swift::getEdgeArgs() file: lib/SIL/Utils/BasicBlockUtils.cpp start line: 111 end line: 255 size: 123 LOC McCabe index: 37 number of parameters: 4 id: 286 unit: void SILGenFunction::emitValueConstructor() file: lib/SILGen/SILGenConstructor.cpp start line: 318 end line: 504 size: 123 LOC McCabe index: 20 number of parameters: 1 id: 287 unit: void Serializer::writeAllDeclsAndTypes() file: lib/Serialization/Serialization.cpp start line: 4898 end line: 5035 size: 123 LOC McCabe index: 2 number of parameters: 0 id: 288 unit: int parseArgs() file: lib/DriverTool/swift_api_extract_main.cpp start line: 50 end line: 197 size: 122 LOC McCabe index: 25 number of parameters: 1 id: 289 unit: static bool performSingleBasicBlockAnalysis() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1866 end line: 2040 size: 122 LOC McCabe index: 12 number of parameters: 3 id: 290 unit: bool swift::diagnoseArgumentLabelError() file: lib/Sema/MiscDiagnostics.cpp start line: 1825 end line: 1984 size: 122 LOC McCabe index: 36 number of parameters: 5 id: 291 unit: llvm::Error ModuleFile::readGenericRequirementsChecked() file: lib/Serialization/Deserialization.cpp start line: 749 end line: 890 size: 122 LOC McCabe index: 26 number of parameters: 2 id: 292 unit: static void addDeclKeywords() file: lib/IDE/CodeCompletion.cpp start line: 6057 end line: 6206 size: 121 LOC McCabe index: 55 number of parameters: 4 id: 293 unit: void CodeCompletionCallbacksImpl::addKeywords() file: lib/IDE/CodeCompletion.cpp start line: 6278 end line: 6417 size: 121 LOC McCabe index: 52 number of parameters: 2 id: 294 unit: CanType handleGenericNominalType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1507 end line: 1671 size: 121 LOC McCabe index: 26 number of parameters: 3 id: 295 unit: void visitApplyInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 824 end line: 983 size: 121 LOC McCabe index: 20 number of parameters: 1 id: 296 unit: bool WitnessChecker::findBestWitness() file: lib/Sema/TypeCheckProtocol.cpp start line: 1322 end line: 1481 size: 121 LOC McCabe index: 36 number of parameters: 7 id: 297 unit: static bool performCompileStepsPostSILGen() file: lib/FrontendTool/FrontendTool.cpp start line: 1540 end line: 1721 size: 120 LOC McCabe index: 36 number of parameters: 6 id: 298 unit: static bool printModuleInterfaceDecl() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 236 end line: 376 size: 120 LOC McCabe index: 39 number of parameters: 5 id: 299 unit: void MemoryToRegisters::removeSingleBlockAllocation() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1534 end line: 1704 size: 120 LOC McCabe index: 37 number of parameters: 1 id: 300 unit: static bool tryToSpeculateTarget() file: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp start line: 371 end line: 584 size: 120 LOC McCabe index: 27 number of parameters: 3 id: 301 unit: Optional shouldMarkAsObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1323 end line: 1496 size: 120 LOC McCabe index: 59 number of parameters: 2 id: 302 unit: func checkToUTF8() file: validation-test/stdlib/StringViews.swift start line: 91 end line: 244 size: 120 LOC McCabe index: 3 number of parameters: 3 id: 303 unit: bool Expr::isValidParentOfTypeExpr() file: lib/AST/Expr.cpp start line: 790 end line: 919 size: 119 LOC McCabe index: 111 number of parameters: 1 id: 304 unit: void swift::performLLVMOptimizations() file: lib/IRGen/IRGen.cpp start line: 214 end line: 377 size: 119 LOC McCabe index: 31 number of parameters: 3 id: 305 unit: void swift::visitAccessedAddress() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2458 end line: 2595 size: 119 LOC McCabe index: 75 number of parameters: 2 id: 306 unit: void verifyFlowSensitiveRules() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5463 end line: 5622 size: 119 LOC McCabe index: 31 number of parameters: 1 id: 307 unit: static void emitImplicitValueConstructor() file: lib/SILGen/SILGenConstructor.cpp start line: 154 end line: 316 size: 119 LOC McCabe index: 20 number of parameters: 2 id: 308 unit: void SILGenFunction::emitProtocolWitness() file: lib/SILGen/SILGenPoly.cpp start line: 4654 end line: 4824 size: 119 LOC McCabe index: 14 number of parameters: 8 id: 309 unit: void GenericSignatureBuilder::diagnoseRedundantRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 6710 end line: 6873 size: 118 LOC McCabe index: 31 number of parameters: 1 id: 310 unit: bool RefactoringActionExtractFunction::performChange() file: lib/IDE/Refactoring.cpp start line: 1240 end line: 1398 size: 118 LOC McCabe index: 31 number of parameters: 0 id: 311 unit: std::pair ModelASTWalker::walkToStmtPre() file: lib/IDE/SyntaxModel.cpp start line: 724 end line: 856 size: 118 LOC McCabe index: 27 number of parameters: 1 id: 312 unit: bool LinkEntity::isWeakImported() file: lib/IRGen/Linking.cpp start line: 1111 end line: 1242 size: 118 LOC McCabe index: 88 number of parameters: 1 id: 313 unit: void SymbolicValue::print() file: lib/SIL/IR/SILConstants.cpp start line: 42 end line: 159 size: 118 LOC McCabe index: 24 number of parameters: 2 id: 314 unit: void FunctionSideEffects::analyzeInstruction() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 505 end line: 633 size: 118 LOC McCabe index: 37 number of parameters: 1 id: 315 unit: int parseArgs() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2225 end line: 2351 size: 117 LOC McCabe index: 21 number of parameters: 1 id: 316 unit: bool ide::initInvocationByClangArguments() file: lib/IDE/Utils.cpp start line: 421 end line: 554 size: 117 LOC McCabe index: 29 number of parameters: 3 id: 317 unit: void SILGenFunction::emitOptionalEvaluation() file: lib/SILGen/SILGenExpr.cpp start line: 4850 end line: 5051 size: 117 LOC McCabe index: 29 number of parameters: 6 id: 318 unit: bool isSubspace() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 289 end line: 436 size: 117 LOC McCabe index: 23 number of parameters: 2 id: 319 unit: Type TypeResolution::resolveTypeInContext() file: lib/Sema/TypeCheckType.cpp start line: 302 end line: 466 size: 117 LOC McCabe index: 41 number of parameters: 3 id: 320 unit: void Serializer::writeHeader() file: lib/Serialization/Serialization.cpp start line: 961 end line: 1110 size: 117 LOC McCabe index: 21 number of parameters: 1 id: 321 unit: static void demangle() file: tools/swift-demangle/swift-demangle.cpp start line: 131 end line: 253 size: 117 LOC McCabe index: 31 number of parameters: 4 id: 322 unit: bool splay() file: include/swift/Basic/SuccessorMap.h start line: 178 end line: 363 size: 116 LOC McCabe index: 22 number of parameters: 1 id: 323 unit: DescriptiveDeclKind Decl::getDescriptiveKind() file: lib/AST/Decl.cpp start line: 147 end line: 284 size: 116 LOC McCabe index: 37 number of parameters: 0 id: 324 unit: bool swift::omitNeedlessWords() file: lib/Basic/StringExtras.cpp start line: 1206 end line: 1362 size: 116 LOC McCabe index: 39 number of parameters: 12 id: 325 unit: void IRGenDebugInfoImpl::emitVariableDeclaration() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2485 end line: 2634 size: 116 LOC McCabe index: 41 number of parameters: 8 id: 326 unit: ParserStatus Parser::parseDeclAttribute() file: lib/Parse/ParseDecl.cpp start line: 3063 end line: 3229 size: 116 LOC McCabe index: 30 number of parameters: 4 id: 327 unit: void SILDeclRef::print() file: lib/SIL/IR/SILPrinter.cpp start line: 265 end line: 386 size: 116 LOC McCabe index: 38 number of parameters: 1 id: 328 unit: static void lookupVisibleMemberDeclsImpl() file: lib/Sema/LookupVisibleDecls.cpp start line: 601 end line: 778 size: 116 LOC McCabe index: 29 number of parameters: 7 id: 329 unit: ResolveWitnessResult ConformanceChecker::resolveTypeWitnessViaLookup() file: lib/Sema/TypeCheckProtocol.cpp start line: 4651 end line: 4831 size: 116 LOC McCabe index: 29 number of parameters: 1 id: 330 unit: bool walkToSubStructurePre() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1265 end line: 1395 size: 116 LOC McCabe index: 24 number of parameters: 1 id: 331 unit: void IRGenSILFunction::visitFullApplySite() file: lib/IRGen/IRGenSIL.cpp start line: 3173 end line: 3338 size: 115 LOC McCabe index: 19 number of parameters: 1 id: 332 unit: bool LifetimeChecker::diagnoseMethodCall() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1845 end line: 2020 size: 115 LOC McCabe index: 40 number of parameters: 2 id: 333 unit: bool ConditionForwarding::tryOptimize() file: lib/SILOptimizer/Transforms/ConditionForwarding.cpp start line: 158 end line: 329 size: 115 LOC McCabe index: 32 number of parameters: 1 id: 334 unit: void ConformanceChecker::recordTypeWitness() file: lib/Sema/TypeCheckProtocol.cpp start line: 3343 end line: 3496 size: 115 LOC McCabe index: 21 number of parameters: 3 id: 335 unit: static Space projectPattern() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 1428 end line: 1572 size: 115 LOC McCabe index: 31 number of parameters: 1 id: 336 unit: Type TypeResolution::applyUnboundGenericArguments() file: lib/Sema/TypeCheckType.cpp start line: 817 end line: 991 size: 115 LOC McCabe index: 33 number of parameters: 4 id: 337 unit: int doDumpHeapInstance() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 702 end line: 823 size: 115 LOC McCabe index: 26 number of parameters: 1 id: 338 unit: void analyzeExpr() file: lib/IDE/ExprContextAnalysis.cpp start line: 991 end line: 1127 size: 114 LOC McCabe index: 40 number of parameters: 1 id: 339 unit: static CanSILFunctionType getAutoDiffDifferentialType() file: lib/SIL/IR/SILFunctionType.cpp start line: 452 end line: 587 size: 114 LOC McCabe index: 15 number of parameters: 6 id: 340 unit: RValue RValueEmitter::visitKeyPathExpr() file: lib/SILGen/SILGenExpr.cpp start line: 3656 end line: 3791 size: 114 LOC McCabe index: 25 number of parameters: 2 id: 341 unit: bool checkApply() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2152 end line: 2302 size: 114 LOC McCabe index: 30 number of parameters: 1 id: 342 unit: void visitClassDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2447 end line: 2609 size: 114 LOC McCabe index: 36 number of parameters: 1 id: 343 unit: void Serializer::writeInputBlock() file: lib/Serialization/Serialization.cpp start line: 1145 end line: 1285 size: 114 LOC McCabe index: 19 number of parameters: 1 id: 344 unit: void EditorDiagConsumer::handleDiagnostic() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 80 end line: 233 size: 114 LOC McCabe index: 32 number of parameters: 2 id: 345 unit: init() file: benchmark/utils/DriverUtils.swift start line: 128 end line: 264 size: 113 LOC McCabe index: 4 number of parameters: 1 id: 346 unit: template bool readMachOSections() file: include/swift/Reflection/ReflectionContext.h start line: 156 end line: 292 size: 113 LOC McCabe index: 22 number of parameters: 1 id: 347 unit: void emitValueSwitch() file: lib/IRGen/GenEnum.cpp start line: 2026 end line: 2190 size: 113 LOC McCabe index: 25 number of parameters: 5 id: 348 unit: ParserStatus Parser::parseLineDirective() file: lib/Parse/ParseDecl.cpp start line: 5529 end line: 5671 size: 113 LOC McCabe index: 29 number of parameters: 1 id: 349 unit: bool SILParser::parseSILDeclRef() file: lib/SIL/Parser/ParseSIL.cpp start line: 1507 end line: 1642 size: 113 LOC McCabe index: 45 number of parameters: 2 id: 350 unit: void SILSerializer::writeSILBlock() file: lib/Serialization/SerializeSIL.cpp start line: 2838 end line: 2997 size: 113 LOC McCabe index: 36 number of parameters: 1 id: 351 unit: static void resolveCursorFromUSR() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1972 end line: 2103 size: 113 LOC McCabe index: 10 number of parameters: 9 id: 352 unit: static bool readCachedModule() file: lib/IDE/CodeCompletionCache.cpp start line: 109 end line: 244 size: 112 LOC McCabe index: 13 number of parameters: 4 id: 353 unit: static void addValueWitness() file: lib/IRGen/GenValueWitness.cpp start line: 879 end line: 1004 size: 112 LOC McCabe index: 39 number of parameters: 8 id: 354 unit: AbstractionPattern AbstractionPattern::getFunctionResultType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 477 end line: 608 size: 112 LOC McCabe index: 35 number of parameters: 0 id: 355 unit: static ManagedValue emitCBridgedToNativeValue() file: lib/SILGen/SILGenBridging.cpp start line: 1023 end line: 1172 size: 112 LOC McCabe index: 24 number of parameters: 10 id: 356 unit: void PotentialBindings::infer() file: lib/Sema/CSBindings.cpp start line: 1348 end line: 1511 size: 112 LOC McCabe index: 50 number of parameters: 1 id: 357 unit: Type visitDictionaryExpr() file: lib/Sema/CSGen.cpp start line: 1889 end line: 2047 size: 112 LOC McCabe index: 22 number of parameters: 1 id: 358 unit: static ObjCSelector inferObjCName() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1691 end line: 1850 size: 112 LOC McCabe index: 27 number of parameters: 1 id: 359 unit: static void initDocGenericParams() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 248 end line: 385 size: 112 LOC McCabe index: 38 number of parameters: 4 id: 360 unit: static void dumpProtocolConformanceRec() file: lib/AST/ASTDumper.cpp start line: 3211 end line: 3339 size: 111 LOC McCabe index: 18 number of parameters: 4 id: 361 unit: bool ModuleInterfaceBuilder::buildSwiftModuleInternal() file: lib/Frontend/ModuleInterfaceBuilder.cpp start line: 182 end line: 319 size: 111 LOC McCabe index: 16 number of parameters: 4 id: 362 unit: ParserResult Parser::parseIfConfig() file: lib/Parse/ParseIfConfig.cpp start line: 693 end line: 836 size: 111 LOC McCabe index: 32 number of parameters: 2 id: 363 unit: void SILGenFunction::emitCatchDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 2994 end line: 3191 size: 111 LOC McCabe index: 24 number of parameters: 4 id: 364 unit: void AttributeChecker::visitCustomAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 3094 end line: 3250 size: 111 LOC McCabe index: 28 number of parameters: 1 id: 365 unit: void ConformanceChecker::checkNonFinalClassWitness() file: lib/Sema/TypeCheckProtocol.cpp start line: 4017 end line: 4160 size: 111 LOC McCabe index: 22 number of parameters: 2 id: 366 unit: Expected ModuleFile::readPattern() file: lib/Serialization/Deserialization.cpp start line: 254 end line: 393 size: 111 LOC McCabe index: 15 number of parameters: 1 id: 367 unit: void irgen::emitCacheAccessFunction() file: lib/IRGen/MetadataRequest.cpp start line: 1847 end line: 2032 size: 110 LOC McCabe index: 18 number of parameters: 6 id: 368 unit: void PullbackCloner::Implementation::visitSILBasicBlock() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2413 end line: 2569 size: 110 LOC McCabe index: 21 number of parameters: 1 id: 369 unit: bool ABCOpt::processLoop() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 1133 end line: 1277 size: 110 LOC McCabe index: 35 number of parameters: 1 id: 370 unit: static std::pair getTypeDepthAndWidth() file: lib/SILOptimizer/Utils/Generics.cpp start line: 87 end line: 201 size: 110 LOC McCabe index: 20 number of parameters: 1 id: 371 unit: static void lookupVisibleDeclsImpl() file: lib/Sema/LookupVisibleDecls.cpp start line: 1177 end line: 1322 size: 110 LOC McCabe index: 39 number of parameters: 4 id: 372 unit: void visitPatternBindingDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1944 end line: 2099 size: 110 LOC McCabe index: 35 number of parameters: 1 id: 373 unit: def main() file: utils/incrparse/validate_parse.py start line: 0 end line: 0 size: 110 LOC McCabe index: 10 number of parameters: 0 id: 374 unit: func contextMenuHelper() file: utils/parser-lib/profile-input.swift start line: 2037 end line: 2173 size: 110 LOC McCabe index: 11 number of parameters: 3 id: 375 unit: NodePointer demangleGenericRequirement() file: lib/Demangling/OldDemangler.cpp start line: 1603 end line: 1720 size: 109 LOC McCabe index: 34 number of parameters: 1 id: 376 unit: void render() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 476 end line: 624 size: 109 LOC McCabe index: 30 number of parameters: 2 id: 377 unit: ParsedTrivia TriviaLexer::lexTrivia() file: lib/Parse/Lexer.cpp start line: 2914 end line: 3044 size: 109 LOC McCabe index: 39 number of parameters: 1 id: 378 unit: void ApplyRewriter::convertApplyWithIndirectResults() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 880 end line: 1036 size: 109 LOC McCabe index: 18 number of parameters: 0 id: 379 unit: static bool canSynthesize() file: lib/Sema/DerivedConformanceCodable.cpp start line: 1853 end line: 1996 size: 109 LOC McCabe index: 21 number of parameters: 3 id: 380 unit: ConstraintResult GenericSignatureBuilder::addTypeRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 4429 end line: 4573 size: 108 LOC McCabe index: 32 number of parameters: 5 id: 381 unit: void LoadableByAddress::recreateSingleApply() file: lib/IRGen/LoadableByAddress.cpp start line: 2485 end line: 2610 size: 108 LOC McCabe index: 20 number of parameters: 2 id: 382 unit: static bool fixupReferenceCounts() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 65 end line: 265 size: 108 LOC McCabe index: 17 number of parameters: 6 id: 383 unit: void emitDiagnostics() file: lib/SILOptimizer/Mandatory/YieldOnceCheck.cpp start line: 337 end line: 520 size: 108 LOC McCabe index: 21 number of parameters: 3 id: 384 unit: void visitConstructorDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 3043 end line: 3185 size: 108 LOC McCabe index: 30 number of parameters: 1 id: 385 unit: void ASTMangler::appendContext() file: lib/AST/ASTMangler.cpp start line: 2097 end line: 2239 size: 107 LOC McCabe index: 30 number of parameters: 2 id: 386 unit: bool ShouldPrintChecker::shouldPrint() file: lib/AST/ASTPrinter.cpp start line: 1855 end line: 1992 size: 107 LOC McCabe index: 53 number of parameters: 2 id: 387 unit: void TypeLayoutEntry::storeEnumTagSinglePayloadGeneric() file: lib/IRGen/TypeLayout.cpp start line: 451 end line: 587 size: 107 LOC McCabe index: 1 number of parameters: 5 id: 388 unit: static void buildFuncToBlockInvokeBody() file: lib/SILGen/SILGenBridging.cpp start line: 367 end line: 506 size: 107 LOC McCabe index: 21 number of parameters: 8 id: 389 unit: void LifetimeChecker::handleStoreUse() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1267 end line: 1433 size: 107 LOC McCabe index: 38 number of parameters: 1 id: 390 unit: bool DataflowState::cleanupAllDestroyAddr() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1423 end line: 1564 size: 107 LOC McCabe index: 21 number of parameters: 8 id: 391 unit: Type ConstraintSystem::getEffectiveOverloadType() file: lib/Sema/ConstraintSystem.cpp start line: 2054 end line: 2200 size: 107 LOC McCabe index: 40 number of parameters: 4 id: 392 unit: Status ModuleFile::associateWithFileContext() file: lib/Serialization/ModuleFile.cpp start line: 124 end line: 274 size: 107 LOC McCabe index: 38 number of parameters: 3 id: 393 unit: func checkToUnicodeScalar() file: validation-test/stdlib/StringViews.swift start line: 365 end line: 503 size: 107 LOC McCabe index: 1 number of parameters: 3 id: 394 unit: Explosion NativeConventionSchema::mapIntoNative() file: lib/IRGen/GenCall.cpp start line: 4569 end line: 4707 size: 106 LOC McCabe index: 19 number of parameters: 5 id: 395 unit: StringRef Lexer::lexTrivia() file: lib/Parse/Lexer.cpp start line: 2588 end line: 2706 size: 106 LOC McCabe index: 122 number of parameters: 2 id: 396 unit: bool Parser::parseDeclModifierList() file: lib/Parse/ParseDecl.cpp start line: 3722 end line: 3868 size: 106 LOC McCabe index: 21 number of parameters: 4 id: 397 unit: ParserResult Parser::parseStmtForEach() file: lib/Parse/ParseStmt.cpp start line: 2176 end line: 2307 size: 106 LOC McCabe index: 25 number of parameters: 1 id: 398 unit: void checkPartialApplyInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1784 end line: 1934 size: 106 LOC McCabe index: 13 number of parameters: 1 id: 399 unit: void CodeCompletionOrganizer::Impl::addCompletionsWithFilter() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 456 end line: 584 size: 106 LOC McCabe index: 51 number of parameters: 5 id: 400 unit: void IRGenModule::emitCoverageMapping() file: lib/IRGen/GenCoverage.cpp start line: 45 end line: 176 size: 105 LOC McCabe index: 11 number of parameters: 0 id: 401 unit: bool irgen::isSpecializedNominalTypeMetadataStaticallyAddressable() file: lib/IRGen/MetadataRequest.cpp start line: 728 end line: 854 size: 105 LOC McCabe index: 25 number of parameters: 5 id: 402 unit: bool applyInitDelegation() file: lib/SILGen/SILGenApply.cpp start line: 1400 end line: 1547 size: 105 LOC McCabe index: 28 number of parameters: 1 id: 403 unit: static FullApplySite speculateMonomorphicTarget() file: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp start line: 125 end line: 269 size: 105 LOC McCabe index: 16 number of parameters: 4 id: 404 unit: bool ConstraintSystem::diagnoseAmbiguityWithFixes() file: lib/Sema/ConstraintSystem.cpp start line: 4050 end line: 4199 size: 105 LOC McCabe index: 24 number of parameters: 1 id: 405 unit: void TypeChecker::checkReferencedGenericParams() file: lib/Sema/TypeCheckGeneric.cpp start line: 343 end line: 512 size: 105 LOC McCabe index: 26 number of parameters: 1 id: 406 unit: NodePointer Demangler::demangleGenericRequirement() file: lib/Demangling/Demangler.cpp start line: 3534 end line: 3644 size: 104 LOC McCabe index: 40 number of parameters: 0 id: 407 unit: bool analyzeApplyExpr() file: lib/IDE/ExprContextAnalysis.cpp start line: 852 end line: 989 size: 104 LOC McCabe index: 40 number of parameters: 1 id: 408 unit: void emitTangentForApplyInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 1219 end line: 1345 size: 104 LOC McCabe index: 19 number of parameters: 3 id: 409 unit: CanSILFunctionType buildThunkType() file: lib/SILOptimizer/Differentiation/Thunk.cpp start line: 110 end line: 251 size: 104 LOC McCabe index: 23 number of parameters: 7 id: 410 unit: Optional TypeChecker::applyResultBuilderBodyTransform() file: lib/Sema/BuilderTransform.cpp start line: 1608 end line: 1753 size: 104 LOC McCabe index: 23 number of parameters: 2 id: 411 unit: bool swift::diagnoseExplicitUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 2613 end line: 2747 size: 104 LOC McCabe index: 25 number of parameters: 5 id: 412 unit: class alignas() file: include/swift/AST/ProtocolConformance.h start line: 94 end line: 314 size: 103 LOC McCabe index: 15 number of parameters: 1 id: 413 unit: ConformanceLookupTable::Ordering ConformanceLookupTable::compareConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 529 end line: 689 size: 103 LOC McCabe index: 43 number of parameters: 3 id: 414 unit: bool CompilerInstance::setUpModuleLoaders() file: lib/Frontend/Frontend.cpp start line: 512 end line: 629 size: 103 LOC McCabe index: 16 number of parameters: 0 id: 415 unit: Explosion NativeConventionSchema::mapFromNative() file: lib/IRGen/GenCall.cpp start line: 4434 end line: 4567 size: 103 LOC McCabe index: 18 number of parameters: 4 id: 416 unit: bool handleSpecialCases() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 583 end line: 712 size: 103 LOC McCabe index: 22 number of parameters: 3 id: 417 unit: static void diff_cleanupMerge() file: lib/Migrator/Diff.h start line: 1238 end line: 1360 size: 103 LOC McCabe index: 28 number of parameters: 1 id: 418 unit: ParserResult Parser::parseExprStringLiteral() file: lib/Parse/ParseExpr.cpp start line: 1971 end line: 2123 size: 103 LOC McCabe index: 10 number of parameters: 0 id: 419 unit: bool SILValueOwnershipChecker::gatherUsers() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 271 end line: 465 size: 103 LOC McCabe index: 22 number of parameters: 2 id: 420 unit: void SILGenFunction::emitSwitchStmt() file: lib/SILGen/SILGenPattern.cpp start line: 2769 end line: 2939 size: 103 LOC McCabe index: 16 number of parameters: 1 id: 421 unit: SILValue DifferentiationTransformer::promoteToDifferentiableFunction() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 1082 end line: 1216 size: 103 LOC McCabe index: 15 number of parameters: 4 id: 422 unit: NullablePtr visitIfStmt() file: lib/Sema/BuilderTransform.cpp start line: 1265 end line: 1399 size: 103 LOC McCabe index: 13 number of parameters: 2 id: 423 unit: static void diagnoseClassWithoutInitializers() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1280 end line: 1431 size: 103 LOC McCabe index: 27 number of parameters: 1 id: 424 unit: void print() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1833 end line: 1945 size: 103 LOC McCabe index: 35 number of parameters: 3 id: 425 unit: static void addCursorSymbolInfo() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1856 end line: 1967 size: 103 LOC McCabe index: 32 number of parameters: 2 id: 426 unit: static void writeCachedModule() file: lib/IDE/CodeCompletionCache.cpp start line: 268 end line: 389 size: 102 LOC McCabe index: 12 number of parameters: 3 id: 427 unit: static void externalizeArguments() file: lib/IRGen/GenCall.cpp start line: 3499 end line: 3638 size: 102 LOC McCabe index: 25 number of parameters: 6 id: 428 unit: ParserStatus Parser::parseGenericWhereClause() file: lib/Parse/ParseGeneric.cpp start line: 259 end line: 386 size: 102 LOC McCabe index: 24 number of parameters: 4 id: 429 unit: void BindingSet::inferTransitiveProtocolRequirements() file: lib/Sema/CSBindings.cpp start line: 239 end line: 397 size: 102 LOC McCabe index: 21 number of parameters: 1 id: 430 unit: void PreCheckExpression::resolveKeyPathExpr() file: lib/Sema/PreCheckExpr.cpp start line: 1891 end line: 2035 size: 102 LOC McCabe index: 26 number of parameters: 1 id: 431 unit: bool checkMemberReference() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2627 end line: 2768 size: 102 LOC McCabe index: 38 number of parameters: 5 id: 432 unit: SmallVector OverrideMatcher::match() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 871 end line: 1011 size: 102 LOC McCabe index: 33 number of parameters: 1 id: 433 unit: Type PatternTypeRequest::evaluate() file: lib/Sema/TypeCheckPattern.cpp start line: 786 end line: 928 size: 102 LOC McCabe index: 29 number of parameters: 2 id: 434 unit: Expected deserializeConstructor() file: lib/Serialization/Deserialization.cpp start line: 2820 end line: 2942 size: 102 LOC McCabe index: 21 number of parameters: 2 id: 435 unit: NodePointer NodePrinter::printEntity() file: lib/Demangling/NodePrinter.cpp start line: 2957 end line: 3075 size: 101 LOC McCabe index: 45 number of parameters: 8 id: 436 unit: void CodeCompletionString::print() file: lib/IDE/CodeCompletion.cpp start line: 144 end line: 247 size: 101 LOC McCabe index: 60 number of parameters: 1 id: 437 unit: Address IRGenModule::getAddrOfSILGlobalVariable() file: lib/IRGen/GenDecl.cpp start line: 2460 end line: 2586 size: 101 LOC McCabe index: 15 number of parameters: 3 id: 438 unit: void irgen::storeFixedTypeEnumTagSinglePayload() file: lib/IRGen/GenType.cpp start line: 775 end line: 907 size: 101 LOC McCabe index: 4 number of parameters: 9 id: 439 unit: static void parseGuardedPattern() file: lib/Parse/ParseStmt.cpp start line: 1038 end line: 1172 size: 101 LOC McCabe index: 23 number of parameters: 6 id: 440 unit: void write() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 483 end line: 610 size: 101 LOC McCabe index: 30 number of parameters: 0 id: 441 unit: SILLinkage SILDeclRef::getLinkage() file: lib/SIL/IR/SILDeclRef.cpp start line: 262 end line: 433 size: 101 LOC McCabe index: 45 number of parameters: 1 id: 442 unit: void StmtEmitter::visitBraceStmt() file: lib/SILGen/SILGenStmt.cpp start line: 276 end line: 425 size: 101 LOC McCabe index: 37 number of parameters: 1 id: 443 unit: SILValue PullbackCloner::Implementation::getAdjointProjection() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2767 end line: 2894 size: 101 LOC McCabe index: 25 number of parameters: 2 id: 444 unit: bool TypeRef::deriveSubstitutions() file: stdlib/public/Reflection/TypeRef.cpp start line: 1339 end line: 1477 size: 101 LOC McCabe index: 37 number of parameters: 3 id: 445 unit: bool decodeMangledFunctionInputType() file: include/swift/Demangling/TypeDecoder.h start line: 1435 end line: 1560 size: 100 LOC McCabe index: 23 number of parameters: 4 id: 446 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1472 end line: 1608 size: 100 LOC McCabe index: 17 number of parameters: 1 id: 447 unit: static int run_driver() file: lib/DriverTool/driver.cpp start line: 186 end line: 315 size: 100 LOC McCabe index: 22 number of parameters: 2 id: 448 unit: bool swift::emitLoadedModuleTraceIfNeeded() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 693 end line: 818 size: 100 LOC McCabe index: 19 number of parameters: 4 id: 449 unit: void LargeValueVisitor::mapValueStorage() file: lib/IRGen/LoadableByAddress.cpp start line: 648 end line: 749 size: 100 LOC McCabe index: 33 number of parameters: 0 id: 450 unit: bool PullbackCloner::Implementation::runForSemanticMemberGetter() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2590 end line: 2703 size: 100 LOC McCabe index: 14 number of parameters: 0 id: 451 unit: static bool fixupCopyBlockWithoutEscaping() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 799 end line: 970 size: 100 LOC McCabe index: 11 number of parameters: 3 id: 452 unit: SILValue LifetimeChecker::handleConditionalInitAssign() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2774 end line: 2936 size: 100 LOC McCabe index: 18 number of parameters: 0 id: 453 unit: void addFunctionPasses() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 342 end line: 522 size: 100 LOC McCabe index: 18 number of parameters: 2 id: 454 unit: bool CSE::canHandle() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 1060 end line: 1190 size: 100 LOC McCabe index: 69 number of parameters: 1 id: 455 unit: bool ReabstractionInfo::prepareAndCheck() file: lib/SILOptimizer/Utils/Generics.cpp start line: 406 end line: 542 size: 100 LOC McCabe index: 26 number of parameters: 4 id: 456 unit: bool RValueTreatedAsLValueFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1533 end line: 1654 size: 100 LOC McCabe index: 33 number of parameters: 0 id: 457 unit: static Type resolveNestedIdentTypeComponent() file: lib/Sema/TypeCheckType.cpp start line: 1524 end line: 1663 size: 100 LOC McCabe index: 28 number of parameters: 5 id: 458 unit: Expected deserializeSubscript() file: lib/Serialization/Deserialization.cpp start line: 3982 end line: 4103 size: 100 LOC McCabe index: 16 number of parameters: 2 id: 459 unit: NodePointer Demangler::demangleMetatype() file: lib/Demangling/Demangler.cpp start line: 2037 end line: 2135 size: 99 LOC McCabe index: 39 number of parameters: 0 id: 460 unit: static bool performAction() file: lib/FrontendTool/FrontendTool.cpp start line: 1176 end line: 1290 size: 99 LOC McCabe index: 38 number of parameters: 3 id: 461 unit: void DistributedAccessor::emit() file: lib/IRGen/GenDistributed.cpp start line: 483 end line: 635 size: 99 LOC McCabe index: 6 number of parameters: 0 id: 462 unit: void IRGenFunction::emitAwaitAsyncContinuation() file: lib/IRGen/IRGenFunction.cpp start line: 684 end line: 811 size: 99 LOC McCabe index: 7 number of parameters: 6 id: 463 unit: void ClosureSpecCloner::populateCloned() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 788 end line: 934 size: 99 LOC McCabe index: 19 number of parameters: 0 id: 464 unit: bool PerformanceDiagnostics::visitInst() file: lib/SILOptimizer/Mandatory/PerformanceDiagnostics.cpp start line: 157 end line: 271 size: 99 LOC McCabe index: 27 number of parameters: 3 id: 465 unit: void SILPassManager::runPassOnFunction() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 404 end line: 531 size: 99 LOC McCabe index: 31 number of parameters: 2 id: 466 unit: static ApplySite replaceWithSpecializedCallee() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2042 end line: 2158 size: 99 LOC McCabe index: 11 number of parameters: 3 id: 467 unit: void visitFuncDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2755 end line: 2882 size: 99 LOC McCabe index: 31 number of parameters: 1 id: 468 unit: func emitNormData() file: utils/gen-unicode-data/Sources/GenNormalization/NormData.swift start line: 15 end line: 154 size: 99 LOC McCabe index: 9 number of parameters: 2 id: 469 unit: ResolvedType GenericSignatureBuilder::maybeResolveEquivalenceClass() file: lib/AST/GenericSignatureBuilder.cpp start line: 3555 end line: 3692 size: 98 LOC McCabe index: 28 number of parameters: 3 id: 470 unit: ReferenceCounting TypeBase::getReferenceCounting() file: lib/AST/Type.cpp start line: 5698 end line: 5810 size: 98 LOC McCabe index: 58 number of parameters: 0 id: 471 unit: void printFunctionType() file: lib/Demangling/NodePrinter.cpp start line: 787 end line: 894 size: 98 LOC McCabe index: 28 number of parameters: 3 id: 472 unit: void gatherArgumentsFromApply() file: lib/IRGen/GenFunc.cpp start line: 784 end line: 902 size: 98 LOC McCabe index: 14 number of parameters: 1 id: 473 unit: CanSILFunctionType substSILFunctionType() file: lib/SIL/IR/SILFunctionType.cpp start line: 3598 end line: 3774 size: 98 LOC McCabe index: 25 number of parameters: 2 id: 474 unit: void emitConditional() file: lib/SILGen/SILGenDynamicCast.cpp start line: 119 end line: 249 size: 98 LOC McCabe index: 20 number of parameters: 5 id: 475 unit: Optional swift::computeSignBit() file: lib/SILOptimizer/Analysis/ValueTracking.cpp start line: 160 end line: 329 size: 98 LOC McCabe index: 35 number of parameters: 1 id: 476 unit: static Optional applySolutionToForEachStmt() file: lib/Sema/CSApply.cpp start line: 8453 end line: 8580 size: 98 LOC McCabe index: 10 number of parameters: 3 id: 477 unit: static void diagnoseTypeNotRepresentableInObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 153 end line: 274 size: 98 LOC McCabe index: 20 number of parameters: 4 id: 478 unit: static Comparison compareDeclsForInference() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1460 end line: 1613 size: 98 LOC McCabe index: 37 number of parameters: 3 id: 479 unit: bool TypeCheckASTNodeAtLocRequest::evaluate() file: lib/Sema/TypeCheckStmt.cpp start line: 1784 end line: 1948 size: 98 LOC McCabe index: 28 number of parameters: 3 id: 480 unit: mutating func visitComputedComponent() file: stdlib/public/core/KeyPath.swift start line: 3347 end line: 3488 size: 98 LOC McCabe index: 19 number of parameters: 9 id: 481 unit: StringRef BuiltinType::getTypeName() file: lib/AST/Builtins.cpp start line: 2970 end line: 3072 size: 97 LOC McCabe index: 23 number of parameters: 2 id: 482 unit: static bool matches() file: lib/AST/Type.cpp start line: 3093 end line: 3218 size: 97 LOC McCabe index: 34 number of parameters: 5 id: 483 unit: void Serializer::collectStringsAndArrays() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 933 end line: 1036 size: 97 LOC McCabe index: 14 number of parameters: 1 id: 484 unit: void LoadableStorageAllocation::replaceLoadWithCopyAddrForModifiable() file: lib/IRGen/LoadableByAddress.cpp start line: 1249 end line: 1348 size: 97 LOC McCabe index: 23 number of parameters: 1 id: 485 unit: ParserResult Parser::parseStmt() file: lib/Parse/ParseStmt.cpp start line: 525 end line: 639 size: 97 LOC McCabe index: 53 number of parameters: 0 id: 486 unit: Type TypeConverter::getLoweredCBridgedType() file: lib/SIL/IR/Bridging.cpp start line: 125 end line: 247 size: 97 LOC McCabe index: 36 number of parameters: 5 id: 487 unit: void EscapeAnalysis::ConnectionGraph::mergeAllScheduledNodes() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 692 end line: 860 size: 97 LOC McCabe index: 35 number of parameters: 0 id: 488 unit: void filterDecls() file: lib/Sema/LookupVisibleDecls.cpp start line: 887 end line: 1018 size: 97 LOC McCabe index: 30 number of parameters: 1 id: 489 unit: static void diagRecursivePropertyAccess() file: lib/Sema/MiscDiagnostics.cpp start line: 1331 end line: 1465 size: 97 LOC McCabe index: 31 number of parameters: 2 id: 490 unit: static void writeDeclCommentTable() file: lib/Serialization/SerializeDoc.cpp start line: 360 end line: 482 size: 97 LOC McCabe index: 12 number of parameters: 4 id: 491 unit: void ConformanceLookupTable::updateLookupTable() file: lib/AST/ConformanceLookupTable.cpp start line: 265 end line: 395 size: 96 LOC McCabe index: 18 number of parameters: 2 id: 492 unit: NodePointer Demangler::demangleOperator() file: lib/Demangling/Demangler.cpp start line: 788 end line: 892 size: 96 LOC McCabe index: 73 number of parameters: 0 id: 493 unit: void FunctionSignatureTransform::createFunctionSignatureOptimizedFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 497 end line: 634 size: 96 LOC McCabe index: 12 number of parameters: 0 id: 494 unit: bool SILCombiner::optimizeStackAllocatedEnum() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 488 end line: 609 size: 96 LOC McCabe index: 32 number of parameters: 1 id: 495 unit: static SILValue constantFoldCompare() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 354 end line: 481 size: 96 LOC McCabe index: 19 number of parameters: 2 id: 496 unit: ActorIsolationRestriction ActorIsolationRestriction::forDeclaration() file: lib/Sema/TypeCheckConcurrency.cpp start line: 318 end line: 458 size: 96 LOC McCabe index: 62 number of parameters: 3 id: 497 unit: class alignas() file: include/swift/AST/GenericSignature.h start line: 259 end line: 480 size: 95 LOC McCabe index: 3 number of parameters: 1 id: 498 unit: void Serializer::writeModuleInfo() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 766 end line: 864 size: 95 LOC McCabe index: 14 number of parameters: 3 id: 499 unit: void emitIndirectInitialize() file: lib/IRGen/GenEnum.cpp start line: 4747 end line: 4879 size: 95 LOC McCabe index: 20 number of parameters: 6 id: 500 unit: void LValue::addNonMemberVarComponent() file: lib/SILGen/SILGenLValue.cpp start line: 2749 end line: 2859 size: 95 LOC McCabe index: 11 number of parameters: 9 id: 501 unit: void SwitchEnumBuilder::emit() file: lib/SILGen/SwitchEnumBuilder.cpp start line: 69 end line: 186 size: 95 LOC McCabe index: 17 number of parameters: 0 id: 502 unit: void ExistentialSpecializerCloner::cloneArguments() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp start line: 134 end line: 264 size: 95 LOC McCabe index: 11 number of parameters: 1 id: 503 unit: void CopyPropagation::run() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 396 end line: 536 size: 95 LOC McCabe index: 26 number of parameters: 0 id: 504 unit: bool MissingArgumentsFailure::diagnoseSingleMissingArgument() file: lib/Sema/CSDiagnostics.cpp start line: 4442 end line: 4586 size: 95 LOC McCabe index: 31 number of parameters: 0 id: 505 unit: void visitBoundVariable() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1814 end line: 1942 size: 95 LOC McCabe index: 23 number of parameters: 1 id: 506 unit: Constraint GenericSignatureBuilder::checkConstraintList() file: lib/AST/GenericSignatureBuilder.cpp start line: 6499 end line: 6623 size: 94 LOC McCabe index: 18 number of parameters: 4 id: 507 unit: static Type substType() file: lib/AST/Type.cpp start line: 4303 end line: 4438 size: 94 LOC McCabe index: 31 number of parameters: 4 id: 508 unit: void SwiftDeclConverter::importMirroredProtocolMembers() file: lib/ClangImporter/ImportDecl.cpp start line: 7925 end line: 8052 size: 94 LOC McCabe index: 27 number of parameters: 4 id: 509 unit: bool LoadableByAddress::recreateConvInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 2777 end line: 2878 size: 94 LOC McCabe index: 17 number of parameters: 2 id: 510 unit: ParserResult Parser::parseDeclImport() file: lib/Parse/ParseDecl.cpp start line: 4873 end line: 4982 size: 94 LOC McCabe index: 23 number of parameters: 2 id: 511 unit: ManagedValue SILGenFunction::emitFuncToBlock() file: lib/SILGen/SILGenBridging.cpp start line: 509 end line: 649 size: 94 LOC McCabe index: 9 number of parameters: 5 id: 512 unit: void EnumElementPatternInitialization::emitEnumMatch() file: lib/SILGen/SILGenDecl.cpp start line: 814 end line: 968 size: 94 LOC McCabe index: 18 number of parameters: 6 id: 513 unit: void LifetimeChecker::handleInOutUse() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1467 end line: 1592 size: 94 LOC McCabe index: 32 number of parameters: 1 id: 514 unit: static bool removeGuaranteedRetainReleasePairs() file: lib/SILOptimizer/Transforms/UnsafeGuaranteedPeephole.cpp start line: 99 end line: 232 size: 94 LOC McCabe index: 23 number of parameters: 3 id: 515 unit: static bool diagnoseConflictingGenericArguments() file: lib/Sema/ConstraintSystem.cpp start line: 3503 end line: 3634 size: 94 LOC McCabe index: 21 number of parameters: 3 id: 516 unit: static void getResultStructure() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 225 end line: 349 size: 94 LOC McCabe index: 41 number of parameters: 4 id: 517 unit: void SwiftEditorDocument::expandPlaceholder() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2211 end line: 2331 size: 94 LOC McCabe index: 13 number of parameters: 3 id: 518 unit: MetadataRef readMetadata() file: include/swift/Remote/MetadataReader.h start line: 1670 end line: 1785 size: 93 LOC McCabe index: 27 number of parameters: 1 id: 519 unit: NodePointer Demangler::demangleBuiltinType() file: lib/Demangling/Demangler.cpp start line: 1198 end line: 1290 size: 93 LOC McCabe index: 22 number of parameters: 0 id: 520 unit: void addAwaitCall() file: lib/IDE/Refactoring.cpp start line: 7464 end line: 7584 size: 93 LOC McCabe index: 27 number of parameters: 6 id: 521 unit: static bool shouldAccessByMangledName() file: lib/IRGen/MetadataRequest.cpp start line: 2499 end line: 2651 size: 93 LOC McCabe index: 15 number of parameters: 2 id: 522 unit: bool SwiftMergeFunctions::runOnModule() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 678 end line: 812 size: 93 LOC McCabe index: 22 number of parameters: 1 id: 523 unit: bool Parser::parseAvailability() file: lib/Parse/ParseDecl.cpp start line: 756 end line: 887 size: 93 LOC McCabe index: 22 number of parameters: 7 id: 524 unit: bool swift::rotateLoop() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 335 end line: 484 size: 93 LOC McCabe index: 30 number of parameters: 6 id: 525 unit: void LifetimeChecker::handleLoadUseFailure() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2194 end line: 2328 size: 93 LOC McCabe index: 38 number of parameters: 3 id: 526 unit: bool DCE::removeDead() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 555 end line: 686 size: 93 LOC McCabe index: 24 number of parameters: 0 id: 527 unit: static void doDynamicLookup() file: lib/Sema/LookupVisibleDecls.cpp start line: 287 end line: 410 size: 93 LOC McCabe index: 34 number of parameters: 3 id: 528 unit: void SerializedModuleLoaderBase::collectVisibleTopLevelModuleNamesImpl() file: lib/Serialization/SerializedModuleLoader.cpp start line: 135 end line: 258 size: 93 LOC McCabe index: 26 number of parameters: 2 id: 529 unit: func emitNameAliases() file: utils/gen-unicode-data/Sources/GenScalarProps/NameAlias.swift start line: 52 end line: 182 size: 93 LOC McCabe index: 9 number of parameters: 2 id: 530 unit: void PropertyMap::addProperty() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 366 end line: 484 size: 92 LOC McCabe index: 20 number of parameters: 3 id: 531 unit: ImportResult VisitTypedefType() file: lib/ClangImporter/ImportType.cpp start line: 750 end line: 877 size: 92 LOC McCabe index: 38 number of parameters: 1 id: 532 unit: static void deliverCompletionResults() file: lib/IDE/CodeCompletion.cpp start line: 6588 end line: 6707 size: 92 LOC McCabe index: 19 number of parameters: 4 id: 533 unit: void irgen::emitIntegerLiteralCheckedTrunc() file: lib/IRGen/GenIntegerLiteral.cpp start line: 205 end line: 351 size: 92 LOC McCabe index: 6 number of parameters: 5 id: 534 unit: void irgen::emitClassMetadata() file: lib/IRGen/GenMeta.cpp start line: 3957 end line: 4092 size: 92 LOC McCabe index: 22 number of parameters: 4 id: 535 unit: bool LinkEntity::isContextDescriptor() file: lib/IRGen/Linking.cpp start line: 820 end line: 911 size: 92 LOC McCabe index: 86 number of parameters: 0 id: 536 unit: SymbolInfo index::getSymbolInfoForDecl() file: lib/Index/IndexSymbol.cpp start line: 159 end line: 258 size: 92 LOC McCabe index: 42 number of parameters: 1 id: 537 unit: unsigned Lexer::lexCharacter() file: lib/Parse/Lexer.cpp start line: 1331 end line: 1440 size: 92 LOC McCabe index: 51 number of parameters: 5 id: 538 unit: ParserResult Parser::parseExprCollection() file: lib/Parse/ParseExpr.cpp start line: 3490 end line: 3613 size: 92 LOC McCabe index: 30 number of parameters: 0 id: 539 unit: static void visitBuiltinAddress() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2334 end line: 2456 size: 92 LOC McCabe index: 62 number of parameters: 2 id: 540 unit: static ManagedValue emitNativeToCBridgedNonoptionalValue() file: lib/SILGen/SILGenBridging.cpp start line: 651 end line: 780 size: 92 LOC McCabe index: 24 number of parameters: 7 id: 541 unit: bool GenericArgumentsMismatchFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 714 end line: 838 size: 92 LOC McCabe index: 26 number of parameters: 0 id: 542 unit: Solution ConstraintSystem::finalize() file: lib/Sema/CSSolver.cpp start line: 68 end line: 205 size: 92 LOC McCabe index: 31 number of parameters: 0 id: 543 unit: bool TypeChecker::diagnoseInvalidFunctionType() file: lib/Sema/TypeChecker.cpp start line: 535 end line: 650 size: 92 LOC McCabe index: 23 number of parameters: 5 id: 544 unit: Expected deserializeAnyFunctionType() file: lib/Serialization/Deserialization.cpp start line: 5300 end line: 5407 size: 92 LOC McCabe index: 15 number of parameters: 3 id: 545 unit: func yield() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 357 end line: 449 size: 92 LOC McCabe index: 23 number of parameters: 1 id: 546 unit: static void resolveName() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1619 end line: 1723 size: 92 LOC McCabe index: 10 number of parameters: 8 id: 547 unit: func checkToUTF16() file: validation-test/stdlib/StringViews.swift start line: 249 end line: 360 size: 92 LOC McCabe index: 1 number of parameters: 3 id: 548 unit: func checkToCharacter() file: validation-test/stdlib/StringViews.swift start line: 508 end line: 633 size: 92 LOC McCabe index: 1 number of parameters: 3 id: 549 unit: void PrintAST::printOneParameter() file: lib/AST/ASTPrinter.cpp start line: 3469 end line: 3577 size: 91 LOC McCabe index: 27 number of parameters: 3 id: 550 unit: void printFunctionExtInfo() file: lib/AST/ASTPrinter.cpp start line: 5463 end line: 5558 size: 91 LOC McCabe index: 30 number of parameters: 1 id: 551 unit: bool ClangImporter::Implementation::lookupValue() file: lib/ClangImporter/ClangImporter.cpp start line: 3995 end line: 4116 size: 91 LOC McCabe index: 33 number of parameters: 3 id: 552 unit: void EnumInfo::determineConstantNamePrefix() file: lib/ClangImporter/ImportEnumInfo.cpp start line: 238 end line: 360 size: 91 LOC McCabe index: 36 number of parameters: 1 id: 553 unit: void addHoistedClosureCallback() file: lib/IDE/Refactoring.cpp start line: 7203 end line: 7323 size: 91 LOC McCabe index: 18 number of parameters: 3 id: 554 unit: ParserResult Parser::parseExprClosure() file: lib/Parse/ParseExpr.cpp start line: 2841 end line: 2979 size: 91 LOC McCabe index: 17 number of parameters: 0 id: 555 unit: void LifetimeChecker::handleEscapeUse() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1655 end line: 1787 size: 91 LOC McCabe index: 31 number of parameters: 1 id: 556 unit: bool TypeChecker::typeCheckForCodeCompletion() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 749 end line: 897 size: 91 LOC McCabe index: 19 number of parameters: 3 id: 557 unit: bool SymbolGraphASTWalker::walkToDeclPre() file: lib/SymbolGraphGen/SymbolGraphASTWalker.cpp start line: 86 end line: 210 size: 91 LOC McCabe index: 30 number of parameters: 2 id: 558 unit: void print() file: stdlib/public/Reflection/TypeLowering.cpp start line: 122 end line: 219 size: 91 LOC McCabe index: 23 number of parameters: 1 id: 559 unit: static int doPrintLocalTypes() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2583 end line: 2705 size: 91 LOC McCabe index: 22 number of parameters: 2 id: 560 unit: void visitKeyPathExpr() file: lib/AST/ASTDumper.cpp start line: 2758 end line: 2858 size: 90 LOC McCabe index: 20 number of parameters: 1 id: 561 unit: bool Deserializer::readFineGrainedDependencyGraph() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 154 end line: 270 size: 90 LOC McCabe index: 23 number of parameters: 2 id: 562 unit: void ModuleNameLookup::lookupInModule() file: lib/AST/ModuleNameLookup.cpp start line: 124 end line: 249 size: 90 LOC McCabe index: 25 number of parameters: 5 id: 563 unit: int run() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2493 end line: 2582 size: 90 LOC McCabe index: 22 number of parameters: 1 id: 564 unit: void addValueLiteralCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4414 end line: 4517 size: 90 LOC McCabe index: 7 number of parameters: 0 id: 565 unit: void Analyze() file: lib/IDE/ExprContextAnalysis.cpp start line: 1303 end line: 1402 size: 90 LOC McCabe index: 38 number of parameters: 0 id: 566 unit: static void diff_cleanupSemantic() file: lib/Migrator/Diff.h start line: 871 end line: 990 size: 90 LOC McCabe index: 21 number of parameters: 1 id: 567 unit: void Lexer::lexOperatorIdentifier() file: lib/Parse/Lexer.cpp start line: 791 end line: 915 size: 90 LOC McCabe index: 42 number of parameters: 0 id: 568 unit: ParserResult Parser::parseStmtIf() file: lib/Parse/ParseStmt.cpp start line: 1722 end line: 1828 size: 90 LOC McCabe index: 17 number of parameters: 2 id: 569 unit: ManagedValue getFnValue() file: lib/SILGen/SILGenApply.cpp start line: 565 end line: 666 size: 90 LOC McCabe index: 13 number of parameters: 2 id: 570 unit: void LinearMapInfo::addLinearMapToStruct() file: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp start line: 264 end line: 369 size: 90 LOC McCabe index: 16 number of parameters: 2 id: 571 unit: bool Context::constructCacheValue() file: lib/SILOptimizer/SemanticARC/Context.cpp start line: 38 end line: 172 size: 90 LOC McCabe index: 23 number of parameters: 2 id: 572 unit: static bool matchSwitch() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 431 end line: 547 size: 90 LOC McCabe index: 48 number of parameters: 3 id: 573 unit: SILType swift::getExactDynamicType() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 254 end line: 374 size: 90 LOC McCabe index: 40 number of parameters: 3 id: 574 unit: bool ExtraneousArgumentsFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5079 end line: 5209 size: 90 LOC McCabe index: 19 number of parameters: 0 id: 575 unit: void NonEphemeralConversionFailure::emitSuggestionNotes() file: lib/Sema/CSDiagnostics.cpp start line: 6662 end line: 6773 size: 90 LOC McCabe index: 40 number of parameters: 0 id: 576 unit: SmallVector getComponents() file: lib/Sema/ConstraintGraph.cpp start line: 846 end line: 984 size: 90 LOC McCabe index: 20 number of parameters: 0 id: 577 unit: bool usesTypeMetadataOfFormalType() file: lib/Sema/TypeCheckCaptures.cpp start line: 406 end line: 554 size: 90 LOC McCabe index: 45 number of parameters: 1 id: 578 unit: RequirementCheckResult TypeChecker::checkGenericArguments() file: lib/Sema/TypeCheckGeneric.cpp start line: 823 end line: 934 size: 90 LOC McCabe index: 16 number of parameters: 8 id: 579 unit: void TypeChecker::inferDefaultWitnesses() file: lib/Sema/TypeCheckProtocol.cpp start line: 6797 end line: 6921 size: 90 LOC McCabe index: 26 number of parameters: 1 id: 580 unit: void SwiftLangSupport::codeCompleteOpen() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 1100 end line: 1211 size: 90 LOC McCabe index: 11 number of parameters: 9 id: 581 unit: ManglingError Remangler::mangleGenericArgs() file: lib/Demangling/Remangler.cpp start line: 528 end line: 631 size: 89 LOC McCabe index: 40 number of parameters: 4 id: 582 unit: void convertHandlerToContinuationResumeImpl() file: lib/IDE/Refactoring.cpp start line: 6976 end line: 7092 size: 89 LOC McCabe index: 18 number of parameters: 2 id: 583 unit: void IRGenerator::emitLazyDefinitions() file: lib/IRGen/GenDecl.cpp start line: 1309 end line: 1411 size: 89 LOC McCabe index: 25 number of parameters: 0 id: 584 unit: ParserResult Parser::parseTypeSimple() file: lib/Parse/ParseType.cpp start line: 166 end line: 264 size: 89 LOC McCabe index: 28 number of parameters: 2 id: 585 unit: void SILVTable::verify() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5928 end line: 6049 size: 89 LOC McCabe index: 32 number of parameters: 1 id: 586 unit: void visitStructInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1000 end line: 1100 size: 89 LOC McCabe index: 15 number of parameters: 1 id: 587 unit: static bool simplifySwitchEnumToSelectEnum() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3560 end line: 3714 size: 89 LOC McCabe index: 23 number of parameters: 3 id: 588 unit: StepResult ComponentStep::take() file: lib/Sema/CSStep.cpp start line: 312 end line: 437 size: 89 LOC McCabe index: 36 number of parameters: 1 id: 589 unit: static bool diagnoseContextualFunctionCallGenericAmbiguity() file: lib/Sema/ConstraintSystem.cpp start line: 3932 end line: 4048 size: 89 LOC McCabe index: 21 number of parameters: 3 id: 590 unit: void SwiftLangSupport::findRelatedIdentifiersInFile() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2240 end line: 2349 size: 89 LOC McCabe index: 17 number of parameters: 6 id: 591 unit: def compare_function_sizes() file: utils/cmpcodesize/cmpcodesize/compare.py start line: 0 end line: 0 size: 89 LOC McCabe index: 20 number of parameters: 3 id: 592 unit: Type ASTBuilder::createImplFunctionType() file: lib/AST/ASTDemangler.cpp start line: 482 end line: 578 size: 88 LOC McCabe index: 17 number of parameters: 5 id: 593 unit: void ClangImporter::recordModuleDependencies() file: lib/ClangImporter/ClangModuleDependencyScanner.cpp start line: 173 end line: 305 size: 88 LOC McCabe index: 15 number of parameters: 2 id: 594 unit: ManglingErrorOr Demangle::getUnspecialized() file: lib/Demangling/Remangler.cpp start line: 3501 end line: 3592 size: 88 LOC McCabe index: 44 number of parameters: 2 id: 595 unit: void emitValueSwitch() file: lib/IRGen/GenEnum.cpp start line: 4052 end line: 4175 size: 88 LOC McCabe index: 18 number of parameters: 5 id: 596 unit: bool Parser::parseDifferentiableAttributeArguments() file: lib/Parse/ParseDecl.cpp start line: 1156 end line: 1266 size: 88 LOC McCabe index: 22 number of parameters: 3 id: 597 unit: static bool areABICompatibleParamsOrReturns() file: lib/SIL/IR/SILFunctionType.cpp start line: 4265 end line: 4391 size: 88 LOC McCabe index: 44 number of parameters: 3 id: 598 unit: void checkSILInstruction() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1095 end line: 1208 size: 88 LOC McCabe index: 16 number of parameters: 1 id: 599 unit: void GlobalPropertyOpt::scanInstruction() file: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp start line: 266 end line: 369 size: 88 LOC McCabe index: 31 number of parameters: 1 id: 600 unit: std::pair insertCheckExpect() file: lib/Sema/DebuggerTestingTransform.cpp start line: 170 end line: 299 size: 88 LOC McCabe index: 14 number of parameters: 2 id: 601 unit: int parseFile() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 543 end line: 653 size: 88 LOC McCabe index: 17 number of parameters: 3 id: 602 unit: void printFunctionExtInfo() file: lib/AST/ASTPrinter.cpp start line: 5369 end line: 5461 size: 87 LOC McCabe index: 30 number of parameters: 1 id: 603 unit: bool Task::execute() file: lib/Basic/Unix/TaskQueue.inc start line: 145 end line: 265 size: 87 LOC McCabe index: 19 number of parameters: 0 id: 604 unit: void SwiftDeclConverter::importInheritedConstructors() file: lib/ClangImporter/ImportDecl.cpp start line: 8240 end line: 8355 size: 87 LOC McCabe index: 24 number of parameters: 2 id: 605 unit: static void diff_bisect() file: lib/Migrator/Diff.h start line: 487 end line: 593 size: 87 LOC McCabe index: 31 number of parameters: 4 id: 606 unit: bool SILParserState::parseSILVTable() file: lib/SIL/Parser/ParseSIL.cpp start line: 6663 end line: 6765 size: 87 LOC McCabe index: 21 number of parameters: 1 id: 607 unit: RValue SILGenFunction::emitRValueForStorageLoad() file: lib/SILGen/SILGenLValue.cpp start line: 4262 end line: 4398 size: 87 LOC McCabe index: 24 number of parameters: 11 id: 608 unit: static void unrollForEach() file: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp start line: 425 end line: 574 size: 87 LOC McCabe index: 11 number of parameters: 3 id: 609 unit: void MoveKillsCopyableValuesChecker::emitDiagnosticForMove() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableValuesChecker.cpp start line: 212 end line: 332 size: 87 LOC McCabe index: 25 number of parameters: 3 id: 610 unit: void CanonicalizeOSSALifetime::rewriteCopies() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 591 end line: 720 size: 87 LOC McCabe index: 25 number of parameters: 0 id: 611 unit: Type addSubscriptConstraints() file: lib/Sema/CSGen.cpp start line: 916 end line: 1037 size: 87 LOC McCabe index: 19 number of parameters: 6 id: 612 unit: static std::pair getTypeOfReferenceWithSpecialTypeCheckingSemantics() file: lib/Sema/ConstraintSystem.cpp start line: 2241 end line: 2342 size: 87 LOC McCabe index: 5 number of parameters: 3 id: 613 unit: static void diagnoseComparisonWithNaN() file: lib/Sema/MiscDiagnostics.cpp start line: 4594 end line: 4721 size: 87 LOC McCabe index: 27 number of parameters: 2 id: 614 unit: static void multiply256x128RoundingUp() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2046 end line: 2150 size: 87 LOC McCabe index: 2 number of parameters: 2 id: 615 unit: std::pair enclosingCallExprArg() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1634 end line: 1742 size: 87 LOC McCabe index: 24 number of parameters: 2 id: 616 unit: int main() file: tools/sil-llvm-gen/SILLLVMGen.cpp start line: 114 end line: 222 size: 87 LOC McCabe index: 14 number of parameters: 2 id: 617 unit: class alignas() file: include/swift/AST/Pattern.h start line: 54 end line: 221 size: 86 LOC McCabe index: 4 number of parameters: 1 id: 618 unit: void setArgs() file: lib/IRGen/GenCall.cpp start line: 2439 end line: 2549 size: 86 LOC McCabe index: 22 number of parameters: 3 id: 619 unit: RValue RValueEmitter::visitOptionalTryExpr() file: lib/SILGen/SILGenExpr.cpp start line: 1137 end line: 1264 size: 86 LOC McCabe index: 18 number of parameters: 2 id: 620 unit: void AttributeChecker::visitAccessControlAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 801 end line: 906 size: 86 LOC McCabe index: 25 number of parameters: 1 id: 621 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1492 end line: 1617 size: 86 LOC McCabe index: 23 number of parameters: 1 id: 622 unit: static Type resolveTopLevelIdentTypeComponent() file: lib/Sema/TypeCheckType.cpp start line: 1371 end line: 1500 size: 86 LOC McCabe index: 22 number of parameters: 3 id: 623 unit: func parseGeneralCategory() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 429 end line: 523 size: 86 LOC McCabe index: 33 number of parameters: 2 id: 624 unit: func yield() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 121 end line: 207 size: 86 LOC McCabe index: 21 number of parameters: 1 id: 625 unit: def write_comparison() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 86 LOC McCabe index: 27 number of parameters: 3 id: 626 unit: void visit() file: lib/IRGen/GenCall.cpp start line: 890 end line: 994 size: 85 LOC McCabe index: 34 number of parameters: 2 id: 627 unit: void WitnessTableBuilderBase::defineAssociatedTypeWitnessTableAccessFunction() file: lib/IRGen/GenProto.cpp start line: 1543 end line: 1660 size: 85 LOC McCabe index: 12 number of parameters: 3 id: 628 unit: GeneratedModule IRGenRequest::evaluate() file: lib/IRGen/IRGen.cpp start line: 1046 end line: 1170 size: 85 LOC McCabe index: 15 number of parameters: 2 id: 629 unit: bool SILParser::parseSILDebugVar() file: lib/SIL/Parser/ParseSIL.cpp start line: 1812 end line: 1906 size: 85 LOC McCabe index: 30 number of parameters: 1 id: 630 unit: static ManagedValue createDifferentiableFunctionThunk() file: lib/SILGen/SILGenPoly.cpp start line: 3398 end line: 3494 size: 85 LOC McCabe index: 5 number of parameters: 7 id: 631 unit: bool MoveOnlyChecker::check() file: lib/SILOptimizer/Mandatory/MoveOnlyChecker.cpp start line: 59 end line: 158 size: 85 LOC McCabe index: 16 number of parameters: 2 id: 632 unit: bool ClosureParamDestructuringFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 4841 end line: 4971 size: 85 LOC McCabe index: 23 number of parameters: 0 id: 633 unit: void DisjunctionChoiceProducer::partitionGenericOperators() file: lib/Sema/CSSolver.cpp start line: 1935 end line: 2045 size: 85 LOC McCabe index: 16 number of parameters: 2 id: 634 unit: bool swift::diagnoseObjCUnsatisfiedOptReqConflicts() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2559 end line: 2668 size: 85 LOC McCabe index: 18 number of parameters: 1 id: 635 unit: void checkExhaustiveness() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 985 end line: 1096 size: 85 LOC McCabe index: 23 number of parameters: 1 id: 636 unit: static void multiply256x128RoundingDown() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1943 end line: 2043 size: 85 LOC McCabe index: 2 number of parameters: 2 id: 637 unit: def main() file: utils/incrparse/incr_transfer_round_trip.py start line: 0 end line: 0 size: 85 LOC McCabe index: 12 number of parameters: 0 id: 638 unit: void mangleIdentifier() file: include/swift/Demangling/ManglingUtils.h start line: 120 end line: 237 size: 84 LOC McCabe index: 28 number of parameters: 2 id: 639 unit: void ASTMangler::appendAnyGenericType() file: lib/AST/ASTMangler.cpp start line: 2344 end line: 2462 size: 84 LOC McCabe index: 29 number of parameters: 1 id: 640 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2187 end line: 2285 size: 84 LOC McCabe index: 22 number of parameters: 1 id: 641 unit: MutableTerm PropertyMap::computeConstraintTermForTypeWitness() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 798 end line: 939 size: 84 LOC McCabe index: 12 number of parameters: 7 id: 642 unit: static bool ParseTypeCheckerArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 952 end line: 1066 size: 84 LOC McCabe index: 14 number of parameters: 4 id: 643 unit: void IRGenSILFunction::emitDebugInfoForAllocStack() file: lib/IRGen/IRGenSIL.cpp start line: 5244 end line: 5344 size: 84 LOC McCabe index: 34 number of parameters: 3 id: 644 unit: ParserResult Parser::parseDeclClass() file: lib/Parse/ParseDecl.cpp start line: 7757 end line: 7864 size: 84 LOC McCabe index: 17 number of parameters: 2 id: 645 unit: bool SILInstruction::mayRelease() file: lib/SIL/IR/SILInstruction.cpp start line: 1122 end line: 1226 size: 84 LOC McCabe index: 40 number of parameters: 0 id: 646 unit: void PatternMatchEmission::emitEnumElementObjectDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 1886 end line: 2019 size: 84 LOC McCabe index: 14 number of parameters: 5 id: 647 unit: void translate() file: lib/SILGen/SILGenPoly.cpp start line: 998 end line: 1117 size: 84 LOC McCabe index: 12 number of parameters: 4 id: 648 unit: void LoopRegionFunctionInfo::print() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 791 end line: 896 size: 84 LOC McCabe index: 14 number of parameters: 1 id: 649 unit: bool swift::semanticarc::tryConvertOwnedPhisToGuaranteedPhis() file: lib/SILOptimizer/SemanticARC/OwnedToGuaranteedPhiOpt.cpp start line: 131 end line: 273 size: 84 LOC McCabe index: 14 number of parameters: 1 id: 650 unit: bool PhiExpansionPass::optimizeArg() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 363 end line: 468 size: 84 LOC McCabe index: 23 number of parameters: 1 id: 651 unit: bool ValueLifetimeAnalysis::computeFrontier() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 199 end line: 320 size: 84 LOC McCabe index: 24 number of parameters: 3 id: 652 unit: bool TypeVarBindingProducer::computeNext() file: lib/Sema/CSBindings.cpp start line: 1729 end line: 1871 size: 84 LOC McCabe index: 34 number of parameters: 0 id: 653 unit: bool ContextualFailure::tryProtocolConformanceFixIt() file: lib/Sema/CSDiagnostics.cpp start line: 3025 end line: 3139 size: 84 LOC McCabe index: 19 number of parameters: 1 id: 654 unit: void DisjunctionChoiceProducer::partitionDisjunction() file: lib/Sema/CSSolver.cpp start line: 2047 end line: 2164 size: 84 LOC McCabe index: 16 number of parameters: 2 id: 655 unit: void visitFunctionTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 125 end line: 227 size: 84 LOC McCabe index: 21 number of parameters: 1 id: 656 unit: llvm::Optional swift::_checkGenericRequirements() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 1152 end line: 1267 size: 84 LOC McCabe index: 20 number of parameters: 4 id: 657 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2415 end line: 2516 size: 83 LOC McCabe index: 19 number of parameters: 1 id: 658 unit: Type IntrinsicTypeDecoder::decodeImmediate() file: lib/AST/Builtins.cpp start line: 2083 end line: 2185 size: 83 LOC McCabe index: 39 number of parameters: 0 id: 659 unit: bool ClangImporter::canImportModule() file: lib/ClangImporter/ClangImporter.cpp start line: 1815 end line: 1916 size: 83 LOC McCabe index: 19 number of parameters: 3 id: 660 unit: bool RefactoringActionExtractExprBase::performChange() file: lib/IDE/Refactoring.cpp start line: 1498 end line: 1610 size: 83 LOC McCabe index: 12 number of parameters: 0 id: 661 unit: static void emitEntryPointArgumentsNativeCC() file: lib/IRGen/IRGenSIL.cpp start line: 1917 end line: 2028 size: 83 LOC McCabe index: 16 number of parameters: 3 id: 662 unit: void IRGenSILFunction::visitPartialApplyInst() file: lib/IRGen/IRGenSIL.cpp start line: 3488 end line: 3595 size: 83 LOC McCabe index: 9 number of parameters: 1 id: 663 unit: void patch_splitMax() file: lib/Migrator/Diff.h start line: 2144 end line: 2234 size: 83 LOC McCabe index: 19 number of parameters: 1 id: 664 unit: ParserStatus Parser::parseEffectsSpecifiers() file: lib/Parse/ParsePattern.cpp start line: 939 end line: 1034 size: 83 LOC McCabe index: 35 number of parameters: 5 id: 665 unit: bool CopyForwarding::forwardPropagateCopy() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 962 end line: 1093 size: 83 LOC McCabe index: 31 number of parameters: 0 id: 666 unit: bool SimplifyCFG::tryJumpThreading() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1053 end line: 1205 size: 83 LOC McCabe index: 32 number of parameters: 1 id: 667 unit: void CanonicalizeOSSALifetime::findOrInsertDestroyInBlock() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 439 end line: 535 size: 83 LOC McCabe index: 23 number of parameters: 1 id: 668 unit: void ConstraintGraph::verify() file: lib/Sema/ConstraintGraph.cpp start line: 1679 end line: 1784 size: 83 LOC McCabe index: 11 number of parameters: 0 id: 669 unit: void visitAbstractFunctionDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 912 end line: 1004 size: 83 LOC McCabe index: 20 number of parameters: 1 id: 670 unit: PollResult TaskGroupImpl::poll() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 737 end line: 849 size: 83 LOC McCabe index: 14 number of parameters: 1 id: 671 unit: auto call() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 833 end line: 944 size: 83 LOC McCabe index: 23 number of parameters: 4 id: 672 unit: static ResponseSymbolInfo read() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1735 end line: 1831 size: 83 LOC McCabe index: 4 number of parameters: 1 id: 673 unit: bool readPECOFFSections() file: include/swift/Reflection/ReflectionContext.h start line: 294 end line: 386 size: 82 LOC McCabe index: 14 number of parameters: 1 id: 674 unit: void swift::ide::api::SDKNodeDecl::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2505 end line: 2602 size: 82 LOC McCabe index: 32 number of parameters: 1 id: 675 unit: void PrintAST::visitFuncDecl() file: lib/AST/ASTPrinter.cpp start line: 3701 end line: 3805 size: 82 LOC McCabe index: 18 number of parameters: 1 id: 676 unit: int Symbol::compare() file: lib/AST/RequirementMachine/Symbol.cpp start line: 556 end line: 672 size: 82 LOC McCabe index: 29 number of parameters: 2 id: 677 unit: static Words::iterator matchTypeNameFromBackWithSpecialCases() file: lib/Basic/StringExtras.cpp start line: 598 end line: 702 size: 82 LOC McCabe index: 23 number of parameters: 3 id: 678 unit: NodePointer Demangler::demangleBoundGenericArgs() file: lib/Demangling/Demangler.cpp start line: 1715 end line: 1820 size: 82 LOC McCabe index: 25 number of parameters: 3 id: 679 unit: void emitIndirectAssign() file: lib/IRGen/GenEnum.cpp start line: 2842 end line: 2960 size: 82 LOC McCabe index: 7 number of parameters: 6 id: 680 unit: void IRGenSILFunction::visitKeyPathInst() file: lib/IRGen/IRGenSIL.cpp start line: 6369 end line: 6464 size: 82 LOC McCabe index: 11 number of parameters: 1 id: 681 unit: void MemoryLifetimeVerifier::initDataflowInBlock() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 322 end line: 412 size: 82 LOC McCabe index: 23 number of parameters: 2 id: 682 unit: static void rewriteApplyInst() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 332 end line: 489 size: 82 LOC McCabe index: 16 number of parameters: 2 id: 683 unit: void SILPerformanceInliner::collectAppliesToInline() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 805 end line: 930 size: 82 LOC McCabe index: 19 number of parameters: 2 id: 684 unit: void TempRValueOptPass::tryOptimizeCopyIntoTemp() file: lib/SILOptimizer/Transforms/TempRValueElimination.cpp start line: 490 end line: 629 size: 82 LOC McCabe index: 30 number of parameters: 1 id: 685 unit: ConstraintSystem::SolutionKind ConstraintSystem::simplifyTransitivelyConformsTo() file: lib/Sema/CSSimplify.cpp start line: 6823 end line: 6949 size: 82 LOC McCabe index: 22 number of parameters: 4 id: 686 unit: bool swift::diagnoseObjCMethodConflicts() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2427 end line: 2548 size: 82 LOC McCabe index: 21 number of parameters: 1 id: 687 unit: void TBDGenVisitor::visitClassDecl() file: lib/TBDGen/TBDGen.cpp start line: 870 end line: 986 size: 82 LOC McCabe index: 25 number of parameters: 1 id: 688 unit: void swift::gatherWrittenGenericArgs() file: stdlib/public/runtime/MetadataLookup.cpp start line: 2424 end line: 2540 size: 82 LOC McCabe index: 21 number of parameters: 4 id: 689 unit: bool waitForFinishedTask() file: lib/Basic/Windows/TaskQueue.inc start line: 65 end line: 162 size: 81 LOC McCabe index: 16 number of parameters: 0 id: 690 unit: void SwiftLookupTableWriter::writeExtensionContents() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1288 end line: 1397 size: 81 LOC McCabe index: 11 number of parameters: 2 id: 691 unit: NodePointer Demangler::popFunctionParamLabels() file: lib/Demangling/Demangler.cpp start line: 1357 end line: 1461 size: 81 LOC McCabe index: 28 number of parameters: 1 id: 692 unit: NodePointer Demangler::demangleArchetype() file: lib/Demangling/Demangler.cpp start line: 2185 end line: 2270 size: 81 LOC McCabe index: 17 number of parameters: 0 id: 693 unit: std::pair NameMatcher::walkToExprPre() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 339 end line: 436 size: 81 LOC McCabe index: 32 number of parameters: 1 id: 694 unit: void printRemap() file: lib/Migrator/Migrator.cpp start line: 281 end line: 377 size: 81 LOC McCabe index: 16 number of parameters: 4 id: 695 unit: ParserResult Parser::parseExprSequenceElement() file: lib/Parse/ParseExpr.cpp start line: 400 end line: 502 size: 81 LOC McCabe index: 27 number of parameters: 2 id: 696 unit: static CanSILFunctionType getUncachedSILFunctionTypeForConstant() file: lib/SIL/IR/SILFunctionType.cpp start line: 3012 end line: 3116 size: 81 LOC McCabe index: 19 number of parameters: 4 id: 697 unit: void EscapeAnalysis::ConnectionGraph::print() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1564 end line: 1652 size: 81 LOC McCabe index: 17 number of parameters: 1 id: 698 unit: void JVPCloner::Implementation::prepareForDifferentialGeneration() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 1472 end line: 1604 size: 81 LOC McCabe index: 13 number of parameters: 0 id: 699 unit: static bool sinkCodeFromPredecessors() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1356 end line: 1477 size: 81 LOC McCabe index: 20 number of parameters: 2 id: 700 unit: void GenericCloner::populateCloned() file: lib/SILOptimizer/Utils/GenericCloner.cpp start line: 58 end line: 162 size: 81 LOC McCabe index: 16 number of parameters: 0 id: 701 unit: std::pair walkToExprPre() file: lib/Sema/PreCheckExpr.cpp start line: 1137 end line: 1266 size: 81 LOC McCabe index: 26 number of parameters: 1 id: 702 unit: static void checkOverrideAccessControl() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1013 end line: 1114 size: 81 LOC McCabe index: 23 number of parameters: 3 id: 703 unit: static void diagnoseConformanceImpliedByConditionalConformance() file: lib/Sema/TypeCheckProtocol.cpp start line: 1777 end line: 1902 size: 81 LOC McCabe index: 10 number of parameters: 4 id: 704 unit: void show() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 700 end line: 785 size: 81 LOC McCabe index: 19 number of parameters: 2 id: 705 unit: void print() file: lib/Serialization/DeserializationErrors.h start line: 76 end line: 156 size: 81 LOC McCabe index: 23 number of parameters: 1 id: 706 unit: void SILDeserializer::readWitnessTableEntries() file: lib/Serialization/DeserializeSIL.cpp start line: 3371 end line: 3456 size: 81 LOC McCabe index: 18 number of parameters: 3 id: 707 unit: static void patchLazyPointers() file: stdlib/public/runtime/ObjCRuntimeGetImageNameFromClass.mm start line: 153 end line: 248 size: 81 LOC McCabe index: 19 number of parameters: 3 id: 708 unit: func emitLinkingConsonant() file: utils/gen-unicode-data/Sources/GenGraphemeBreakProperty/IndicRules.swift start line: 69 end line: 179 size: 81 LOC McCabe index: 9 number of parameters: 2 id: 709 unit: static int generateMigrationScript() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1964 end line: 2056 size: 80 LOC McCabe index: 6 number of parameters: 7 id: 710 unit: static void collectPossibleCalleesByQualifiedLookup() file: lib/IDE/ExprContextAnalysis.cpp start line: 412 end line: 505 size: 80 LOC McCabe index: 30 number of parameters: 4 id: 711 unit: static bool collectPossibleCalleesForApply() file: lib/IDE/ExprContextAnalysis.cpp start line: 597 end line: 683 size: 80 LOC McCabe index: 31 number of parameters: 3 id: 712 unit: static bool performLocalReleaseMotion() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 265 end line: 405 size: 80 LOC McCabe index: 30 number of parameters: 3 id: 713 unit: bool handleTypeHoist() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 714 end line: 800 size: 80 LOC McCabe index: 26 number of parameters: 3 id: 714 unit: bool MemoryLocations::analyzeLocationUsesRecursively() file: lib/SIL/Utils/MemoryLocations.cpp start line: 281 end line: 378 size: 80 LOC McCabe index: 45 number of parameters: 4 id: 715 unit: ManagedValue SILGenFunction::emitReadAsyncLetBinding() file: lib/SILGen/SILGenApply.cpp start line: 5961 end line: 6060 size: 80 LOC McCabe index: 8 number of parameters: 2 id: 716 unit: static ManagedValue createThunk() file: lib/SILGen/SILGenPoly.cpp start line: 3296 end line: 3395 size: 80 LOC McCabe index: 10 number of parameters: 8 id: 717 unit: void Differentiation::run() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 1359 end line: 1467 size: 80 LOC McCabe index: 23 number of parameters: 0 id: 718 unit: void StackAllocationPromoter::fixBranchesAndUses() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 947 end line: 1059 size: 80 LOC McCabe index: 17 number of parameters: 2 id: 719 unit: ConstantTracker::IntConst ConstantTracker::getBuiltinConst() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 160 end line: 245 size: 80 LOC McCabe index: 38 number of parameters: 2 id: 720 unit: bool MissingOptionalUnwrapFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1428 end line: 1531 size: 80 LOC McCabe index: 23 number of parameters: 0 id: 721 unit: Type visitArrayExpr() file: lib/Sema/CSGen.cpp start line: 1763 end line: 1882 size: 80 LOC McCabe index: 12 number of parameters: 1 id: 722 unit: bool IsObjCRequest::evaluate() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1579 end line: 1688 size: 80 LOC McCabe index: 27 number of parameters: 2 id: 723 unit: static bool codeCompleteRequest() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 614 end line: 704 size: 80 LOC McCabe index: 11 number of parameters: 7 id: 724 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 330 end line: 419 size: 80 LOC McCabe index: 6 number of parameters: 2 id: 725 unit: bool MinimalConformances::isValidConformancePath() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 633 end line: 734 size: 79 LOC McCabe index: 20 number of parameters: 3 id: 726 unit: CanType visitSILFunctionType() file: lib/AST/Type.cpp start line: 2364 end line: 2475 size: 79 LOC McCabe index: 26 number of parameters: 4 id: 727 unit: void NodePrinter::printFunctionSigSpecializationParams() file: lib/Demangling/NodePrinter.cpp start line: 1010 end line: 1089 size: 79 LOC McCabe index: 20 number of parameters: 2 id: 728 unit: static MetadataResponse emitTupleTypeMetadataRef() file: lib/IRGen/MetadataRequest.cpp start line: 1126 end line: 1233 size: 79 LOC McCabe index: 7 number of parameters: 5 id: 729 unit: bool SwiftARCContractImpl::run() file: lib/LLVMPasses/LLVMARCContract.cpp start line: 265 end line: 382 size: 79 LOC McCabe index: 25 number of parameters: 0 id: 730 unit: IsSerialized_t SILDeclRef::isSerialized() file: lib/SIL/IR/SILDeclRef.cpp start line: 561 end line: 688 size: 79 LOC McCabe index: 35 number of parameters: 0 id: 731 unit: void run() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 2286 end line: 2393 size: 79 LOC McCabe index: 20 number of parameters: 0 id: 732 unit: static SILValue constantFoldBinary() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 564 end line: 659 size: 79 LOC McCabe index: 33 number of parameters: 3 id: 733 unit: static Optional applySolutionToInitialization() file: lib/Sema/CSApply.cpp start line: 8340 end line: 8448 size: 79 LOC McCabe index: 17 number of parameters: 3 id: 734 unit: bool correctInterpolationIfStrange() file: lib/Sema/PreCheckExpr.cpp start line: 964 end line: 1077 size: 79 LOC McCabe index: 12 number of parameters: 1 id: 735 unit: bool swift::checkDistributedActorSystemAdHocProtocolRequirements() file: lib/Sema/TypeCheckDistributed.cpp start line: 113 end line: 215 size: 79 LOC McCabe index: 12 number of parameters: 5 id: 736 unit: void diagnoseUncoveredAsyncSite() file: lib/Sema/TypeCheckEffects.cpp start line: 2798 end line: 2884 size: 79 LOC McCabe index: 24 number of parameters: 1 id: 737 unit: def read_sizes() file: utils/cmpcodesize/cmpcodesize/compare.py start line: 0 end line: 0 size: 79 LOC McCabe index: 23 number of parameters: 5 id: 738 unit: class alignas() file: include/swift/AST/ParameterList.h start line: 29 end line: 146 size: 78 LOC McCabe index: 2 number of parameters: 1 id: 739 unit: void RequirementSource::print() file: lib/AST/GenericSignatureBuilder.cpp start line: 1526 end line: 1623 size: 78 LOC McCabe index: 22 number of parameters: 2 id: 740 unit: void analyze() file: lib/IDE/IDERequests.cpp start line: 816 end line: 918 size: 78 LOC McCabe index: 13 number of parameters: 1 id: 741 unit: void addFuncDecl() file: lib/IDE/Refactoring.cpp start line: 6626 end line: 6739 size: 78 LOC McCabe index: 26 number of parameters: 1 id: 742 unit: static void setPointerAuthOptions() file: lib/IRGen/IRGen.cpp start line: 655 end line: 774 size: 78 LOC McCabe index: 2 number of parameters: 2 id: 743 unit: void patch_apply() file: lib/Migrator/Diff.h start line: 1974 end line: 2073 size: 78 LOC McCabe index: 17 number of parameters: 3 id: 744 unit: void Lexer::lexNumber() file: lib/Parse/Lexer.cpp start line: 1068 end line: 1182 size: 78 LOC McCabe index: 41 number of parameters: 0 id: 745 unit: CanSILFunctionType SILFunctionType::getAutoDiffDerivativeFunctionType() file: lib/SIL/IR/SILFunctionType.cpp start line: 804 end line: 899 size: 78 LOC McCabe index: 11 number of parameters: 8 id: 746 unit: static void emitRawApply() file: lib/SILGen/SILGenApply.cpp start line: 1732 end line: 1826 size: 78 LOC McCabe index: 12 number of parameters: 10 id: 747 unit: void SILGenFunction::emitAsyncMainThreadStart() file: lib/SILGen/SILGenFunction.cpp start line: 856 end line: 960 size: 78 LOC McCabe index: 4 number of parameters: 1 id: 748 unit: static SILValue simplifyBuiltin() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 527 end line: 626 size: 78 LOC McCabe index: 26 number of parameters: 1 id: 749 unit: void ClassInitElementUseCollector::collectClassInitSelfUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1610 end line: 1737 size: 78 LOC McCabe index: 30 number of parameters: 0 id: 750 unit: bool COWOptsPass::optimizeBeginCOW() file: lib/SILOptimizer/Transforms/COWOpts.cpp start line: 106 end line: 219 size: 78 LOC McCabe index: 26 number of parameters: 1 id: 751 unit: bool ContextualFailure::diagnoseConversionToNil() file: lib/Sema/CSDiagnostics.cpp start line: 2544 end line: 2657 size: 78 LOC McCabe index: 24 number of parameters: 0 id: 752 unit: bool CollectionElementContextualFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5467 end line: 5560 size: 78 LOC McCabe index: 21 number of parameters: 0 id: 753 unit: bool ConstraintSystem::diagnoseAmbiguity() file: lib/Sema/ConstraintSystem.cpp start line: 4260 end line: 4397 size: 78 LOC McCabe index: 24 number of parameters: 1 id: 754 unit: void visitProtocolDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 765 end line: 855 size: 78 LOC McCabe index: 15 number of parameters: 1 id: 755 unit: Classification classifyApply() file: lib/Sema/TypeCheckEffects.cpp start line: 747 end line: 859 size: 78 LOC McCabe index: 29 number of parameters: 1 id: 756 unit: UIdent SwiftLangSupport::getUIDForSyntaxStructureKind() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 495 end line: 573 size: 78 LOC McCabe index: 37 number of parameters: 1 id: 757 unit: static bool findMaybeMangled() file: tools/swift-demangle/swift-demangle.cpp start line: 262 end line: 351 size: 78 LOC McCabe index: 21 number of parameters: 2 id: 758 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2994 end line: 3099 size: 77 LOC McCabe index: 22 number of parameters: 1 id: 759 unit: void swift::ide::printCodeCompletionResultFilterName() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 453 end line: 538 size: 77 LOC McCabe index: 43 number of parameters: 2 id: 760 unit: static void emitInitializeFieldOffsetVector() file: lib/IRGen/GenMeta.cpp start line: 2357 end line: 2464 size: 77 LOC McCabe index: 14 number of parameters: 5 id: 761 unit: void IRGenSILFunction::emitSILFunction() file: lib/IRGen/IRGenSIL.cpp start line: 2180 end line: 2310 size: 77 LOC McCabe index: 21 number of parameters: 0 id: 762 unit: int match_bitap() file: lib/Migrator/Diff.h start line: 1644 end line: 1743 size: 77 LOC McCabe index: 15 number of parameters: 3 id: 763 unit: RValue SILGenFunction::emitDynamicMemberRefExpr() file: lib/SILGen/SILGenApply.cpp start line: 6109 end line: 6231 size: 77 LOC McCabe index: 6 number of parameters: 2 id: 764 unit: bool CheckerLivenessInfo::compute() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableValuesChecker.cpp start line: 82 end line: 182 size: 77 LOC McCabe index: 26 number of parameters: 0 id: 765 unit: bool SILCombiner::tryOptimizeKeypathOffsetOf() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 299 end line: 400 size: 77 LOC McCabe index: 23 number of parameters: 3 id: 766 unit: static bool sinkArgument() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1158 end line: 1295 size: 77 LOC McCabe index: 26 number of parameters: 3 id: 767 unit: static void lookupDeclsFromProtocolsBeingConformedTo() file: lib/Sema/LookupVisibleDecls.cpp start line: 431 end line: 528 size: 77 LOC McCabe index: 29 number of parameters: 6 id: 768 unit: void AccessControlCheckerBase::checkGenericParamAccess() file: lib/Sema/TypeCheckAccess.cpp start line: 310 end line: 401 size: 77 LOC McCabe index: 19 number of parameters: 4 id: 769 unit: bool swift::decodeRegexCaptureTypes() file: lib/Sema/TypeCheckRegex.cpp start line: 33 end line: 115 size: 77 LOC McCabe index: 17 number of parameters: 4 id: 770 unit: UIdent SwiftLangSupport::getUIDForSymbol() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 642 end line: 730 size: 77 LOC McCabe index: 33 number of parameters: 2 id: 771 unit: static void deliverResults() file: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp start line: 33 end line: 126 size: 77 LOC McCabe index: 10 number of parameters: 2 id: 772 unit: func checkDecodeUTF() file: validation-test/compiler_crashers_2_fixed/0109-sr4737.swift start line: 883 end line: 983 size: 77 LOC McCabe index: 6 number of parameters: 4 id: 773 unit: void decodeRequirement() file: include/swift/Demangling/TypeDecoder.h start line: 360 end line: 445 size: 76 LOC McCabe index: 18 number of parameters: 3 id: 774 unit: void CodeCompletionString::dump() file: lib/IDE/CodeCompletion.cpp start line: 249 end line: 326 size: 76 LOC McCabe index: 6 number of parameters: 0 id: 775 unit: void checkSwitchEnumInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4652 end line: 4742 size: 76 LOC McCabe index: 13 number of parameters: 1 id: 776 unit: static void buildBlockToFuncThunkBody() file: lib/SILGen/SILGenBridging.cpp start line: 834 end line: 945 size: 76 LOC McCabe index: 9 number of parameters: 6 id: 777 unit: void SILGenFunction::emitDistributedActorFactory() file: lib/SILGen/SILGenDistributed.cpp start line: 371 end line: 495 size: 76 LOC McCabe index: 1 number of parameters: 1 id: 778 unit: ManagedValue Transform::transformTuple() file: lib/SILGen/SILGenPoly.cpp start line: 692 end line: 800 size: 76 LOC McCabe index: 17 number of parameters: 7 id: 779 unit: void DifferentiableActivityInfo::propagateVaried() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 123 end line: 225 size: 76 LOC McCabe index: 31 number of parameters: 2 id: 780 unit: void ReturnRewriter::rewriteReturn() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1061 end line: 1148 size: 76 LOC McCabe index: 11 number of parameters: 1 id: 781 unit: static bool tryDominatorBasedSimplifications() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 470 end line: 609 size: 76 LOC McCabe index: 26 number of parameters: 8 id: 782 unit: bool simplifyToSelectValue() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3848 end line: 3947 size: 76 LOC McCabe index: 20 number of parameters: 3 id: 783 unit: void visitForEachPattern() file: lib/Sema/CSClosure.cpp start line: 336 end line: 451 size: 76 LOC McCabe index: 7 number of parameters: 2 id: 784 unit: bool ConstraintGraph::contractEdges() file: lib/Sema/ConstraintGraph.cpp start line: 1339 end line: 1457 size: 76 LOC McCabe index: 24 number of parameters: 0 id: 785 unit: static Optional getIsolationFromWitnessedRequirements() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3006 end line: 3102 size: 76 LOC McCabe index: 24 number of parameters: 1 id: 786 unit: static bool readOptionsBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 85 end line: 170 size: 76 LOC McCabe index: 20 number of parameters: 4 id: 787 unit: Optional SwiftLangSupport::getUIDForDeclAttribute() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 748 end line: 828 size: 76 LOC McCabe index: 27 number of parameters: 1 id: 788 unit: int main() file: tools/swift-llvm-opt/LLVMOpt.cpp start line: 218 end line: 324 size: 76 LOC McCabe index: 9 number of parameters: 2 id: 789 unit: class alignas() file: include/swift/AST/GenericEnvironment.h start line: 68 end line: 223 size: 75 LOC McCabe index: 1 number of parameters: 1 id: 790 unit: class alignas() file: include/swift/Runtime/Atomic.h start line: 84 end line: 167 size: 75 LOC McCabe index: 13 number of parameters: 1 id: 791 unit: static void printDifferentiableAttrArguments() file: lib/AST/Attr.cpp start line: 565 end line: 664 size: 75 LOC McCabe index: 21 number of parameters: 5 id: 792 unit: void GenericSignatureBuilder::PotentialArchetype::dump() file: lib/AST/GenericSignatureBuilder.cpp start line: 2659 end line: 2754 size: 75 LOC McCabe index: 26 number of parameters: 3 id: 793 unit: bool CanType::isReferenceTypeImpl() file: lib/AST/Type.cpp start line: 163 end line: 250 size: 75 LOC McCabe index: 52 number of parameters: 3 id: 794 unit: static bool ParseDiagnosticArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1262 end line: 1348 size: 75 LOC McCabe index: 16 number of parameters: 3 id: 795 unit: bool CompilerInvocation::parseArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 2306 end line: 2401 size: 75 LOC McCabe index: 16 number of parameters: 5 id: 796 unit: void swift::ide::CompletionInstance::codeComplete() file: lib/IDE/CompletionInstance.cpp start line: 676 end line: 762 size: 75 LOC McCabe index: 5 number of parameters: 9 id: 797 unit: void ResolvedRangeInfo::print() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 660 end line: 743 size: 75 LOC McCabe index: 24 number of parameters: 1 id: 798 unit: Patches patch_fromText() file: lib/Migrator/Diff.h start line: 2258 end line: 2344 size: 75 LOC McCabe index: 42 number of parameters: 1 id: 799 unit: ParsedDeclName swift::parseDeclName() file: lib/Parse/Parser.cpp start line: 1338 end line: 1447 size: 75 LOC McCabe index: 25 number of parameters: 1 id: 800 unit: Optional getKnownTypeInfo() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1412 end line: 1501 size: 75 LOC McCabe index: 3 number of parameters: 1 id: 801 unit: CanAnyFunctionType TypeConverter::makeConstantInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2670 end line: 2752 size: 75 LOC McCabe index: 19 number of parameters: 1 id: 802 unit: RValue finish() file: lib/SILGen/ResultPlan.cpp start line: 581 end line: 700 size: 75 LOC McCabe index: 7 number of parameters: 5 id: 803 unit: RValue Lowering::emitConditionalCheckedCast() file: lib/SILGen/SILGenDynamicCast.cpp start line: 442 end line: 546 size: 75 LOC McCabe index: 13 number of parameters: 9 id: 804 unit: SILValue DIMemoryObjectInfo::emitElementAddressForDestroy() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 228 end line: 319 size: 75 LOC McCabe index: 18 number of parameters: 4 id: 805 unit: static bool constantFoldTerminator() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 512 end line: 632 size: 75 LOC McCabe index: 20 number of parameters: 2 id: 806 unit: static SILValue cleanupLoadedCalleeValue() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 270 end line: 362 size: 75 LOC McCabe index: 19 number of parameters: 1 id: 807 unit: void TempLValueOptPass::tempLValueOpt() file: lib/SILOptimizer/Transforms/TempLValueOpt.cpp start line: 123 end line: 257 size: 75 LOC McCabe index: 25 number of parameters: 1 id: 808 unit: void processModuleStatsChanges() file: lib/SILOptimizer/Utils/OptimizerStatsUtils.cpp start line: 754 end line: 852 size: 75 LOC McCabe index: 29 number of parameters: 3 id: 809 unit: static bool fixMissingArguments() file: lib/Sema/CSSimplify.cpp start line: 2146 end line: 2240 size: 75 LOC McCabe index: 22 number of parameters: 6 id: 810 unit: bool swift::diagnoseExplicitUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 2452 end line: 2551 size: 75 LOC McCabe index: 20 number of parameters: 4 id: 811 unit: static Optional shouldMarkClassAsObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1222 end line: 1319 size: 75 LOC McCabe index: 19 number of parameters: 1 id: 812 unit: func processLine() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1121 end line: 1195 size: 75 LOC McCabe index: 21 number of parameters: 2 id: 813 unit: static bool passNameInfoForDecl() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1252 end line: 1334 size: 75 LOC McCabe index: 14 number of parameters: 4 id: 814 unit: void printCompletion() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 449 end line: 535 size: 75 LOC McCabe index: 12 number of parameters: 1 id: 815 unit: def build() file: utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py start line: 0 end line: 0 size: 75 LOC McCabe index: 9 number of parameters: 2 id: 816 unit: void PrintAST::printAttributes() file: lib/AST/ASTPrinter.cpp start line: 1103 end line: 1205 size: 74 LOC McCabe index: 30 number of parameters: 1 id: 817 unit: void SwiftLookupTable::dump() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 975 end line: 1053 size: 74 LOC McCabe index: 14 number of parameters: 1 id: 818 unit: Optional CodeCompletionString::getFirstTextChunkIndex() file: lib/IDE/CodeCompletion.cpp start line: 1357 end line: 1432 size: 74 LOC McCabe index: 59 number of parameters: 1 id: 819 unit: bool SemaAnnotator::walkToDeclPreProper() file: lib/IDE/SourceEntityWalker.cpp start line: 137 end line: 220 size: 74 LOC McCabe index: 31 number of parameters: 1 id: 820 unit: void SignatureExpansion::expandParameters() file: lib/IRGen/GenCall.cpp start line: 1574 end line: 1672 size: 74 LOC McCabe index: 29 number of parameters: 0 id: 821 unit: void LoadableStorageAllocation::replaceLoadWithCopyAddr() file: lib/IRGen/LoadableByAddress.cpp start line: 1128 end line: 1206 size: 74 LOC McCabe index: 19 number of parameters: 1 id: 822 unit: static DtorKind analyzeDestructor() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 552 end line: 674 size: 74 LOC McCabe index: 42 number of parameters: 1 id: 823 unit: void Lexer::lexHexNumber() file: lib/Parse/Lexer.cpp start line: 953 end line: 1056 size: 74 LOC McCabe index: 30 number of parameters: 0 id: 824 unit: bool Parser::canParseType() file: lib/Parse/ParseType.cpp start line: 1458 end line: 1544 size: 74 LOC McCabe index: 30 number of parameters: 0 id: 825 unit: static bool parseSILDifferentiabilityWitnessConfigAndFunction() file: lib/SIL/Parser/ParseSIL.cpp start line: 2237 end line: 2319 size: 74 LOC McCabe index: 13 number of parameters: 6 id: 826 unit: bool swift::findExtendedUsesOfSimpleBorrowedValue() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 200 end line: 306 size: 74 LOC McCabe index: 27 number of parameters: 2 id: 827 unit: void SILGenFunction::emitGeneratorFunction() file: lib/SILGen/SILGenFunction.cpp start line: 962 end line: 1053 size: 74 LOC McCabe index: 12 number of parameters: 3 id: 828 unit: RValue SILGenFunction::emitRValueForNonMemberVarDecl() file: lib/SILGen/SILGenLValue.cpp start line: 2899 end line: 3017 size: 74 LOC McCabe index: 18 number of parameters: 5 id: 829 unit: SILValue EscapeAnalysis::getPointerBase() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 180 end line: 265 size: 74 LOC McCabe index: 40 number of parameters: 1 id: 830 unit: static void checkPartialApply() file: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp start line: 314 end line: 413 size: 74 LOC McCabe index: 19 number of parameters: 3 id: 831 unit: static bool diagnoseUnsatisfiedRequirements() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 190 end line: 289 size: 74 LOC McCabe index: 20 number of parameters: 6 id: 832 unit: static SILValue promoteCurryThunkApplicationToDifferentiableFunction() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 983 end line: 1080 size: 74 LOC McCabe index: 8 number of parameters: 5 id: 833 unit: bool CSE::processNode() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 952 end line: 1058 size: 74 LOC McCabe index: 17 number of parameters: 1 id: 834 unit: static DestructorEffects doesDestructorHaveSideEffects() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 122 end line: 227 size: 74 LOC McCabe index: 20 number of parameters: 1 id: 835 unit: bool MissingCallFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3343 end line: 3433 size: 74 LOC McCabe index: 15 number of parameters: 0 id: 836 unit: bool ConstraintSystem::Candidate::solve() file: lib/Sema/CSSolver.cpp start line: 677 end line: 786 size: 74 LOC McCabe index: 15 number of parameters: 1 id: 837 unit: void swift::diagnoseConformanceFailure() file: lib/Sema/TypeCheckProtocol.cpp start line: 5256 end line: 5362 size: 74 LOC McCabe index: 19 number of parameters: 4 id: 838 unit: void SwiftLangSupport::editorReplaceText() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2510 end line: 2600 size: 74 LOC McCabe index: 18 number of parameters: 5 id: 839 unit: REPLInputKind getREPLInput() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 235 end line: 344 size: 74 LOC McCabe index: 32 number of parameters: 1 id: 840 unit: template void readWriteLockCacheExampleThreaded() file: unittests/runtime/Mutex.cpp start line: 655 end line: 747 size: 74 LOC McCabe index: 17 number of parameters: 1 id: 841 unit: def update_single_repository() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 74 LOC McCabe index: 23 number of parameters: 1 id: 842 unit: func test_numericBitPatterns_to_floatingPointTypes() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 777 end line: 857 size: 74 LOC McCabe index: 5 number of parameters: 0 id: 843 unit: bool shouldTakeFixit() file: include/swift/Migrator/FixitFilter.h start line: 28 end line: 149 size: 73 LOC McCabe index: 53 number of parameters: 1 id: 844 unit: void PrintAST::printPattern() file: lib/AST/ASTPrinter.cpp start line: 1258 end line: 1343 size: 73 LOC McCabe index: 18 number of parameters: 1 id: 845 unit: void EquivalenceClass::dump() file: lib/AST/GenericSignatureBuilder.cpp start line: 2146 end line: 2224 size: 73 LOC McCabe index: 15 number of parameters: 2 id: 846 unit: static void collapseSameTypeComponents() file: lib/AST/GenericSignatureBuilder.cpp start line: 7334 end line: 7435 size: 73 LOC McCabe index: 19 number of parameters: 4 id: 847 unit: NodePointer Demangler::demangleIdentifier() file: lib/Demangling/Demangler.cpp start line: 1034 end line: 1107 size: 73 LOC McCabe index: 24 number of parameters: 0 id: 848 unit: void irgen::emitBlockHeader() file: lib/IRGen/GenFunc.cpp start line: 2189 end line: 2290 size: 73 LOC McCabe index: 5 number of parameters: 6 id: 849 unit: OptionSet swift::parseSanitizerArgValues() file: lib/Option/SanitizerOptions.cpp start line: 124 end line: 216 size: 73 LOC McCabe index: 15 number of parameters: 5 id: 850 unit: ParserResult Parser::parseStmtCase() file: lib/Parse/ParseStmt.cpp start line: 2562 end line: 2647 size: 73 LOC McCabe index: 17 number of parameters: 1 id: 851 unit: CanSILFunctionType SILFunctionType::getAutoDiffTransposeFunctionType() file: lib/SIL/IR/SILFunctionType.cpp start line: 901 end line: 979 size: 73 LOC McCabe index: 20 number of parameters: 4 id: 852 unit: std::pair walkToStmtPre() file: lib/SIL/IR/SILProfiler.cpp start line: 542 end line: 614 size: 73 LOC McCabe index: 14 number of parameters: 1 id: 853 unit: void ResultPlanner::plan() file: lib/SILGen/SILGenPoly.cpp start line: 2186 end line: 2281 size: 73 LOC McCabe index: 16 number of parameters: 5 id: 854 unit: void findAnchorsInTables() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 506 end line: 606 size: 73 LOC McCabe index: 27 number of parameters: 0 id: 855 unit: bool UsePrespecialized::replaceByPrespecialized() file: lib/SILOptimizer/IPO/UsePrespecialized.cpp start line: 63 end line: 166 size: 73 LOC McCabe index: 18 number of parameters: 1 id: 856 unit: static SILValue tryRewriteToPartialApplyStack() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 446 end line: 550 size: 73 LOC McCabe index: 14 number of parameters: 4 id: 857 unit: void EagerSpecializerTransform::run() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 804 end line: 904 size: 73 LOC McCabe index: 22 number of parameters: 0 id: 858 unit: bool SimplifyCFG::simplifyBlocks() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2831 end line: 2924 size: 73 LOC McCabe index: 25 number of parameters: 0 id: 859 unit: bool MissingArgumentsFailure::diagnoseClosure() file: lib/Sema/CSDiagnostics.cpp start line: 4588 end line: 4683 size: 73 LOC McCabe index: 19 number of parameters: 1 id: 860 unit: Type TypeChecker::checkReferenceOwnershipAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 3448 end line: 3543 size: 73 LOC McCabe index: 20 number of parameters: 3 id: 861 unit: ReferencedActor getIsolatedActor() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1674 end line: 1781 size: 73 LOC McCabe index: 38 number of parameters: 1 id: 862 unit: bool checkGlobalActorReference() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2305 end line: 2396 size: 73 LOC McCabe index: 11 number of parameters: 5 id: 863 unit: void writePattern() file: lib/Serialization/Serialization.cpp start line: 2979 end line: 3065 size: 73 LOC McCabe index: 17 number of parameters: 1 id: 864 unit: void SwiftLangSupport::indexSource() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 276 end line: 367 size: 73 LOC McCabe index: 12 number of parameters: 3 id: 865 unit: func checkGetObjectsAndKeys() file: validation-test/stdlib/Dictionary.swift start line: 3812 end line: 3892 size: 73 LOC McCabe index: 5 number of parameters: 4 id: 866 unit: llvm::Optional iterateMetadataAllocations() file: include/swift/Reflection/ReflectionContext.h start line: 1227 end line: 1306 size: 72 LOC McCabe index: 12 number of parameters: 1 id: 867 unit: AnyFunctionType::Param swift::computeSelfParam() file: lib/AST/ASTContext.cpp start line: 3047 end line: 3157 size: 72 LOC McCabe index: 32 number of parameters: 3 id: 868 unit: bool ArgsToFrontendOptionsConverter::checkUnusedSupplementaryOutputPaths() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 613 end line: 685 size: 72 LOC McCabe index: 28 number of parameters: 0 id: 869 unit: void addConstructorCall() file: lib/IDE/CodeCompletion.cpp start line: 3286 end line: 3373 size: 72 LOC McCabe index: 23 number of parameters: 7 id: 870 unit: static std::string toInsertableString() file: lib/IDE/REPLCodeCompletion.cpp start line: 35 end line: 108 size: 72 LOC McCabe index: 58 number of parameters: 1 id: 871 unit: bool Parser::isStartOfSwiftDecl() file: lib/Parse/ParseDecl.cpp start line: 4132 end line: 4259 size: 72 LOC McCabe index: 29 number of parameters: 0 id: 872 unit: ParserResult Parser::parseOldStyleProtocolComposition() file: lib/Parse/ParseType.cpp start line: 937 end line: 1030 size: 72 LOC McCabe index: 19 number of parameters: 0 id: 873 unit: void checkDebugVariable() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1272 end line: 1364 size: 72 LOC McCabe index: 25 number of parameters: 1 id: 874 unit: void verifyEntryBlock() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5293 end line: 5376 size: 72 LOC McCabe index: 15 number of parameters: 1 id: 875 unit: bool ABCOpt::hoistChecksInLoop() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 1279 end line: 1389 size: 72 LOC McCabe index: 19 number of parameters: 7 id: 876 unit: void AvailableValueAggregator::addHandOffCopyDestroysForPhis() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1052 end line: 1233 size: 72 LOC McCabe index: 15 number of parameters: 2 id: 877 unit: bool CheckedCastBrJumpThreading::trySimplify() file: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp start line: 502 end line: 655 size: 72 LOC McCabe index: 30 number of parameters: 1 id: 878 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckAvailability.cpp start line: 2783 end line: 2868 size: 72 LOC McCabe index: 19 number of parameters: 1 id: 879 unit: static void collectInterestingNestedDeclarations() file: lib/Serialization/Serialization.cpp start line: 5402 end line: 5489 size: 72 LOC McCabe index: 19 number of parameters: 8 id: 880 unit: static int skt_main() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 293 end line: 369 size: 72 LOC McCabe index: 2 number of parameters: 2 id: 881 unit: void ASTMangler::appendRequirement() file: lib/AST/ASTMangler.cpp start line: 2757 end line: 2832 size: 71 LOC McCabe index: 25 number of parameters: 2 id: 882 unit: void DiagnosisEmitter::handle() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1602 end line: 1693 size: 71 LOC McCabe index: 17 number of parameters: 2 id: 883 unit: static void computeSwiftModuleTraceInfo() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 555 end line: 679 size: 71 LOC McCabe index: 13 number of parameters: 5 id: 884 unit: std::pair walkToExprPre() file: lib/IDE/Formatting.cpp start line: 598 end line: 675 size: 71 LOC McCabe index: 28 number of parameters: 1 id: 885 unit: ExtractCheckResult checkExtractConditions() file: lib/IDE/Refactoring.cpp start line: 975 end line: 1072 size: 71 LOC McCabe index: 30 number of parameters: 2 id: 886 unit: void IRGenSILFunction::visitSILBasicBlock() file: lib/IRGen/IRGenSIL.cpp start line: 2332 end line: 2435 size: 71 LOC McCabe index: 23 number of parameters: 1 id: 887 unit: static bool performStoreOnlyObjectElimination() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 682 end line: 812 size: 71 LOC McCabe index: 35 number of parameters: 2 id: 888 unit: bool SILGlobalVariable::isValidStaticInitializerInst() file: lib/SIL/IR/SILGlobalVariable.cpp start line: 115 end line: 198 size: 71 LOC McCabe index: 32 number of parameters: 2 id: 889 unit: bool SILParser::parseSILDebugInfoExpression() file: lib/SIL/Parser/ParseSIL.cpp start line: 1727 end line: 1805 size: 71 LOC McCabe index: 16 number of parameters: 1 id: 890 unit: void EscapeAnalysis::recompute() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2487 end line: 2582 size: 71 LOC McCabe index: 16 number of parameters: 1 id: 891 unit: void visitStructExtractInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1107 end line: 1181 size: 71 LOC McCabe index: 11 number of parameters: 1 id: 892 unit: static SILValue reapplyFunctionConversion() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 353 end line: 454 size: 71 LOC McCabe index: 12 number of parameters: 10 id: 893 unit: bool SimplifyCFG::simplifyBranchBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1362 end line: 1477 size: 71 LOC McCabe index: 16 number of parameters: 1 id: 894 unit: bool SimplifyCFG::simplifyTryApplyBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2615 end line: 2709 size: 71 LOC McCabe index: 11 number of parameters: 1 id: 895 unit: auto AssociatedTypeInference::solve() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1956 end line: 2079 size: 71 LOC McCabe index: 23 number of parameters: 1 id: 896 unit: bool TypeResolver::resolveSingleSILResult() file: lib/Sema/TypeCheckType.cpp start line: 3351 end line: 3450 size: 71 LOC McCabe index: 15 number of parameters: 5 id: 897 unit: static int finishFormatting() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1639 end line: 1714 size: 71 LOC McCabe index: 14 number of parameters: 6 id: 898 unit: int parse_fat() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 595 end line: 685 size: 71 LOC McCabe index: 17 number of parameters: 5 id: 899 unit: bool ClangImporter::Implementation::importHeader() file: lib/ClangImporter/ClangImporter.cpp start line: 1366 end line: 1483 size: 70 LOC McCabe index: 19 number of parameters: 6 id: 900 unit: bool Driver::handleImmediateArgs() file: lib/Driver/Driver.cpp start line: 2330 end line: 2411 size: 70 LOC McCabe index: 13 number of parameters: 2 id: 901 unit: Callee LoweredValue::getCallee() file: lib/IRGen/IRGenSIL.cpp start line: 2898 end line: 2980 size: 70 LOC McCabe index: 27 number of parameters: 3 id: 902 unit: bool GatherUniqueStorageUses::visitUse() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1950 end line: 2030 size: 70 LOC McCabe index: 27 number of parameters: 2 id: 903 unit: bool swift::findInnerTransitiveGuaranteedUses() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 93 end line: 196 size: 70 LOC McCabe index: 26 number of parameters: 2 id: 904 unit: RValue RValueEmitter::emitForceValue() file: lib/SILGen/SILGenExpr.cpp start line: 5063 end line: 5160 size: 70 LOC McCabe index: 13 number of parameters: 4 id: 905 unit: bool COWArrayOpt::hasLoopOnlyDestructorSafeArrayOperations() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 688 end line: 788 size: 70 LOC McCabe index: 27 number of parameters: 0 id: 906 unit: std::pair walkToDeclRefExpr() file: lib/Sema/TypeCheckCaptures.cpp start line: 220 end line: 348 size: 70 LOC McCabe index: 30 number of parameters: 1 id: 907 unit: static bool checkSendableInstanceStorage() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3874 end line: 3963 size: 70 LOC McCabe index: 13 number of parameters: 3 id: 908 unit: static void checkClassConstructorBody() file: lib/Sema/TypeCheckStmt.cpp start line: 1686 end line: 1782 size: 70 LOC McCabe index: 17 number of parameters: 3 id: 909 unit: Expected deserializeExtension() file: lib/Serialization/Deserialization.cpp start line: 4105 end line: 4193 size: 70 LOC McCabe index: 10 number of parameters: 2 id: 910 unit: Optional ModuleFile::maybeReadForeignErrorConvention() file: lib/Serialization/Deserialization.cpp start line: 6802 end line: 6886 size: 70 LOC McCabe index: 12 number of parameters: 0 id: 911 unit: class alignas() file: include/swift/AST/TypeRepr.h start line: 54 end line: 180 size: 69 LOC McCabe index: 2 number of parameters: 1 id: 912 unit: typename Members::Index() file: include/swift/Basic/ExternalUnion.h start line: 292 end line: 384 size: 69 LOC McCabe index: 5 number of parameters: 1 id: 913 unit: CanSILFunctionType SILFunctionType::get() file: lib/AST/ASTContext.cpp start line: 4113 end line: 4204 size: 69 LOC McCabe index: 21 number of parameters: 12 id: 914 unit: void MinimalConformances::computeCandidateConformancePaths() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 495 end line: 623 size: 69 LOC McCabe index: 20 number of parameters: 0 id: 915 unit: bool ClangImporter::lookupDeclsFromHeader() file: lib/ClangImporter/ClangImporter.cpp start line: 2894 end line: 2978 size: 69 LOC McCabe index: 21 number of parameters: 3 id: 916 unit: void addFunctionCallPattern() file: lib/IDE/CodeCompletion.cpp start line: 2994 end line: 3083 size: 69 LOC McCabe index: 20 number of parameters: 3 id: 917 unit: bool ide::initCompilerInvocation() file: lib/IDE/Utils.cpp start line: 274 end line: 381 size: 69 LOC McCabe index: 5 number of parameters: 10 id: 918 unit: GenericRequirementsMetadata irgen::addGenericRequirements() file: lib/IRGen/GenMeta.cpp start line: 5428 end line: 5513 size: 69 LOC McCabe index: 10 number of parameters: 4 id: 919 unit: Alignment LinkEntity::getAlignment() file: lib/IRGen/Linking.cpp start line: 1041 end line: 1109 size: 69 LOC McCabe index: 60 number of parameters: 1 id: 920 unit: void SwiftMergeFunctions::mergeWithParams() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 1043 end line: 1147 size: 69 LOC McCabe index: 14 number of parameters: 2 id: 921 unit: StringRef Lexer::getEncodedStringSegmentImpl() file: lib/Parse/Lexer.cpp start line: 2216 end line: 2314 size: 69 LOC McCabe index: 34 number of parameters: 6 id: 922 unit: void SILModule::verify() file: lib/SIL/Verifier/SILVerifier.cpp start line: 6130 end line: 6214 size: 69 LOC McCabe index: 22 number of parameters: 0 id: 923 unit: RValue SILGenFunction::emitApplyAllocatingInitializer() file: lib/SILGen/SILGenApply.cpp start line: 5025 end line: 5126 size: 69 LOC McCabe index: 11 number of parameters: 5 id: 924 unit: void SILGenFunction::emitDestroyingDestructor() file: lib/SILGen/SILGenDestructor.cpp start line: 24 end line: 119 size: 69 LOC McCabe index: 10 number of parameters: 1 id: 925 unit: void PatternMatchEmission::emitSpecializedDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 1257 end line: 1381 size: 69 LOC McCabe index: 17 number of parameters: 5 id: 926 unit: void run() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 903 end line: 988 size: 69 LOC McCabe index: 18 number of parameters: 0 id: 927 unit: void ElementUseCollector::collectClassSelfUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1072 end line: 1192 size: 69 LOC McCabe index: 23 number of parameters: 1 id: 928 unit: bool GatherLexicalLifetimeUseVisitor::visitUse() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1278 end line: 1368 size: 69 LOC McCabe index: 16 number of parameters: 2 id: 929 unit: static SILValue emitCodeForConstantArray() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 481 end line: 578 size: 69 LOC McCabe index: 7 number of parameters: 4 id: 930 unit: void CopyForwarding::forwardCopiesOf() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 1317 end line: 1417 size: 69 LOC McCabe index: 23 number of parameters: 2 id: 931 unit: static ArrayRef evaluateMembersRequest() file: lib/Sema/TypeCheckDecl.cpp start line: 2545 end line: 2649 size: 69 LOC McCabe index: 20 number of parameters: 2 id: 932 unit: static bool hasOverridingDifferentiableAttribute() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 645 end line: 742 size: 69 LOC McCabe index: 21 number of parameters: 2 id: 933 unit: NeverNullType TypeResolver::resolveImplicitlyUnwrappedOptionalType() file: lib/Sema/TypeCheckType.cpp start line: 3660 end line: 3735 size: 69 LOC McCabe index: 35 number of parameters: 3 id: 934 unit: class alignas() file: stdlib/public/Concurrency/TaskPrivate.h start line: 170 end line: 285 size: 69 LOC McCabe index: 2 number of parameters: 1 id: 935 unit: mutating func encodeNil() file: stdlib/public/core/Codable.swift start line: 2138 end line: 2404 size: 69 LOC McCabe index: 1 number of parameters: 0 id: 936 unit: static int handleTestInvocation() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 765 end line: 848 size: 69 LOC McCabe index: 11 number of parameters: 1 id: 937 unit: bool RewriteSystem::addRule() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 338 end line: 450 size: 68 LOC McCabe index: 11 number of parameters: 3 id: 938 unit: bool TaskQueue::execute() file: lib/Basic/Default/TaskQueue.inc start line: 62 end line: 156 size: 68 LOC McCabe index: 11 number of parameters: 3 id: 939 unit: NodePointer Demangler::demangleFunctionEntity() file: lib/Demangling/Demangler.cpp start line: 3384 end line: 3453 size: 68 LOC McCabe index: 22 number of parameters: 0 id: 940 unit: void swift::ide::typeCheckContextAt() file: lib/IDE/ExprContextAnalysis.cpp start line: 45 end line: 130 size: 68 LOC McCabe index: 28 number of parameters: 2 id: 941 unit: void emitCallToUnmappedExplosion() file: lib/IRGen/GenCall.cpp start line: 2550 end line: 2637 size: 68 LOC McCabe index: 12 number of parameters: 2 id: 942 unit: void IRGenModule::emitAccessibleFunctions() file: lib/IRGen/GenDecl.cpp start line: 4123 end line: 4203 size: 68 LOC McCabe index: 13 number of parameters: 0 id: 943 unit: void IRGenModule::emitSILProperty() file: lib/IRGen/GenKeyPath.cpp start line: 1328 end line: 1406 size: 68 LOC McCabe index: 6 number of parameters: 1 id: 944 unit: SpecialProtocol irgen::getSpecialProtocolID() file: lib/IRGen/GenMeta.cpp start line: 5290 end line: 5360 size: 68 LOC McCabe index: 60 number of parameters: 1 id: 945 unit: void swift::markup::printInlinesUnder() file: lib/Markup/AST.cpp start line: 261 end line: 335 size: 68 LOC McCabe index: 20 number of parameters: 3 id: 946 unit: bool Parser::parseDifferentiabilityParametersClause() file: lib/Parse/ParseDecl.cpp start line: 1077 end line: 1154 size: 68 LOC McCabe index: 14 number of parameters: 3 id: 947 unit: ParserResult Parser::parsePattern() file: lib/Parse/ParsePattern.cpp start line: 1106 end line: 1192 size: 68 LOC McCabe index: 24 number of parameters: 0 id: 948 unit: Source emitOptionalToOptional() file: lib/SIL/Utils/DynamicCasts.cpp start line: 948 end line: 1035 size: 68 LOC McCabe index: 7 number of parameters: 3 id: 949 unit: void LinearMapInfo::generateDifferentiationDataStructures() file: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp start line: 371 end line: 458 size: 68 LOC McCabe index: 16 number of parameters: 2 id: 950 unit: void DSEContext::processWrite() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 913 end line: 1035 size: 68 LOC McCabe index: 17 number of parameters: 4 id: 951 unit: void addComparisonRelation() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 548 end line: 622 size: 68 LOC McCabe index: 16 number of parameters: 3 id: 952 unit: void BBEnumTagDataflowState::mergePredecessorStates() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 395 end line: 522 size: 68 LOC McCabe index: 17 number of parameters: 0 id: 953 unit: bool StackNesting::solve() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 80 end line: 179 size: 68 LOC McCabe index: 23 number of parameters: 0 id: 954 unit: bool OutOfOrderArgumentFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 4973 end line: 5071 size: 68 LOC McCabe index: 18 number of parameters: 0 id: 955 unit: unsigned LocatorPathElt::getNewSummaryFlags() file: lib/Sema/ConstraintLocator.cpp start line: 42 end line: 112 size: 68 LOC McCabe index: 60 number of parameters: 0 id: 956 unit: LookupTypeResult TypeChecker::lookupMemberType() file: lib/Sema/TypeCheckNameLookup.cpp start line: 426 end line: 538 size: 68 LOC McCabe index: 21 number of parameters: 4 id: 957 unit: static Optional findMissingGenericRequirementForSolutionFix() file: lib/Sema/TypeCheckProtocol.cpp start line: 858 end line: 941 size: 68 LOC McCabe index: 12 number of parameters: 5 id: 958 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2145 end line: 2404 size: 68 LOC McCabe index: 1 number of parameters: 1 id: 959 unit: bool visit() file: lib/AST/ASTPrinter.cpp start line: 969 end line: 1054 size: 67 LOC McCabe index: 19 number of parameters: 1 id: 960 unit: void RequirementMachine::verify() file: lib/AST/RequirementMachine/GenericSignatureQueries.cpp start line: 693 end line: 773 size: 67 LOC McCabe index: 22 number of parameters: 1 id: 961 unit: Type TypeBase::stripConcurrency() file: lib/AST/Type.cpp start line: 788 end line: 874 size: 67 LOC McCabe index: 18 number of parameters: 2 id: 962 unit: static void discoverCrosssImportOverlayDependencies() file: lib/DependencyScan/ScanDependencies.cpp start line: 247 end line: 333 size: 67 LOC McCabe index: 8 number of parameters: 7 id: 963 unit: static void embedBitcode() file: lib/IRGen/IRGen.cpp start line: 852 end line: 928 size: 67 LOC McCabe index: 10 number of parameters: 2 id: 964 unit: static bool performLocalRetainMotion() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 418 end line: 528 size: 67 LOC McCabe index: 30 number of parameters: 3 id: 965 unit: bool forwardDeclareMemberTypes() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 262 end line: 353 size: 67 LOC McCabe index: 21 number of parameters: 2 id: 966 unit: bool SILParserState::parseSILCoverageMap() file: lib/SIL/Parser/ParseSIL.cpp start line: 7479 end line: 7559 size: 67 LOC McCabe index: 20 number of parameters: 1 id: 967 unit: bool SILLoop::canDuplicate() file: lib/SIL/Utils/LoopInfo.cpp start line: 38 end line: 124 size: 67 LOC McCabe index: 36 number of parameters: 1 id: 968 unit: void visitDeclRefExpr() file: lib/SILGen/SILGenApply.cpp start line: 1082 end line: 1171 size: 67 LOC McCabe index: 20 number of parameters: 1 id: 969 unit: ManagedValue SILGenFunction::emitInjectEnum() file: lib/SILGen/SILGenApply.cpp start line: 4854 end line: 4952 size: 67 LOC McCabe index: 13 number of parameters: 5 id: 970 unit: void visitTupleInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1242 end line: 1312 size: 67 LOC McCabe index: 16 number of parameters: 1 id: 971 unit: void run() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 776 end line: 894 size: 67 LOC McCabe index: 16 number of parameters: 0 id: 972 unit: static Optional getMaxLoopTripCount() file: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp start line: 84 end line: 169 size: 67 LOC McCabe index: 21 number of parameters: 4 id: 973 unit: void AvailableValueDataflowContext::explodeCopyAddr() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1775 end line: 1886 size: 67 LOC McCabe index: 22 number of parameters: 1 id: 974 unit: bool MissingConformanceFailure::diagnoseTypeCannotConform() file: lib/Sema/CSDiagnostics.cpp start line: 528 end line: 603 size: 67 LOC McCabe index: 19 number of parameters: 2 id: 975 unit: void check() file: lib/Sema/MiscDiagnostics.cpp start line: 2629 end line: 2715 size: 67 LOC McCabe index: 12 number of parameters: 0 id: 976 unit: static OmissionTypeName getTypeNameForOmission() file: lib/Sema/MiscDiagnostics.cpp start line: 4964 end line: 5066 size: 67 LOC McCabe index: 22 number of parameters: 1 id: 977 unit: void visitAssociatedTypeDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 597 end line: 670 size: 67 LOC McCabe index: 13 number of parameters: 1 id: 978 unit: bool checkKeyPathExpr() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2480 end line: 2568 size: 67 LOC McCabe index: 21 number of parameters: 1 id: 979 unit: void Serializer::writeCrossReference() file: lib/Serialization/Serialization.cpp start line: 1962 end line: 2042 size: 67 LOC McCabe index: 9 number of parameters: 1 id: 980 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2152 end line: 2404 size: 67 LOC McCabe index: 1 number of parameters: 1 id: 981 unit: constexpr unsigned countBitsUsed() file: include/swift/Basic/InlineBitfield.h start line: 119 end line: 185 size: 66 LOC McCabe index: 64 number of parameters: 1 id: 982 unit: void GenericSignatureBuilder::enumerateRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 7800 end line: 7901 size: 66 LOC McCabe index: 19 number of parameters: 2 id: 983 unit: void EmitPolymorphicParameters::bindExtraSource() file: lib/IRGen/GenProto.cpp start line: 538 end line: 621 size: 66 LOC McCabe index: 14 number of parameters: 3 id: 984 unit: void IRGenModule::emitTypeVerifier() file: lib/IRGen/TypeLayoutVerifier.cpp start line: 245 end line: 325 size: 66 LOC McCabe index: 12 number of parameters: 0 id: 985 unit: SILInstruction::MemoryBehavior SILInstruction::getMemoryBehavior() file: lib/SIL/IR/SILInstruction.cpp start line: 1013 end line: 1102 size: 66 LOC McCabe index: 25 number of parameters: 0 id: 986 unit: bool SILParserState::parseSILWitnessTable() file: lib/SIL/Parser/ParseSIL.cpp start line: 7176 end line: 7263 size: 66 LOC McCabe index: 17 number of parameters: 1 id: 987 unit: bool SILParserState::parseSILDifferentiabilityWitness() file: lib/SIL/Parser/ParseSIL.cpp start line: 7338 end line: 7420 size: 66 LOC McCabe index: 18 number of parameters: 1 id: 988 unit: static ManagedValue convertFunctionRepresentation() file: lib/SILGen/SILGenExpr.cpp start line: 1639 end line: 1715 size: 66 LOC McCabe index: 23 number of parameters: 5 id: 989 unit: RValue RValueEmitter::visitFunctionConversionExpr() file: lib/SILGen/SILGenExpr.cpp start line: 1717 end line: 1814 size: 66 LOC McCabe index: 15 number of parameters: 2 id: 990 unit: static bool constantFoldEnumTerminator() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 204 end line: 291 size: 66 LOC McCabe index: 18 number of parameters: 5 id: 991 unit: static bool rewriteAllocBoxAsAllocStack() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 519 end line: 607 size: 66 LOC McCabe index: 19 number of parameters: 1 id: 992 unit: bool CSE::processOpenExistentialRef() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 811 end line: 910 size: 66 LOC McCabe index: 17 number of parameters: 2 id: 993 unit: bool CopyForwarding::backwardPropagateCopy() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 1127 end line: 1222 size: 66 LOC McCabe index: 23 number of parameters: 0 id: 994 unit: SILValue EagerDispatch::emitArgumentConversion() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 653 end line: 745 size: 66 LOC McCabe index: 14 number of parameters: 2 id: 995 unit: void constantEvaluateDriver() file: lib/SILOptimizer/UtilityPasses/ConstantEvaluableSubsetChecker.cpp start line: 60 end line: 157 size: 66 LOC McCabe index: 19 number of parameters: 1 id: 996 unit: void ConstantFolder::initializeWorklist() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1498 end line: 1588 size: 66 LOC McCabe index: 26 number of parameters: 1 id: 997 unit: bool AttributedFuncToTypeConversionFailure::diagnoseParameterUse() file: lib/Sema/CSDiagnostics.cpp start line: 1006 end line: 1102 size: 66 LOC McCabe index: 18 number of parameters: 0 id: 998 unit: void SkipUnhandledConstructInResultBuilderFailure::diagnosePrimary() file: lib/Sema/CSDiagnostics.cpp start line: 5941 end line: 6019 size: 66 LOC McCabe index: 13 number of parameters: 1 id: 999 unit: std::pair walkToExprPre() file: lib/Sema/CSGen.cpp start line: 163 end line: 267 size: 66 LOC McCabe index: 25 number of parameters: 1 id: 1000 unit: void ConstraintSystem::applySolution() file: lib/Sema/CSSolver.cpp start line: 207 end line: 313 size: 66 LOC McCabe index: 23 number of parameters: 1 id: 1001 unit: void TypeChecker::diagnoseIfDeprecated() file: lib/Sema/TypeCheckAvailability.cpp start line: 2252 end line: 2331 size: 66 LOC McCabe index: 12 number of parameters: 4 id: 1002 unit: bool diagnoseInOutArg() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1917 end line: 1991 size: 66 LOC McCabe index: 15 number of parameters: 3 id: 1003 unit: AsyncMarkingResult tryMarkImplicitlyAsync() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2054 end line: 2149 size: 66 LOC McCabe index: 23 number of parameters: 5 id: 1004 unit: bool swift::isRepresentableInObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1087 end line: 1170 size: 66 LOC McCabe index: 16 number of parameters: 2 id: 1005 unit: static Type formExtensionInterfaceType() file: lib/Sema/TypeCheckGeneric.cpp start line: 520 end line: 611 size: 66 LOC McCabe index: 15 number of parameters: 5 id: 1006 unit: NeverNullType TypeResolver::resolveASTFunctionType() file: lib/Sema/TypeCheckType.cpp start line: 2946 end line: 3033 size: 66 LOC McCabe index: 14 number of parameters: 8 id: 1007 unit: Expected deserializeClass() file: lib/Serialization/Deserialization.cpp start line: 3745 end line: 3820 size: 66 LOC McCabe index: 7 number of parameters: 2 id: 1008 unit: ValidationInfo serialization::validateSerializedAST() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 430 end line: 507 size: 66 LOC McCabe index: 18 number of parameters: 4 id: 1009 unit: static void swift_task_reportIllegalTaskLocalBindingWithinWithTaskGroupImpl() file: stdlib/public/Concurrency/TaskLocal.cpp start line: 243 end line: 312 size: 66 LOC McCabe index: 2 number of parameters: 4 id: 1010 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2159 end line: 2404 size: 66 LOC McCabe index: 1 number of parameters: 1 id: 1011 unit: void verifyIncrementalParse() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2427 end line: 2508 size: 66 LOC McCabe index: 5 number of parameters: 5 id: 1012 unit: func run() file: validation-test/compiler_crashers_2_fixed/rdar81617749.swift start line: 19 end line: 139 size: 66 LOC McCabe index: 1 number of parameters: 1 id: 1013 unit: static std::string getDifferentiationParametersClauseString() file: lib/AST/Attr.cpp start line: 489 end line: 560 size: 65 LOC McCabe index: 18 number of parameters: 4 id: 1014 unit: void Symbol::dump() file: lib/AST/RequirementMachine/Symbol.cpp start line: 736 end line: 811 size: 65 LOC McCabe index: 14 number of parameters: 1 id: 1015 unit: static StringRef getOutputFilename() file: lib/Driver/Driver.cpp start line: 2595 end line: 2680 size: 65 LOC McCabe index: 19 number of parameters: 8 id: 1016 unit: bool renameLabelsLenient() file: lib/IDE/Refactoring.cpp start line: 270 end line: 357 size: 65 LOC McCabe index: 21 number of parameters: 3 id: 1017 unit: void setArgs() file: lib/IRGen/GenCall.cpp start line: 2167 end line: 2255 size: 65 LOC McCabe index: 18 number of parameters: 3 id: 1018 unit: bool Lexer::lexUnknown() file: lib/Parse/Lexer.cpp start line: 2093 end line: 2176 size: 65 LOC McCabe index: 14 number of parameters: 1 id: 1019 unit: RValue RValueEmitter::visitRebindSelfInConstructorExpr() file: lib/SILGen/SILGenExpr.cpp start line: 4010 end line: 4120 size: 65 LOC McCabe index: 15 number of parameters: 2 id: 1020 unit: static void emitCaptureArguments() file: lib/SILGen/SILGenProlog.cpp start line: 379 end line: 465 size: 65 LOC McCabe index: 9 number of parameters: 4 id: 1021 unit: bool swift::ArraySemanticsCall::replaceByAppendingValues() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 753 end line: 832 size: 65 LOC McCabe index: 9 number of parameters: 4 id: 1022 unit: void PullbackCloner::Implementation::accumulateAdjointForOptional() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2224 end line: 2316 size: 65 LOC McCabe index: 8 number of parameters: 3 id: 1023 unit: static bool checkNoEscapePartialApplyUse() file: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp start line: 51 end line: 148 size: 65 LOC McCabe index: 25 number of parameters: 2 id: 1024 unit: SILValue AvailableValueAggregator::handlePrimitiveValue() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 819 end line: 914 size: 65 LOC McCabe index: 19 number of parameters: 3 id: 1025 unit: void ReleaseCodeMotionContext::computeCodeMotionInsertPoints() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 983 end line: 1075 size: 65 LOC McCabe index: 25 number of parameters: 0 id: 1026 unit: bool MissingArgumentsFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 4314 end line: 4423 size: 65 LOC McCabe index: 18 number of parameters: 0 id: 1027 unit: static void diagnoseOperatorAmbiguity() file: lib/Sema/ConstraintSystem.cpp start line: 3381 end line: 3459 size: 65 LOC McCabe index: 12 number of parameters: 4 id: 1028 unit: static bool diagnoseOperatorJuxtaposition() file: lib/Sema/PreCheckExpr.cpp start line: 116 end line: 213 size: 65 LOC McCabe index: 23 number of parameters: 2 id: 1029 unit: bool resolveDifferentiableAttrDifferentiabilityParameters() file: lib/Sema/TypeCheckAttr.cpp start line: 4497 end line: 4574 size: 65 LOC McCabe index: 9 number of parameters: 5 id: 1030 unit: void swift::diagnoseMissingExplicitSendable() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1018 end line: 1107 size: 65 LOC McCabe index: 14 number of parameters: 1 id: 1031 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2166 end line: 2404 size: 65 LOC McCabe index: 1 number of parameters: 1 id: 1032 unit: def common_options() file: utils/swift_build_support/swift_build_support/cmake.py start line: 0 end line: 0 size: 65 LOC McCabe index: 20 number of parameters: 2 id: 1033 unit: Type ASTBuilder::createFunctionType() file: lib/AST/ASTDemangler.cpp start line: 344 end line: 419 size: 64 LOC McCabe index: 12 number of parameters: 5 id: 1034 unit: void swift::printContext() file: lib/AST/ASTDumper.cpp start line: 1224 end line: 1299 size: 64 LOC McCabe index: 19 number of parameters: 2 id: 1035 unit: bool extractSimpleField() file: lib/AST/DocComment.cpp start line: 215 end line: 288 size: 64 LOC McCabe index: 13 number of parameters: 4 id: 1036 unit: bool ModuleInterfaceBuilder::collectDepsForSerialization() file: lib/Frontend/ModuleInterfaceBuilder.cpp start line: 71 end line: 154 size: 64 LOC McCabe index: 15 number of parameters: 3 id: 1037 unit: void SerializedDiagnosticConsumer::emitBlockInfoBlock() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 384 end line: 471 size: 64 LOC McCabe index: 1 number of parameters: 0 id: 1038 unit: static void performEndOfPipelineActions() file: lib/FrontendTool/FrontendTool.cpp start line: 954 end line: 1056 size: 64 LOC McCabe index: 18 number of parameters: 1 id: 1039 unit: void classifyConditional() file: lib/IDE/Refactoring.cpp start line: 5395 end line: 5493 size: 64 LOC McCabe index: 17 number of parameters: 4 id: 1040 unit: void ResilientWitnessTableBuilder::collectResilientWitnesses() file: lib/IRGen/GenProto.cpp start line: 1662 end line: 1740 size: 64 LOC McCabe index: 9 number of parameters: 1 id: 1041 unit: void IRGenThunk::emit() file: lib/IRGen/GenThunk.cpp start line: 246 end line: 331 size: 64 LOC McCabe index: 9 number of parameters: 0 id: 1042 unit: ParserResult Parser::parseDeclAssociatedType() file: lib/Parse/ParseDecl.cpp start line: 5785 end line: 5864 size: 64 LOC McCabe index: 13 number of parameters: 2 id: 1043 unit: void SILModule::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3349 end line: 3423 size: 64 LOC McCabe index: 20 number of parameters: 3 id: 1044 unit: bool swift::ArraySemanticsCall::isValidSignature() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 77 end line: 149 size: 64 LOC McCabe index: 27 number of parameters: 0 id: 1045 unit: void ExistentialSpecializer::specializeExistentialArgsInAppliesWithinFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialSpecializer.cpp start line: 264 end line: 353 size: 64 LOC McCabe index: 9 number of parameters: 1 id: 1046 unit: SILValue ClosureSpecCloner::cloneCalleeConversion() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 710 end line: 784 size: 64 LOC McCabe index: 8 number of parameters: 5 id: 1047 unit: static bool diagnoseUnreachableBlock() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 848 end line: 941 size: 64 LOC McCabe index: 18 number of parameters: 6 id: 1048 unit: bool SILCombiner::doOneIteration() file: lib/SILOptimizer/SILCombiner/SILCombine.cpp start line: 335 end line: 442 size: 64 LOC McCabe index: 15 number of parameters: 2 id: 1049 unit: bool SILCombiner::optimizeIdentityCastComposition() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 1476 end line: 1572 size: 64 LOC McCabe index: 16 number of parameters: 3 id: 1050 unit: static bool isZeroLoadFromEmptyCollection() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 826 end line: 897 size: 64 LOC McCabe index: 27 number of parameters: 1 id: 1051 unit: bool SemanticARCOptVisitor::performGuaranteedCopyValueOptimization() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 69 end line: 246 size: 64 LOC McCabe index: 11 number of parameters: 1 id: 1052 unit: BridgedArgument BridgedArgument::match() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 806 end line: 896 size: 64 LOC McCabe index: 29 number of parameters: 3 id: 1053 unit: void run() file: lib/SILOptimizer/UtilityPasses/SILDebugInfoGenerator.cpp start line: 92 end line: 178 size: 64 LOC McCabe index: 15 number of parameters: 0 id: 1054 unit: void ReabstractionInfo::createSubstitutedAndSpecializedTypes() file: lib/SILOptimizer/Utils/Generics.cpp start line: 667 end line: 751 size: 64 LOC McCabe index: 22 number of parameters: 0 id: 1055 unit: static bool validateCodingKeysEnum() file: lib/Sema/DerivedConformanceCodable.cpp start line: 307 end line: 394 size: 64 LOC McCabe index: 13 number of parameters: 4 id: 1056 unit: static void checkStmtConditionTrailingClosure() file: lib/Sema/MiscDiagnostics.cpp start line: 3481 end line: 3568 size: 64 LOC McCabe index: 18 number of parameters: 2 id: 1057 unit: void add() file: lib/Sema/TypeCheckNameLookup.cpp start line: 100 end line: 203 size: 64 LOC McCabe index: 22 number of parameters: 4 id: 1058 unit: func run() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1472 end line: 1542 size: 64 LOC McCabe index: 17 number of parameters: 0 id: 1059 unit: func runAsync() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1546 end line: 1616 size: 64 LOC McCabe index: 17 number of parameters: 0 id: 1060 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2173 end line: 2404 size: 64 LOC McCabe index: 1 number of parameters: 1 id: 1061 unit: size_t swift_dtoa_optimal_float80_p() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1275 end line: 1359 size: 64 LOC McCabe index: 14 number of parameters: 3 id: 1062 unit: static void reportAttributes() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 670 end line: 736 size: 64 LOC McCabe index: 19 number of parameters: 3 id: 1063 unit: void SwiftLangSupport::findInterfaceDocument() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 813 end line: 887 size: 64 LOC McCabe index: 10 number of parameters: 3 id: 1064 unit: def tokenize_template() file: utils/gyb.py start line: 0 end line: 0 size: 64 LOC McCabe index: 4 number of parameters: 1 id: 1065 unit: func tabManager() file: utils/parser-lib/profile-input.swift start line: 1785 end line: 1865 size: 64 LOC McCabe index: 16 number of parameters: 4 id: 1066 unit: def create_parser() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 64 LOC McCabe index: 2 number of parameters: 0 id: 1067 unit: def process_module() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 64 LOC McCabe index: 5 number of parameters: 1 id: 1068 unit: TangentPropertyInfo TangentStoredPropertyRequest::evaluate() file: lib/AST/AutoDiff.cpp start line: 481 end line: 557 size: 63 LOC McCabe index: 12 number of parameters: 3 id: 1069 unit: bool extractParameterOutline() file: lib/AST/DocComment.cpp start line: 76 end line: 149 size: 63 LOC McCabe index: 15 number of parameters: 3 id: 1070 unit: static bool splitBaseNameAfterLastPreposition() file: lib/Basic/StringExtras.cpp start line: 1077 end line: 1172 size: 63 LOC McCabe index: 17 number of parameters: 3 id: 1071 unit: Optional NameImporter::considerErrorImport() file: lib/ClangImporter/ImportName.cpp start line: 1067 end line: 1164 size: 63 LOC McCabe index: 26 number of parameters: 6 id: 1072 unit: void importer::addMacrosToLookupTable() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1947 end line: 2031 size: 63 LOC McCabe index: 14 number of parameters: 2 id: 1073 unit: NodePointer demangleIdentifier() file: lib/Demangling/OldDemangler.cpp start line: 771 end line: 850 size: 63 LOC McCabe index: 18 number of parameters: 2 id: 1074 unit: RegionType addSyntacticRenameRanges() file: lib/IDE/Refactoring.cpp start line: 375 end line: 462 size: 63 LOC McCabe index: 39 number of parameters: 2 id: 1075 unit: void SignatureExpansion::expandAsyncEntryType() file: lib/IRGen/GenCall.cpp start line: 1740 end line: 1829 size: 63 LOC McCabe index: 22 number of parameters: 0 id: 1076 unit: void IRGenModule::emitClangDecl() file: lib/IRGen/GenClangDecl.cpp start line: 104 end line: 188 size: 63 LOC McCabe index: 22 number of parameters: 1 id: 1077 unit: void IRGenSILFunction::visitDebugValueInst() file: lib/IRGen/IRGenSIL.cpp start line: 4892 end line: 4975 size: 63 LOC McCabe index: 19 number of parameters: 1 id: 1078 unit: static void addModuleDependencies() file: lib/Index/IndexRecord.cpp start line: 386 end line: 464 size: 63 LOC McCabe index: 21 number of parameters: 10 id: 1079 unit: bool SwiftMergeFunctions::doSanityCheck() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 543 end line: 619 size: 63 LOC McCabe index: 19 number of parameters: 1 id: 1080 unit: bool SwiftMergeFunctions::replaceDirectCallers() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 1250 end line: 1325 size: 63 LOC McCabe index: 12 number of parameters: 4 id: 1081 unit: ParseResult parseElement() file: lib/Markup/Markup.cpp start line: 241 end line: 303 size: 63 LOC McCabe index: 19 number of parameters: 2 id: 1082 unit: void diff_cleanupEfficiency() file: lib/Migrator/Diff.h start line: 1142 end line: 1230 size: 63 LOC McCabe index: 24 number of parameters: 1 id: 1083 unit: ParserResult Parser::parseExprKeyPathObjC() file: lib/Parse/ParseExpr.cpp start line: 676 end line: 769 size: 63 LOC McCabe index: 13 number of parameters: 0 id: 1084 unit: ParserResult Parser::parseStmtDo() file: lib/Parse/ParseStmt.cpp start line: 1989 end line: 2070 size: 63 LOC McCabe index: 14 number of parameters: 2 id: 1085 unit: void KeyPathPattern::Profile() file: lib/SIL/IR/SILInstructions.cpp start line: 2570 end line: 2637 size: 63 LOC McCabe index: 13 number of parameters: 6 id: 1086 unit: void swift::emitIndirectConditionalCastWithScalar() file: lib/SIL/Utils/DynamicCasts.cpp start line: 1252 end line: 1352 size: 63 LOC McCabe index: 11 number of parameters: 12 id: 1087 unit: RValue Transform::transform() file: lib/SILGen/SILGenPoly.cpp start line: 244 end line: 330 size: 63 LOC McCabe index: 15 number of parameters: 7 id: 1088 unit: bool ARCMatchingSetBuilder::matchUpIncDecSetsForPtr() file: lib/SILOptimizer/ARC/ARCMatchingSet.cpp start line: 212 end line: 292 size: 63 LOC McCabe index: 17 number of parameters: 0 id: 1089 unit: AdjointValue PullbackCloner::Implementation::accumulateAdjointsDirect() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2900 end line: 2972 size: 63 LOC McCabe index: 15 number of parameters: 3 id: 1090 unit: void LifetimeChecker::doIt() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1044 end line: 1148 size: 63 LOC McCabe index: 27 number of parameters: 0 id: 1091 unit: static bool simplifyBlocksWithCallsToNoReturn() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 735 end line: 841 size: 63 LOC McCabe index: 17 number of parameters: 2 id: 1092 unit: void DataflowState::init() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1782 end line: 1861 size: 63 LOC McCabe index: 21 number of parameters: 0 id: 1093 unit: void AvailableValueDataflowContext::updateAvailableValues() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1532 end line: 1650 size: 63 LOC McCabe index: 12 number of parameters: 4 id: 1094 unit: static bool constantFoldInstruction() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1296 end line: 1401 size: 63 LOC McCabe index: 19 number of parameters: 3 id: 1095 unit: static bool repairOutOfOrderArgumentsInBinaryFunction() file: lib/Sema/CSSimplify.cpp start line: 3837 end line: 3923 size: 63 LOC McCabe index: 17 number of parameters: 3 id: 1096 unit: static Optional buildDefaultInitializerString() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1159 end line: 1238 size: 63 LOC McCabe index: 15 number of parameters: 2 id: 1097 unit: bool TypeChecker::typeCheckStmtConditionElement() file: lib/Sema/TypeCheckStmt.cpp start line: 422 end line: 503 size: 63 LOC McCabe index: 15 number of parameters: 3 id: 1098 unit: void examineProtocols() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1021 end line: 1097 size: 63 LOC McCabe index: 19 number of parameters: 0 id: 1099 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2180 end line: 2404 size: 63 LOC McCabe index: 1 number of parameters: 1 id: 1100 unit: bool swift::_conformsToProtocol() file: stdlib/public/runtime/Casting.cpp start line: 370 end line: 445 size: 63 LOC McCabe index: 15 number of parameters: 4 id: 1101 unit: int reflectEnum() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 513 end line: 588 size: 63 LOC McCabe index: 9 number of parameters: 2 id: 1102 unit: int reflectEnumValue() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 590 end line: 659 size: 63 LOC McCabe index: 12 number of parameters: 2 id: 1103 unit: static void sortRecursive() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 918 end line: 996 size: 63 LOC McCabe index: 19 number of parameters: 3 id: 1104 unit: ASTUnitRef ASTBuildOperation::buildASTUnit() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 1011 end line: 1106 size: 63 LOC McCabe index: 10 number of parameters: 1 id: 1105 unit: static int doSyntaxColoring() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1856 end line: 1934 size: 63 LOC McCabe index: 7 number of parameters: 5 id: 1106 unit: void setupAndLoadModuleInterface() file: unittests/FrontendTool/ModuleLoadingTests.cpp start line: 71 end line: 155 size: 63 LOC McCabe index: 1 number of parameters: 0 id: 1107 unit: void visitSILFunctionType() file: lib/AST/ASTPrinter.cpp start line: 5723 end line: 5809 size: 62 LOC McCabe index: 11 number of parameters: 1 id: 1108 unit: StringRef Decl::getDescriptiveKindName() file: lib/AST/Decl.cpp start line: 286 end line: 347 size: 62 LOC McCabe index: 2 number of parameters: 1 id: 1109 unit: bool ModuleDecl::registerEntryPointFile() file: lib/AST/Module.cpp start line: 1720 end line: 1798 size: 62 LOC McCabe index: 15 number of parameters: 3 id: 1110 unit: void SubstitutionMap::verify() file: lib/AST/SubstitutionMap.cpp start line: 661 end line: 733 size: 62 LOC McCabe index: 19 number of parameters: 0 id: 1111 unit: ImportResult VisitPointerType() file: lib/ClangImporter/ImportType.cpp start line: 422 end line: 513 size: 62 LOC McCabe index: 22 number of parameters: 1 id: 1112 unit: bool ModelASTWalker::handleAttrRanges() file: lib/IDE/SyntaxModel.cpp start line: 1259 end line: 1334 size: 62 LOC McCabe index: 16 number of parameters: 1 id: 1113 unit: Callee irgen::getObjCMethodCallee() file: lib/IRGen/GenObjC.cpp start line: 588 end line: 667 size: 62 LOC McCabe index: 19 number of parameters: 4 id: 1114 unit: void EnumTypeLayoutEntry::assignSinglePayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 1808 end line: 1893 size: 62 LOC McCabe index: 5 number of parameters: 4 id: 1115 unit: bool Parser::parseConventionAttributeInternal() file: lib/Parse/ParseDecl.cpp start line: 3313 end line: 3384 size: 62 LOC McCabe index: 20 number of parameters: 2 id: 1116 unit: static CanSILFunctionType getNativeSILFunctionType() file: lib/SIL/IR/SILFunctionType.cpp start line: 2300 end line: 2366 size: 62 LOC McCabe index: 28 number of parameters: 10 id: 1117 unit: void checkInitBlockStorageHeaderInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4896 end line: 4970 size: 62 LOC McCabe index: 5 number of parameters: 1 id: 1118 unit: static bool tryToUnrollLoop() file: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp start line: 351 end line: 439 size: 62 LOC McCabe index: 13 number of parameters: 1 id: 1119 unit: static bool tryConvertSimpleMoveFromAllocStackTemporary() file: lib/SILOptimizer/Mandatory/MoveFunctionCanonicalization.cpp start line: 170 end line: 270 size: 62 LOC McCabe index: 15 number of parameters: 3 id: 1120 unit: static bool visitAddressUsers() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 219 end line: 302 size: 62 LOC McCabe index: 23 number of parameters: 3 id: 1121 unit: void SILInlineCloner::cloneInline() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 422 end line: 518 size: 62 LOC McCabe index: 13 number of parameters: 1 id: 1122 unit: bool ContextualFailure::diagnoseConversionToBool() file: lib/Sema/CSDiagnostics.cpp start line: 2717 end line: 2806 size: 62 LOC McCabe index: 14 number of parameters: 0 id: 1123 unit: StepResult ConjunctionStep::resume() file: lib/Sema/CSStep.cpp start line: 829 end line: 976 size: 62 LOC McCabe index: 19 number of parameters: 1 id: 1124 unit: void AttributeChecker::visitAvailableAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1564 end line: 1644 size: 62 LOC McCabe index: 25 number of parameters: 1 id: 1125 unit: bool resolveDifferentiableAttrDerivativeGenericSignature() file: lib/Sema/TypeCheckAttr.cpp start line: 4403 end line: 4491 size: 62 LOC McCabe index: 9 number of parameters: 3 id: 1126 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 127 end line: 221 size: 62 LOC McCabe index: 21 number of parameters: 1 id: 1127 unit: void visitExtensionDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2923 end line: 3019 size: 62 LOC McCabe index: 17 number of parameters: 1 id: 1128 unit: bool SILDeserializer::hasSILFunction() file: lib/Serialization/DeserializeSIL.cpp start line: 2928 end line: 3002 size: 62 LOC McCabe index: 14 number of parameters: 2 id: 1129 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2187 end line: 2404 size: 62 LOC McCabe index: 1 number of parameters: 1 id: 1130 unit: size_t swift_dtoa_optimal_binary128_p() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1378 end line: 1450 size: 62 LOC McCabe index: 12 number of parameters: 3 id: 1131 unit: static void printNameTranslationInfo() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1597 end line: 1661 size: 62 LOC McCabe index: 11 number of parameters: 2 id: 1132 unit: Result AccessUseDefChainVisitor::visit() file: include/swift/SIL/MemAccessUtils.h start line: 1608 end line: 1709 size: 61 LOC McCabe index: 24 number of parameters: 1 id: 1133 unit: void PrintAST::printEnumElement() file: lib/AST/ASTPrinter.cpp start line: 3807 end line: 3879 size: 61 LOC McCabe index: 13 number of parameters: 1 id: 1134 unit: Type swift::getBuiltinType() file: lib/AST/Builtins.cpp start line: 59 end line: 135 size: 61 LOC McCabe index: 29 number of parameters: 2 id: 1135 unit: Optional AbstractFunctionDecl::findPotentialCompletionHandlerParam() file: lib/AST/Decl.cpp start line: 7319 end line: 7407 size: 61 LOC McCabe index: 22 number of parameters: 1 id: 1136 unit: void GenericSignatureBuilder::diagnoseConflictingConcreteTypeRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 6875 end line: 6952 size: 61 LOC McCabe index: 15 number of parameters: 1 id: 1137 unit: Action walkToTypePost() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 251 end line: 331 size: 61 LOC McCabe index: 15 number of parameters: 1 id: 1138 unit: StringRef swift::getPlatformNameForTriple() file: lib/Basic/Platform.cpp start line: 152 end line: 212 size: 61 LOC McCabe index: 42 number of parameters: 1 id: 1139 unit: void ClangDiagnosticConsumer::HandleDiagnostic() file: lib/ClangImporter/ClangDiagnosticConsumer.cpp start line: 114 end line: 187 size: 61 LOC McCabe index: 16 number of parameters: 2 id: 1140 unit: void EnumInfo::classifyEnum() file: lib/ClangImporter/ImportEnumInfo.cpp start line: 61 end line: 140 size: 61 LOC McCabe index: 22 number of parameters: 2 id: 1141 unit: int prepareForDump() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2382 end line: 2448 size: 61 LOC McCabe index: 16 number of parameters: 3 id: 1142 unit: static void mapping() file: lib/IDE/APIDigesterData.cpp start line: 408 end line: 468 size: 61 LOC McCabe index: 6 number of parameters: 2 id: 1143 unit: StringRef getMangledName() file: lib/IRGen/IRGenDebugInfo.cpp start line: 847 end line: 935 size: 61 LOC McCabe index: 14 number of parameters: 1 id: 1144 unit: ParserResult Parser::parseDeclPoundDiagnostic() file: lib/Parse/ParseDecl.cpp start line: 5445 end line: 5527 size: 61 LOC McCabe index: 17 number of parameters: 0 id: 1145 unit: ProtocolConformanceRef SILParser::parseProtocolConformanceHelper() file: lib/SIL/Parser/ParseSIL.cpp start line: 6914 end line: 6989 size: 61 LOC McCabe index: 21 number of parameters: 3 id: 1146 unit: void ExclusiveBorrowFormalAccess::diagnoseConflict() file: lib/SILGen/SILGenLValue.cpp start line: 100 end line: 198 size: 61 LOC McCabe index: 24 number of parameters: 2 id: 1147 unit: static void switchCaseStmtSuccessCallback() file: lib/SILGen/SILGenPattern.cpp start line: 2659 end line: 2767 size: 61 LOC McCabe index: 17 number of parameters: 4 id: 1148 unit: void translateSingle() file: lib/SILGen/SILGenPoly.cpp start line: 1454 end line: 1520 size: 61 LOC McCabe index: 16 number of parameters: 6 id: 1149 unit: bool swift::canUseObject() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 136 end line: 236 size: 61 LOC McCabe index: 42 number of parameters: 1 id: 1150 unit: void collectAddressUses() file: lib/SILOptimizer/LoopTransforms/ArrayOpt.h start line: 148 end line: 238 size: 61 LOC McCabe index: 18 number of parameters: 3 id: 1151 unit: void ElementUseCollector::collectClassSelfUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1379 end line: 1473 size: 61 LOC McCabe index: 28 number of parameters: 3 id: 1152 unit: void SILCombiner::canonicalizeOSSALifetimes() file: lib/SILOptimizer/SILCombiner/SILCombine.cpp start line: 245 end line: 333 size: 61 LOC McCabe index: 19 number of parameters: 1 id: 1153 unit: void DCE::markLive() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 237 end line: 319 size: 61 LOC McCabe index: 17 number of parameters: 0 id: 1154 unit: void runOnVTable() file: lib/SILOptimizer/Transforms/PruneVTables.cpp start line: 30 end line: 104 size: 61 LOC McCabe index: 13 number of parameters: 2 id: 1155 unit: bool SROAMemoryUseAnalyzer::analyze() file: lib/SILOptimizer/Transforms/SILSROA.cpp start line: 105 end line: 191 size: 61 LOC McCabe index: 16 number of parameters: 0 id: 1156 unit: bool ContextualFailure::tryIntegerCastFixIts() file: lib/Sema/CSDiagnostics.cpp start line: 2870 end line: 2942 size: 61 LOC McCabe index: 14 number of parameters: 1 id: 1157 unit: bool DerivedConformance::derivesProtocolConformance() file: lib/Sema/DerivedConformances.cpp start line: 58 end line: 155 size: 61 LOC McCabe index: 25 number of parameters: 3 id: 1158 unit: bool walkToDeclPre() file: lib/Sema/MiscDiagnostics.cpp start line: 2461 end line: 2548 size: 61 LOC McCabe index: 23 number of parameters: 1 id: 1159 unit: bool swift::checkSendableConformance() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3965 end line: 4044 size: 61 LOC McCabe index: 23 number of parameters: 2 id: 1160 unit: static void flatten() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 1333 end line: 1425 size: 61 LOC McCabe index: 17 number of parameters: 2 id: 1161 unit: Expected deserializeEnum() file: lib/Serialization/Deserialization.cpp start line: 3822 end line: 3898 size: 61 LOC McCabe index: 9 number of parameters: 2 id: 1162 unit: Expected deserializeEnumElement() file: lib/Serialization/Deserialization.cpp start line: 3900 end line: 3980 size: 61 LOC McCabe index: 11 number of parameters: 2 id: 1163 unit: bool RecordTypeInfo::readExtraInhabitantIndex() file: stdlib/public/Reflection/TypeLowering.cpp start line: 261 end line: 331 size: 61 LOC McCabe index: 16 number of parameters: 3 id: 1164 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2194 end line: 2404 size: 61 LOC McCabe index: 1 number of parameters: 1 id: 1165 unit: void SwiftLangSupport::collectVariableTypes() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2483 end line: 2558 size: 61 LOC McCabe index: 5 number of parameters: 6 id: 1166 unit: def parse_segments() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 61 LOC McCabe index: 8 number of parameters: 2 id: 1167 unit: TaggedPointerEncodingKind getTaggedPointerEncoding() file: include/swift/Remote/MetadataReader.h start line: 2851 end line: 2925 size: 60 LOC McCabe index: 10 number of parameters: 0 id: 1168 unit: void IterableDeclContext::addMemberSilently() file: lib/AST/DeclContext.cpp start line: 853 end line: 946 size: 60 LOC McCabe index: 18 number of parameters: 3 id: 1169 unit: void swift::validateGenericSignature() file: lib/AST/GenericSignature.cpp start line: 961 end line: 1045 size: 60 LOC McCabe index: 11 number of parameters: 2 id: 1170 unit: Action walkToTypePost() file: lib/AST/GenericSignatureBuilder.cpp start line: 5172 end line: 5251 size: 60 LOC McCabe index: 15 number of parameters: 1 id: 1171 unit: void GenericSignatureBuilder::processDelayedRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 6358 end line: 6437 size: 60 LOC McCabe index: 15 number of parameters: 0 id: 1172 unit: void swift::printDeclDescription() file: lib/AST/PrettyStackTrace.cpp start line: 45 end line: 107 size: 60 LOC McCabe index: 18 number of parameters: 4 id: 1173 unit: DefaultArgumentKind ClangImporter::Implementation::inferDefaultArgument() file: lib/ClangImporter/ImportType.cpp start line: 2091 end line: 2171 size: 60 LOC McCabe index: 29 number of parameters: 7 id: 1174 unit: NodePointer demangleFunctionType() file: lib/Demangling/OldDemangler.cpp start line: 1798 end line: 1859 size: 60 LOC McCabe index: 18 number of parameters: 2 id: 1175 unit: bool format() file: lib/DriverTool/swift_indent_main.cpp start line: 170 end line: 233 size: 60 LOC McCabe index: 16 number of parameters: 2 id: 1176 unit: void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1266 end line: 1353 size: 60 LOC McCabe index: 7 number of parameters: 3 id: 1177 unit: static bool validateTBDIfNeeded() file: lib/FrontendTool/FrontendTool.cpp start line: 1404 end line: 1485 size: 60 LOC McCabe index: 18 number of parameters: 4 id: 1178 unit: bool swift::emitImportedModules() file: lib/FrontendTool/ImportedModules.cpp start line: 45 end line: 120 size: 60 LOC McCabe index: 13 number of parameters: 2 id: 1179 unit: static bool isLeafTypeMetadata() file: lib/IRGen/Fulfillment.cpp start line: 38 end line: 119 size: 60 LOC McCabe index: 33 number of parameters: 1 id: 1180 unit: static void emitCoerceAndExpand() file: lib/IRGen/GenCall.cpp start line: 3265 end line: 3353 size: 60 LOC McCabe index: 10 number of parameters: 9 id: 1181 unit: void verify() file: lib/IRGen/GenStruct.cpp start line: 259 end line: 330 size: 60 LOC McCabe index: 10 number of parameters: 3 id: 1182 unit: static bool skipToEndOfSlashStarComment() file: lib/Parse/Lexer.cpp start line: 437 end line: 512 size: 60 LOC McCabe index: 21 number of parameters: 4 id: 1183 unit: void Lexer::lexStringLiteral() file: lib/Parse/Lexer.cpp start line: 1847 end line: 1915 size: 60 LOC McCabe index: 22 number of parameters: 1 id: 1184 unit: LayoutConstraint Parser::parseLayoutConstraint() file: lib/Parse/ParseType.cpp start line: 76 end line: 151 size: 60 LOC McCabe index: 13 number of parameters: 1 id: 1185 unit: void swift::findJointPostDominatingSet() file: lib/SIL/Utils/BasicBlockUtils.cpp start line: 429 end line: 534 size: 60 LOC McCabe index: 22 number of parameters: 5 id: 1186 unit: void Projection::getFirstLevelProjections() file: lib/SIL/Utils/Projection.cpp start line: 296 end line: 358 size: 60 LOC McCabe index: 9 number of parameters: 4 id: 1187 unit: void EscapeAnalysis::ConnectionGraph::initializePointsTo() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 593 end line: 690 size: 60 LOC McCabe index: 13 number of parameters: 3 id: 1188 unit: static bool usesGenerics() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 204 end line: 283 size: 60 LOC McCabe index: 21 number of parameters: 3 id: 1189 unit: bool SILGlobalOpt::run() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 761 end line: 848 size: 60 LOC McCabe index: 18 number of parameters: 0 id: 1190 unit: static bool sinkInstruction() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 366 end line: 434 size: 60 LOC McCabe index: 12 number of parameters: 4 id: 1191 unit: void SelectEnforcement::updateCapture() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 481 end line: 552 size: 60 LOC McCabe index: 31 number of parameters: 1 id: 1192 unit: static bool trySwitchEnumPeephole() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 657 end line: 724 size: 60 LOC McCabe index: 15 number of parameters: 1 id: 1193 unit: void LifetimeChecker::updateInstructionForInitState() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2394 end line: 2472 size: 60 LOC McCabe index: 17 number of parameters: 1 id: 1194 unit: static void lowerAssignByWrapperInstruction() file: lib/SILOptimizer/Mandatory/RawSILInstLowering.cpp start line: 168 end line: 246 size: 60 LOC McCabe index: 13 number of parameters: 3 id: 1195 unit: bool BridgedProperty::matchInstSequence() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 598 end line: 694 size: 60 LOC McCabe index: 21 number of parameters: 1 id: 1196 unit: static bool containsOnlyObjMethodCallOnOptional() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1936 end line: 2009 size: 60 LOC McCabe index: 20 number of parameters: 4 id: 1197 unit: static bool optimizeStaticallyKnownProtocolConformance() file: lib/SILOptimizer/Utils/CastOptimizer.cpp start line: 1536 end line: 1614 size: 60 LOC McCabe index: 8 number of parameters: 1 id: 1198 unit: static bool createsInfiniteSpecializationLoop() file: lib/SILOptimizer/Utils/Generics.cpp start line: 303 end line: 377 size: 60 LOC McCabe index: 11 number of parameters: 1 id: 1199 unit: void swift::salvageDebugInfo() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1796 end line: 1874 size: 60 LOC McCabe index: 19 number of parameters: 1 id: 1200 unit: void BindingSet::addBinding() file: lib/Sema/CSBindings.cpp start line: 524 end line: 623 size: 60 LOC McCabe index: 21 number of parameters: 1 id: 1201 unit: static void addImplicitInheritedConstructorsToClass() file: lib/Sema/CodeSynthesis.cpp start line: 1046 end line: 1144 size: 60 LOC McCabe index: 23 number of parameters: 1 id: 1202 unit: llvm::TinyPtrVector ConstraintGraph::gatherConstraints() file: lib/Sema/ConstraintGraph.cpp start line: 705 end line: 790 size: 60 LOC McCabe index: 16 number of parameters: 3 id: 1203 unit: static void checkAndDiagnoseImplicitNoDerivative() file: lib/Sema/DerivedConformanceDifferentiable.cpp start line: 508 end line: 586 size: 60 LOC McCabe index: 11 number of parameters: 3 id: 1204 unit: Optional TypeChecker::omitNeedlessWords() file: lib/Sema/MiscDiagnostics.cpp start line: 5068 end line: 5147 size: 60 LOC McCabe index: 16 number of parameters: 1 id: 1205 unit: Type TypeResolution::resolveDependentMemberType() file: lib/Sema/TypeCheckType.cpp start line: 122 end line: 221 size: 60 LOC McCabe index: 9 number of parameters: 4 id: 1206 unit: void swift::serializeToBuffers() file: lib/Serialization/Serialization.cpp start line: 5773 end line: 5835 size: 60 LOC McCabe index: 7 number of parameters: 6 id: 1207 unit: void SymbolGraph::recordConformanceSynthesizedMemberRelationships() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 287 end line: 361 size: 60 LOC McCabe index: 15 number of parameters: 1 id: 1208 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2201 end line: 2404 size: 60 LOC McCabe index: 1 number of parameters: 1 id: 1209 unit: static id bridgeAnythingNonVerbatimToObjectiveC() file: stdlib/public/runtime/Casting.cpp start line: 1045 end line: 1130 size: 60 LOC McCabe index: 19 number of parameters: 3 id: 1210 unit: __swift_intptr_t _swift_stdlib_getScalarName() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 253 end line: 345 size: 60 LOC McCabe index: 12 number of parameters: 3 id: 1211 unit: bool scan() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1809 end line: 1886 size: 60 LOC McCabe index: 13 number of parameters: 8 id: 1212 unit: void SwiftLangSupport::performWithParamsToCompletionLikeOperation() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 1000 end line: 1073 size: 60 LOC McCabe index: 5 number of parameters: 6 id: 1213 unit: static void skt_main() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 228 end line: 301 size: 60 LOC McCabe index: 10 number of parameters: 1 id: 1214 unit: static void expandPlaceholders() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2506 end line: 2578 size: 60 LOC McCabe index: 5 number of parameters: 2 id: 1215 unit: def compare_sizes_of_file() file: utils/cmpcodesize/cmpcodesize/compare.py start line: 0 end line: 0 size: 60 LOC McCabe index: 10 number of parameters: 6 id: 1216 unit: def compute_product_pipelines() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 60 LOC McCabe index: 9 number of parameters: 1 id: 1217 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/swiftdriver.py start line: 0 end line: 0 size: 60 LOC McCabe index: 4 number of parameters: 4 id: 1218 unit: void DeclAttributes::print() file: lib/AST/Attr.cpp start line: 675 end line: 746 size: 59 LOC McCabe index: 26 number of parameters: 4 id: 1219 unit: static bool encodeToUTF8() file: lib/Demangling/Punycode.cpp start line: 214 end line: 274 size: 59 LOC McCabe index: 12 number of parameters: 2 id: 1220 unit: void ClangCommentPrinter::printCommentsUntil() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 987 end line: 1063 size: 59 LOC McCabe index: 14 number of parameters: 1 id: 1221 unit: void IRGenerator::emitGlobalTopLevel() file: lib/IRGen/GenDecl.cpp start line: 1149 end line: 1235 size: 59 LOC McCabe index: 17 number of parameters: 1 id: 1222 unit: void copy() file: lib/IRGen/GenEnum.cpp start line: 2537 end line: 2604 size: 59 LOC McCabe index: 9 number of parameters: 4 id: 1223 unit: bool swift::performLLVM() file: lib/IRGen/IRGen.cpp start line: 520 end line: 595 size: 59 LOC McCabe index: 17 number of parameters: 8 id: 1224 unit: static void emitEntryPointArgumentsCOrObjC() file: lib/IRGen/IRGenSIL.cpp start line: 2032 end line: 2124 size: 59 LOC McCabe index: 8 number of parameters: 4 id: 1225 unit: static MetadataResponse emitNominalMetadataRef() file: lib/IRGen/MetadataRequest.cpp start line: 650 end line: 726 size: 59 LOC McCabe index: 13 number of parameters: 4 id: 1226 unit: MetadataResponse emitExistentialTypeMetadata() file: lib/IRGen/MetadataRequest.cpp start line: 1660 end line: 1730 size: 59 LOC McCabe index: 7 number of parameters: 2 id: 1227 unit: ParserResult Parser::parseTransposeAttribute() file: lib/Parse/ParseDecl.cpp start line: 1482 end line: 1552 size: 59 LOC McCabe index: 15 number of parameters: 2 id: 1228 unit: void printSILLocation() file: lib/SIL/IR/SILPrinter.cpp start line: 981 end line: 1046 size: 59 LOC McCabe index: 19 number of parameters: 3 id: 1229 unit: bool SILParser::parseSILInstruction() file: lib/SIL/Parser/ParseSIL.cpp start line: 5867 end line: 5946 size: 59 LOC McCabe index: 17 number of parameters: 1 id: 1230 unit: bool BorrowedValue::visitInteriorPointerOperandHelper() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 712 end line: 786 size: 59 LOC McCabe index: 25 number of parameters: 2 id: 1231 unit: void checkBuiltinInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1936 end line: 2025 size: 59 LOC McCabe index: 13 number of parameters: 1 id: 1232 unit: void SILGenFunction::emitPatternBinding() file: lib/SILGen/SILGenDecl.cpp start line: 1199 end line: 1286 size: 59 LOC McCabe index: 10 number of parameters: 2 id: 1233 unit: ManagedValue emitCFunctionPointer() file: lib/SILGen/SILGenExpr.cpp start line: 1550 end line: 1635 size: 59 LOC McCabe index: 14 number of parameters: 2 id: 1234 unit: RValue RValueEmitter::visitIfExpr() file: lib/SILGen/SILGenExpr.cpp start line: 4338 end line: 4413 size: 59 LOC McCabe index: 4 number of parameters: 2 id: 1235 unit: static void emitStoreOfSemanticRValue() file: lib/SILGen/SILGenLValue.cpp start line: 3972 end line: 4031 size: 59 LOC McCabe index: 7 number of parameters: 6 id: 1236 unit: void PatternMatchEmission::emitSharedCaseBlocks() file: lib/SILGen/SILGenPattern.cpp start line: 2451 end line: 2555 size: 59 LOC McCabe index: 13 number of parameters: 1 id: 1237 unit: SILValue RCIdentityFunctionInfo::stripRCIdentityPreservingArgs() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 316 end line: 419 size: 59 LOC McCabe index: 19 number of parameters: 2 id: 1238 unit: bool COWArrayOpt::hoistMakeMutable() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 901 end line: 1001 size: 59 LOC McCabe index: 19 number of parameters: 2 id: 1239 unit: void SILPassManager::runModulePass() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 596 end line: 668 size: 59 LOC McCabe index: 16 number of parameters: 1 id: 1240 unit: void EagerDispatch::emitDispatchTo() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 351 end line: 445 size: 59 LOC McCabe index: 14 number of parameters: 1 id: 1241 unit: bool RLEContext::run() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1574 end line: 1678 size: 59 LOC McCabe index: 14 number of parameters: 0 id: 1242 unit: void visitAbstractFunctionDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1408 end line: 1474 size: 59 LOC McCabe index: 10 number of parameters: 1 id: 1243 unit: static void checkSpecializeAttrRequirements() file: lib/Sema/TypeCheckAttr.cpp start line: 2258 end line: 2329 size: 59 LOC McCabe index: 17 number of parameters: 4 id: 1244 unit: void swift::checkExplicitAvailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 3736 end line: 3815 size: 59 LOC McCabe index: 19 number of parameters: 1 id: 1245 unit: void TypeChecker::computeCaptures() file: lib/Sema/TypeCheckCaptures.cpp start line: 614 end line: 689 size: 59 LOC McCabe index: 17 number of parameters: 1 id: 1246 unit: static Optional getIsolationFromAttributes() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2924 end line: 3003 size: 59 LOC McCabe index: 22 number of parameters: 3 id: 1247 unit: Type TypeChecker::substMemberTypeWithBase() file: lib/Sema/TypeCheckType.cpp start line: 3992 end line: 4075 size: 59 LOC McCabe index: 20 number of parameters: 4 id: 1248 unit: void visitVarDecl() file: lib/Serialization/Serialization.cpp start line: 3659 end line: 3725 size: 59 LOC McCabe index: 8 number of parameters: 1 id: 1249 unit: void Edge::serialize() file: lib/SymbolGraphGen/Edge.cpp start line: 50 end line: 123 size: 59 LOC McCabe index: 13 number of parameters: 1 id: 1250 unit: swift_layout_kind_t getTypeInfoKind() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 366 end line: 425 size: 59 LOC McCabe index: 22 number of parameters: 1 id: 1251 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2208 end line: 2404 size: 59 LOC McCabe index: 1 number of parameters: 1 id: 1252 unit: void sourcekitd::initializeService() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 108 end line: 171 size: 59 LOC McCabe index: 4 number of parameters: 3 id: 1253 unit: static void dumpSubstitutionMapRec() file: lib/AST/ASTDumper.cpp start line: 3341 end line: 3405 size: 58 LOC McCabe index: 8 number of parameters: 5 id: 1254 unit: void PrintAST::visitPrecedenceGroupDecl() file: lib/AST/ASTPrinter.cpp start line: 4028 end line: 4085 size: 58 LOC McCabe index: 15 number of parameters: 1 id: 1255 unit: static void computeDerivedSameTypeComponents() file: lib/AST/GenericSignatureBuilder.cpp start line: 7031 end line: 7119 size: 58 LOC McCabe index: 16 number of parameters: 3 id: 1256 unit: void PropertyMap::concretizeNestedTypesFromConcreteParent() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 623 end line: 718 size: 58 LOC McCabe index: 11 number of parameters: 8 id: 1257 unit: void RewriteSystem::verifyRewriteRules() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 641 end line: 720 size: 58 LOC McCabe index: 23 number of parameters: 1 id: 1258 unit: static Type substGenericFunctionType() file: lib/AST/Type.cpp start line: 4223 end line: 4301 size: 58 LOC McCabe index: 18 number of parameters: 4 id: 1259 unit: bool demangleFuncSigSpecializationConstantProp() file: lib/Demangling/OldDemangler.cpp start line: 521 end line: 592 size: 58 LOC McCabe index: 21 number of parameters: 2 id: 1260 unit: bool swift::driver::getSingleFrontendInvocationFromDriverArguments() file: lib/Driver/FrontendUtil.cpp start line: 43 end line: 129 size: 58 LOC McCabe index: 11 number of parameters: 3 id: 1261 unit: static bool ParseMigratorArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 2224 end line: 2304 size: 58 LOC McCabe index: 13 number of parameters: 6 id: 1262 unit: bool CodeCompletionDiagnostics::getDiagnosticForDeprecated() file: lib/IDE/CodeCompletionDiagnostics.cpp start line: 76 end line: 143 size: 58 LOC McCabe index: 11 number of parameters: 3 id: 1263 unit: std::pair walkToExprPre() file: lib/IDE/Formatting.cpp start line: 1441 end line: 1512 size: 58 LOC McCabe index: 17 number of parameters: 1 id: 1264 unit: bool NameMatcher::walkToDeclPre() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 199 end line: 265 size: 58 LOC McCabe index: 23 number of parameters: 1 id: 1265 unit: void IRGenDebugInfoImpl::setCurrentLoc() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2032 end line: 2094 size: 58 LOC McCabe index: 24 number of parameters: 3 id: 1266 unit: void IRGenSILFunction::emitPoisonDebugValueInst() file: lib/IRGen/IRGenSIL.cpp start line: 4783 end line: 4882 size: 58 LOC McCabe index: 14 number of parameters: 1 id: 1267 unit: static void diff_cleanupSemanticLossless() file: lib/Migrator/Diff.h start line: 999 end line: 1067 size: 58 LOC McCabe index: 14 number of parameters: 1 id: 1268 unit: Patches patch_make() file: lib/Migrator/Diff.h start line: 1881 end line: 1953 size: 58 LOC McCabe index: 16 number of parameters: 2 id: 1269 unit: ParserResult Parser::parseDerivativeAttribute() file: lib/Parse/ParseDecl.cpp start line: 1400 end line: 1468 size: 58 LOC McCabe index: 14 number of parameters: 2 id: 1270 unit: ParserResult Parser::parseExprSelector() file: lib/Parse/ParseExpr.cpp start line: 778 end line: 851 size: 58 LOC McCabe index: 14 number of parameters: 0 id: 1271 unit: static ParserStatus parseDefaultArgument() file: lib/Parse/ParsePattern.cpp start line: 69 end line: 150 size: 58 LOC McCabe index: 19 number of parameters: 6 id: 1272 unit: static CanType copyOptionalityFromDerivedToBase() file: lib/SIL/IR/SILFunctionType.cpp start line: 3358 end line: 3428 size: 58 LOC McCabe index: 10 number of parameters: 3 id: 1273 unit: void SILDifferentiabilityWitness::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3642 end line: 3712 size: 58 LOC McCabe index: 11 number of parameters: 2 id: 1274 unit: bool SILParser::parseSILBasicBlock() file: lib/SIL/Parser/ParseSIL.cpp start line: 6190 end line: 6274 size: 58 LOC McCabe index: 17 number of parameters: 1 id: 1275 unit: void swift::findClosuresForFunctionValue() file: lib/SIL/Utils/InstructionUtils.cpp start line: 925 end line: 1005 size: 58 LOC McCabe index: 18 number of parameters: 2 id: 1276 unit: void PatternMatchEmission::emitDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 995 end line: 1073 size: 58 LOC McCabe index: 14 number of parameters: 3 id: 1277 unit: bool EscapeAnalysis::ConnectionGraph::mergeFrom() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1108 end line: 1196 size: 58 LOC McCabe index: 16 number of parameters: 2 id: 1278 unit: void visitReturnInst() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 220 end line: 292 size: 58 LOC McCabe index: 6 number of parameters: 1 id: 1279 unit: void LetPropertiesOpt::optimizeLetPropertyAccess() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 234 end line: 320 size: 58 LOC McCabe index: 15 number of parameters: 2 id: 1280 unit: Type resultOfTypeOperation() file: lib/Sema/CSGen.cpp start line: 3441 end line: 3521 size: 58 LOC McCabe index: 19 number of parameters: 2 id: 1281 unit: static void diagnoseMissingRequiredInitializer() file: lib/Sema/CodeSynthesis.cpp start line: 819 end line: 906 size: 58 LOC McCabe index: 9 number of parameters: 3 id: 1282 unit: static void diagnoseError() file: lib/Sema/ConstantnessSemaDiagnostics.cpp start line: 226 end line: 294 size: 58 LOC McCabe index: 13 number of parameters: 3 id: 1283 unit: static bool diagnoseAmbiguityWithContextualType() file: lib/Sema/ConstraintSystem.cpp start line: 3672 end line: 3748 size: 58 LOC McCabe index: 9 number of parameters: 4 id: 1284 unit: NeverNullType TypeResolver::resolveTupleType() file: lib/Sema/TypeCheckType.cpp start line: 3737 end line: 3822 size: 58 LOC McCabe index: 17 number of parameters: 2 id: 1285 unit: static bool validateInputBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 355 end line: 421 size: 58 LOC McCabe index: 11 number of parameters: 3 id: 1286 unit: void visitSILFunctionType() file: lib/Serialization/Serialization.cpp start line: 4619 end line: 4684 size: 58 LOC McCabe index: 8 number of parameters: 1 id: 1287 unit: void TBDGenVisitor::visitAbstractFunctionDecl() file: lib/TBDGen/TBDGen.cpp start line: 677 end line: 749 size: 58 LOC McCabe index: 13 number of parameters: 1 id: 1288 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2215 end line: 2404 size: 58 LOC McCabe index: 1 number of parameters: 1 id: 1289 unit: void swift_objc_swift3ImplicitObjCEntrypoint() file: stdlib/public/runtime/SwiftObject.mm start line: 1520 end line: 1597 size: 58 LOC McCabe index: 8 number of parameters: 7 id: 1290 unit: void SwiftLangSupport::collectExpressionTypes() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2420 end line: 2481 size: 58 LOC McCabe index: 4 number of parameters: 6 id: 1291 unit: def main() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 58 LOC McCabe index: 12 number of parameters: 0 id: 1292 unit: void verifyCheckedAlways() file: lib/AST/ASTVerifier.cpp start line: 2772 end line: 2843 size: 57 LOC McCabe index: 17 number of parameters: 1 id: 1293 unit: bool RewritePath::replaceRuleWithPath() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 251 end line: 324 size: 57 LOC McCabe index: 20 number of parameters: 2 id: 1294 unit: static Type getMemberForBaseType() file: lib/AST/Type.cpp start line: 4045 end line: 4138 size: 57 LOC McCabe index: 23 number of parameters: 6 id: 1295 unit: std::error_code ModuleInterfaceLoader::findModuleFilesInDirectory() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1077 end line: 1157 size: 57 LOC McCabe index: 12 number of parameters: 8 id: 1296 unit: static bool emitAnyWholeModulePostTypeCheckSupplementaryOutputs() file: lib/FrontendTool/FrontendTool.cpp start line: 805 end line: 885 size: 57 LOC McCabe index: 13 number of parameters: 1 id: 1297 unit: void swift::ide::CompletionInstance::conformingMethodList() file: lib/IDE/CompletionInstance.cpp start line: 831 end line: 897 size: 57 LOC McCabe index: 5 number of parameters: 9 id: 1298 unit: static void toDisplayString() file: lib/IDE/REPLCodeCompletion.cpp start line: 110 end line: 170 size: 57 LOC McCabe index: 32 number of parameters: 2 id: 1299 unit: std::pair irgen::getAsyncFunctionAndSize() file: lib/IRGen/GenCall.cpp start line: 2024 end line: 2086 size: 57 LOC McCabe index: 11 number of parameters: 6 id: 1300 unit: void addDirectFieldsFromClass() file: lib/IRGen/GenClass.cpp start line: 279 end line: 377 size: 57 LOC McCabe index: 19 number of parameters: 5 id: 1301 unit: void destroy() file: lib/IRGen/GenEnum.cpp start line: 2727 end line: 2798 size: 57 LOC McCabe index: 13 number of parameters: 4 id: 1302 unit: void IRGenThunk::prepareArguments() file: lib/IRGen/GenThunk.cpp start line: 131 end line: 211 size: 57 LOC McCabe index: 11 number of parameters: 0 id: 1303 unit: void IRGenFunction::emitGetAsyncContinuation() file: lib/IRGen/IRGenFunction.cpp start line: 574 end line: 671 size: 57 LOC McCabe index: 6 number of parameters: 4 id: 1304 unit: static void emitReturnInst() file: lib/IRGen/IRGenSIL.cpp start line: 3668 end line: 3735 size: 57 LOC McCabe index: 11 number of parameters: 4 id: 1305 unit: bool Parser::isStartOfStmt() file: lib/Parse/ParseStmt.cpp start line: 39 end line: 119 size: 57 LOC McCabe index: 30 number of parameters: 0 id: 1306 unit: void SILWitnessTable::Entry::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3513 end line: 3573 size: 57 LOC McCabe index: 8 number of parameters: 3 id: 1307 unit: void checkKeyPathInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5028 end line: 5091 size: 57 LOC McCabe index: 11 number of parameters: 1 id: 1308 unit: static Callee getBaseAccessorFunctionRef() file: lib/SILGen/SILGenApply.cpp start line: 5352 end line: 5427 size: 57 LOC McCabe index: 17 number of parameters: 8 id: 1309 unit: RValue SILGenFunction::emitDynamicSubscriptExpr() file: lib/SILGen/SILGenApply.cpp start line: 6233 end line: 6330 size: 57 LOC McCabe index: 2 number of parameters: 2 id: 1310 unit: void AccessSummaryAnalysis::processArgument() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 51 end line: 142 size: 57 LOC McCabe index: 15 number of parameters: 4 id: 1311 unit: bool MandatoryCombiner::doOneIteration() file: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp start line: 242 end line: 312 size: 57 LOC McCabe index: 11 number of parameters: 2 id: 1312 unit: void swift::printResultBuilderBuildFunction() file: lib/Sema/BuilderTransform.cpp start line: 2103 end line: 2177 size: 57 LOC McCabe index: 14 number of parameters: 5 id: 1313 unit: std::pair ExprRewriter::buildDynamicCallable() file: lib/Sema/CSApply.cpp start line: 7344 end line: 7418 size: 57 LOC McCabe index: 4 number of parameters: 5 id: 1314 unit: bool InvalidTupleSplatWithSingleParameterFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6055 end line: 6132 size: 57 LOC McCabe index: 10 number of parameters: 0 id: 1315 unit: Type visitUnresolvedSpecializeExpr() file: lib/Sema/CSGen.cpp start line: 1595 end line: 1666 size: 57 LOC McCabe index: 7 number of parameters: 1 id: 1316 unit: static bool matchFunctionRepresentations() file: lib/Sema/CSSimplify.cpp start line: 1916 end line: 2012 size: 57 LOC McCabe index: 43 number of parameters: 4 id: 1317 unit: void SolutionApplicationTarget::maybeApplyPropertyWrapper() file: lib/Sema/ConstraintSystem.cpp start line: 5460 end line: 5532 size: 57 LOC McCabe index: 10 number of parameters: 0 id: 1318 unit: void checkType() file: lib/Sema/TypeCheckCaptures.cpp start line: 90 end line: 174 size: 57 LOC McCabe index: 18 number of parameters: 2 id: 1319 unit: static ArrayRef pruneMissingWitnesses() file: lib/Sema/TypeCheckProtocol.cpp start line: 3687 end line: 3771 size: 57 LOC McCabe index: 10 number of parameters: 5 id: 1320 unit: Expected deserializeProtocol() file: lib/Serialization/Deserialization.cpp start line: 3555 end line: 3625 size: 57 LOC McCabe index: 9 number of parameters: 2 id: 1321 unit: bool ModuleFileSharedCore::readModuleSourceInfoIfPresent() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 1089 end line: 1157 size: 57 LOC McCabe index: 16 number of parameters: 1 id: 1322 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 2178 end line: 2242 size: 57 LOC McCabe index: 12 number of parameters: 1 id: 1323 unit: void swift::swift_task_reportUnexpectedExecutor() file: stdlib/public/Concurrency/Actor.cpp start line: 348 end line: 414 size: 57 LOC McCabe index: 9 number of parameters: 5 id: 1324 unit: void DefaultActorImpl::giveUpThread() file: stdlib/public/Concurrency/Actor.cpp start line: 943 end line: 1031 size: 57 LOC McCabe index: 10 number of parameters: 1 id: 1325 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2222 end line: 2404 size: 57 LOC McCabe index: 1 number of parameters: 1 id: 1326 unit: static void copySuperclassMetadataToSubclass() file: stdlib/public/runtime/Metadata.cpp start line: 2650 end line: 2722 size: 57 LOC McCabe index: 13 number of parameters: 2 id: 1327 unit: static int compareOperators() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 771 end line: 842 size: 57 LOC McCabe index: 3 number of parameters: 2 id: 1328 unit: void CodeCompletionOrganizer::Impl::groupStemsRecursive() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 1005 end line: 1071 size: 57 LOC McCabe index: 17 number of parameters: 3 id: 1329 unit: static bool handleRequest() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 607 end line: 672 size: 57 LOC McCabe index: 7 number of parameters: 2 id: 1330 unit: bool queryDataLayout() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 452 end line: 519 size: 57 LOC McCabe index: 22 number of parameters: 3 id: 1331 unit: int main() file: utils/test-successor-map/main.cpp start line: 8 end line: 76 size: 57 LOC McCabe index: 15 number of parameters: 2 id: 1332 unit: Demangle::NodePointer demangle() file: include/swift/Remote/MetadataReader.h start line: 399 end line: 469 size: 56 LOC McCabe index: 11 number of parameters: 4 id: 1333 unit: void printParameter() file: lib/AST/ASTDumper.cpp start line: 892 end line: 959 size: 56 LOC McCabe index: 16 number of parameters: 1 id: 1334 unit: static bool usesFeatureRethrowsProtocol() file: lib/AST/ASTPrinter.cpp start line: 2767 end line: 2835 size: 56 LOC McCabe index: 24 number of parameters: 2 id: 1335 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1733 end line: 1793 size: 56 LOC McCabe index: 14 number of parameters: 1 id: 1336 unit: static void concretizeNestedTypeFromConcreteParent() file: lib/AST/GenericSignatureBuilder.cpp start line: 2521 end line: 2593 size: 56 LOC McCabe index: 15 number of parameters: 3 id: 1337 unit: void MinimalConformances::verifyMinimalConformanceEquations() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 799 end line: 863 size: 56 LOC McCabe index: 11 number of parameters: 0 id: 1338 unit: void printImplFunctionType() file: lib/Demangling/NodePrinter.cpp start line: 896 end line: 953 size: 56 LOC McCabe index: 17 number of parameters: 2 id: 1339 unit: bool Punycode::encodePunycode() file: lib/Demangling/Punycode.cpp start line: 148 end line: 212 size: 56 LOC McCabe index: 18 number of parameters: 2 id: 1340 unit: int swift::mainEntry() file: lib/DriverTool/driver.cpp start line: 317 end line: 404 size: 56 LOC McCabe index: 6 number of parameters: 2 id: 1341 unit: int modulewrap_main() file: lib/DriverTool/modulewrap_main.cpp start line: 129 end line: 197 size: 56 LOC McCabe index: 5 number of parameters: 3 id: 1342 unit: void analyzeActorIsolation() file: lib/IDE/CodeCompletion.cpp start line: 2618 end line: 2681 size: 56 LOC McCabe index: 21 number of parameters: 4 id: 1343 unit: void swift::ide::printCodeCompletionResultDescription() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 33 end line: 100 size: 56 LOC McCabe index: 21 number of parameters: 3 id: 1344 unit: static void printCrossImportOverlays() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 458 end line: 526 size: 56 LOC McCabe index: 12 number of parameters: 5 id: 1345 unit: void emitIndirectInitialize() file: lib/IRGen/GenEnum.cpp start line: 2964 end line: 3039 size: 56 LOC McCabe index: 7 number of parameters: 6 id: 1346 unit: void IRGenModule::emitMethodLookupFunction() file: lib/IRGen/GenThunk.cpp start line: 452 end line: 533 size: 56 LOC McCabe index: 5 number of parameters: 1 id: 1347 unit: void LoadableStorageAllocation::allocateForArg() file: lib/IRGen/LoadableByAddress.cpp start line: 1585 end line: 1657 size: 56 LOC McCabe index: 12 number of parameters: 1 id: 1348 unit: ParserStatus Parser::parseInheritance() file: lib/Parse/ParseDecl.cpp start line: 4994 end line: 5072 size: 56 LOC McCabe index: 8 number of parameters: 3 id: 1349 unit: ParserResult Parser::parseStmtConditionPoundAvailable() file: lib/Parse/ParseStmt.cpp start line: 1260 end line: 1326 size: 56 LOC McCabe index: 11 number of parameters: 0 id: 1350 unit: SILType SILBuilder::getPartialApplyResultType() file: lib/SIL/IR/SILBuilder.cpp start line: 52 end line: 121 size: 56 LOC McCabe index: 11 number of parameters: 7 id: 1351 unit: bool SILParserState::parseSILScope() file: lib/SIL/Parser/ParseSIL.cpp start line: 7570 end line: 7637 size: 56 LOC McCabe index: 14 number of parameters: 1 id: 1352 unit: void swift::findGuaranteedReferenceRoots() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 841 end line: 896 size: 56 LOC McCabe index: 20 number of parameters: 2 id: 1353 unit: void MemoryLifetimeVerifier::checkFunction() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 478 end line: 542 size: 56 LOC McCabe index: 14 number of parameters: 1 id: 1354 unit: void SILGenModule::emitDifferentiabilityWitnessesForFunction() file: lib/SILGen/SILGen.cpp start line: 1211 end line: 1271 size: 56 LOC McCabe index: 13 number of parameters: 2 id: 1355 unit: void SILGenFunction::emitStmtCondition() file: lib/SILGen/SILGenDecl.cpp start line: 1374 end line: 1455 size: 56 LOC McCabe index: 11 number of parameters: 5 id: 1356 unit: bool FunctionSideEffects::setSemanticEffects() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 409 end line: 476 size: 56 LOC McCabe index: 15 number of parameters: 1 id: 1357 unit: void collectMinimalIndicesForFunctionCall() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 186 end line: 249 size: 56 LOC McCabe index: 11 number of parameters: 6 id: 1358 unit: void FunctionSignatureTransformDescriptor::computeOptimizedArgInterface() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 421 end line: 491 size: 56 LOC McCabe index: 13 number of parameters: 2 id: 1359 unit: bool DifferentiationTransformer::canonicalizeDifferentiabilityWitness() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 882 end line: 963 size: 56 LOC McCabe index: 12 number of parameters: 3 id: 1360 unit: bool RedundantPhiEliminationPass::valuesAreEqual() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 206 end line: 294 size: 56 LOC McCabe index: 19 number of parameters: 2 id: 1361 unit: void computeFavoredTypeForExpr() file: lib/Sema/CSGen.cpp start line: 288 end line: 382 size: 56 LOC McCabe index: 18 number of parameters: 2 id: 1362 unit: bool swift::checkOverrides() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1323 end line: 1418 size: 56 LOC McCabe index: 24 number of parameters: 1 id: 1363 unit: bool swift::checkDistributedFunction() file: lib/Sema/TypeCheckDistributed.cpp start line: 223 end line: 289 size: 56 LOC McCabe index: 13 number of parameters: 2 id: 1364 unit: void repairTupleOrAssociatedValuePatternIfApplicable() file: lib/Sema/TypeCheckPattern.cpp start line: 948 end line: 1013 size: 56 LOC McCabe index: 11 number of parameters: 4 id: 1365 unit: void TaskGroupImpl::offer() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 567 end line: 655 size: 56 LOC McCabe index: 8 number of parameters: 2 id: 1366 unit: bool readExtraInhabitantIndex() file: stdlib/public/Reflection/TypeLowering.cpp start line: 826 end line: 901 size: 56 LOC McCabe index: 10 number of parameters: 3 id: 1367 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2229 end line: 2404 size: 56 LOC McCabe index: 1 number of parameters: 1 id: 1368 unit: void swift::installCommonValueWitnesses() file: stdlib/public/runtime/Metadata.cpp start line: 2277 end line: 2345 size: 56 LOC McCabe index: 11 number of parameters: 2 id: 1369 unit: Status doInitialization() file: stdlib/public/runtime/MetadataCache.h start line: 1024 end line: 1111 size: 56 LOC McCabe index: 14 number of parameters: 2 id: 1370 unit: std::vector SourceKit::CodeCompletion::extendCompletions() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 72 end line: 144 size: 56 LOC McCabe index: 18 number of parameters: 7 id: 1371 unit: bool SourceKit::CodeCompletion::addCustomCompletions() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 146 end line: 206 size: 56 LOC McCabe index: 14 number of parameters: 4 id: 1372 unit: UIdent SwiftLangSupport::getUIDForCodeCompletionDeclKind() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 384 end line: 444 size: 56 LOC McCabe index: 48 number of parameters: 2 id: 1373 unit: static sourcekitd_response_t conformingMethodList() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2609 end line: 2674 size: 56 LOC McCabe index: 7 number of parameters: 7 id: 1374 unit: int main() file: tools/swift-dependency-tool/swift-dependency-tool.cpp start line: 201 end line: 268 size: 56 LOC McCabe index: 9 number of parameters: 2 id: 1375 unit: static int doPrintModules() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2944 end line: 3013 size: 56 LOC McCabe index: 10 number of parameters: 7 id: 1376 unit: static int doDumpReflectionSections() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 639 end line: 709 size: 56 LOC McCabe index: 10 number of parameters: 4 id: 1377 unit: int parse_macho() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 503 end line: 565 size: 56 LOC McCabe index: 18 number of parameters: 4 id: 1378 unit: int xcrunToolCommand() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 776 end line: 857 size: 56 LOC McCabe index: 9 number of parameters: 2 id: 1379 unit: def execute_on_device() file: utils/android/adb/commands.py start line: 0 end line: 0 size: 56 LOC McCabe index: 11 number of parameters: 2 id: 1380 unit: void PrintAST::printSynthesizedExtension() file: lib/AST/ASTPrinter.cpp start line: 2531 end line: 2615 size: 55 LOC McCabe index: 15 number of parameters: 2 id: 1381 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2350 end line: 2413 size: 55 LOC McCabe index: 18 number of parameters: 1 id: 1382 unit: bool swift::conflicting() file: lib/AST/Decl.cpp start line: 2620 end line: 2708 size: 55 LOC McCabe index: 34 number of parameters: 7 id: 1383 unit: RawComment Decl::getRawComment() file: lib/AST/RawComment.cpp start line: 133 end line: 198 size: 55 LOC McCabe index: 20 number of parameters: 1 id: 1384 unit: Type RequirementMachine::getCanonicalTypeInContext() file: lib/AST/RequirementMachine/GenericSignatureQueries.cpp start line: 305 end line: 432 size: 55 LOC McCabe index: 10 number of parameters: 2 id: 1385 unit: void dump() file: lib/AST/RequirementMachine/Histogram.h start line: 83 end line: 149 size: 55 LOC McCabe index: 9 number of parameters: 2 id: 1386 unit: Optional Version::parseCompilerVersionString() file: lib/Basic/Version.cpp start line: 94 end line: 163 size: 55 LOC McCabe index: 15 number of parameters: 3 id: 1387 unit: void ClangModuleUnit::getImportedModulesForLookup() file: lib/ClangImporter/ClangImporter.cpp start line: 3860 end line: 3938 size: 55 LOC McCabe index: 14 number of parameters: 1 id: 1388 unit: SourceLoc ClangSourceBufferImporter::resolveSourceLocation() file: lib/ClangImporter/ClangSourceBufferImporter.cpp start line: 32 end line: 98 size: 55 LOC McCabe index: 9 number of parameters: 2 id: 1389 unit: void markAsVariant() file: lib/ClangImporter/ImportDecl.cpp start line: 2552 end line: 2629 size: 55 LOC McCabe index: 11 number of parameters: 2 id: 1390 unit: static bool convertUTF8toUTF32() file: lib/Demangling/Punycode.cpp start line: 297 end line: 356 size: 55 LOC McCabe index: 19 number of parameters: 3 id: 1391 unit: static bool diagnoseCycle() file: lib/DependencyScan/ScanDependencies.cpp start line: 961 end line: 1018 size: 55 LOC McCabe index: 13 number of parameters: 4 id: 1392 unit: std::unique_ptr ToolChain::constructJob() file: lib/Driver/ToolChain.cpp start line: 91 end line: 155 size: 55 LOC McCabe index: 7 number of parameters: 6 id: 1393 unit: static bool ParseSearchPathArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1186 end line: 1260 size: 55 LOC McCabe index: 14 number of parameters: 4 id: 1394 unit: bool InterfaceSubContextDelegateImpl::extractSwiftInterfaceVersionAndArgs() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1355 end line: 1422 size: 55 LOC McCabe index: 9 number of parameters: 5 id: 1395 unit: void addValueOverride() file: lib/IDE/CodeCompletion.cpp start line: 5263 end line: 5336 size: 55 LOC McCabe index: 10 number of parameters: 5 id: 1396 unit: void IRGenModule::emitGlobalDecl() file: lib/IRGen/GenDecl.cpp start line: 2378 end line: 2458 size: 55 LOC McCabe index: 31 number of parameters: 1 id: 1397 unit: static EnumTagInfo getEnumTagBytes() file: lib/IRGen/TypeLayout.cpp start line: 206 end line: 295 size: 55 LOC McCabe index: 1 number of parameters: 4 id: 1398 unit: bool IndexSwiftASTWalker::visitImports() file: lib/Index/Index.cpp start line: 1073 end line: 1146 size: 55 LOC McCabe index: 22 number of parameters: 2 id: 1399 unit: void IndexSwiftASTWalker::getRecursiveModuleImports() file: lib/Index/Index.cpp start line: 1802 end line: 1865 size: 55 LOC McCabe index: 9 number of parameters: 2 id: 1400 unit: ParserResult Parser::parseDeclStruct() file: lib/Parse/ParseDecl.cpp start line: 7674 end line: 7746 size: 55 LOC McCabe index: 9 number of parameters: 2 id: 1401 unit: ParserResult Parser::parseSILBoxType() file: lib/Parse/ParseType.cpp start line: 270 end line: 332 size: 55 LOC McCabe index: 13 number of parameters: 2 id: 1402 unit: bool SILParserState::parseSILProperty() file: lib/SIL/Parser/ParseSIL.cpp start line: 6590 end line: 6655 size: 55 LOC McCabe index: 11 number of parameters: 1 id: 1403 unit: void registerBridgedClass() file: lib/SIL/Utils/SILBridging.cpp start line: 75 end line: 140 size: 55 LOC McCabe index: 13 number of parameters: 2 id: 1404 unit: void SILInstruction::verifyOperandOwnership() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 690 end line: 765 size: 55 LOC McCabe index: 14 number of parameters: 0 id: 1405 unit: static PreparedArguments emitStringLiteralArgs() file: lib/SILGen/SILGenApply.cpp start line: 1661 end line: 1728 size: 55 LOC McCabe index: 7 number of parameters: 5 id: 1406 unit: void SILGenFunction::emitIgnoredExpr() file: lib/SILGen/SILGenExpr.cpp start line: 5716 end line: 5799 size: 55 LOC McCabe index: 12 number of parameters: 1 id: 1407 unit: LValue SILGenLValue::visitKeyPathApplicationExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3427 end line: 3512 size: 55 LOC McCabe index: 14 number of parameters: 3 id: 1408 unit: ManagedValue Transform::transformFunction() file: lib/SILGen/SILGenPoly.cpp start line: 4116 end line: 4185 size: 55 LOC McCabe index: 12 number of parameters: 6 id: 1409 unit: bool ExistentialSpecializer::canSpecializeExistentialArgsInFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialSpecializer.cpp start line: 128 end line: 206 size: 55 LOC McCabe index: 13 number of parameters: 2 id: 1410 unit: static void diagnoseMissingReturn() file: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp start line: 39 end line: 98 size: 55 LOC McCabe index: 16 number of parameters: 2 id: 1411 unit: static bool constantFoldEnumAddrTerminator() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 293 end line: 366 size: 55 LOC McCabe index: 16 number of parameters: 4 id: 1412 unit: void ClosureArgumentInOutToOutCloner::populateCloned() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1176 end line: 1248 size: 55 LOC McCabe index: 7 number of parameters: 0 id: 1413 unit: bool DeadObjectElimination::removeAndReleaseArray() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 945 end line: 1020 size: 55 LOC McCabe index: 17 number of parameters: 2 id: 1414 unit: static bool specializeAppliesInFunction() file: lib/SILOptimizer/Transforms/GenericSpecializer.cpp start line: 37 end line: 125 size: 55 LOC McCabe index: 17 number of parameters: 3 id: 1415 unit: bool SimplifyCFG::threadEdge() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 338 end line: 413 size: 55 LOC McCabe index: 9 number of parameters: 1 id: 1416 unit: bool CanonicalizeOSSALifetime::computeCanonicalLiveness() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 114 end line: 177 size: 55 LOC McCabe index: 23 number of parameters: 0 id: 1417 unit: void BindingSet::dump() file: lib/Sema/CSBindings.cpp start line: 1619 end line: 1680 size: 55 LOC McCabe index: 14 number of parameters: 2 id: 1418 unit: bool MissingConformanceFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 449 end line: 526 size: 55 LOC McCabe index: 17 number of parameters: 0 id: 1419 unit: bool swift::diagnoseNonSendableTypesInReference() file: lib/Sema/TypeCheckConcurrency.cpp start line: 864 end line: 928 size: 55 LOC McCabe index: 13 number of parameters: 4 id: 1420 unit: bool swift::isOverrideBasedOnType() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 148 end line: 231 size: 55 LOC McCabe index: 19 number of parameters: 3 id: 1421 unit: void ConformanceChecker::checkConformance() file: lib/Sema/TypeCheckProtocol.cpp start line: 5121 end line: 5219 size: 55 LOC McCabe index: 12 number of parameters: 1 id: 1422 unit: Expected ModuleFile::readNormalConformanceChecked() file: lib/Serialization/Deserialization.cpp start line: 629 end line: 700 size: 55 LOC McCabe index: 9 number of parameters: 1 id: 1423 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2236 end line: 2404 size: 55 LOC McCabe index: 1 number of parameters: 1 id: 1424 unit: void swift::swift_task_exitThreadLocalContext() file: stdlib/public/runtime/ConcurrencyExclusivity.inc start line: 343 end line: 450 size: 55 LOC McCabe index: 8 number of parameters: 1 id: 1425 unit: static void validateSharedCacheResults() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 708 end line: 766 size: 55 LOC McCabe index: 12 number of parameters: 6 id: 1426 unit: static int PipeMemoryReader_queryDataLayout() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 127 end line: 186 size: 55 LOC McCabe index: 20 number of parameters: 4 id: 1427 unit: static bool parse() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1238 end line: 1304 size: 55 LOC McCabe index: 17 number of parameters: 3 id: 1428 unit: bool queryDataLayout() file: tools/swift-reflection-fuzzer/swift-reflection-fuzzer.cpp start line: 58 end line: 119 size: 55 LOC McCabe index: 20 number of parameters: 3 id: 1429 unit: class alignas() file: include/swift/ABI/Task.h start line: 44 end line: 145 size: 54 LOC McCabe index: 8 number of parameters: 1 id: 1430 unit: bool queryDataLayout() file: include/swift/Remote/InProcessMemoryReader.h start line: 34 end line: 93 size: 54 LOC McCabe index: 20 number of parameters: 3 id: 1431 unit: void printCommon() file: lib/AST/ASTDumper.cpp start line: 630 end line: 689 size: 54 LOC McCabe index: 15 number of parameters: 3 id: 1432 unit: std::string ASTMangler::mangleObjCRuntimeName() file: lib/AST/ASTMangler.cpp start line: 667 end line: 734 size: 54 LOC McCabe index: 7 number of parameters: 1 id: 1433 unit: void ASTMangler::appendDeclName() file: lib/AST/ASTMangler.cpp start line: 939 end line: 1003 size: 54 LOC McCabe index: 21 number of parameters: 1 id: 1434 unit: void visitOpaqueTypeArchetypeType() file: lib/AST/ASTPrinter.cpp start line: 5996 end line: 6069 size: 54 LOC McCabe index: 10 number of parameters: 1 id: 1435 unit: void ProtocolConformance::printName() file: lib/AST/ASTPrinter.cpp start line: 6470 end line: 6526 size: 54 LOC McCabe index: 8 number of parameters: 2 id: 1436 unit: void MinimalConformances::computeMinimalConformances() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 870 end line: 941 size: 54 LOC McCabe index: 18 number of parameters: 1 id: 1437 unit: Optional SwiftDeclConverter::importObjCGenericParams() file: lib/ClangImporter/ImportDecl.cpp start line: 7857 end line: 7916 size: 54 LOC McCabe index: 10 number of parameters: 2 id: 1438 unit: bool ModuleInterfaceBuilder::buildSwiftModule() file: lib/Frontend/ModuleInterfaceBuilder.cpp start line: 321 end line: 392 size: 54 LOC McCabe index: 14 number of parameters: 5 id: 1439 unit: static void printImports() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 184 end line: 263 size: 54 LOC McCabe index: 13 number of parameters: 3 id: 1440 unit: static void dumpAPIIfNeeded() file: lib/FrontendTool/FrontendTool.cpp start line: 887 end line: 949 size: 54 LOC McCabe index: 9 number of parameters: 1 id: 1441 unit: void addVarDeclRef() file: lib/IDE/CodeCompletion.cpp start line: 2683 end line: 2751 size: 54 LOC McCabe index: 22 number of parameters: 3 id: 1442 unit: void swift::ide::CompletionInstance::typeContextInfo() file: lib/IDE/CompletionInstance.cpp start line: 764 end line: 829 size: 54 LOC McCabe index: 5 number of parameters: 8 id: 1443 unit: void irgen::emitMetatypeDowncast() file: lib/IRGen/GenCast.cpp start line: 265 end line: 329 size: 54 LOC McCabe index: 10 number of parameters: 5 id: 1444 unit: void IRGenModule::emitDynamicReplacementOriginalFunctionThunk() file: lib/IRGen/GenDecl.cpp start line: 3015 end line: 3083 size: 54 LOC McCabe index: 7 number of parameters: 1 id: 1445 unit: ParserResult Parser::parseStmtYield() file: lib/Parse/ParseStmt.cpp start line: 813 end line: 878 size: 54 LOC McCabe index: 11 number of parameters: 1 id: 1446 unit: void Parser::performCodeCompletionSecondPassImpl() file: lib/Parse/Parser.cpp start line: 147 end line: 216 size: 54 LOC McCabe index: 12 number of parameters: 1 id: 1447 unit: static void getStringPartTokens() file: lib/Parse/Parser.cpp start line: 239 end line: 301 size: 54 LOC McCabe index: 9 number of parameters: 5 id: 1448 unit: static SymbolicValue setIndexedElement() file: lib/SIL/IR/SILConstants.cpp start line: 1169 end line: 1236 size: 54 LOC McCabe index: 13 number of parameters: 5 id: 1449 unit: void print() file: lib/SIL/IR/SILPrinter.cpp start line: 789 end line: 856 size: 54 LOC McCabe index: 15 number of parameters: 1 id: 1450 unit: bool SILParser::parseSILType() file: lib/SIL/Parser/ParseSIL.cpp start line: 1338 end line: 1410 size: 54 LOC McCabe index: 14 number of parameters: 6 id: 1451 unit: static ManagedValue flattenOptional() file: lib/SILGen/SILGenExpr.cpp start line: 3930 end line: 3993 size: 54 LOC McCabe index: 8 number of parameters: 3 id: 1452 unit: ManagedValue visitType() file: lib/SILGen/SILGenProlog.cpp start line: 71 end line: 146 size: 54 LOC McCabe index: 15 number of parameters: 3 id: 1453 unit: static void extendLifetimeToEndOfFunction() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 210 end line: 303 size: 54 LOC McCabe index: 5 number of parameters: 3 id: 1454 unit: void ClassInitElementUseCollector::collectClassInitSelfLoadUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1739 end line: 1832 size: 54 LOC McCabe index: 25 number of parameters: 2 id: 1455 unit: void LifetimeChecker::injectActorHops() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 930 end line: 1042 size: 54 LOC McCabe index: 16 number of parameters: 0 id: 1456 unit: static bool removeUnreachableBlocks() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 943 end line: 1013 size: 54 LOC McCabe index: 16 number of parameters: 3 id: 1457 unit: bool ClosureArgDataflowState::process() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 777 end line: 871 size: 54 LOC McCabe index: 11 number of parameters: 3 id: 1458 unit: static bool checkOSLogMessageIsConstant() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 991 end line: 1059 size: 54 LOC McCabe index: 8 number of parameters: 2 id: 1459 unit: void DestroyHoisting::getUsedLocationsOfInst() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 342 end line: 399 size: 54 LOC McCabe index: 33 number of parameters: 2 id: 1460 unit: void ObjectOutliner::replaceFindStringCall() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 517 end line: 587 size: 54 LOC McCabe index: 5 number of parameters: 1 id: 1461 unit: static SILValue computeFinalCastedValue() file: lib/SILOptimizer/Utils/CastOptimizer.cpp start line: 535 end line: 603 size: 54 LOC McCabe index: 9 number of parameters: 3 id: 1462 unit: bool PartialApplyCombiner::combine() file: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp start line: 191 end line: 275 size: 54 LOC McCabe index: 16 number of parameters: 0 id: 1463 unit: void favorMatchingBinaryOperators() file: lib/Sema/CSGen.cpp start line: 662 end line: 749 size: 54 LOC McCabe index: 16 number of parameters: 2 id: 1464 unit: static void diagnoseDeprecatedWritableKeyPath() file: lib/Sema/MiscDiagnostics.cpp start line: 4423 end line: 4489 size: 54 LOC McCabe index: 18 number of parameters: 2 id: 1465 unit: void AttributeChecker::visitMutationAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 359 end line: 424 size: 54 LOC McCabe index: 15 number of parameters: 1 id: 1466 unit: static bool diagnoseSingleNonSendableType() file: lib/Sema/TypeCheckConcurrency.cpp start line: 756 end line: 831 size: 54 LOC McCabe index: 21 number of parameters: 4 id: 1467 unit: static bool checkObjCInExtensionContext() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 502 end line: 563 size: 54 LOC McCabe index: 11 number of parameters: 2 id: 1468 unit: void checkThrowAsyncSite() file: lib/Sema/TypeCheckEffects.cpp start line: 2612 end line: 2686 size: 54 LOC McCabe index: 19 number of parameters: 3 id: 1469 unit: bool ModuleFileSharedCore::readModuleDocIfPresent() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 944 end line: 1012 size: 54 LOC McCabe index: 16 number of parameters: 1 id: 1470 unit: bool ModuleFileSharedCore::readDeclLocsBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 1026 end line: 1087 size: 54 LOC McCabe index: 15 number of parameters: 1 id: 1471 unit: void Serializer::writeGenericRequirements() file: lib/Serialization/Serialization.cpp start line: 1350 end line: 1406 size: 54 LOC McCabe index: 13 number of parameters: 2 id: 1472 unit: void writeDiscriminatorsIfNeeded() file: lib/Serialization/Serialization.cpp start line: 2786 end line: 2849 size: 54 LOC McCabe index: 16 number of parameters: 1 id: 1473 unit: void TBDGenVisitor::addConformances() file: lib/TBDGen/TBDGen.cpp start line: 478 end line: 546 size: 54 LOC McCabe index: 13 number of parameters: 1 id: 1474 unit: void swap() file: stdlib/include/llvm/ADT/DenseMap.h start line: 875 end line: 945 size: 54 LOC McCabe index: 17 number of parameters: 1 id: 1475 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2243 end line: 2404 size: 54 LOC McCabe index: 1 number of parameters: 1 id: 1476 unit: void SKDocConsumer::addDocEntityInfoToDict() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1689 end line: 1747 size: 54 LOC McCabe index: 22 number of parameters: 2 id: 1477 unit: static int doPrintTypeInterface() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3613 end line: 3666 size: 54 LOC McCabe index: 10 number of parameters: 3 id: 1478 unit: def run_bootstrap_script() file: utils/swift_build_support/swift_build_support/products/swiftpm.py start line: 0 end line: 0 size: 54 LOC McCabe index: 11 number of parameters: 4 id: 1479 unit: def host_target() file: utils/swift_build_support/swift_build_support/targets.py start line: 0 end line: 0 size: 54 LOC McCabe index: 29 number of parameters: 0 id: 1480 unit: mutating func parseProjectionPathFromSource() file: SwiftCompilerSources/Sources/SIL/SmallProjectionPath.swift start line: 341 end line: 395 size: 53 LOC McCabe index: 13 number of parameters: 2 id: 1481 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2124 end line: 2185 size: 53 LOC McCabe index: 10 number of parameters: 1 id: 1482 unit: static void recordShadowedDecls() file: lib/AST/NameLookup.cpp start line: 662 end line: 735 size: 53 LOC McCabe index: 14 number of parameters: 3 id: 1483 unit: void RewriteContext::getProtocolComponentRec() file: lib/AST/RequirementMachine/RewriteContext.cpp start line: 177 end line: 246 size: 53 LOC McCabe index: 9 number of parameters: 2 id: 1484 unit: void AttributedTypeRepr::printAttrs() file: lib/AST/TypeRepr.cpp start line: 190 end line: 248 size: 53 LOC McCabe index: 17 number of parameters: 2 id: 1485 unit: static StringRef toString() file: lib/Demangling/NodePrinter.cpp start line: 115 end line: 167 size: 53 LOC McCabe index: 25 number of parameters: 1 id: 1486 unit: void printBoundGeneric() file: lib/Demangling/NodePrinter.cpp start line: 661 end line: 717 size: 53 LOC McCabe index: 13 number of parameters: 2 id: 1487 unit: bool ExplicitSwiftModuleLoader::findModule() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1752 end line: 1826 size: 53 LOC McCabe index: 10 number of parameters: 8 id: 1488 unit: bool CodeCompletionCallbacksImpl::trySolverCompletion() file: lib/IDE/CodeCompletion.cpp start line: 6826 end line: 6896 size: 53 LOC McCabe index: 8 number of parameters: 1 id: 1489 unit: void CompletionInstance::performNewOperation() file: lib/IDE/CompletionInstance.cpp start line: 529 end line: 602 size: 53 LOC McCabe index: 10 number of parameters: 8 id: 1490 unit: void consume() file: lib/IRGen/GenEnum.cpp start line: 2606 end line: 2669 size: 53 LOC McCabe index: 9 number of parameters: 3 id: 1491 unit: void IRGenSILFunction::visitBridgeObjectToRefInst() file: lib/IRGen/IRGenSIL.cpp start line: 6195 end line: 6264 size: 53 LOC McCabe index: 7 number of parameters: 1 id: 1492 unit: bool IndexSwiftASTWalker::reportPseudoAccessor() file: lib/Index/Index.cpp start line: 1357 end line: 1418 size: 53 LOC McCabe index: 17 number of parameters: 4 id: 1493 unit: LineList MarkupContext::getLineList() file: lib/Markup/LineList.cpp start line: 86 end line: 153 size: 53 LOC McCabe index: 12 number of parameters: 1 id: 1494 unit: ParserResult Parser::parseExprUnary() file: lib/Parse/ParseExpr.cpp start line: 511 end line: 580 size: 53 LOC McCabe index: 14 number of parameters: 2 id: 1495 unit: ParserResult Parser::parseStmtCatch() file: lib/Parse/ParseStmt.cpp start line: 2080 end line: 2141 size: 53 LOC McCabe index: 7 number of parameters: 0 id: 1496 unit: void SILProfiler::assignRegionCounters() file: lib/SIL/IR/SILProfiler.cpp start line: 1131 end line: 1193 size: 53 LOC McCabe index: 8 number of parameters: 0 id: 1497 unit: bool SILParser::parseSILDottedPathWithoutPound() file: lib/SIL/Parser/ParseSIL.cpp start line: 1419 end line: 1477 size: 53 LOC McCabe index: 10 number of parameters: 2 id: 1498 unit: void ForwardingOperand::replaceOwnershipKind() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1348 end line: 1413 size: 53 LOC McCabe index: 22 number of parameters: 2 id: 1499 unit: void verifyDebugScopeHoles() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5655 end line: 5720 size: 53 LOC McCabe index: 15 number of parameters: 1 id: 1500 unit: ApplyOptions CallEmission::emitArgumentsForNormalApply() file: lib/SILGen/SILGenApply.cpp start line: 4235 end line: 4311 size: 53 LOC McCabe index: 13 number of parameters: 5 id: 1501 unit: RValue RValueEmitter::visitCollectionExpr() file: lib/SILGen/SILGenExpr.cpp start line: 3853 end line: 3927 size: 53 LOC McCabe index: 8 number of parameters: 2 id: 1502 unit: static SILValue emitLoadOfSemanticRValue() file: lib/SILGen/SILGenLValue.cpp start line: 3914 end line: 3967 size: 53 LOC McCabe index: 8 number of parameters: 5 id: 1503 unit: CanGenericSignature buildThunkSignature() file: lib/SILOptimizer/Differentiation/Thunk.cpp start line: 39 end line: 108 size: 53 LOC McCabe index: 7 number of parameters: 7 id: 1504 unit: static void diagnoseExclusivityViolation() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 515 end line: 581 size: 53 LOC McCabe index: 7 number of parameters: 3 id: 1505 unit: bool CopyForwarding::hoistDestroy() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 1240 end line: 1314 size: 53 LOC McCabe index: 17 number of parameters: 3 id: 1506 unit: bool RedundantPhiEliminationPass::optimizeArgs() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 142 end line: 204 size: 53 LOC McCabe index: 14 number of parameters: 1 id: 1507 unit: SILValue RLEContext::computePredecessorLocationValue() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1298 end line: 1385 size: 53 LOC McCabe index: 11 number of parameters: 2 id: 1508 unit: void StackAllocationPromoter::promoteAllocationToPhi() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1203 end line: 1309 size: 53 LOC McCabe index: 16 number of parameters: 0 id: 1509 unit: bool MissingGenericArgumentsFailure::findArgumentLocations() file: lib/Sema/CSDiagnostics.cpp start line: 5781 end line: 5852 size: 53 LOC McCabe index: 12 number of parameters: 1 id: 1510 unit: StringRef swift::constraints::getName() file: lib/Sema/Constraint.cpp start line: 574 end line: 626 size: 53 LOC McCabe index: 25 number of parameters: 1 id: 1511 unit: bool DerivedConformance::checkAndDiagnoseDisallowedContext() file: lib/Sema/DerivedConformances.cpp start line: 528 end line: 591 size: 53 LOC McCabe index: 16 number of parameters: 1 id: 1512 unit: void checkTypedPattern() file: lib/Sema/TypeCheckAccess.cpp start line: 489 end line: 544 size: 53 LOC McCabe index: 9 number of parameters: 3 id: 1513 unit: bool constraints::computeTupleShuffle() file: lib/Sema/TypeCheckConstraints.cpp start line: 138 end line: 215 size: 53 LOC McCabe index: 15 number of parameters: 3 id: 1514 unit: bool swift::diagnoseUnintendedObjCMethodOverrides() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2315 end line: 2404 size: 53 LOC McCabe index: 17 number of parameters: 1 id: 1515 unit: void visitSubscriptDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2101 end line: 2172 size: 53 LOC McCabe index: 13 number of parameters: 1 id: 1516 unit: void checkRequiredInClassInits() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2372 end line: 2444 size: 53 LOC McCabe index: 16 number of parameters: 1 id: 1517 unit: bool AssociatedTypeInference::diagnoseAmbiguousSolutions() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1882 end line: 1954 size: 53 LOC McCabe index: 9 number of parameters: 3 id: 1518 unit: static bool checkSuperInit() file: lib/Sema/TypeCheckStmt.cpp start line: 1603 end line: 1674 size: 53 LOC McCabe index: 12 number of parameters: 3 id: 1519 unit: Expected deserializeStruct() file: lib/Serialization/Deserialization.cpp start line: 2753 end line: 2818 size: 53 LOC McCabe index: 7 number of parameters: 2 id: 1520 unit: mutating func encodeConditional() file: stdlib/public/core/Codable.swift start line: 2257 end line: 2404 size: 53 LOC McCabe index: 1 number of parameters: 1 id: 1521 unit: static void translateCodeCompletionOptions() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 714 end line: 767 size: 53 LOC McCabe index: 1 number of parameters: 5 id: 1522 unit: void SwiftLangSupport::getCursorInfo() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1819 end line: 1875 size: 53 LOC McCabe index: 7 number of parameters: 10 id: 1523 unit: void scanMachO() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 110 end line: 179 size: 53 LOC McCabe index: 17 number of parameters: 1 id: 1524 unit: class alignas() file: include/swift/AST/Stmt.h start line: 57 end line: 142 size: 52 LOC McCabe index: 3 number of parameters: 1 id: 1525 unit: static StringRef getCategoryName() file: lib/APIDigester/ModuleDiagsConsumer.cpp start line: 33 end line: 84 size: 52 LOC McCabe index: 36 number of parameters: 1 id: 1526 unit: void PrintAST::visitPatternBindingDecl() file: lib/AST/ASTPrinter.cpp start line: 3067 end line: 3139 size: 52 LOC McCabe index: 19 number of parameters: 1 id: 1527 unit: bool extractSeparatedParams() file: lib/AST/DocComment.cpp start line: 151 end line: 213 size: 52 LOC McCabe index: 10 number of parameters: 3 id: 1528 unit: void PropertyMap::inferConditionalRequirements() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 1011 end line: 1083 size: 52 LOC McCabe index: 14 number of parameters: 2 id: 1529 unit: void RewriteStep::dump() file: lib/AST/RequirementMachine/RewriteLoop.cpp start line: 23 end line: 83 size: 52 LOC McCabe index: 14 number of parameters: 3 id: 1530 unit: bool ClangImporter::canReadPCH() file: lib/ClangImporter/ClangImporter.cpp start line: 845 end line: 919 size: 52 LOC McCabe index: 10 number of parameters: 1 id: 1531 unit: void ClangModuleUnit::getTopLevelDecls() file: lib/ClangImporter/ClangImporter.cpp start line: 3130 end line: 3203 size: 52 LOC McCabe index: 19 number of parameters: 1 id: 1532 unit: static NodePointer applyParamLabels() file: lib/Demangling/OldRemangler.cpp start line: 174 end line: 238 size: 52 LOC McCabe index: 11 number of parameters: 3 id: 1533 unit: bool Punycode::decodePunycode() file: lib/Demangling/Punycode.cpp start line: 75 end line: 144 size: 52 LOC McCabe index: 15 number of parameters: 2 id: 1534 unit: static bool ParseClangImporterArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1068 end line: 1150 size: 52 LOC McCabe index: 15 number of parameters: 4 id: 1535 unit: bool swift::performCompileStepsPostSema() file: lib/FrontendTool/FrontendTool.cpp start line: 724 end line: 788 size: 52 LOC McCabe index: 9 number of parameters: 3 id: 1536 unit: static void addPoundDirectives() file: lib/IDE/CodeCompletion.cpp start line: 6419 end line: 6474 size: 52 LOC McCabe index: 2 number of parameters: 1 id: 1537 unit: std::pair walkToStmtPre() file: lib/IDE/Formatting.cpp start line: 540 end line: 596 size: 52 LOC McCabe index: 28 number of parameters: 1 id: 1538 unit: void IRGenFunction::emitScalarReturn() file: lib/IRGen/GenCall.cpp start line: 4739 end line: 4803 size: 52 LOC McCabe index: 10 number of parameters: 5 id: 1539 unit: void addRequirements() file: lib/IRGen/GenMeta.cpp start line: 887 end line: 964 size: 52 LOC McCabe index: 8 number of parameters: 0 id: 1540 unit: bool swift::compileAndWriteLLVM() file: lib/IRGen/IRGen.cpp start line: 597 end line: 653 size: 52 LOC McCabe index: 13 number of parameters: 7 id: 1541 unit: void emitShadowCopyIfNeeded() file: lib/IRGen/IRGenSIL.cpp start line: 978 end line: 1040 size: 52 LOC McCabe index: 16 number of parameters: 5 id: 1542 unit: void LoadableStorageAllocation::convertApplyResults() file: lib/IRGen/LoadableByAddress.cpp start line: 1484 end line: 1537 size: 52 LOC McCabe index: 10 number of parameters: 0 id: 1543 unit: void EnumTypeLayoutEntry::storeEnumTagMultipayload() file: lib/IRGen/TypeLayout.cpp start line: 2384 end line: 2461 size: 52 LOC McCabe index: 1 number of parameters: 3 id: 1544 unit: bool IndexSwiftASTWalker::indexComment() file: lib/Index/Index.cpp start line: 1746 end line: 1800 size: 52 LOC McCabe index: 12 number of parameters: 1 id: 1545 unit: llvm::SanitizerCoverageOptions swift::parseSanitizerCoverageArgValue() file: lib/Option/SanitizerOptions.cpp start line: 57 end line: 122 size: 52 LOC McCabe index: 13 number of parameters: 4 id: 1546 unit: ParserResult Parser::parseDeclEnum() file: lib/Parse/ParseDecl.cpp start line: 7402 end line: 7469 size: 52 LOC McCabe index: 9 number of parameters: 2 id: 1547 unit: ParserResult Parser::parseStmtSwitch() file: lib/Parse/ParseStmt.cpp start line: 2312 end line: 2373 size: 52 LOC McCabe index: 9 number of parameters: 1 id: 1548 unit: RValue SILGenFunction::emitApplyMethod() file: lib/SILGen/SILGenApply.cpp start line: 5129 end line: 5195 size: 52 LOC McCabe index: 11 number of parameters: 5 id: 1549 unit: static ManagedValue emitBuiltinAutoDiffApplyDerivativeFunction() file: lib/SILGen/SILGenBuiltin.cpp start line: 1106 end line: 1174 size: 52 LOC McCabe index: 7 number of parameters: 8 id: 1550 unit: static bool typedAccessTBAAMayAlias() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 417 end line: 517 size: 52 LOC McCabe index: 38 number of parameters: 3 id: 1551 unit: void DifferentiableActivityInfo::setUsefulThroughArrayInitialization() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 402 end line: 477 size: 52 LOC McCabe index: 19 number of parameters: 2 id: 1552 unit: IsZeroKind swift::isZeroValue() file: lib/SILOptimizer/Analysis/ValueTracking.cpp start line: 88 end line: 156 size: 52 LOC McCabe index: 23 number of parameters: 1 id: 1553 unit: bool ABCOpt::removeRedundantChecksInLoop() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 1055 end line: 1131 size: 52 LOC McCabe index: 10 number of parameters: 5 id: 1554 unit: void run() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 1541 end line: 1620 size: 52 LOC McCabe index: 16 number of parameters: 0 id: 1555 unit: bool BBEnumTagDataflowState::hoistDecrementsIntoSwitchRegions() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 596 end line: 678 size: 52 LOC McCabe index: 9 number of parameters: 1 id: 1556 unit: bool CanonicalizeBorrowScope::visitBorrowScopeUses() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 213 end line: 289 size: 52 LOC McCabe index: 24 number of parameters: 2 id: 1557 unit: static SILValue foldFPToIntConversion() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 841 end line: 907 size: 52 LOC McCabe index: 17 number of parameters: 3 id: 1558 unit: bool swift::tryDeleteDeadClosure() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1032 end line: 1109 size: 52 LOC McCabe index: 19 number of parameters: 3 id: 1559 unit: void OptimizerStatsAnalysis::updateModuleStats() file: lib/SILOptimizer/Utils/OptimizerStatsUtils.cpp start line: 855 end line: 939 size: 52 LOC McCabe index: 6 number of parameters: 1 id: 1560 unit: void buildKeyPathSubscriptComponent() file: lib/Sema/CSApply.cpp start line: 5032 end line: 5108 size: 52 LOC McCabe index: 5 number of parameters: 5 id: 1561 unit: ASTNode visitReturnStmt() file: lib/Sema/CSClosure.cpp start line: 1363 end line: 1445 size: 52 LOC McCabe index: 14 number of parameters: 1 id: 1562 unit: SolutionApplicationToFunctionResult ConstraintSystem::applySolution() file: lib/Sema/CSClosure.cpp start line: 1458 end line: 1536 size: 52 LOC McCabe index: 13 number of parameters: 4 id: 1563 unit: void swift::fixItAccess() file: lib/Sema/MiscDiagnostics.cpp start line: 4889 end line: 4960 size: 52 LOC McCabe index: 19 number of parameters: 5 id: 1564 unit: bool TypeChecker::diagnoseInlinableDeclRefAccess() file: lib/Sema/ResilienceDiagnostics.cpp start line: 30 end line: 110 size: 52 LOC McCabe index: 15 number of parameters: 3 id: 1565 unit: void AccessControlCheckerBase::checkTypeAccessImpl() file: lib/Sema/TypeCheckAccess.cpp start line: 181 end line: 262 size: 52 LOC McCabe index: 19 number of parameters: 6 id: 1566 unit: void AttributeChecker::visitSetterAccessAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 908 end line: 965 size: 52 LOC McCabe index: 11 number of parameters: 1 id: 1567 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckDecl.cpp start line: 467 end line: 541 size: 52 LOC McCabe index: 15 number of parameters: 1 id: 1568 unit: static Type validateParameterType() file: lib/Sema/TypeCheckDecl.cpp start line: 2093 end line: 2163 size: 52 LOC McCabe index: 11 number of parameters: 1 id: 1569 unit: bool swift::fixDeclarationObjCName() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2163 end line: 2238 size: 52 LOC McCabe index: 19 number of parameters: 5 id: 1570 unit: SILParameterInfo TypeResolver::resolveSILParameter() file: lib/Sema/TypeCheckType.cpp start line: 3291 end line: 3349 size: 52 LOC McCabe index: 10 number of parameters: 2 id: 1571 unit: Expected deserializeTypeAliasType() file: lib/Serialization/Deserialization.cpp start line: 5135 end line: 5205 size: 52 LOC McCabe index: 12 number of parameters: 2 id: 1572 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2263 end line: 2404 size: 52 LOC McCabe index: 1 number of parameters: 1 id: 1573 unit: static bool passCursorInfoForDecl() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1125 end line: 1184 size: 52 LOC McCabe index: 9 number of parameters: 10 id: 1574 unit: static void printCursorInfo() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1948 end line: 2004 size: 52 LOC McCabe index: 6 number of parameters: 4 id: 1575 unit: static int doPrintDecls() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3104 end line: 3162 size: 52 LOC McCabe index: 10 number of parameters: 5 id: 1576 unit: void merge() file: include/swift/Basic/ListMerger.h start line: 240 end line: 340 size: 51 LOC McCabe index: 12 number of parameters: 1 id: 1577 unit: static OwnedValueIntroducerKind get() file: include/swift/SIL/OwnershipUtils.h start line: 1010 end line: 1061 size: 51 LOC McCabe index: 18 number of parameters: 1 id: 1578 unit: void PrintAST::visitImportDecl() file: lib/AST/ASTPrinter.cpp start line: 2458 end line: 2514 size: 51 LOC McCabe index: 13 number of parameters: 1 id: 1579 unit: void checkSourceRanges() file: lib/AST/ASTVerifier.cpp start line: 3488 end line: 3548 size: 51 LOC McCabe index: 13 number of parameters: 1 id: 1580 unit: static bool checkAccess() file: lib/AST/Decl.cpp start line: 3586 end line: 3653 size: 51 LOC McCabe index: 23 number of parameters: 5 id: 1581 unit: void swift::rewriting::realizeRequirement() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 358 end line: 419 size: 51 LOC McCabe index: 16 number of parameters: 4 id: 1582 unit: void RewritePathEvaluator::applyDecompose() file: lib/AST/RequirementMachine/RewriteLoop.cpp start line: 262 end line: 336 size: 51 LOC McCabe index: 9 number of parameters: 2 id: 1583 unit: void ClangModuleUnit::getImportedModules() file: lib/ClangImporter/ClangImporter.cpp start line: 3789 end line: 3858 size: 51 LOC McCabe index: 16 number of parameters: 2 id: 1584 unit: void SwiftLookupTable::addEntry() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 494 end line: 561 size: 51 LOC McCabe index: 8 number of parameters: 3 id: 1585 unit: NodePointer Demangler::demangleFunctionSpecialization() file: lib/Demangling/Demangler.cpp start line: 2791 end line: 2846 size: 51 LOC McCabe index: 18 number of parameters: 0 id: 1586 unit: void printFunctionParameters() file: lib/Demangling/NodePrinter.cpp start line: 727 end line: 785 size: 51 LOC McCabe index: 15 number of parameters: 4 id: 1587 unit: int parseArgs() file: lib/DriverTool/swift_indent_main.cpp start line: 105 end line: 167 size: 51 LOC McCabe index: 15 number of parameters: 2 id: 1588 unit: Type getOpaqueResultType() file: lib/IDE/CodeCompletion.cpp start line: 5195 end line: 5261 size: 51 LOC McCabe index: 18 number of parameters: 3 id: 1589 unit: void preparePlaceholdersAndUnwraps() file: lib/IDE/Refactoring.cpp start line: 7608 end line: 7671 size: 51 LOC McCabe index: 15 number of parameters: 3 id: 1590 unit: RequirementInfo getRequirementInfo() file: lib/IRGen/GenMeta.cpp start line: 809 end line: 876 size: 51 LOC McCabe index: 11 number of parameters: 1 id: 1591 unit: MetadataResponse MetadataPath::follow() file: lib/IRGen/GenProto.cpp start line: 2397 end line: 2478 size: 51 LOC McCabe index: 12 number of parameters: 7 id: 1592 unit: static bool tryParseArgLabelList() file: lib/Parse/ParseExpr.cpp start line: 2149 end line: 2225 size: 51 LOC McCabe index: 13 number of parameters: 6 id: 1593 unit: SILDeclRef SILDeclRef::getNextOverriddenVTableEntry() file: lib/SIL/IR/SILDeclRef.cpp start line: 1023 end line: 1100 size: 51 LOC McCabe index: 16 number of parameters: 0 id: 1594 unit: void visit() file: lib/SIL/IR/SILFunctionType.cpp start line: 1438 end line: 1498 size: 51 LOC McCabe index: 13 number of parameters: 6 id: 1595 unit: void print() file: lib/SIL/IR/SILPrinter.cpp start line: 1052 end line: 1117 size: 51 LOC McCabe index: 16 number of parameters: 1 id: 1596 unit: void SILSpecializeAttr::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3788 end line: 3844 size: 51 LOC McCabe index: 10 number of parameters: 1 id: 1597 unit: std::pair walkToStmtPre() file: lib/SIL/IR/SILProfiler.cpp start line: 919 end line: 984 size: 51 LOC McCabe index: 21 number of parameters: 1 id: 1598 unit: bool SILParser::parseSILDeclRef() file: lib/SIL/Parser/ParseSIL.cpp start line: 2321 end line: 2385 size: 51 LOC McCabe index: 15 number of parameters: 2 id: 1599 unit: bool MemoryLocations::analyzeAddrProjection() file: lib/SIL/Utils/MemoryLocations.cpp start line: 380 end line: 444 size: 51 LOC McCabe index: 12 number of parameters: 5 id: 1600 unit: void ForwardingOperand::setForwardingOwnershipKind() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1284 end line: 1346 size: 51 LOC McCabe index: 18 number of parameters: 1 id: 1601 unit: static void dumpPattern() file: lib/SILGen/SILGenPattern.cpp start line: 51 end line: 105 size: 51 LOC McCabe index: 17 number of parameters: 2 id: 1602 unit: void EscapeAnalysis::buildConnectionGraph() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1799 end line: 1869 size: 51 LOC McCabe index: 13 number of parameters: 3 id: 1603 unit: void CrossModuleOptimization::serializeInstruction() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 419 end line: 479 size: 51 LOC McCabe index: 16 number of parameters: 2 id: 1604 unit: static void diagnoseCaptureLoc() file: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp start line: 222 end line: 294 size: 51 LOC McCabe index: 18 number of parameters: 4 id: 1605 unit: bool MoveKillsCopyableAddressesChecker::check() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 2190 end line: 2277 size: 51 LOC McCabe index: 12 number of parameters: 1 id: 1606 unit: bool MoveKillsCopyableValuesChecker::check() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableValuesChecker.cpp start line: 334 end line: 410 size: 51 LOC McCabe index: 15 number of parameters: 0 id: 1607 unit: static bool tryJoinIfDestroyConsumingUseInSameBlock() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 368 end line: 493 size: 51 LOC McCabe index: 16 number of parameters: 5 id: 1608 unit: bool SimplifyCFG::simplifySwitchEnumUnreachableBlocks() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1856 end line: 1922 size: 51 LOC McCabe index: 16 number of parameters: 1 id: 1609 unit: CaseInfo getCaseInfo() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3733 end line: 3811 size: 51 LOC McCabe index: 16 number of parameters: 3 id: 1610 unit: void AttributeChecker::checkApplicationMainAttribute() file: lib/Sema/TypeCheckAttr.cpp start line: 1845 end line: 1912 size: 51 LOC McCabe index: 11 number of parameters: 4 id: 1611 unit: static void checkPrecedenceCircularity() file: lib/Sema/TypeCheckDecl.cpp start line: 1299 end line: 1385 size: 51 LOC McCabe index: 12 number of parameters: 2 id: 1612 unit: Classification classifyArgument() file: lib/Sema/TypeCheckEffects.cpp start line: 1240 end line: 1324 size: 51 LOC McCabe index: 18 number of parameters: 3 id: 1613 unit: void checkCaseLabelItemPattern() file: lib/Sema/TypeCheckStmt.cpp start line: 994 end line: 1092 size: 51 LOC McCabe index: 12 number of parameters: 4 id: 1614 unit: static void decomposeDisjuncts() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 818 end line: 883 size: 51 LOC McCabe index: 13 number of parameters: 4 id: 1615 unit: Expected deserializeParam() file: lib/Serialization/Deserialization.cpp start line: 3138 end line: 3201 size: 51 LOC McCabe index: 7 number of parameters: 2 id: 1616 unit: void swift::serialize() file: lib/Serialization/Serialization.cpp start line: 5837 end line: 5893 size: 51 LOC McCabe index: 7 number of parameters: 5 id: 1617 unit: bool SymbolGraph::isImplicitlyPrivate() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 577 end line: 648 size: 51 LOC McCabe index: 15 number of parameters: 2 id: 1618 unit: class alignas() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 36 end line: 115 size: 51 LOC McCabe index: 4 number of parameters: 1 id: 1619 unit: bool projectEnumValue() file: stdlib/public/Reflection/TypeLowering.cpp start line: 903 end line: 967 size: 51 LOC McCabe index: 9 number of parameters: 3 id: 1620 unit: mutating func encodeNil() file: stdlib/public/core/Codable.swift start line: 197 end line: 499 size: 51 LOC McCabe index: 1 number of parameters: 1 id: 1621 unit: void swift::addImageDynamicReplacementBlockCallback() file: stdlib/public/runtime/MetadataLookup.cpp start line: 2711 end line: 2765 size: 51 LOC McCabe index: 8 number of parameters: 5 id: 1622 unit: static ResultBucket getResultBucket() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 656 end line: 713 size: 51 LOC McCabe index: 26 number of parameters: 3 id: 1623 unit: static void printSyntacticRenameEdits() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2214 end line: 2265 size: 51 LOC McCabe index: 6 number of parameters: 2 id: 1624 unit: bool SKGroupedCodeCompletionConsumer::handleResult() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2445 end line: 2500 size: 51 LOC McCabe index: 14 number of parameters: 1 id: 1625 unit: static int doPrintModuleMetaData() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2879 end line: 2942 size: 51 LOC McCabe index: 9 number of parameters: 2 id: 1626 unit: def infer() file: utils/swift_build_support/swift_build_support/productpipeline_list_builder.py start line: 0 end line: 0 size: 51 LOC McCabe index: 25 number of parameters: 1 id: 1627 unit: mutating func parseSelectionFromSource() file: SwiftCompilerSources/Sources/SIL/Effects.swift start line: 249 end line: 301 size: 50 LOC McCabe index: 14 number of parameters: 3 id: 1628 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1169 end line: 1226 size: 50 LOC McCabe index: 11 number of parameters: 1 id: 1629 unit: ImportKind ImportDecl::getBestImportKind() file: lib/AST/Decl.cpp start line: 1127 end line: 1184 size: 50 LOC McCabe index: 31 number of parameters: 1 id: 1630 unit: bool SourceFile::hasTestableOrPrivateImport() file: lib/AST/Module.cpp start line: 2330 end line: 2388 size: 50 LOC McCabe index: 19 number of parameters: 3 id: 1631 unit: bool mismatch() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 160 end line: 232 size: 50 LOC McCabe index: 11 number of parameters: 3 id: 1632 unit: bool RewriteSystem::simplify() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 195 end line: 258 size: 50 LOC McCabe index: 11 number of parameters: 2 id: 1633 unit: bool file_types::isTextual() file: lib/Basic/FileTypes.cpp start line: 67 end line: 118 size: 50 LOC McCabe index: 43 number of parameters: 1 id: 1634 unit: bool file_types::isAfterLLVM() file: lib/Basic/FileTypes.cpp start line: 120 end line: 171 size: 50 LOC McCabe index: 43 number of parameters: 1 id: 1635 unit: bool file_types::isPartOfSwiftCompilation() file: lib/Basic/FileTypes.cpp start line: 173 end line: 224 size: 50 LOC McCabe index: 43 number of parameters: 1 id: 1636 unit: ImportedType ClangImporter::Implementation::importType() file: lib/ClangImporter/ImportType.cpp start line: 1577 end line: 1646 size: 50 LOC McCabe index: 12 number of parameters: 7 id: 1637 unit: bool Remangler::mangleStandardSubstitution() file: lib/Demangling/OldRemangler.cpp start line: 264 end line: 317 size: 50 LOC McCabe index: 8 number of parameters: 1 id: 1638 unit: ManglingError Remangler::mangleFunctionSignatureSpecialization() file: lib/Demangling/Remangler.cpp start line: 1302 end line: 1353 size: 50 LOC McCabe index: 17 number of parameters: 2 id: 1639 unit: void ToolChain::JobContext::addFrontendInputAndOutputArguments() file: lib/Driver/ToolChains.cpp start line: 696 end line: 750 size: 50 LOC McCabe index: 17 number of parameters: 2 id: 1640 unit: int parseArgs() file: lib/DriverTool/modulewrap_main.cpp start line: 67 end line: 126 size: 50 LOC McCabe index: 12 number of parameters: 2 id: 1641 unit: bool ModuleAliasesConverter::computeModuleAliases() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 714 end line: 773 size: 50 LOC McCabe index: 14 number of parameters: 3 id: 1642 unit: bool DependencyVerifier::parseExpectations() file: lib/Frontend/DependencyVerifier.cpp start line: 321 end line: 385 size: 50 LOC McCabe index: 6 number of parameters: 2 id: 1643 unit: bool walkToExprPre() file: lib/IDE/Refactoring.cpp start line: 6446 end line: 6520 size: 50 LOC McCabe index: 21 number of parameters: 1 id: 1644 unit: void swift::ide::collectRenameAvailabilityInfo() file: lib/IDE/Refactoring.cpp start line: 8284 end line: 8350 size: 50 LOC McCabe index: 21 number of parameters: 3 id: 1645 unit: void SignatureExpansion::expand() file: lib/IRGen/GenCall.cpp start line: 1483 end line: 1534 size: 50 LOC McCabe index: 14 number of parameters: 1 id: 1646 unit: void CallEmission::emitYieldsToExplosion() file: lib/IRGen/GenCall.cpp start line: 2953 end line: 3029 size: 50 LOC McCabe index: 7 number of parameters: 1 id: 1647 unit: static void emitDirectForeignParameter() file: lib/IRGen/GenCall.cpp start line: 3682 end line: 3756 size: 50 LOC McCabe index: 10 number of parameters: 6 id: 1648 unit: void buildMetaclassStub() file: lib/IRGen/GenClass.cpp start line: 1217 end line: 1278 size: 50 LOC McCabe index: 8 number of parameters: 0 id: 1649 unit: void mapAsyncParameters() file: lib/IRGen/GenFunc.cpp start line: 1088 end line: 1140 size: 50 LOC McCabe index: 3 number of parameters: 1 id: 1650 unit: static bool needsRecompile() file: lib/IRGen/IRGen.cpp start line: 426 end line: 483 size: 50 LOC McCabe index: 13 number of parameters: 4 id: 1651 unit: ParserResult Parser::parseExprKeyPath() file: lib/Parse/ParseExpr.cpp start line: 600 end line: 671 size: 50 LOC McCabe index: 14 number of parameters: 0 id: 1652 unit: void SILLinkerVisitor::visitProtocolConformance() file: lib/SIL/IR/Linker.cpp start line: 206 end line: 285 size: 50 LOC McCabe index: 16 number of parameters: 2 id: 1653 unit: SubclassScope SILDeclRef::getSubclassScope() file: lib/SIL/IR/SILDeclRef.cpp start line: 1174 end line: 1275 size: 50 LOC McCabe index: 24 number of parameters: 0 id: 1654 unit: void visitDifferentiabilityWitnessFunctionInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2682 end line: 2731 size: 50 LOC McCabe index: 13 number of parameters: 1 id: 1655 unit: static void countNumberOfInnerFields() file: lib/SIL/IR/TypeLowering.cpp start line: 3598 end line: 3656 size: 50 LOC McCabe index: 14 number of parameters: 4 id: 1656 unit: void checkApplyTypeDependentArguments() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1562 end line: 1622 size: 50 LOC McCabe index: 7 number of parameters: 1 id: 1657 unit: void checkWitnessMethodInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3290 end line: 3347 size: 50 LOC McCabe index: 9 number of parameters: 1 id: 1658 unit: RValue finish() file: lib/SILGen/ResultPlan.cpp start line: 224 end line: 300 size: 50 LOC McCabe index: 10 number of parameters: 5 id: 1659 unit: void applySuper() file: lib/SILGen/SILGenApply.cpp start line: 1259 end line: 1325 size: 50 LOC McCabe index: 9 number of parameters: 1 id: 1660 unit: void SILGenFunction::emitEnumConstructor() file: lib/SILGen/SILGenConstructor.cpp start line: 506 end line: 568 size: 50 LOC McCabe index: 8 number of parameters: 1 id: 1661 unit: void SILGenFunction::emitGeneratorFunction() file: lib/SILGen/SILGenFunction.cpp start line: 1055 end line: 1121 size: 50 LOC McCabe index: 6 number of parameters: 2 id: 1662 unit: ColdBlockInfo::BranchHint ColdBlockInfo::getBranchHint() file: lib/SILOptimizer/Analysis/ColdBlockInfo.cpp start line: 31 end line: 94 size: 50 LOC McCabe index: 19 number of parameters: 2 id: 1663 unit: bool removeDeadEntriesFromTables() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 609 end line: 660 size: 50 LOC McCabe index: 8 number of parameters: 0 id: 1664 unit: bool COWArrayOpt::checkSafeArrayAddressUses() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 414 end line: 480 size: 50 LOC McCabe index: 17 number of parameters: 1 id: 1665 unit: SILValue LowerHopToActor::emitGetExecutor() file: lib/SILOptimizer/Mandatory/LowerHopToActor.cpp start line: 149 end line: 222 size: 50 LOC McCabe index: 7 number of parameters: 3 id: 1666 unit: void EagerDispatch::emitRefCountedObjectCheck() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 562 end line: 625 size: 50 LOC McCabe index: 2 number of parameters: 4 id: 1667 unit: void SROAMemoryUseAnalyzer::chopUpAlloca() file: lib/SILOptimizer/Transforms/SILSROA.cpp start line: 226 end line: 295 size: 50 LOC McCabe index: 11 number of parameters: 1 id: 1668 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 96 end line: 167 size: 50 LOC McCabe index: 10 number of parameters: 2 id: 1669 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 393 end line: 464 size: 50 LOC McCabe index: 5 number of parameters: 2 id: 1670 unit: SILValue OwnershipRAUWPrepare::prepareUnowned() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 1032 end line: 1110 size: 50 LOC McCabe index: 13 number of parameters: 1 id: 1671 unit: bool MissingExplicitConversionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1156 end line: 1218 size: 50 LOC McCabe index: 13 number of parameters: 0 id: 1672 unit: void TrailingClosureRequiresExplicitLabel::fixIt() file: lib/Sema/CSDiagnostics.cpp start line: 7368 end line: 7435 size: 50 LOC McCabe index: 9 number of parameters: 2 id: 1673 unit: Type visitClosureExpr() file: lib/Sema/CSGen.cpp start line: 2610 end line: 2691 size: 50 LOC McCabe index: 14 number of parameters: 1 id: 1674 unit: void ConstraintSystem::addContextualConversionConstraint() file: lib/Sema/CSSimplify.cpp start line: 12561 end line: 12623 size: 50 LOC McCabe index: 29 number of parameters: 3 id: 1675 unit: void ConstraintGraphNode::print() file: lib/Sema/ConstraintGraph.cpp start line: 1475 end line: 1534 size: 50 LOC McCabe index: 8 number of parameters: 3 id: 1676 unit: static void extendDepthMap() file: lib/Sema/ConstraintSystem.cpp start line: 555 end line: 622 size: 50 LOC McCabe index: 6 number of parameters: 2 id: 1677 unit: void ImportResolver::findCrossImports() file: lib/Sema/ImportResolution.cpp start line: 1084 end line: 1149 size: 50 LOC McCabe index: 11 number of parameters: 4 id: 1678 unit: std::pair VarDeclUsageChecker::walkToExprPre() file: lib/Sema/MiscDiagnostics.cpp start line: 3219 end line: 3295 size: 50 LOC McCabe index: 16 number of parameters: 1 id: 1679 unit: void visitSubscriptDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 857 end line: 910 size: 50 LOC McCabe index: 12 number of parameters: 1 id: 1680 unit: void AttributeChecker::visitDistributedActorAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5522 end line: 5583 size: 50 LOC McCabe index: 15 number of parameters: 1 id: 1681 unit: static bool isParamListRepresentableInObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 299 end line: 362 size: 50 LOC McCabe index: 12 number of parameters: 3 id: 1682 unit: void swift::bindSwitchCasePatternVars() file: lib/Sema/TypeCheckStmt.cpp start line: 2148 end line: 2215 size: 50 LOC McCabe index: 15 number of parameters: 2 id: 1683 unit: Expected TypeDeserializer::getTypeCheckedImpl() file: lib/Serialization/Deserialization.cpp start line: 6114 end line: 6172 size: 50 LOC McCabe index: 4 number of parameters: 0 id: 1684 unit: void TBDGenVisitor::addLinkerDirectiveSymbolsLdPrevious() file: lib/TBDGen/TBDGen.cpp start line: 283 end line: 335 size: 50 LOC McCabe index: 11 number of parameters: 2 id: 1685 unit: FutureFragment::Status AsyncTask::waitFuture() file: stdlib/public/Concurrency/Task.cpp start line: 92 end line: 151 size: 50 LOC McCabe index: 8 number of parameters: 5 id: 1686 unit: static bool withStatusRecordLock() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 151 end line: 243 size: 50 LOC McCabe index: 12 number of parameters: 4 id: 1687 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 205 end line: 499 size: 50 LOC McCabe index: 1 number of parameters: 2 id: 1688 unit: mutating func visitComputedComponent() file: stdlib/public/core/KeyPath.swift start line: 3070 end line: 3144 size: 50 LOC McCabe index: 10 number of parameters: 9 id: 1689 unit: DynamicCastResult tryBridge() file: stdlib/public/runtime/DynamicCast.cpp start line: 692 end line: 751 size: 50 LOC McCabe index: 7 number of parameters: 8 id: 1690 unit: __swift_bool _swift_stdlib_getCurrentStackBounds() file: stdlib/public/stubs/Stubs.cpp start line: 538 end line: 602 size: 50 LOC McCabe index: 9 number of parameters: 2 id: 1691 unit: bool parseIncrementalEditArguments() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 359 end line: 412 size: 50 LOC McCabe index: 8 number of parameters: 2 id: 1692 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2925 end line: 2982 size: 49 LOC McCabe index: 14 number of parameters: 1 id: 1693 unit: bool RequirementSource::isAcceptableStorageKind() file: lib/AST/GenericSignatureBuilder.cpp start line: 785 end line: 841 size: 49 LOC McCabe index: 28 number of parameters: 2 id: 1694 unit: static TinyPtrVector lookupOperatorImpl() file: lib/AST/OperatorNameLookup.cpp start line: 31 end line: 109 size: 49 LOC McCabe index: 14 number of parameters: 3 id: 1695 unit: static void makeStructRawValuedWithBridge() file: lib/ClangImporter/ImportDecl.cpp start line: 1644 end line: 1706 size: 49 LOC McCabe index: 3 number of parameters: 6 id: 1696 unit: void SwiftDeclConverter::importNonOverriddenMirroredMethods() file: lib/ClangImporter/ImportDecl.cpp start line: 8167 end line: 8238 size: 49 LOC McCabe index: 11 number of parameters: 3 id: 1697 unit: void ClangImporter::Implementation::printSwiftName() file: lib/ClangImporter/ImportName.cpp start line: 313 end line: 377 size: 49 LOC McCabe index: 17 number of parameters: 4 id: 1698 unit: void NodePrinter::printSpecializationPrefix() file: lib/Demangling/NodePrinter.cpp start line: 1091 end line: 1141 size: 49 LOC McCabe index: 9 number of parameters: 4 id: 1699 unit: ManglingError Remangler::mangleBuiltinTypeName() file: lib/Demangling/Remangler.cpp start line: 826 end line: 877 size: 49 LOC McCabe index: 19 number of parameters: 2 id: 1700 unit: bool Demangle::isSpecialized() file: lib/Demangling/Remangler.cpp start line: 3444 end line: 3499 size: 49 LOC McCabe index: 39 number of parameters: 1 id: 1701 unit: bool walkToDeclPre() file: lib/IDE/Formatting.cpp start line: 478 end line: 538 size: 49 LOC McCabe index: 25 number of parameters: 1 id: 1702 unit: ReturnInfo resolveNodeType() file: lib/IDE/IDERequests.cpp start line: 491 end line: 550 size: 49 LOC McCabe index: 17 number of parameters: 2 id: 1703 unit: void SignatureExpansion::expandCoroutineResult() file: lib/IRGen/GenCall.cpp start line: 582 end line: 664 size: 49 LOC McCabe index: 13 number of parameters: 1 id: 1704 unit: void emitRODataFields() file: lib/IRGen/GenClass.cpp start line: 1410 end line: 1503 size: 49 LOC McCabe index: 9 number of parameters: 3 id: 1705 unit: void copy() file: lib/IRGen/GenEnum.cpp start line: 4541 end line: 4601 size: 49 LOC McCabe index: 9 number of parameters: 4 id: 1706 unit: void InlineTree::print() file: lib/LLVMPasses/LLVMInlineTree.cpp start line: 295 end line: 362 size: 49 LOC McCabe index: 10 number of parameters: 1 id: 1707 unit: bool Parser::parseVersionTuple() file: lib/Parse/ParseDecl.cpp start line: 2877 end line: 2938 size: 49 LOC McCabe index: 11 number of parameters: 3 id: 1708 unit: ParserResult Parser::parseStmtGuard() file: lib/Parse/ParseStmt.cpp start line: 1833 end line: 1891 size: 49 LOC McCabe index: 7 number of parameters: 0 id: 1709 unit: return Type() file: lib/SIL/IR/SILType.cpp start line: 686 end line: 739 size: 49 LOC McCabe index: 7 number of parameters: 1 id: 1710 unit: void checkCheckedCastBranchInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4045 end line: 4102 size: 49 LOC McCabe index: 4 number of parameters: 1 id: 1711 unit: void checkUpcastInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4201 end line: 4256 size: 49 LOC McCabe index: 6 number of parameters: 1 id: 1712 unit: ManagedValue emitBuiltinCreateAsyncTask() file: lib/SILGen/SILGenBuiltin.cpp start line: 1431 end line: 1486 size: 49 LOC McCabe index: 1 number of parameters: 5 id: 1713 unit: void SILGenFunction::destroyLocalVariable() file: lib/SILGen/SILGenDecl.cpp start line: 1752 end line: 1816 size: 49 LOC McCabe index: 15 number of parameters: 2 id: 1714 unit: static void checkForViolationsAtInstruction() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 830 end line: 894 size: 49 LOC McCabe index: 16 number of parameters: 2 id: 1715 unit: static bool findInitAndDestroyForAllocation() file: lib/SILOptimizer/Mandatory/MoveFunctionCanonicalization.cpp start line: 42 end line: 103 size: 49 LOC McCabe index: 19 number of parameters: 5 id: 1716 unit: SILValue AvailableValueAggregator::aggregateValues() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 586 end line: 651 size: 49 LOC McCabe index: 13 number of parameters: 4 id: 1717 unit: bool SILCombiner::tryOptimizeKeypathKVCString() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 409 end line: 467 size: 49 LOC McCabe index: 7 number of parameters: 3 id: 1718 unit: DominatedAccessAnalysis::Result DominatedAccessAnalysis::analyze() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 188 end line: 244 size: 49 LOC McCabe index: 13 number of parameters: 0 id: 1719 unit: bool DestroyHoisting::tailMergingInBlock() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 668 end line: 727 size: 49 LOC McCabe index: 17 number of parameters: 2 id: 1720 unit: static bool tryToSinkRefCountAcrossSelectEnum() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1541 end line: 1621 size: 49 LOC McCabe index: 14 number of parameters: 4 id: 1721 unit: bool SimplifyCFG::simplifySwitchEnumBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2210 end line: 2269 size: 49 LOC McCabe index: 16 number of parameters: 1 id: 1722 unit: static bool isScopeAffectingInstructionDead() file: lib/SILOptimizer/Utils/InstructionDeleter.cpp start line: 50 end line: 147 size: 49 LOC McCabe index: 19 number of parameters: 2 id: 1723 unit: void LSValue::reduceInner() file: lib/SILOptimizer/Utils/LoadStoreOptUtils.cpp start line: 41 end line: 128 size: 49 LOC McCabe index: 12 number of parameters: 4 id: 1724 unit: void FunctionSignatureSpecializationMangler::mangleArgument() file: lib/SILOptimizer/Utils/SpecializationMangler.cpp start line: 206 end line: 265 size: 49 LOC McCabe index: 16 number of parameters: 2 id: 1725 unit: bool ExprRewriter::isDistributedThunk() file: lib/Sema/CSApply.cpp start line: 7727 end line: 7797 size: 49 LOC McCabe index: 21 number of parameters: 2 id: 1726 unit: bool TypeVariableBinding::attempt() file: lib/Sema/CSBindings.cpp start line: 1975 end line: 2056 size: 49 LOC McCabe index: 16 number of parameters: 1 id: 1727 unit: void favorCallOverloads() file: lib/Sema/CSGen.cpp start line: 449 end line: 515 size: 49 LOC McCabe index: 18 number of parameters: 4 id: 1728 unit: Type visitObjectLiteralExpr() file: lib/Sema/CSGen.cpp start line: 1189 end line: 1259 size: 49 LOC McCabe index: 5 number of parameters: 1 id: 1729 unit: void VarDeclUsageChecker::markStoredOrInOutExpr() file: lib/Sema/MiscDiagnostics.cpp start line: 3138 end line: 3216 size: 49 LOC McCabe index: 18 number of parameters: 2 id: 1730 unit: static void maybeDiagnoseCallToKeyValueObserveMethod() file: lib/Sema/MiscDiagnostics.cpp start line: 4491 end line: 4545 size: 49 LOC McCabe index: 14 number of parameters: 2 id: 1731 unit: void AttributeChecker::visitDynamicReplacementAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2784 end line: 2837 size: 49 LOC McCabe index: 15 number of parameters: 1 id: 1732 unit: Optional inferSendableFromInstanceStorage() file: lib/Sema/TypeCheckConcurrency.cpp start line: 945 end line: 1012 size: 49 LOC McCabe index: 8 number of parameters: 2 id: 1733 unit: void ConformanceChecker::ensureRequirementsAreSatisfied() file: lib/Sema/TypeCheckProtocol.cpp start line: 4833 end line: 4896 size: 49 LOC McCabe index: 10 number of parameters: 0 id: 1734 unit: static void diagnoseUnstableName() file: lib/Sema/TypeCheckProtocol.cpp start line: 5919 end line: 5975 size: 49 LOC McCabe index: 13 number of parameters: 2 id: 1735 unit: static void filterValues() file: lib/Serialization/Deserialization.cpp start line: 1241 end line: 1314 size: 49 LOC McCabe index: 23 number of parameters: 9 id: 1736 unit: void visitExtensionDecl() file: lib/Serialization/Serialization.cpp start line: 3209 end line: 3280 size: 49 LOC McCabe index: 7 number of parameters: 1 id: 1737 unit: void visitSubscriptDecl() file: lib/Serialization/Serialization.cpp start line: 3953 end line: 4010 size: 49 LOC McCabe index: 5 number of parameters: 1 id: 1738 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 213 end line: 499 size: 49 LOC McCabe index: 1 number of parameters: 2 id: 1739 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2271 end line: 2404 size: 49 LOC McCabe index: 1 number of parameters: 1 id: 1740 unit: func _descent() file: stdlib/public/core/Diffing.swift start line: 240 end line: 299 size: 49 LOC McCabe index: 14 number of parameters: 2 id: 1741 unit: static void fillDictionaryForDiagnosticInfoBase() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 3026 end line: 3082 size: 49 LOC McCabe index: 13 number of parameters: 2 id: 1742 unit: int main() file: tools/sil-nm/SILNM.cpp start line: 136 end line: 197 size: 49 LOC McCabe index: 9 number of parameters: 2 id: 1743 unit: func a() file: validation-test/compiler_crashers_fixed/00196-swift-constraints-constraint-create.swift start line: 476 end line: 534 size: 49 LOC McCabe index: 1 number of parameters: 0 id: 1744 unit: func _descent() file: benchmark/single-source/DiffingMyers.swift start line: 81 end line: 138 size: 48 LOC McCabe index: 13 number of parameters: 2 id: 1745 unit: func hash() file: benchmark/single-source/Hash.swift start line: 356 end line: 415 size: 48 LOC McCabe index: 8 number of parameters: 0 id: 1746 unit: func hash() file: benchmark/single-source/Hash.swift start line: 494 end line: 552 size: 48 LOC McCabe index: 5 number of parameters: 0 id: 1747 unit: bool projectExistential() file: include/swift/Reflection/ReflectionContext.h start line: 895 end line: 955 size: 48 LOC McCabe index: 11 number of parameters: 5 id: 1748 unit: explicit ProjectionIndex() file: include/swift/SIL/Projection.h start line: 150 end line: 197 size: 48 LOC McCabe index: 9 number of parameters: 1 id: 1749 unit: bool RewriteTreeNode::enumerateRulesRec() file: lib/AST/GenericSignatureBuilder.cpp start line: 3035 end line: 3097 size: 48 LOC McCabe index: 16 number of parameters: 3 id: 1750 unit: static void collapseSameTypeComponentsThroughDelayedRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 7262 end line: 7330 size: 48 LOC McCabe index: 11 number of parameters: 4 id: 1751 unit: GenericSignature GenericSignatureBuilder::computeGenericSignature() file: lib/AST/GenericSignatureBuilder.cpp start line: 8161 end line: 8236 size: 48 LOC McCabe index: 12 number of parameters: 2 id: 1752 unit: NodePointer demangleBoundGenericArgs() file: lib/Demangling/OldDemangler.cpp start line: 1028 end line: 1090 size: 48 LOC McCabe index: 13 number of parameters: 2 id: 1753 unit: ManglingError Remangler::mangleGlobal() file: lib/Demangling/Remangler.cpp start line: 1595 end line: 1642 size: 48 LOC McCabe index: 29 number of parameters: 2 id: 1754 unit: void printNestedParamField() file: lib/IDE/CommentConversion.cpp start line: 562 end line: 616 size: 48 LOC McCabe index: 9 number of parameters: 1 id: 1755 unit: bool classifyConditionsOf() file: lib/IDE/Refactoring.cpp start line: 5329 end line: 5391 size: 48 LOC McCabe index: 15 number of parameters: 4 id: 1756 unit: void buildIvar() file: lib/IRGen/GenClass.cpp start line: 1881 end line: 1952 size: 48 LOC McCabe index: 9 number of parameters: 2 id: 1757 unit: StackAddress IRGenFunction::emitDynamicAlloca() file: lib/IRGen/GenOpaque.cpp start line: 537 end line: 606 size: 48 LOC McCabe index: 9 number of parameters: 5 id: 1758 unit: void PolymorphicConvention::considerParameter() file: lib/IRGen/GenProto.cpp start line: 377 end line: 438 size: 48 LOC McCabe index: 18 number of parameters: 3 id: 1759 unit: void IRGenDebugInfoImpl::emitDbgIntrinsic() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2636 end line: 2710 size: 48 LOC McCabe index: 16 number of parameters: 9 id: 1760 unit: void IRGenSILFunction::visitDynamicMethodBranchInst() file: lib/IRGen/IRGenSIL.cpp start line: 4379 end line: 4442 size: 48 LOC McCabe index: 7 number of parameters: 1 id: 1761 unit: void EnumTypeLayoutEntry::multiPayloadEnumForPayloadAndEmptyCases() file: lib/IRGen/TypeLayout.cpp start line: 1895 end line: 1950 size: 48 LOC McCabe index: 5 number of parameters: 4 id: 1762 unit: static bool tryLoadLibrary() file: lib/Immediate/Immediate.cpp start line: 102 end line: 167 size: 48 LOC McCabe index: 12 number of parameters: 2 id: 1763 unit: static void append_percent_encoded() file: lib/Migrator/Diff.h start line: 2399 end line: 2450 size: 48 LOC McCabe index: 11 number of parameters: 2 id: 1764 unit: DeclNameRef Parser::parseDeclNameRef() file: lib/Parse/ParseExpr.cpp start line: 2227 end line: 2284 size: 48 LOC McCabe index: 14 number of parameters: 3 id: 1765 unit: void tokenize() file: lib/Parse/Parser.cpp start line: 50 end line: 109 size: 48 LOC McCabe index: 12 number of parameters: 11 id: 1766 unit: static bool couldReduceStrongRefcount() file: lib/SIL/IR/SILBuilder.cpp start line: 311 end line: 370 size: 48 LOC McCabe index: 21 number of parameters: 1 id: 1767 unit: static void printFullContext() file: lib/SIL/IR/SILPrinter.cpp start line: 176 end line: 237 size: 48 LOC McCabe index: 14 number of parameters: 2 id: 1768 unit: LinearLifetimeChecker::Error LinearLifetimeChecker::checkValueImpl() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 550 end line: 656 size: 48 LOC McCabe index: 10 number of parameters: 6 id: 1769 unit: ManagedValue emitCorrespondingSelfValue() file: lib/SILGen/SILGenApply.cpp start line: 1333 end line: 1397 size: 48 LOC McCabe index: 12 number of parameters: 2 id: 1770 unit: static bool mayLieAboutNonOptionalReturn() file: lib/SILGen/SILGenExpr.cpp start line: 4210 end line: 4275 size: 48 LOC McCabe index: 21 number of parameters: 2 id: 1771 unit: AliasResult AliasAnalysis::aliasInner() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 571 end line: 661 size: 48 LOC McCabe index: 13 number of parameters: 4 id: 1772 unit: bool OpaqueStorageAllocation::canProjectFrom() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 473 end line: 527 size: 48 LOC McCabe index: 16 number of parameters: 2 id: 1773 unit: static void replaceAllUsesAndFixLifetimes() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 855 end line: 924 size: 48 LOC McCabe index: 9 number of parameters: 3 id: 1774 unit: static void getAssignByWrapperArgsRecursively() file: lib/SILOptimizer/Mandatory/RawSILInstLowering.cpp start line: 101 end line: 156 size: 48 LOC McCabe index: 17 number of parameters: 6 id: 1775 unit: bool ArrayAllocation::replaceAppendContentOf() file: lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp start line: 251 end line: 315 size: 48 LOC McCabe index: 12 number of parameters: 0 id: 1776 unit: void verifyAccessPath() file: lib/SILOptimizer/UtilityPasses/AccessPathVerification.cpp start line: 49 end line: 100 size: 48 LOC McCabe index: 12 number of parameters: 1 id: 1777 unit: void run() file: lib/SILOptimizer/UtilityPasses/BugReducerTester.cpp start line: 109 end line: 178 size: 48 LOC McCabe index: 11 number of parameters: 0 id: 1778 unit: static std::pair getPrecedenceParentAndIndex() file: lib/Sema/CSApply.cpp start line: 7802 end line: 7857 size: 48 LOC McCabe index: 18 number of parameters: 2 id: 1779 unit: bool MissingMemberFailure::diagnoseForSubscriptMemberWithTupleBase() file: lib/Sema/CSDiagnostics.cpp start line: 3816 end line: 3881 size: 48 LOC McCabe index: 12 number of parameters: 0 id: 1780 unit: void InOutConversionFailure::fixItChangeArgumentType() file: lib/Sema/CSDiagnostics.cpp start line: 6198 end line: 6264 size: 48 LOC McCabe index: 14 number of parameters: 0 id: 1781 unit: void ConstraintSystem::solveImpl() file: lib/Sema/CSSolver.cpp start line: 1408 end line: 1504 size: 48 LOC McCabe index: 10 number of parameters: 1 id: 1782 unit: void visitAssociatedTypeDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1216 end line: 1266 size: 48 LOC McCabe index: 5 number of parameters: 1 id: 1783 unit: static bool doesAccessorNeedDynamicAttribute() file: lib/Sema/TypeCheckDecl.cpp start line: 327 end line: 375 size: 48 LOC McCabe index: 26 number of parameters: 1 id: 1784 unit: Expected deserializePrecedenceGroup() file: lib/Serialization/Deserialization.cpp start line: 3687 end line: 3743 size: 48 LOC McCabe index: 9 number of parameters: 2 id: 1785 unit: void ModuleFile::getImportDecls() file: lib/Serialization/ModuleFile.cpp start line: 480 end line: 540 size: 48 LOC McCabe index: 13 number of parameters: 1 id: 1786 unit: void visitFuncDecl() file: lib/Serialization/Serialization.cpp start line: 3766 end line: 3823 size: 48 LOC McCabe index: 5 number of parameters: 1 id: 1787 unit: static void emitFileListRecord() file: lib/Serialization/SerializeDoc.cpp start line: 767 end line: 835 size: 48 LOC McCabe index: 4 number of parameters: 3 id: 1788 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 221 end line: 499 size: 48 LOC McCabe index: 1 number of parameters: 2 id: 1789 unit: func contains() file: stdlib/public/core/Codable.swift start line: 963 end line: 1467 size: 48 LOC McCabe index: 1 number of parameters: 1 id: 1790 unit: void swift::swift_task_enterThreadLocalContext() file: stdlib/public/runtime/ConcurrencyExclusivity.inc start line: 253 end line: 340 size: 48 LOC McCabe index: 6 number of parameters: 1 id: 1791 unit: static void initClassFieldOffsetVector() file: stdlib/public/runtime/Metadata.cpp start line: 2787 end line: 2869 size: 48 LOC McCabe index: 8 number of parameters: 4 id: 1792 unit: bool FilterRules::hideCompletion() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 400 end line: 454 size: 48 LOC McCabe index: 18 number of parameters: 4 id: 1793 unit: static void translateFilterRules() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 802 end line: 851 size: 48 LOC McCabe index: 18 number of parameters: 2 id: 1794 unit: bool wrapForTest() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2314 end line: 2366 size: 48 LOC McCabe index: 14 number of parameters: 2 id: 1795 unit: void scanELFType() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 182 end line: 243 size: 48 LOC McCabe index: 14 number of parameters: 1 id: 1796 unit: func radix2CooleyTukey() file: benchmark/single-source/Radix2CooleyTukey.swift start line: 65 end line: 111 size: 47 LOC McCabe index: 3 number of parameters: 8 id: 1797 unit: class alignas() file: include/swift/AST/Stmt.h start line: 312 end line: 382 size: 47 LOC McCabe index: 1 number of parameters: 1 id: 1798 unit: IsaEncodingKind getIsaEncoding() file: include/swift/Remote/MetadataReader.h start line: 2787 end line: 2849 size: 47 LOC McCabe index: 10 number of parameters: 0 id: 1799 unit: ConstraintClassification getClassification() file: include/swift/Sema/Constraint.h start line: 664 end line: 716 size: 47 LOC McCabe index: 37 number of parameters: 0 id: 1800 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 3112 end line: 3167 size: 47 LOC McCabe index: 13 number of parameters: 1 id: 1801 unit: void DiagnosticEngine::formatDiagnosticText() file: lib/AST/DiagnosticEngine.cpp start line: 878 end line: 942 size: 47 LOC McCabe index: 8 number of parameters: 4 id: 1802 unit: void RewriteLoop::findProtocolConformanceRules() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 83 end line: 147 size: 47 LOC McCabe index: 16 number of parameters: 4 id: 1803 unit: std::vector ClangImporterOptions::getRemappedExtraArgs() file: lib/Basic/LangOptions.cpp start line: 412 end line: 463 size: 47 LOC McCabe index: 7 number of parameters: 1 id: 1804 unit: EffectiveClangContext ClangImporter::Implementation::getEffectiveClangContext() file: lib/ClangImporter/ClangImporter.cpp start line: 4516 end line: 4589 size: 47 LOC McCabe index: 19 number of parameters: 1 id: 1805 unit: void importer::addEntryToLookupTable() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1860 end line: 1935 size: 47 LOC McCabe index: 17 number of parameters: 3 id: 1806 unit: NodePointer demangleSubstitutionIndex() file: lib/Demangling/OldDemangler.cpp start line: 883 end line: 929 size: 47 LOC McCabe index: 22 number of parameters: 1 id: 1807 unit: static void handleCompileJobCondition() file: lib/Driver/Driver.cpp start line: 2816 end line: 2866 size: 47 LOC McCabe index: 13 number of parameters: 4 id: 1808 unit: void FrontendInputsAndOutputs::setMainAndSupplementaryOutputs() file: lib/Frontend/FrontendInputsAndOutputs.cpp start line: 323 end line: 372 size: 47 LOC McCabe index: 16 number of parameters: 3 id: 1809 unit: SemanticContextKind getSemanticContext() file: lib/IDE/CodeCompletion.cpp start line: 2256 end line: 2320 size: 47 LOC McCabe index: 20 number of parameters: 3 id: 1810 unit: void addPoundLiteralCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4359 end line: 4412 size: 47 LOC McCabe index: 7 number of parameters: 1 id: 1811 unit: static void collectPossibleCalleesByQualifiedLookup() file: lib/IDE/ExprContextAnalysis.cpp start line: 509 end line: 569 size: 47 LOC McCabe index: 17 number of parameters: 4 id: 1812 unit: void classifySwitch() file: lib/IDE/Refactoring.cpp start line: 5522 end line: 5590 size: 47 LOC McCabe index: 10 number of parameters: 1 id: 1813 unit: void irgen::emitAsyncReturn() file: lib/IRGen/GenCall.cpp start line: 4976 end line: 5034 size: 47 LOC McCabe index: 6 number of parameters: 4 id: 1814 unit: void IRGenModule::emitNestedTypeDecls() file: lib/IRGen/GenDecl.cpp start line: 5118 end line: 5174 size: 47 LOC McCabe index: 31 number of parameters: 1 id: 1815 unit: void defineDefaultAssociatedConformanceAccessFunction() file: lib/IRGen/GenMeta.cpp start line: 1024 end line: 1081 size: 47 LOC McCabe index: 5 number of parameters: 2 id: 1816 unit: void LargeValueVisitor::visitApply() file: lib/IRGen/LoadableByAddress.cpp start line: 763 end line: 815 size: 47 LOC McCabe index: 12 number of parameters: 1 id: 1817 unit: static bool performGeneralOptimizations() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 927 end line: 986 size: 47 LOC McCabe index: 19 number of parameters: 3 id: 1818 unit: ParserResult Parser::parseCustomAttribute() file: lib/Parse/ParseDecl.cpp start line: 2978 end line: 3038 size: 47 LOC McCabe index: 12 number of parameters: 2 id: 1819 unit: ParserStatus Parser::parseExprOrStmt() file: lib/Parse/ParseStmt.cpp start line: 121 end line: 177 size: 47 LOC McCabe index: 14 number of parameters: 1 id: 1820 unit: static void writeImports() file: lib/PrintAsClang/PrintAsClang.cpp start line: 318 end line: 373 size: 47 LOC McCabe index: 10 number of parameters: 4 id: 1821 unit: static bool areOnlyAbstractionDifferent() file: lib/SIL/IR/SILType.cpp start line: 539 end line: 597 size: 47 LOC McCabe index: 17 number of parameters: 2 id: 1822 unit: SourceLoc swift::OptRemark::inferOptRemarkSourceLoc() file: lib/SIL/Utils/OptimizationRemark.cpp start line: 248 end line: 300 size: 47 LOC McCabe index: 12 number of parameters: 3 id: 1823 unit: static void emitStoreToForeignErrorSlot() file: lib/SILGen/SILGenForeignError.cpp start line: 39 end line: 109 size: 47 LOC McCabe index: 3 number of parameters: 4 id: 1824 unit: static void buildThunkBody() file: lib/SILGen/SILGenPoly.cpp start line: 2920 end line: 2999 size: 47 LOC McCabe index: 6 number of parameters: 7 id: 1825 unit: bool swift::ArraySemanticsCall::mapInitializationStores() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 834 end line: 904 size: 47 LOC McCabe index: 18 number of parameters: 1 id: 1826 unit: void visitRefElementAddrInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1188 end line: 1235 size: 47 LOC McCabe index: 6 number of parameters: 1 id: 1827 unit: static void redirectTerminator() file: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp start line: 212 end line: 288 size: 47 LOC McCabe index: 7 number of parameters: 5 id: 1828 unit: void ReachabilityInfo::compute() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 207 end line: 264 size: 47 LOC McCabe index: 11 number of parameters: 0 id: 1829 unit: static SILValue nonDestructivelyExtractSubElement() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 323 end line: 389 size: 47 LOC McCabe index: 11 number of parameters: 3 id: 1830 unit: static void addMandatoryDiagnosticOptPipeline() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 109 end line: 207 size: 47 LOC McCabe index: 5 number of parameters: 1 id: 1831 unit: static SILValue createValueFromAddr() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 1309 end line: 1363 size: 47 LOC McCabe index: 15 number of parameters: 3 id: 1832 unit: static bool onlyStoresToTailObjects() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 288 end line: 361 size: 47 LOC McCabe index: 18 number of parameters: 3 id: 1833 unit: void DestroyHoisting::expandStores() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 153 end line: 215 size: 47 LOC McCabe index: 12 number of parameters: 1 id: 1834 unit: bool SimplifyCFG::simplifySwitchValueBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2274 end line: 2331 size: 47 LOC McCabe index: 14 number of parameters: 1 id: 1835 unit: bool ArgumentSplitter::split() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3248 end line: 3321 size: 47 LOC McCabe index: 12 number of parameters: 0 id: 1836 unit: void RewriteOuterBorrowUses::cleanupOuterValue() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 678 end line: 735 size: 47 LOC McCabe index: 10 number of parameters: 1 id: 1837 unit: static bool canDevirtualizeWitnessMethod() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 1069 end line: 1139 size: 47 LOC McCabe index: 15 number of parameters: 1 id: 1838 unit: void PartialApplyCombiner::processSingleApply() file: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp start line: 123 end line: 186 size: 47 LOC McCabe index: 8 number of parameters: 1 id: 1839 unit: void PotentialBindings::retract() file: lib/Sema/CSBindings.cpp start line: 1513 end line: 1569 size: 47 LOC McCabe index: 9 number of parameters: 1 id: 1840 unit: void MissingGenericArgumentsFailure::emitGenericSignatureNote() file: lib/Sema/CSDiagnostics.cpp start line: 5717 end line: 5779 size: 47 LOC McCabe index: 11 number of parameters: 1 id: 1841 unit: bool ArgumentMismatchFailure::diagnoseUseOfReferenceEqualityOperator() file: lib/Sema/CSDiagnostics.cpp start line: 6338 end line: 6405 size: 47 LOC McCabe index: 12 number of parameters: 0 id: 1842 unit: std::pair walkToExprPre() file: lib/Sema/CSGen.cpp start line: 3530 end line: 3599 size: 47 LOC McCabe index: 16 number of parameters: 1 id: 1843 unit: Type ConstraintSystem::openUnboundGenericType() file: lib/Sema/ConstraintSystem.cpp start line: 639 end line: 702 size: 47 LOC McCabe index: 10 number of parameters: 4 id: 1844 unit: void AttributeChecker::visitIBSegueActionAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 495 end line: 574 size: 47 LOC McCabe index: 11 number of parameters: 1 id: 1845 unit: void AttributeChecker::visitIBOutletAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 643 end line: 701 size: 47 LOC McCabe index: 13 number of parameters: 1 id: 1846 unit: bool swift::fixDeclarationName() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2093 end line: 2161 size: 47 LOC McCabe index: 13 number of parameters: 3 id: 1847 unit: void diagnoseUncoveredThrowSite() file: lib/Sema/TypeCheckEffects.cpp start line: 1675 end line: 1741 size: 47 LOC McCabe index: 13 number of parameters: 3 id: 1848 unit: static void sanitizeProtocolRequirements() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 985 end line: 1036 size: 47 LOC McCabe index: 15 number of parameters: 3 id: 1849 unit: bool TypeChecker::checkContextualRequirements() file: lib/Sema/TypeCheckType.cpp start line: 493 end line: 546 size: 47 LOC McCabe index: 13 number of parameters: 5 id: 1850 unit: void ModuleFile::loadAllMembers() file: lib/Serialization/Deserialization.cpp start line: 6347 end line: 6403 size: 47 LOC McCabe index: 12 number of parameters: 2 id: 1851 unit: ErrorOr ModuleDependencyScanner::scanInterfaceFile() file: lib/Serialization/ModuleDependencyScanner.cpp start line: 99 end line: 157 size: 47 LOC McCabe index: 4 number of parameters: 2 id: 1852 unit: bool ModuleFileSharedCore::readCommentBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 852 end line: 910 size: 47 LOC McCabe index: 12 number of parameters: 1 id: 1853 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 1513 end line: 1584 size: 47 LOC McCabe index: 5 number of parameters: 1 id: 1854 unit: bool SerializedModuleLoaderBase::canImportModule() file: lib/Serialization/SerializedModuleLoader.cpp start line: 1126 end line: 1183 size: 47 LOC McCabe index: 10 number of parameters: 3 id: 1855 unit: func _unlock() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 51 end line: 284 size: 47 LOC McCabe index: 1 number of parameters: 1 id: 1856 unit: func prespecializeCollections() file: stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift start line: 306 end line: 358 size: 47 LOC McCabe index: 1 number of parameters: 1 id: 1857 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 229 end line: 499 size: 47 LOC McCabe index: 1 number of parameters: 2 id: 1858 unit: func decodeNil() file: stdlib/public/core/Codable.swift start line: 971 end line: 1467 size: 47 LOC McCabe index: 1 number of parameters: 1 id: 1859 unit: mutating func visitStoredComponent() file: stdlib/public/core/KeyPath.swift start line: 3291 end line: 3345 size: 47 LOC McCabe index: 10 number of parameters: 3 id: 1860 unit: init() file: stdlib/public/core/UnicodeGraphemeBreakProperty.swift start line: 31 end line: 83 size: 47 LOC McCabe index: 17 number of parameters: 1 id: 1861 unit: template SWIFT_USED void Metadata::dump() file: stdlib/public/runtime/Metadata.cpp start line: 4463 end line: 4514 size: 47 LOC McCabe index: 13 number of parameters: 0 id: 1862 unit: void SwiftLangSupport::printMemberDeclDescription() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 883 end line: 942 size: 47 LOC McCabe index: 13 number of parameters: 4 id: 1863 unit: RetTy visit() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 78 end line: 124 size: 47 LOC McCabe index: 10 number of parameters: 1 id: 1864 unit: static int doPrintExpressionTypes() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2524 end line: 2581 size: 47 LOC McCabe index: 8 number of parameters: 2 id: 1865 unit: func emitNumericData() file: utils/gen-unicode-data/Sources/GenScalarProps/Numeric.swift start line: 106 end line: 165 size: 47 LOC McCabe index: 4 number of parameters: 2 id: 1866 unit: def load_stats_dir() file: utils/jobstats/jobstats.py start line: 0 end line: 0 size: 47 LOC McCabe index: 17 number of parameters: 6 id: 1867 unit: def render_profiles() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 47 LOC McCabe index: 13 number of parameters: 1 id: 1868 unit: def create_parser() file: utils/swift-api-dump.py start line: 0 end line: 0 size: 47 LOC McCabe index: 1 number of parameters: 0 id: 1869 unit: def process_source() file: utils/swift-bench.py start line: 0 end line: 0 size: 47 LOC McCabe index: 8 number of parameters: 2 id: 1870 unit: def compute_build_subdir() file: utils/swift_build_support/swift_build_support/workspace.py start line: 0 end line: 0 size: 47 LOC McCabe index: 23 number of parameters: 1 id: 1871 unit: func radix2CooleyTukeyf() file: benchmark/single-source/Radix2CooleyTukey.swift start line: 183 end line: 228 size: 46 LOC McCabe index: 3 number of parameters: 8 id: 1872 unit: void insertAtFront() file: include/swift/Basic/ListMerger.h start line: 149 end line: 227 size: 46 LOC McCabe index: 12 number of parameters: 1 id: 1873 unit: bool ConformanceLookupTable::resolveConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 691 end line: 751 size: 46 LOC McCabe index: 12 number of parameters: 1 id: 1874 unit: AccessLevel ValueDecl::getEffectiveAccess() file: lib/AST/Decl.cpp start line: 3407 end line: 3463 size: 46 LOC McCabe index: 17 number of parameters: 0 id: 1875 unit: std::pair StableHasher::finalize() file: lib/Basic/StableHasher.cpp start line: 48 end line: 101 size: 46 LOC McCabe index: 12 number of parameters: 0 id: 1876 unit: std::string ClangImporter::getBridgingHeaderContents() file: lib/ClangImporter/ClangImporter.cpp start line: 1547 end line: 1603 size: 46 LOC McCabe index: 3 number of parameters: 3 id: 1877 unit: void ClangImporter::lookupTypeDecl() file: lib/ClangImporter/ClangImporter.cpp start line: 3002 end line: 3055 size: 46 LOC McCabe index: 15 number of parameters: 3 id: 1878 unit: bool ClangImporter::addBridgingHeaderDependencies() file: lib/ClangImporter/ClangModuleDependencyScanner.cpp start line: 349 end line: 415 size: 46 LOC McCabe index: 10 number of parameters: 3 id: 1879 unit: static bool omitNeedlessWordsInFunctionName() file: lib/ClangImporter/ImportName.cpp start line: 813 end line: 871 size: 46 LOC McCabe index: 11 number of parameters: 12 id: 1880 unit: NodePointer Demangler::demanglePrivateContextDescriptor() file: lib/Demangling/Demangler.cpp start line: 2137 end line: 2183 size: 46 LOC McCabe index: 13 number of parameters: 0 id: 1881 unit: static void autoApplyFixes() file: lib/Frontend/DiagnosticVerifier.cpp start line: 144 end line: 215 size: 46 LOC McCabe index: 8 number of parameters: 3 id: 1882 unit: ImplicitImportInfo CompilerInstance::getImplicitImportInfo() file: lib/Frontend/Frontend.cpp start line: 881 end line: 938 size: 46 LOC McCabe index: 14 number of parameters: 0 id: 1883 unit: void render() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 742 end line: 808 size: 46 LOC McCabe index: 10 number of parameters: 2 id: 1884 unit: bool addCompoundFunctionNameIfDesiable() file: lib/IDE/CodeCompletion.cpp start line: 3638 end line: 3695 size: 46 LOC McCabe index: 14 number of parameters: 3 id: 1885 unit: void printTextChunk() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 123 end line: 170 size: 46 LOC McCabe index: 20 number of parameters: 1 id: 1886 unit: void printDescription() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 214 end line: 272 size: 46 LOC McCabe index: 15 number of parameters: 2 id: 1887 unit: void swift::ide::collectPossibleReturnTypesFromContext() file: lib/IDE/ExprContextAnalysis.cpp start line: 278 end line: 332 size: 46 LOC McCabe index: 17 number of parameters: 2 id: 1888 unit: Address irgen::emitOpaqueBoxedExistentialProjection() file: lib/IRGen/GenExistential.cpp start line: 2344 end line: 2402 size: 46 LOC McCabe index: 6 number of parameters: 5 id: 1889 unit: void AutolinkKind::collectEntriesFromLibraries() file: lib/IRGen/IRGenModule.cpp start line: 1441 end line: 1488 size: 46 LOC McCabe index: 10 number of parameters: 3 id: 1890 unit: bool IRGenModule::finalize() file: lib/IRGen/IRGenModule.cpp start line: 1644 end line: 1705 size: 46 LOC McCabe index: 13 number of parameters: 0 id: 1891 unit: void IRGenSILFunction::visitSuperMethodInst() file: lib/IRGen/IRGenSIL.cpp start line: 6857 end line: 6944 size: 46 LOC McCabe index: 4 number of parameters: 1 id: 1892 unit: static bool writeRecord() file: lib/Index/IndexRecord.cpp start line: 270 end line: 321 size: 46 LOC McCabe index: 8 number of parameters: 5 id: 1893 unit: static int diff_cleanupSemanticScore() file: lib/Migrator/Diff.h start line: 1078 end line: 1136 size: 46 LOC McCabe index: 31 number of parameters: 2 id: 1894 unit: bool Parser::parseTopLevelSIL() file: lib/Parse/ParseDecl.cpp start line: 216 end line: 270 size: 46 LOC McCabe index: 10 number of parameters: 0 id: 1895 unit: ParserResult Parser::parseExprPoundUnknown() file: lib/Parse/ParseExpr.cpp start line: 3356 end line: 3422 size: 46 LOC McCabe index: 17 number of parameters: 1 id: 1896 unit: void swift::changeBranchTarget() file: lib/SIL/Utils/BasicBlockUtils.cpp start line: 42 end line: 96 size: 46 LOC McCabe index: 10 number of parameters: 4 id: 1897 unit: void OwnedValueIntroducerKind::print() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 960 end line: 1005 size: 46 LOC McCabe index: 15 number of parameters: 1 id: 1898 unit: void State::checkDataflowEndState() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 485 end line: 544 size: 46 LOC McCabe index: 11 number of parameters: 1 id: 1899 unit: void SILProperty::verify() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5872 end line: 5925 size: 46 LOC McCabe index: 7 number of parameters: 1 id: 1900 unit: void SILGenFunction::emitClassConstructorAllocator() file: lib/SILGen/SILGenConstructor.cpp start line: 576 end line: 658 size: 46 LOC McCabe index: 8 number of parameters: 1 id: 1901 unit: void SILGenFunction::emitMemberInitializers() file: lib/SILGen/SILGenConstructor.cpp start line: 1106 end line: 1181 size: 46 LOC McCabe index: 10 number of parameters: 3 id: 1902 unit: RValue RValueEmitter::visitUnderlyingToOpaqueExpr() file: lib/SILGen/SILGenExpr.cpp start line: 2017 end line: 2082 size: 46 LOC McCabe index: 7 number of parameters: 2 id: 1903 unit: LValue SILGenLValue::visitSubscriptExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3367 end line: 3425 size: 46 LOC McCabe index: 8 number of parameters: 3 id: 1904 unit: void visitReturnInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 692 end line: 747 size: 46 LOC McCabe index: 4 number of parameters: 1 id: 1905 unit: bool run() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 152 end line: 223 size: 46 LOC McCabe index: 13 number of parameters: 0 id: 1906 unit: static void rewriteNewLoopEntryCheckBlock() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 200 end line: 258 size: 46 LOC McCabe index: 6 number of parameters: 3 id: 1907 unit: void LifetimeChecker::processUninitializedRelease() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2496 end line: 2567 size: 46 LOC McCabe index: 13 number of parameters: 3 id: 1908 unit: bool GatherClosureUseVisitor::visitUse() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 901 end line: 965 size: 46 LOC McCabe index: 10 number of parameters: 2 id: 1909 unit: void MoveKillsCopyableAddressesChecker::cloneDeferCalleeAndRewriteUses() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 2084 end line: 2143 size: 46 LOC McCabe index: 6 number of parameters: 4 id: 1910 unit: static bool lowerRawSILOperations() file: lib/SILOptimizer/Mandatory/RawSILInstLowering.cpp start line: 282 end line: 347 size: 46 LOC McCabe index: 12 number of parameters: 1 id: 1911 unit: bool SimplifyCFG::simplifyUnreachableBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2356 end line: 2416 size: 46 LOC McCabe index: 16 number of parameters: 1 id: 1912 unit: bool SimplifyCFG::simplifyArgument() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3953 end line: 4019 size: 46 LOC McCabe index: 16 number of parameters: 2 id: 1913 unit: void run() file: lib/SILOptimizer/UtilityPasses/EscapeAnalysisDumper.cpp start line: 50 end line: 101 size: 46 LOC McCabe index: 16 number of parameters: 0 id: 1914 unit: static SILValue foldFPTrunc() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1036 end line: 1100 size: 46 LOC McCabe index: 16 number of parameters: 3 id: 1915 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 272 end line: 334 size: 46 LOC McCabe index: 8 number of parameters: 2 id: 1916 unit: void ShrinkBorrowScope::findBarriers() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 224 end line: 294 size: 46 LOC McCabe index: 12 number of parameters: 0 id: 1917 unit: bool MemberMissingExplicitBaseTypeFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7550 end line: 7601 size: 46 LOC McCabe index: 2 number of parameters: 0 id: 1918 unit: bool TypeChecker::getDefaultGenericArgumentsString() file: lib/Sema/MiscDiagnostics.cpp start line: 1765 end line: 1821 size: 46 LOC McCabe index: 9 number of parameters: 3 id: 1919 unit: void TypeChecker::checkDeclAttributes() file: lib/Sema/TypeCheckAttr.cpp start line: 1261 end line: 1318 size: 46 LOC McCabe index: 24 number of parameters: 1 id: 1920 unit: void AttributeChecker::visitNonisolatedAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5585 end line: 5654 size: 46 LOC McCabe index: 19 number of parameters: 1 id: 1921 unit: static Optional getTypeOfCompletionContextExpr() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 899 end line: 952 size: 46 LOC McCabe index: 16 number of parameters: 4 id: 1922 unit: void visitAccessorDecl() file: lib/Serialization/Serialization.cpp start line: 3850 end line: 3906 size: 46 LOC McCabe index: 4 number of parameters: 1 id: 1923 unit: void SmallPtrSetImplBase::swap() file: stdlib/public/LLVMSupport/SmallPtrSet.cpp start line: 213 end line: 270 size: 46 LOC McCabe index: 10 number of parameters: 1 id: 1924 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 237 end line: 499 size: 46 LOC McCabe index: 1 number of parameters: 2 id: 1925 unit: func decode() file: stdlib/public/core/Codable.swift start line: 985 end line: 1467 size: 46 LOC McCabe index: 1 number of parameters: 2 id: 1926 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2279 end line: 2404 size: 46 LOC McCabe index: 1 number of parameters: 1 id: 1927 unit: Status awaitSatisfyingState() file: stdlib/public/runtime/MetadataCache.h start line: 1185 end line: 1266 size: 46 LOC McCabe index: 10 number of parameters: 2 id: 1928 unit: void SwiftLangSupport::editorOpenHeaderInterface() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 758 end line: 811 size: 46 LOC McCabe index: 8 number of parameters: 7 id: 1929 unit: UIdent SwiftLangSupport::getUIDForSyntaxNodeKind() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 446 end line: 493 size: 46 LOC McCabe index: 24 number of parameters: 1 id: 1930 unit: void SwiftLangSupport::semanticRefactoring() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2364 end line: 2418 size: 46 LOC McCabe index: 2 number of parameters: 5 id: 1931 unit: void swiftscan_dependency_info_details_dispose() file: tools/libSwiftScan/libSwiftScan.cpp start line: 36 end line: 81 size: 46 LOC McCabe index: 5 number of parameters: 1 id: 1932 unit: void scopedWriteLockThreaded() file: unittests/runtime/Mutex.cpp start line: 279 end line: 329 size: 46 LOC McCabe index: 7 number of parameters: 1 id: 1933 unit: def main() file: utils/dev-scripts/scurve_printer.py start line: 0 end line: 0 size: 46 LOC McCabe index: 9 number of parameters: 0 id: 1934 unit: def main() file: utils/generate_confusables.py start line: 0 end line: 0 size: 46 LOC McCabe index: 8 number of parameters: 1 id: 1935 unit: def obtain_all_additional_swift_sources() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 46 LOC McCabe index: 13 number of parameters: 7 id: 1936 unit: Demangle::NodePointer adoptAnonymousContextName() file: include/swift/Remote/MetadataReader.h start line: 2065 end line: 2136 size: 45 LOC McCabe index: 17 number of parameters: 4 id: 1937 unit: void ASTScopeImpl::checkSourceRangeBeforeAddingChild() file: lib/AST/ASTScopeSourceRange.cpp start line: 41 end line: 96 size: 45 LOC McCabe index: 11 number of parameters: 2 id: 1938 unit: void ConformanceLookupTable::forEachInStage() file: lib/AST/ConformanceLookupTable.cpp start line: 145 end line: 208 size: 45 LOC McCabe index: 12 number of parameters: 4 id: 1939 unit: bool ValueDecl::isInstanceMember() file: lib/AST/Decl.cpp start line: 2497 end line: 2557 size: 45 LOC McCabe index: 31 number of parameters: 0 id: 1940 unit: bool FloatingRequirementSource::isExplicit() file: lib/AST/GenericSignatureBuilder.cpp start line: 1734 end line: 1789 size: 45 LOC McCabe index: 29 number of parameters: 0 id: 1941 unit: void Output::scalarString() file: lib/Basic/JSONSerialization.cpp start line: 152 end line: 220 size: 45 LOC McCabe index: 12 number of parameters: 2 id: 1942 unit: void targetinfo::printTargetInfo() file: lib/Basic/TargetInfo.cpp start line: 50 end line: 107 size: 45 LOC McCabe index: 3 number of parameters: 2 id: 1943 unit: static bool addErrorDomain() file: lib/ClangImporter/ImportDecl.cpp start line: 1933 end line: 1987 size: 45 LOC McCabe index: 4 number of parameters: 3 id: 1944 unit: Compilation::Result Compilation::performSingleCommand() file: lib/Driver/Compilation.cpp start line: 1772 end line: 1824 size: 45 LOC McCabe index: 14 number of parameters: 1 id: 1945 unit: void Driver::chooseSwiftModuleOutputPath() file: lib/Driver/Driver.cpp start line: 3160 end line: 3221 size: 45 LOC McCabe index: 13 number of parameters: 4 id: 1946 unit: static int diagnoseModuleChange() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1869 end line: 1914 size: 45 LOC McCabe index: 7 number of parameters: 10 id: 1947 unit: static void emitIndexDataForSourceFile() file: lib/FrontendTool/FrontendTool.cpp start line: 1723 end line: 1774 size: 45 LOC McCabe index: 9 number of parameters: 2 id: 1948 unit: static bool validateSymbols() file: lib/FrontendTool/TBD.cpp start line: 59 end line: 124 size: 45 LOC McCabe index: 13 number of parameters: 4 id: 1949 unit: bool addCallArgumentPatterns() file: lib/IDE/CodeCompletion.cpp start line: 2787 end line: 2842 size: 45 LOC McCabe index: 10 number of parameters: 5 id: 1950 unit: static void addPlatformConditions() file: lib/IDE/CodeCompletion.cpp start line: 6477 end line: 6525 size: 45 LOC McCabe index: 1 number of parameters: 1 id: 1951 unit: void irgen::emitForeignParameter() file: lib/IRGen/GenCall.cpp start line: 3758 end line: 3812 size: 45 LOC McCabe index: 10 number of parameters: 8 id: 1952 unit: void IRGenModule::emitSourceFile() file: lib/IRGen/GenDecl.cpp start line: 448 end line: 515 size: 45 LOC McCabe index: 13 number of parameters: 1 id: 1953 unit: PartialPattern buildExtraDataPattern() file: lib/IRGen/GenMeta.cpp start line: 4483 end line: 4534 size: 45 LOC McCabe index: 5 number of parameters: 0 id: 1954 unit: bool irgen::methodRequiresReifiedVTableEntry() file: lib/IRGen/GenMeta.cpp start line: 5532 end line: 5592 size: 45 LOC McCabe index: 5 number of parameters: 3 id: 1955 unit: void IRGenModule::emitSILWitnessTable() file: lib/IRGen/GenProto.cpp start line: 2232 end line: 2305 size: 45 LOC McCabe index: 7 number of parameters: 1 id: 1956 unit: void LoadableByAddress::runOnFunction() file: lib/IRGen/LoadableByAddress.cpp start line: 2382 end line: 2439 size: 45 LOC McCabe index: 15 number of parameters: 1 id: 1957 unit: void handleMemberwiseInitRefs() file: lib/Index/Index.cpp start line: 643 end line: 699 size: 45 LOC McCabe index: 17 number of parameters: 1 id: 1958 unit: bool Parser::parseSpecializeAttribute() file: lib/Parse/ParseDecl.cpp start line: 889 end line: 943 size: 45 LOC McCabe index: 9 number of parameters: 7 id: 1959 unit: void Parser::parseAllAvailabilityMacroArguments() file: lib/Parse/ParseDecl.cpp start line: 1671 end line: 1739 size: 45 LOC McCabe index: 8 number of parameters: 0 id: 1960 unit: static bool parseDifferentiableTypeAttributeArgument() file: lib/Parse/ParseDecl.cpp start line: 3244 end line: 3305 size: 45 LOC McCabe index: 10 number of parameters: 3 id: 1961 unit: void printAbstractFunctionAsFunction() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 719 end line: 777 size: 45 LOC McCabe index: 7 number of parameters: 1 id: 1962 unit: static CanGenericSignature buildDifferentiableGenericSignature() file: lib/SIL/IR/SILFunctionType.cpp start line: 364 end line: 421 size: 45 LOC McCabe index: 10 number of parameters: 3 id: 1963 unit: bool BorrowingOperand::visitScopeEndingUses() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 445 end line: 494 size: 45 LOC McCabe index: 16 number of parameters: 1 id: 1964 unit: SILType getDynamicMethodType() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3350 end line: 3406 size: 45 LOC McCabe index: 5 number of parameters: 2 id: 1965 unit: void SILGenModule::emitDifferentiabilityWitness() file: lib/SILGen/SILGen.cpp start line: 1273 end line: 1337 size: 45 LOC McCabe index: 9 number of parameters: 7 id: 1966 unit: ManagedValue Conversion::emit() file: lib/SILGen/SILGenConvert.cpp start line: 1154 end line: 1204 size: 45 LOC McCabe index: 8 number of parameters: 4 id: 1967 unit: static BridgingConversion getBridgingConversion() file: lib/SILGen/SILGenExpr.cpp start line: 560 end line: 632 size: 45 LOC McCabe index: 14 number of parameters: 1 id: 1968 unit: static bool areCertainlyEqualArgs() file: lib/SILGen/SILGenLValue.cpp start line: 1097 end line: 1161 size: 45 LOC McCabe index: 19 number of parameters: 2 id: 1969 unit: ManagedValue visitTupleType() file: lib/SILGen/SILGenProlog.cpp start line: 148 end line: 206 size: 45 LOC McCabe index: 13 number of parameters: 2 id: 1970 unit: bool ARCRegionState::processBlockBottomUp() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 164 end line: 237 size: 45 LOC McCabe index: 11 number of parameters: 8 id: 1971 unit: void visitDestructureTupleInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1368 end line: 1423 size: 45 LOC McCabe index: 9 number of parameters: 1 id: 1972 unit: void TangentBuilder::emitInPlaceAdd() file: lib/SILOptimizer/Differentiation/TangentBuilder.cpp start line: 73 end line: 121 size: 45 LOC McCabe index: 6 number of parameters: 3 id: 1973 unit: bool FunctionSignatureTransform::DeadArgumentAnalyzeParameters() file: lib/SILOptimizer/FunctionSignatureTransforms/DeadArgumentTransform.cpp start line: 25 end line: 82 size: 45 LOC McCabe index: 14 number of parameters: 0 id: 1974 unit: void LetPropertiesOpt::collectPropertyAccess() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 525 end line: 588 size: 45 LOC McCabe index: 14 number of parameters: 3 id: 1975 unit: AvailabilitySet LifetimeChecker::getLivenessAtInst() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 3352 end line: 3430 size: 45 LOC McCabe index: 14 number of parameters: 3 id: 1976 unit: static void propagateBasicBlockArgs() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 111 end line: 202 size: 45 LOC McCabe index: 10 number of parameters: 1 id: 1977 unit: static bool hasOnlyStoreUses() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 1071 end line: 1128 size: 45 LOC McCabe index: 19 number of parameters: 1 id: 1978 unit: static bool CSExistentialInstructions() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 1295 end line: 1369 size: 45 LOC McCabe index: 16 number of parameters: 2 id: 1979 unit: static bool sinkOwnedForward() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 312 end line: 364 size: 45 LOC McCabe index: 13 number of parameters: 3 id: 1980 unit: static SILValue emitInvocation() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 209 end line: 282 size: 45 LOC McCabe index: 11 number of parameters: 6 id: 1981 unit: bool ObjectOutliner::isValidUseOfObject() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 120 end line: 173 size: 45 LOC McCabe index: 25 number of parameters: 2 id: 1982 unit: bool ObjectOutliner::getObjectInitVals() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 236 end line: 288 size: 45 LOC McCabe index: 18 number of parameters: 5 id: 1983 unit: bool ObjCMethodCall::matchInstSequence() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 1154 end line: 1219 size: 45 LOC McCabe index: 18 number of parameters: 1 id: 1984 unit: bool SILPerformanceInliner::profileBasedDecision() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 212 end line: 261 size: 45 LOC McCabe index: 7 number of parameters: 10 id: 1985 unit: void BlockState::processRead() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 912 end line: 975 size: 45 LOC McCabe index: 13 number of parameters: 5 id: 1986 unit: static void collectRequirements() file: lib/SILOptimizer/Utils/Generics.cpp start line: 978 end line: 1033 size: 45 LOC McCabe index: 11 number of parameters: 4 id: 1987 unit: void favorMatchingOverloadExprs() file: lib/Sema/CSGen.cpp start line: 585 end line: 658 size: 45 LOC McCabe index: 13 number of parameters: 2 id: 1988 unit: bool ConstraintSystem::generateConstraints() file: lib/Sema/CSGen.cpp start line: 4123 end line: 4189 size: 45 LOC McCabe index: 10 number of parameters: 4 id: 1989 unit: void removeIndirectOneWayInAdjacencies() file: lib/Sema/ConstraintGraph.cpp start line: 1188 end line: 1253 size: 45 LOC McCabe index: 7 number of parameters: 3 id: 1990 unit: static bool isDeclVisibleInLookupMode() file: lib/Sema/LookupVisibleDecls.cpp start line: 149 end line: 213 size: 45 LOC McCabe index: 29 number of parameters: 3 id: 1991 unit: void checkTypedPattern() file: lib/Sema/TypeCheckAccess.cpp start line: 1129 end line: 1178 size: 45 LOC McCabe index: 10 number of parameters: 3 id: 1992 unit: bool swift::diagnoseDeclAvailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 3168 end line: 3232 size: 45 LOC McCabe index: 16 number of parameters: 5 id: 1993 unit: static bool parameterTypesMatch() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 581 end line: 641 size: 45 LOC McCabe index: 17 number of parameters: 3 id: 1994 unit: RequirementCheck WitnessChecker::checkWitness() file: lib/Sema/TypeCheckProtocol.cpp start line: 1576 end line: 1631 size: 45 LOC McCabe index: 16 number of parameters: 2 id: 1995 unit: Expected deserializePatternBinding() file: lib/Serialization/Deserialization.cpp start line: 3498 end line: 3553 size: 45 LOC McCabe index: 7 number of parameters: 2 id: 1996 unit: void SILSerializer::writeIndexTables() file: lib/Serialization/SerializeSIL.cpp start line: 2504 end line: 2556 size: 45 LOC McCabe index: 8 number of parameters: 0 id: 1997 unit: void SILSerializer::writeSILDifferentiabilityWitness() file: lib/Serialization/SerializeSIL.cpp start line: 2762 end line: 2808 size: 45 LOC McCabe index: 5 number of parameters: 1 id: 1998 unit: bool swift::extractCompilerFlagsFromInterface() file: lib/Serialization/SerializedModuleLoader.cpp start line: 1037 end line: 1098 size: 45 LOC McCabe index: 11 number of parameters: 4 id: 1999 unit: void AsyncTask::completeFuture() file: stdlib/public/Concurrency/Task.cpp start line: 167 end line: 235 size: 45 LOC McCabe index: 7 number of parameters: 1 id: 2000 unit: bool projectEnumValue() file: stdlib/public/Reflection/TypeLowering.cpp start line: 489 end line: 534 size: 45 LOC McCabe index: 9 number of parameters: 3 id: 2001 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 245 end line: 499 size: 45 LOC McCabe index: 1 number of parameters: 2 id: 2002 unit: func decode() file: stdlib/public/core/Codable.swift start line: 999 end line: 1467 size: 45 LOC McCabe index: 1 number of parameters: 2 id: 2003 unit: static bool getSymbolNameAddr() file: stdlib/public/runtime/Errors.cpp start line: 69 end line: 129 size: 45 LOC McCabe index: 7 number of parameters: 4 id: 2004 unit: static void sortTopN() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 861 end line: 916 size: 45 LOC McCabe index: 18 number of parameters: 3 id: 2005 unit: void SwiftEditorDocument::readSyntaxInfo() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2040 end line: 2098 size: 45 LOC McCabe index: 10 number of parameters: 2 id: 2006 unit: void printDeclName() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3296 end line: 3340 size: 45 LOC McCabe index: 13 number of parameters: 1 id: 2007 unit: static int doPrintModuleImports() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3552 end line: 3607 size: 45 LOC McCabe index: 10 number of parameters: 2 id: 2008 unit: def freeze() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 45 LOC McCabe index: 15 number of parameters: 1 id: 2009 unit: def main() file: utils/swift-api-dump.py start line: 0 end line: 0 size: 45 LOC McCabe index: 10 number of parameters: 0 id: 2010 unit: def build_with_cmake() file: utils/swift_build_support/swift_build_support/products/cmake_product.py start line: 0 end line: 0 size: 45 LOC McCabe index: 19 number of parameters: 5 id: 2011 unit: void ModuleDecl::lookupMember() file: lib/AST/Module.cpp start line: 623 end line: 680 size: 44 LOC McCabe index: 11 number of parameters: 4 id: 2012 unit: static ProtocolConformanceRef getBuiltinTupleTypeConformance() file: lib/AST/Module.cpp start line: 1089 end line: 1148 size: 44 LOC McCabe index: 6 number of parameters: 4 id: 2013 unit: void NominalTypeDecl::prepareConformanceTable() file: lib/AST/ProtocolConformance.cpp start line: 1243 end line: 1305 size: 44 LOC McCabe index: 17 number of parameters: 0 id: 2014 unit: Symbol RewriteContext::mergeAssociatedTypes() file: lib/AST/RequirementMachine/KnuthBendix.cpp start line: 78 end line: 143 size: 44 LOC McCabe index: 5 number of parameters: 2 id: 2015 unit: void MinimalConformances::collectConformanceRules() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 381 end line: 449 size: 44 LOC McCabe index: 13 number of parameters: 0 id: 2016 unit: ImportedType ClangImporter::Implementation::importAccessorParamsAndReturnType() file: lib/ClangImporter/ImportType.cpp start line: 2677 end line: 2735 size: 44 LOC McCabe index: 6 number of parameters: 6 id: 2017 unit: CommandSet computeFirstRoundCompileJobsForIncrementalCompilation() file: lib/Driver/Compilation.cpp start line: 872 end line: 931 size: 44 LOC McCabe index: 15 number of parameters: 0 id: 2018 unit: static void validateDependencyScanningArgs() file: lib/Driver/Driver.cpp start line: 168 end line: 213 size: 44 LOC McCabe index: 15 number of parameters: 2 id: 2019 unit: void Driver::computeMainOutput() file: lib/Driver/Driver.cpp start line: 3103 end line: 3158 size: 44 LOC McCabe index: 9 number of parameters: 12 id: 2020 unit: int autolink_extract_main() file: lib/DriverTool/autolink_extract_main.cpp start line: 214 end line: 268 size: 44 LOC McCabe index: 8 number of parameters: 3 id: 2021 unit: void CompilerInstance::setupStatsReporter() file: lib/Frontend/Frontend.cpp start line: 262 end line: 310 size: 44 LOC McCabe index: 5 number of parameters: 0 id: 2022 unit: bool FrontendOptions::needsProperModuleName() file: lib/Frontend/FrontendOptions.cpp start line: 31 end line: 74 size: 44 LOC McCabe index: 36 number of parameters: 1 id: 2023 unit: bool FrontendOptions::doesActionRequireSwiftStandardLibrary() file: lib/Frontend/FrontendOptions.cpp start line: 92 end line: 135 size: 44 LOC McCabe index: 37 number of parameters: 1 id: 2024 unit: static void countASTStats() file: lib/FrontendTool/FrontendTool.cpp start line: 330 end line: 378 size: 44 LOC McCabe index: 14 number of parameters: 2 id: 2025 unit: void addConstructor() file: lib/IDE/CodeCompletion.cpp start line: 5396 end line: 5448 size: 44 LOC McCabe index: 14 number of parameters: 3 id: 2026 unit: void foundDecl() file: lib/IDE/CodeCompletion.cpp start line: 5451 end line: 5510 size: 44 LOC McCabe index: 33 number of parameters: 3 id: 2027 unit: Optional indentWithinStringLiteral() file: lib/IDE/Formatting.cpp start line: 1261 end line: 1335 size: 44 LOC McCabe index: 9 number of parameters: 0 id: 2028 unit: void CallEmission::emitToExplosion() file: lib/IRGen/GenCall.cpp start line: 3032 end line: 3095 size: 44 LOC McCabe index: 7 number of parameters: 2 id: 2029 unit: static void emitDirectExternalArgument() file: lib/IRGen/GenCall.cpp start line: 3355 end line: 3415 size: 44 LOC McCabe index: 10 number of parameters: 6 id: 2030 unit: void IRGenerator::noteUseOfTypeGlobals() file: lib/IRGen/GenDecl.cpp start line: 1489 end line: 1557 size: 44 LOC McCabe index: 17 number of parameters: 3 id: 2031 unit: static void emitDynamicallyReplaceableThunk() file: lib/IRGen/GenDecl.cpp start line: 2902 end line: 2958 size: 44 LOC McCabe index: 8 number of parameters: 6 id: 2032 unit: void storeTag() file: lib/IRGen/GenEnum.cpp start line: 3095 end line: 3146 size: 44 LOC McCabe index: 7 number of parameters: 4 id: 2033 unit: void createReturn() file: lib/IRGen/GenFunc.cpp start line: 984 end line: 1032 size: 44 LOC McCabe index: 7 number of parameters: 1 id: 2034 unit: static void emitFieldOffsetGlobals() file: lib/IRGen/GenMeta.cpp start line: 2931 end line: 3012 size: 44 LOC McCabe index: 11 number of parameters: 4 id: 2035 unit: void collectStructFields() file: lib/IRGen/GenStruct.cpp start line: 1002 end line: 1066 size: 44 LOC McCabe index: 11 number of parameters: 0 id: 2036 unit: SILType irgen::getSingletonAggregateFieldType() file: lib/IRGen/GenType.cpp start line: 2641 end line: 2704 size: 44 LOC McCabe index: 16 number of parameters: 3 id: 2037 unit: static ArrayRef emitEntryPointIndirectReturn() file: lib/IRGen/IRGenSIL.cpp start line: 1824 end line: 1877 size: 44 LOC McCabe index: 7 number of parameters: 5 id: 2038 unit: static bool isSimplePartialApply() file: lib/IRGen/IRGenSIL.cpp start line: 3414 end line: 3486 size: 44 LOC McCabe index: 16 number of parameters: 2 id: 2039 unit: void IRGenSILFunction::visitAllocBoxInst() file: lib/IRGen/IRGenSIL.cpp start line: 5494 end line: 5555 size: 44 LOC McCabe index: 10 number of parameters: 1 id: 2040 unit: static bool allUsesAreReplaceable() file: lib/IRGen/LoadableByAddress.cpp start line: 1810 end line: 1854 size: 44 LOC McCabe index: 18 number of parameters: 2 id: 2041 unit: void AlignedGroupEntry::withEachEntry() file: lib/IRGen/TypeLayout.cpp start line: 1068 end line: 1116 size: 44 LOC McCabe index: 6 number of parameters: 6 id: 2042 unit: bool IndexSwiftASTWalker::startEntityDecl() file: lib/Index/Index.cpp start line: 1222 end line: 1272 size: 44 LOC McCabe index: 22 number of parameters: 1 id: 2043 unit: bool handleRevertRawRepresentable() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1019 end line: 1066 size: 44 LOC McCabe index: 16 number of parameters: 1 id: 2044 unit: static void diagnoseInvalidMultilineIndents() file: lib/Parse/Lexer.cpp start line: 1681 end line: 1732 size: 44 LOC McCabe index: 5 number of parameters: 7 id: 2045 unit: void Parser::parseObjCSelector() file: lib/Parse/ParseDecl.cpp start line: 1554 end line: 1614 size: 44 LOC McCabe index: 10 number of parameters: 3 id: 2046 unit: bool AbstractionPattern::hasSameBasicTypeStructure() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1096 end line: 1150 size: 44 LOC McCabe index: 22 number of parameters: 2 id: 2047 unit: bool AbstractStorageDecl::exportsPropertyDescriptor() file: lib/SIL/IR/SIL.cpp start line: 236 end line: 317 size: 44 LOC McCabe index: 22 number of parameters: 0 id: 2048 unit: bool SymbolicValue::containsOnlyConstants() file: lib/SIL/IR/SILConstants.cpp start line: 263 end line: 307 size: 44 LOC McCabe index: 21 number of parameters: 0 id: 2049 unit: void SILFunction::init() file: lib/SIL/IR/SILFunction.cpp start line: 165 end line: 208 size: 44 LOC McCabe index: 2 number of parameters: 17 id: 2050 unit: bool SILType::isLoweringOf() file: lib/SIL/IR/SILType.cpp start line: 616 end line: 676 size: 44 LOC McCabe index: 17 number of parameters: 3 id: 2051 unit: ResultPlanPtr ResultPlanBuilder::buildTopLevelResult() file: lib/SILGen/ResultPlan.cpp start line: 805 end line: 863 size: 44 LOC McCabe index: 10 number of parameters: 2 id: 2052 unit: void emitDirect() file: lib/SILGen/SILGenApply.cpp start line: 3137 end line: 3198 size: 44 LOC McCabe index: 8 number of parameters: 4 id: 2053 unit: RValue CallEmission::applyNormalCall() file: lib/SILGen/SILGenApply.cpp start line: 3977 end line: 4045 size: 44 LOC McCabe index: 6 number of parameters: 1 id: 2054 unit: static ManagedValue visitRecNonInOutBase() file: lib/SILGen/SILGenLValue.cpp start line: 2520 end line: 2595 size: 44 LOC McCabe index: 11 number of parameters: 5 id: 2055 unit: SILValue SILGenFunction::emitConversionFromSemanticValue() file: lib/SILGen/SILGenLValue.cpp start line: 4098 end line: 4143 size: 44 LOC McCabe index: 7 number of parameters: 3 id: 2056 unit: ManagedValue translateAndImplodeIntoValue() file: lib/SILGen/SILGenPoly.cpp start line: 1122 end line: 1176 size: 44 LOC McCabe index: 7 number of parameters: 5 id: 2057 unit: static bool hasExpectedUsesOfNoEscapePartialApply() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 157 end line: 238 size: 44 LOC McCabe index: 18 number of parameters: 1 id: 2058 unit: bool EscapeAnalysis::mergeCalleeGraph() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2584 end line: 2651 size: 44 LOC McCabe index: 12 number of parameters: 3 id: 2059 unit: bool PullbackCloner::Implementation::runForSemanticMemberSetter() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2705 end line: 2761 size: 44 LOC McCabe index: 5 number of parameters: 0 id: 2060 unit: bool CrossModuleOptimization::canSerializeInstruction() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 233 end line: 295 size: 44 LOC McCabe index: 17 number of parameters: 3 id: 2061 unit: bool isPartialApplyNonEscapingUser() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 894 end line: 965 size: 44 LOC McCabe index: 9 number of parameters: 3 id: 2062 unit: static void checkAccessedAddress() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 965 end line: 1047 size: 44 LOC McCabe index: 16 number of parameters: 2 id: 2063 unit: void AvailableValueDataflowContext::computeAvailableValuesFrom() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1699 end line: 1771 size: 44 LOC McCabe index: 14 number of parameters: 6 id: 2064 unit: void visitArgumentAccess() file: lib/SILOptimizer/SemanticARC/LoadCopyToLoadBorrowOpt.cpp start line: 117 end line: 190 size: 44 LOC McCabe index: 10 number of parameters: 1 id: 2065 unit: static bool getFinalReleases() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 144 end line: 211 size: 44 LOC McCabe index: 15 number of parameters: 2 id: 2066 unit: void DCE::markTerminatorArgsLive() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 345 end line: 404 size: 44 LOC McCabe index: 21 number of parameters: 3 id: 2067 unit: void BlockState::processWrite() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 852 end line: 910 size: 44 LOC McCabe index: 11 number of parameters: 5 id: 2068 unit: void StackAllocationPromoter::endLexicalLifetime() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1092 end line: 1182 size: 44 LOC McCabe index: 11 number of parameters: 1 id: 2069 unit: bool SimplifyCFG::dominatorBasedSimplify() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 688 end line: 761 size: 44 LOC McCabe index: 15 number of parameters: 1 id: 2070 unit: bool SimplifyCFG::simplifySwitchEnumOnObjcClassOptional() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2151 end line: 2205 size: 44 LOC McCabe index: 12 number of parameters: 1 id: 2071 unit: static bool isDefaultCaseKnown() file: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp start line: 280 end line: 367 size: 44 LOC McCabe index: 17 number of parameters: 4 id: 2072 unit: void run() file: lib/SILOptimizer/UtilityPasses/ConstantEvaluatorTester.cpp start line: 53 end line: 113 size: 44 LOC McCabe index: 10 number of parameters: 0 id: 2073 unit: void run() file: lib/SILOptimizer/UtilityPasses/InstCount.cpp start line: 98 end line: 142 size: 44 LOC McCabe index: 11 number of parameters: 0 id: 2074 unit: SILBasicBlock::iterator SingleUseReplacementUtility::handleUnowned() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 1418 end line: 1486 size: 44 LOC McCabe index: 12 number of parameters: 0 id: 2075 unit: void ValueLifetimeAnalysis::computeLifetime() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 120 end line: 177 size: 44 LOC McCabe index: 15 number of parameters: 3 id: 2076 unit: bool BindingSet::isPotentiallyIncomplete() file: lib/Sema/CSBindings.cpp start line: 149 end line: 237 size: 44 LOC McCabe index: 19 number of parameters: 0 id: 2077 unit: static StringRef getScoreKindName() file: lib/Sema/CSRanking.cpp start line: 35 end line: 97 size: 44 LOC McCabe index: 21 number of parameters: 1 id: 2078 unit: void DisjunctionChoice::propagateConversionInfo() file: lib/Sema/CSSolver.cpp start line: 2277 end line: 2336 size: 44 LOC McCabe index: 15 number of parameters: 1 id: 2079 unit: static bool validateCaseCodingKeysEnum() file: lib/Sema/DerivedConformanceCodable.cpp start line: 480 end line: 541 size: 44 LOC McCabe index: 10 number of parameters: 3 id: 2080 unit: static bool checkFunctionSignature() file: lib/Sema/TypeCheckAttr.cpp start line: 4142 end line: 4202 size: 44 LOC McCabe index: 12 number of parameters: 2 id: 2081 unit: bool HasIsolatedSelfRequest::evaluate() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3641 end line: 3704 size: 44 LOC McCabe index: 21 number of parameters: 2 id: 2082 unit: static void diagnoseGeneralOverrideFailure() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 533 end line: 579 size: 44 LOC McCabe index: 13 number of parameters: 3 id: 2083 unit: bool AssociatedTypeInference::checkCurrentTypeWitnesses() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1073 end line: 1130 size: 44 LOC McCabe index: 11 number of parameters: 1 id: 2084 unit: bool SimpleDidSetRequest::evaluate() file: lib/Sema/TypeCheckStorage.cpp start line: 3423 end line: 3488 size: 44 LOC McCabe index: 10 number of parameters: 2 id: 2085 unit: size_t computeSize() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 124 end line: 174 size: 44 LOC McCabe index: 14 number of parameters: 2 id: 2086 unit: NeverNullType TypeResolver::resolveSILBoxType() file: lib/Sema/TypeCheckType.cpp start line: 3035 end line: 3094 size: 44 LOC McCabe index: 7 number of parameters: 2 id: 2087 unit: Optional ModuleFile::maybeReadForeignAsyncConvention() file: lib/Serialization/Deserialization.cpp start line: 6888 end line: 6941 size: 44 LOC McCabe index: 6 number of parameters: 0 id: 2088 unit: static bool shouldSerializeMember() file: lib/Serialization/Serialization.cpp start line: 1709 end line: 1758 size: 44 LOC McCabe index: 32 number of parameters: 1 id: 2089 unit: void visitClassDecl() file: lib/Serialization/Serialization.cpp start line: 3544 end line: 3600 size: 44 LOC McCabe index: 4 number of parameters: 1 id: 2090 unit: std::pair Symbol::getKind() file: lib/SymbolGraphGen/Symbol.cpp start line: 49 end line: 93 size: 44 LOC McCabe index: 20 number of parameters: 1 id: 2091 unit: PrintOptions SymbolGraph::getDeclarationFragmentsPrintOptions() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 54 end line: 111 size: 44 LOC McCabe index: 3 number of parameters: 0 id: 2092 unit: void SymbolGraph::serialize() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 471 end line: 521 size: 44 LOC McCabe index: 6 number of parameters: 1 id: 2093 unit: func _childProcess() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 829 end line: 880 size: 44 LOC McCabe index: 6 number of parameters: 0 id: 2094 unit: func _childProcessAsync() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 885 end line: 936 size: 44 LOC McCabe index: 6 number of parameters: 0 id: 2095 unit: void visitSILBoxTypeWithLayoutTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 305 end line: 348 size: 44 LOC McCabe index: 9 number of parameters: 1 id: 2096 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 253 end line: 499 size: 44 LOC McCabe index: 1 number of parameters: 2 id: 2097 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1013 end line: 1467 size: 44 LOC McCabe index: 1 number of parameters: 2 id: 2098 unit: static SWIFT_CC() file: stdlib/public/runtime/Metadata.cpp start line: 3104 end line: 3177 size: 44 LOC McCabe index: 7 number of parameters: 1 id: 2099 unit: void handlePrimaryAST() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1015 end line: 1072 size: 44 LOC McCabe index: 9 number of parameters: 1 id: 2100 unit: static int doPrintAST() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2470 end line: 2522 size: 44 LOC McCabe index: 7 number of parameters: 6 id: 2101 unit: static int doPrintHeaders() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3015 end line: 3068 size: 44 LOC McCabe index: 7 number of parameters: 4 id: 2102 unit: static int doPrintRangeInfo() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3864 end line: 3910 size: 44 LOC McCabe index: 8 number of parameters: 4 id: 2103 unit: func tab() file: utils/parser-lib/profile-input.swift start line: 1599 end line: 1664 size: 44 LOC McCabe index: 2 number of parameters: 2 id: 2104 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/indexstoredb.py start line: 0 end line: 0 size: 44 LOC McCabe index: 11 number of parameters: 5 id: 2105 unit: def generate_darwin_toolchain_file() file: utils/swift_build_support/swift_build_support/products/product.py start line: 0 end line: 0 size: 44 LOC McCabe index: 12 number of parameters: 3 id: 2106 unit: static bool chunkHasText() file: include/swift/IDE/CodeCompletion.h start line: 270 end line: 312 size: 43 LOC McCabe index: 41 number of parameters: 1 id: 2107 unit: void getArgsForTerminator() file: include/swift/SILOptimizer/Utils/SCCVisitor.h start line: 101 end line: 149 size: 43 LOC McCabe index: 22 number of parameters: 4 id: 2108 unit: unsigned ASTMangler::appendBoundGenericArgs() file: lib/AST/ASTMangler.cpp start line: 1493 end line: 1553 size: 43 LOC McCabe index: 11 number of parameters: 5 id: 2109 unit: void checkSourceRanges() file: lib/AST/ASTVerifier.cpp start line: 3616 end line: 3670 size: 43 LOC McCabe index: 15 number of parameters: 3 id: 2110 unit: static Type mapSignatureFunctionType() file: lib/AST/Decl.cpp start line: 2762 end line: 2824 size: 43 LOC McCabe index: 9 number of parameters: 6 id: 2111 unit: SelfReferenceInfo ProtocolDecl::findProtocolSelfReferences() file: lib/AST/Decl.cpp start line: 5224 end line: 5288 size: 43 LOC McCabe index: 12 number of parameters: 2 id: 2112 unit: Type GenericSignatureBuilder::getCanonicalTypeParameter() file: lib/AST/GenericSignatureBuilder.cpp start line: 3323 end line: 3383 size: 43 LOC McCabe index: 7 number of parameters: 1 id: 2113 unit: void RewriteSystem::processMergedAssociatedTypes() file: lib/AST/RequirementMachine/KnuthBendix.cpp start line: 205 end line: 287 size: 43 LOC McCabe index: 10 number of parameters: 0 id: 2114 unit: void SwiftDeclConverter::recordObjCOverride() file: lib/ClangImporter/ImportDecl.cpp start line: 7136 end line: 7188 size: 43 LOC McCabe index: 15 number of parameters: 1 id: 2115 unit: void CallEmission::emitToUnmappedMemory() file: lib/IRGen/GenCall.cpp start line: 2728 end line: 2776 size: 43 LOC McCabe index: 7 number of parameters: 1 id: 2116 unit: void addResilientWitnesses() file: lib/IRGen/GenProto.cpp start line: 1914 end line: 1967 size: 43 LOC McCabe index: 8 number of parameters: 0 id: 2117 unit: static void addWTableTypeMetadata() file: lib/IRGen/GenProto.cpp start line: 2182 end line: 2230 size: 43 LOC McCabe index: 9 number of parameters: 3 id: 2118 unit: void IRGenModule::emitFieldDescriptor() file: lib/IRGen/GenReflection.cpp start line: 1430 end line: 1498 size: 43 LOC McCabe index: 14 number of parameters: 1 id: 2119 unit: static void diff_compute() file: lib/Migrator/Diff.h start line: 348 end line: 407 size: 43 LOC McCabe index: 13 number of parameters: 5 id: 2120 unit: static Diffs diff_fromDelta() file: lib/Migrator/Diff.h start line: 1556 end line: 1602 size: 43 LOC McCabe index: 9 number of parameters: 2 id: 2121 unit: string_t patch_addPadding() file: lib/Migrator/Diff.h start line: 2082 end line: 2135 size: 43 LOC McCabe index: 9 number of parameters: 1 id: 2122 unit: static bool isValidIdentifierContinuationCodePoint() file: lib/Parse/Lexer.cpp start line: 523 end line: 575 size: 43 LOC McCabe index: 83 number of parameters: 1 id: 2123 unit: void Parser::ParsedAccessors::classify() file: lib/Parse/ParseDecl.cpp start line: 6673 end line: 6741 size: 43 LOC McCabe index: 18 number of parameters: 3 id: 2124 unit: ParserStatus Parser::parseExprList() file: lib/Parse/ParseExpr.cpp start line: 3130 end line: 3184 size: 43 LOC McCabe index: 9 number of parameters: 7 id: 2125 unit: bool SILParserState::parseSILGlobal() file: lib/SIL/Parser/ParseSIL.cpp start line: 6533 end line: 6585 size: 43 LOC McCabe index: 12 number of parameters: 1 id: 2126 unit: void FormalEvaluationScope::popImpl() file: lib/SILGen/FormalEvaluation.cpp start line: 100 end line: 183 size: 43 LOC McCabe index: 12 number of parameters: 0 id: 2127 unit: CalleeTypeInfo getTypeInfo() file: lib/SILGen/SILGenApply.cpp start line: 668 end line: 714 size: 43 LOC McCabe index: 10 number of parameters: 1 id: 2128 unit: ClaimedParamsRef claimParams() file: lib/SILGen/SILGenApply.cpp start line: 3601 end line: 3649 size: 43 LOC McCabe index: 11 number of parameters: 3 id: 2129 unit: RValue SILGenFunction::emitRValueForSelfInDelegationInit() file: lib/SILGen/SILGenExpr.cpp start line: 774 end line: 838 size: 43 LOC McCabe index: 9 number of parameters: 4 id: 2130 unit: ManagedValue SILGenFunction::emitLValueToPointer() file: lib/SILGen/SILGenExpr.cpp start line: 5396 end line: 5453 size: 43 LOC McCabe index: 8 number of parameters: 3 id: 2131 unit: void LValue::addMemberVarComponent() file: lib/SILGen/SILGenLValue.cpp start line: 3309 end line: 3365 size: 43 LOC McCabe index: 4 number of parameters: 11 id: 2132 unit: void translateAndImplodeInto() file: lib/SILGen/SILGenPoly.cpp start line: 1337 end line: 1387 size: 43 LOC McCabe index: 6 number of parameters: 5 id: 2133 unit: void CalleeCache::computeWitnessMethodCalleesForWitnessTable() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 145 end line: 197 size: 43 LOC McCabe index: 14 number of parameters: 1 id: 2134 unit: void makeAlive() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 153 end line: 201 size: 43 LOC McCabe index: 16 number of parameters: 1 id: 2135 unit: void collectMethodImplementations() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 450 end line: 502 size: 43 LOC McCabe index: 14 number of parameters: 0 id: 2136 unit: bool ABCOpt::removeRedundantChecksInBlock() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 991 end line: 1053 size: 43 LOC McCabe index: 8 number of parameters: 1 id: 2137 unit: void COWArrayOpt::hoistAddressProjections() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 838 end line: 891 size: 43 LOC McCabe index: 17 number of parameters: 1 id: 2138 unit: static bool analyzeBeginAccess() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 751 end line: 807 size: 43 LOC McCabe index: 12 number of parameters: 6 id: 2139 unit: static bool tryExtendLifetimeToLastUse() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 552 end line: 608 size: 43 LOC McCabe index: 10 number of parameters: 3 id: 2140 unit: static void diagnoseUnspecializedPolymorphicBuiltins() file: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp start line: 194 end line: 253 size: 43 LOC McCabe index: 10 number of parameters: 1 id: 2141 unit: static SILValue getLoadedCalleeValue() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 493 end line: 572 size: 43 LOC McCabe index: 14 number of parameters: 1 id: 2142 unit: void diagnoseYieldOnceUsage() file: lib/SILOptimizer/Mandatory/YieldOnceCheck.cpp start line: 255 end line: 335 size: 43 LOC McCabe index: 9 number of parameters: 1 id: 2143 unit: bool SILCombiner::tryOptimizeInoutKeypath() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 514 end line: 569 size: 43 LOC McCabe index: 12 number of parameters: 1 id: 2144 unit: bool ArrayAllocation::recursivelyCollectUses() file: lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp start line: 124 end line: 173 size: 43 LOC McCabe index: 18 number of parameters: 1 id: 2145 unit: CanSILFunctionType ObjCMethodCall::getOutlinedFunctionType() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 1221 end line: 1270 size: 43 LOC McCabe index: 7 number of parameters: 1 id: 2146 unit: SolutionResult ConstraintSystem::salvage() file: lib/Sema/ConstraintSystem.cpp start line: 3306 end line: 3379 size: 43 LOC McCabe index: 10 number of parameters: 0 id: 2147 unit: void visitClassDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 710 end line: 763 size: 43 LOC McCabe index: 11 number of parameters: 1 id: 2148 unit: bool TypeChecker::typeCheckBinding() file: lib/Sema/TypeCheckConstraints.cpp start line: 440 end line: 497 size: 43 LOC McCabe index: 14 number of parameters: 7 id: 2149 unit: static Type getRequirementTypeForDisplay() file: lib/Sema/TypeCheckProtocol.cpp start line: 2256 end line: 2307 size: 43 LOC McCabe index: 9 number of parameters: 3 id: 2150 unit: bool checkRedundantLiteral() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 939 end line: 983 size: 43 LOC McCabe index: 10 number of parameters: 2 id: 2151 unit: void visitConstructorDecl() file: lib/Serialization/Serialization.cpp start line: 4012 end line: 4063 size: 43 LOC McCabe index: 8 number of parameters: 1 id: 2152 unit: void TBDGenVisitor::visitProtocolDecl() file: lib/TBDGen/TBDGen.cpp start line: 1068 end line: 1127 size: 43 LOC McCabe index: 7 number of parameters: 1 id: 2153 unit: func checkSortedPredicateThrow() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 465 end line: 513 size: 43 LOC McCabe index: 6 number of parameters: 3 id: 2154 unit: func _masterThreadOneTrial() file: stdlib/private/StdlibUnittest/RaceTest.swift start line: 459 end line: 517 size: 43 LOC McCabe index: 5 number of parameters: 1 id: 2155 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 261 end line: 499 size: 43 LOC McCabe index: 1 number of parameters: 2 id: 2156 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1027 end line: 1467 size: 43 LOC McCabe index: 1 number of parameters: 2 id: 2157 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2287 end line: 2404 size: 43 LOC McCabe index: 1 number of parameters: 1 id: 2158 unit: static void reportExclusivityConflict() file: stdlib/public/runtime/Exclusivity.cpp start line: 107 end line: 153 size: 43 LOC McCabe index: 2 number of parameters: 5 id: 2159 unit: static Result performOnMetadataCache() file: stdlib/public/runtime/Metadata.cpp start line: 5374 end line: 5430 size: 43 LOC McCabe index: 12 number of parameters: 2 id: 2160 unit: __swift_uint32_t _swift_stdlib_getComposition() file: stdlib/public/stubs/Unicode/UnicodeNormalization.cpp start line: 78 end line: 139 size: 43 LOC McCabe index: 7 number of parameters: 2 id: 2161 unit: static void collectModuleDependencies() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 934 end line: 990 size: 43 LOC McCabe index: 13 number of parameters: 3 id: 2162 unit: bool walkToNodePre() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 771 end line: 818 size: 43 LOC McCabe index: 27 number of parameters: 1 id: 2163 unit: void handlePrimaryAST() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1748 end line: 1795 size: 43 LOC McCabe index: 10 number of parameters: 1 id: 2164 unit: bool parseReparseRegionArguments() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 313 end line: 357 size: 43 LOC McCabe index: 7 number of parameters: 3 id: 2165 unit: void scopedReadThreaded() file: unittests/runtime/Mutex.cpp start line: 209 end line: 256 size: 43 LOC McCabe index: 7 number of parameters: 1 id: 2166 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 749 end line: 795 size: 43 LOC McCabe index: 12 number of parameters: 2 id: 2167 unit: func i() file: validation-test/compiler_crashers_fixed/00170-swift-parser-skipsingle.swift start line: 9 end line: 79 size: 43 LOC McCabe index: 1 number of parameters: 1 id: 2168 unit: llvm::Optional readContextDescriptorName() file: include/swift/Remote/MetadataReader.h start line: 1899 end line: 1963 size: 42 LOC McCabe index: 12 number of parameters: 2 id: 2169 unit: void SwiftDeclCollector::lookupVisibleDecls() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1879 end line: 1928 size: 42 LOC McCabe index: 14 number of parameters: 1 id: 2170 unit: Type TupleType::get() file: lib/AST/ASTContext.cpp start line: 2905 end line: 2957 size: 42 LOC McCabe index: 14 number of parameters: 2 id: 2171 unit: Type ASTContext::getBridgedToObjC() file: lib/AST/ASTContext.cpp start line: 5037 end line: 5105 size: 42 LOC McCabe index: 17 number of parameters: 3 id: 2172 unit: void maybeRecordValidPointerConversionForArg() file: lib/AST/ASTVerifier.cpp start line: 1666 end line: 1726 size: 42 LOC McCabe index: 9 number of parameters: 1 id: 2173 unit: void NominalTypeDecl::synthesizeSemanticMembersIfNeeded() file: lib/AST/Decl.cpp start line: 4344 end line: 4392 size: 42 LOC McCabe index: 22 number of parameters: 1 id: 2174 unit: void RewriteSystem::verifyMinimizedRules() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 675 end line: 730 size: 42 LOC McCabe index: 17 number of parameters: 1 id: 2175 unit: void PropertyMap::concretizeNestedTypesFromConcreteParents() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 543 end line: 589 size: 42 LOC McCabe index: 10 number of parameters: 0 id: 2176 unit: void PropertyMap::concretizeTypeWitnessInConformance() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 720 end line: 772 size: 42 LOC McCabe index: 6 number of parameters: 5 id: 2177 unit: void PropertyMap::recordConcreteConformanceRule() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 941 end line: 1006 size: 42 LOC McCabe index: 4 number of parameters: 4 id: 2178 unit: void Symbol::Storage::Profile() file: lib/AST/RequirementMachine/Symbol.cpp start line: 813 end line: 868 size: 42 LOC McCabe index: 12 number of parameters: 1 id: 2179 unit: static std::vector getClangDepScanningInvocationArguments() file: lib/ClangImporter/ClangModuleDependencyScanner.cpp start line: 102 end line: 154 size: 42 LOC McCabe index: 1 number of parameters: 2 id: 2180 unit: bool Context::isThunkSymbol() file: lib/Demangling/Context.cpp start line: 93 end line: 140 size: 42 LOC McCabe index: 26 number of parameters: 1 id: 2181 unit: SugarType findSugar() file: lib/Demangling/NodePrinter.cpp start line: 608 end line: 659 size: 42 LOC McCabe index: 19 number of parameters: 1 id: 2182 unit: SerializationOptions CompilerInvocation::computeSerializationOptions() file: lib/Frontend/Frontend.cpp start line: 143 end line: 197 size: 42 LOC McCabe index: 6 number of parameters: 2 id: 2183 unit: bool FrontendOptions::doesActionRequireInputs() file: lib/Frontend/FrontendOptions.cpp start line: 137 end line: 178 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2184 unit: bool FrontendOptions::doesActionPerformEndOfPipelineActions() file: lib/Frontend/FrontendOptions.cpp start line: 180 end line: 221 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2185 unit: bool FrontendOptions::canActionEmitDependencies() file: lib/Frontend/FrontendOptions.cpp start line: 322 end line: 363 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2186 unit: bool FrontendOptions::canActionEmitReferenceDependencies() file: lib/Frontend/FrontendOptions.cpp start line: 365 end line: 406 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2187 unit: bool FrontendOptions::canActionEmitModuleSummary() file: lib/Frontend/FrontendOptions.cpp start line: 408 end line: 449 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2188 unit: bool FrontendOptions::canActionEmitClangHeader() file: lib/Frontend/FrontendOptions.cpp start line: 451 end line: 492 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2189 unit: bool FrontendOptions::canActionEmitLoadedModuleTrace() file: lib/Frontend/FrontendOptions.cpp start line: 494 end line: 535 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2190 unit: bool FrontendOptions::canActionEmitModuleSemanticInfo() file: lib/Frontend/FrontendOptions.cpp start line: 536 end line: 578 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2191 unit: bool FrontendOptions::canActionEmitModule() file: lib/Frontend/FrontendOptions.cpp start line: 586 end line: 627 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2192 unit: bool FrontendOptions::canActionEmitInterface() file: lib/Frontend/FrontendOptions.cpp start line: 633 end line: 674 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2193 unit: bool FrontendOptions::doesActionProduceOutput() file: lib/Frontend/FrontendOptions.cpp start line: 676 end line: 718 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2194 unit: bool FrontendOptions::doesActionProduceTextualOutput() file: lib/Frontend/FrontendOptions.cpp start line: 720 end line: 762 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2195 unit: bool FrontendOptions::doesActionGenerateSIL() file: lib/Frontend/FrontendOptions.cpp start line: 764 end line: 805 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2196 unit: bool FrontendOptions::doesActionGenerateIR() file: lib/Frontend/FrontendOptions.cpp start line: 807 end line: 848 size: 42 LOC McCabe index: 36 number of parameters: 1 id: 2197 unit: void ConformingMethodListCallbacks::getMatchingMethods() file: lib/IDE/ConformingMethodList.cpp start line: 112 end line: 171 size: 42 LOC McCabe index: 10 number of parameters: 3 id: 2198 unit: ResolvedRangeInfo getSingleNodeKind() file: lib/IDE/IDERequests.cpp start line: 552 end line: 594 size: 42 LOC McCabe index: 3 number of parameters: 1 id: 2199 unit: static void generateMemberwiseInit() file: lib/IDE/Refactoring.cpp start line: 3158 end line: 3214 size: 42 LOC McCabe index: 8 number of parameters: 4 id: 2200 unit: bool hasForceUnwrappedErrorParam() file: lib/IDE/Refactoring.cpp start line: 5144 end line: 5201 size: 42 LOC McCabe index: 11 number of parameters: 1 id: 2201 unit: void convertHandlerCall() file: lib/IDE/Refactoring.cpp start line: 6820 end line: 6876 size: 42 LOC McCabe index: 8 number of parameters: 3 id: 2202 unit: void addHoistedCallback() file: lib/IDE/Refactoring.cpp start line: 7119 end line: 7173 size: 42 LOC McCabe index: 8 number of parameters: 2 id: 2203 unit: AsyncContextLayout irgen::getAsyncContextLayout() file: lib/IRGen/GenCall.cpp start line: 97 end line: 153 size: 42 LOC McCabe index: 2 number of parameters: 6 id: 2204 unit: void DistributedAccessor::computeArguments() file: lib/IRGen/GenDistributed.cpp start line: 229 end line: 294 size: 42 LOC McCabe index: 5 number of parameters: 3 id: 2205 unit: void consume() file: lib/IRGen/GenEnum.cpp start line: 4603 end line: 4651 size: 42 LOC McCabe index: 8 number of parameters: 3 id: 2206 unit: void emitIndirectSwitch() file: lib/IRGen/GenEnum.cpp start line: 5682 end line: 5746 size: 42 LOC McCabe index: 9 number of parameters: 6 id: 2207 unit: NecessaryBindings NecessaryBindings::computeBindings() file: lib/IRGen/GenProto.cpp start line: 3219 end line: 3279 size: 42 LOC McCabe index: 12 number of parameters: 5 id: 2208 unit: void EnumTypeLayoutEntry::initializeSinglePayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 1749 end line: 1806 size: 42 LOC McCabe index: 5 number of parameters: 4 id: 2209 unit: bool IndexSwiftASTWalker::report() file: lib/Index/Index.cpp start line: 1460 end line: 1516 size: 42 LOC McCabe index: 18 number of parameters: 1 id: 2210 unit: bool walkToExprPre() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1112 end line: 1156 size: 42 LOC McCabe index: 14 number of parameters: 1 id: 2211 unit: void handleOverridingTypeChange() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1202 end line: 1244 size: 42 LOC McCabe index: 13 number of parameters: 2 id: 2212 unit: bool Migrator::performSyntacticPasses() file: lib/Migrator/Migrator.cpp start line: 186 end line: 237 size: 42 LOC McCabe index: 2 number of parameters: 1 id: 2213 unit: ParserResult Parser::parseTypedPattern() file: lib/Parse/ParsePattern.cpp start line: 1040 end line: 1097 size: 42 LOC McCabe index: 10 number of parameters: 0 id: 2214 unit: static CanSILFunctionType getSILFunctionTypeForClangDecl() file: lib/SIL/IR/SILFunctionType.cpp start line: 2747 end line: 2791 size: 42 LOC McCabe index: 6 number of parameters: 7 id: 2215 unit: SubstitutionMap getApplySubstitutionsFromParsed() file: lib/SIL/Parser/ParseSIL.cpp start line: 2003 end line: 2055 size: 42 LOC McCabe index: 7 number of parameters: 3 id: 2216 unit: llvm::Optional SILParser::parseSILCoverageExpr() file: lib/SIL/Parser/ParseSIL.cpp start line: 7422 end line: 7467 size: 42 LOC McCabe index: 13 number of parameters: 1 id: 2217 unit: bool PolymorphicBuiltinSpecializedOverloadInfo::init() file: lib/SIL/Utils/InstructionUtils.cpp start line: 1007 end line: 1077 size: 42 LOC McCabe index: 11 number of parameters: 4 id: 2218 unit: void Projection::print() file: lib/SIL/Utils/Projection.cpp start line: 564 end line: 605 size: 42 LOC McCabe index: 11 number of parameters: 2 id: 2219 unit: static ManagedValue emitBuiltinAutoDiffApplyTransposeFunction() file: lib/SILGen/SILGenBuiltin.cpp start line: 1176 end line: 1222 size: 42 LOC McCabe index: 7 number of parameters: 7 id: 2220 unit: LValue SILGenLValue::visitMemberRefExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3180 end line: 3233 size: 42 LOC McCabe index: 8 number of parameters: 3 id: 2221 unit: void addMethod() file: lib/SILGen/SILGenType.cpp start line: 398 end line: 460 size: 42 LOC McCabe index: 12 number of parameters: 1 id: 2222 unit: void EscapeAnalysis::ConnectionGraph::computeUsePoints() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 929 end line: 978 size: 42 LOC McCabe index: 17 number of parameters: 0 id: 2223 unit: void AliasAnalysis::computeImmutableScope() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 609 end line: 662 size: 42 LOC McCabe index: 12 number of parameters: 1 id: 2224 unit: void visitTupleExtractInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1320 end line: 1361 size: 42 LOC McCabe index: 9 number of parameters: 1 id: 2225 unit: void TangentBuilder::emitAddIntoBuffer() file: lib/SILOptimizer/Differentiation/TangentBuilder.cpp start line: 123 end line: 168 size: 42 LOC McCabe index: 7 number of parameters: 4 id: 2226 unit: bool CapturePropagation::optimizePartialApply() file: lib/SILOptimizer/IPO/CapturePropagation.cpp start line: 443 end line: 496 size: 42 LOC McCabe index: 11 number of parameters: 1 id: 2227 unit: void eliminateFunctionsAndGlobals() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 669 end line: 721 size: 42 LOC McCabe index: 10 number of parameters: 1 id: 2228 unit: bool COWArrayOpt::checkSafeArrayValueUses() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 520 end line: 576 size: 42 LOC McCabe index: 12 number of parameters: 1 id: 2229 unit: bool OptimizeHopToExecutor::removeRedundantHopToExecutors() file: lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp start line: 203 end line: 256 size: 42 LOC McCabe index: 12 number of parameters: 1 id: 2230 unit: void run() file: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp start line: 588 end line: 656 size: 42 LOC McCabe index: 11 number of parameters: 0 id: 2231 unit: static unsigned computeSubelement() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 116 end line: 172 size: 42 LOC McCabe index: 11 number of parameters: 2 id: 2232 unit: bool DSEContext::run() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 1183 end line: 1265 size: 42 LOC McCabe index: 8 number of parameters: 0 id: 2233 unit: void run() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 125 end line: 201 size: 42 LOC McCabe index: 12 number of parameters: 0 id: 2234 unit: bool HoistDestroys::rewriteDestroys() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 333 end line: 384 size: 42 LOC McCabe index: 13 number of parameters: 2 id: 2235 unit: StringOptimization::StringInfo StringOptimization::getStringInfo() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 514 end line: 571 size: 42 LOC McCabe index: 15 number of parameters: 1 id: 2236 unit: void dumpAccessStorage() file: lib/SILOptimizer/UtilityPasses/AccessStorageDumper.cpp start line: 36 end line: 82 size: 42 LOC McCabe index: 9 number of parameters: 1 id: 2237 unit: bool MemberAccessOnOptionalBaseFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1240 end line: 1301 size: 42 LOC McCabe index: 8 number of parameters: 0 id: 2238 unit: static void diagnoseUnownedImmediateDeallocationImpl() file: lib/Sema/MiscDiagnostics.cpp start line: 2048 end line: 2111 size: 42 LOC McCabe index: 11 number of parameters: 5 id: 2239 unit: void swift::performPlaygroundTransform() file: lib/Sema/PlaygroundTransform.cpp start line: 848 end line: 894 size: 42 LOC McCabe index: 9 number of parameters: 2 id: 2240 unit: void AttributeChecker::visitResultBuilderAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 3262 end line: 3311 size: 42 LOC McCabe index: 10 number of parameters: 1 id: 2241 unit: bool TypeChecker::diagnoseIfDeprecated() file: lib/Sema/TypeCheckAvailability.cpp start line: 2333 end line: 2386 size: 42 LOC McCabe index: 7 number of parameters: 4 id: 2242 unit: bool TypeChecker::typeCheckExprPattern() file: lib/Sema/TypeCheckConstraints.cpp start line: 625 end line: 682 size: 42 LOC McCabe index: 4 number of parameters: 3 id: 2243 unit: void ObjCReason::describe() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 100 end line: 146 size: 42 LOC McCabe index: 23 number of parameters: 1 id: 2244 unit: static void diagnosePotentialWitness() file: lib/Sema/TypeCheckProtocol.cpp start line: 5839 end line: 5892 size: 42 LOC McCabe index: 9 number of parameters: 4 id: 2245 unit: Expected deserializeOpaqueType() file: lib/Serialization/Deserialization.cpp start line: 3445 end line: 3496 size: 42 LOC McCabe index: 6 number of parameters: 2 id: 2246 unit: void ModuleFile::collectBasicSourceFileInfo() file: lib/Serialization/ModuleFile.cpp start line: 1015 end line: 1067 size: 42 LOC McCabe index: 5 number of parameters: 1 id: 2247 unit: void visitEnumDecl() file: lib/Serialization/Serialization.cpp start line: 3489 end line: 3542 size: 42 LOC McCabe index: 5 number of parameters: 1 id: 2248 unit: void visitProtocolDecl() file: lib/Serialization/Serialization.cpp start line: 3602 end line: 3657 size: 42 LOC McCabe index: 8 number of parameters: 1 id: 2249 unit: void SILSerializer::writeSILWitnessTableEntry() file: lib/Serialization/SerializeSIL.cpp start line: 2684 end line: 2733 size: 42 LOC McCabe index: 6 number of parameters: 1 id: 2250 unit: StringRef getDomain() file: lib/SymbolGraphGen/AvailabilityMixin.cpp start line: 20 end line: 67 size: 42 LOC McCabe index: 20 number of parameters: 1 id: 2251 unit: bool projectEnumValue() file: stdlib/public/Reflection/TypeLowering.cpp start line: 599 end line: 640 size: 42 LOC McCabe index: 11 number of parameters: 3 id: 2252 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 269 end line: 499 size: 42 LOC McCabe index: 1 number of parameters: 2 id: 2253 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1041 end line: 1467 size: 42 LOC McCabe index: 1 number of parameters: 2 id: 2254 unit: func _deconstructUTF8() file: stdlib/public/core/StringTesting.swift start line: 116 end line: 160 size: 42 LOC McCabe index: 4 number of parameters: 1 id: 2255 unit: static Optional inferAccessSyntactically() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1181 end line: 1228 size: 42 LOC McCabe index: 19 number of parameters: 1 id: 2256 unit: void removeUnwantedFunctions() file: tools/sil-func-extractor/SILFunctionExtractor.cpp start line: 170 end line: 226 size: 42 LOC McCabe index: 9 number of parameters: 3 id: 2257 unit: static StringRef getTagName() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2027 end line: 2068 size: 42 LOC McCabe index: 37 number of parameters: 1 id: 2258 unit: def main() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 42 LOC McCabe index: 7 number of parameters: 1 id: 2259 unit: def run_test() file: utils/bug_reducer/bug_reducer/opt_bug_reducer.py start line: 0 end line: 0 size: 42 LOC McCabe index: 10 number of parameters: 3 id: 2260 unit: func getQCData() file: utils/gen-unicode-data/Sources/GenNormalization/NFX_QC.swift start line: 29 end line: 93 size: 42 LOC McCabe index: 9 number of parameters: 2 id: 2261 unit: def set_csv_baseline() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 42 LOC McCabe index: 10 number of parameters: 1 id: 2262 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/earlyswiftdriver.py start line: 0 end line: 0 size: 42 LOC McCabe index: 5 number of parameters: 4 id: 2263 unit: func f() file: validation-test/compiler_crashers_fixed/01169-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift start line: 9 end line: 56 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 2264 unit: bool ASTMangler::appendGenericSignature() file: lib/AST/ASTMangler.cpp start line: 2700 end line: 2755 size: 41 LOC McCabe index: 11 number of parameters: 2 id: 2265 unit: void ConformanceLookupTable::lookupConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 993 end line: 1049 size: 41 LOC McCabe index: 8 number of parameters: 4 id: 2266 unit: StringRef DependencyKey::Builder::getTopLevelName() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 169 end line: 220 size: 41 LOC McCabe index: 30 number of parameters: 1 id: 2267 unit: static ConstraintResult visitInherited() file: lib/AST/GenericSignatureBuilder.cpp start line: 3818 end line: 3867 size: 41 LOC McCabe index: 10 number of parameters: 2 id: 2268 unit: bool GenericSignatureBuilder::updateSuperclass() file: lib/AST/GenericSignatureBuilder.cpp start line: 4305 end line: 4373 size: 41 LOC McCabe index: 6 number of parameters: 3 id: 2269 unit: void removeSelfDerived() file: lib/AST/GenericSignatureBuilder.cpp start line: 6442 end line: 6495 size: 41 LOC McCabe index: 9 number of parameters: 4 id: 2270 unit: static RawComment toRawComment() file: lib/AST/RawComment.cpp start line: 75 end line: 131 size: 41 LOC McCabe index: 9 number of parameters: 2 id: 2271 unit: static void desugarConformanceRequirement() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 122 end line: 172 size: 41 LOC McCabe index: 8 number of parameters: 3 id: 2272 unit: bool RewriteSystem::simplifySubstitutions() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 262 end line: 328 size: 41 LOC McCabe index: 13 number of parameters: 2 id: 2273 unit: bool PlatformAvailability::treatDeprecatedAsUnavailable() file: lib/ClangImporter/ClangImporter.cpp start line: 2182 end line: 2245 size: 41 LOC McCabe index: 27 number of parameters: 3 id: 2274 unit: bool NameImporter::hasNamingConflict() file: lib/ClangImporter/ImportName.cpp start line: 947 end line: 1014 size: 41 LOC McCabe index: 14 number of parameters: 3 id: 2275 unit: static void printName() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 842 end line: 891 size: 41 LOC McCabe index: 12 number of parameters: 2 id: 2276 unit: ManglingError Remangler::mangleSILBoxTypeWithLayout() file: lib/Demangling/Remangler.cpp start line: 3142 end line: 3184 size: 41 LOC McCabe index: 7 number of parameters: 2 id: 2277 unit: TaskFinishedResponse taskSignalled() file: lib/Driver/Compilation.cpp start line: 769 end line: 820 size: 41 LOC McCabe index: 8 number of parameters: 7 id: 2278 unit: static void chooseModuleAuxiliaryOutputFilePath() file: lib/Driver/Driver.cpp start line: 3223 end line: 3267 size: 41 LOC McCabe index: 11 number of parameters: 7 id: 2279 unit: bool ArgsToFrontendOutputsConverter::convert() file: lib/Frontend/ArgsToFrontendOutputsConverter.cpp start line: 35 end line: 80 size: 41 LOC McCabe index: 9 number of parameters: 3 id: 2280 unit: static void collectProtocols() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 438 end line: 488 size: 41 LOC McCabe index: 11 number of parameters: 2 id: 2281 unit: void PrintingDiagnosticConsumer::handleDiagnostic() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 925 end line: 975 size: 41 LOC McCabe index: 15 number of parameters: 2 id: 2282 unit: bool swift::emitMakeDependenciesIfNeeded() file: lib/FrontendTool/MakeStyleDependencies.cpp start line: 91 end line: 145 size: 41 LOC McCabe index: 7 number of parameters: 4 id: 2283 unit: void addSubscriptCall() file: lib/IDE/CodeCompletion.cpp start line: 3396 end line: 3455 size: 41 LOC McCabe index: 15 number of parameters: 3 id: 2284 unit: void getValueCompletionsInDeclContext() file: lib/IDE/CodeCompletion.cpp start line: 4563 end line: 4618 size: 41 LOC McCabe index: 9 number of parameters: 4 id: 2285 unit: void fixLifetime() file: lib/IRGen/GenEnum.cpp start line: 2671 end line: 2725 size: 41 LOC McCabe index: 7 number of parameters: 2 id: 2286 unit: MetadataSourceMap getMetadataSourceMap() file: lib/IRGen/GenReflection.cpp start line: 1123 end line: 1191 size: 41 LOC McCabe index: 11 number of parameters: 0 id: 2287 unit: void IRGenModule::addLinkLibrary() file: lib/IRGen/IRGenModule.cpp start line: 1305 end line: 1354 size: 41 LOC McCabe index: 8 number of parameters: 1 id: 2288 unit: static bool rewriteFunctionReturn() file: lib/IRGen/LoadableByAddress.cpp start line: 2338 end line: 2380 size: 41 LOC McCabe index: 6 number of parameters: 1 id: 2289 unit: bool IndexSwiftASTWalker::handleWitnesses() file: lib/Index/Index.cpp start line: 1148 end line: 1199 size: 41 LOC McCabe index: 12 number of parameters: 2 id: 2290 unit: static string_t diff_prettyHtml() file: lib/Migrator/Diff.h start line: 1408 end line: 1448 size: 41 LOC McCabe index: 16 number of parameters: 1 id: 2291 unit: ParserResult Parser::parseStmtReturn() file: lib/Parse/ParseStmt.cpp start line: 745 end line: 804 size: 41 LOC McCabe index: 12 number of parameters: 1 id: 2292 unit: ParserResult Parser::parseStmtWhile() file: lib/Parse/ParseStmt.cpp start line: 1896 end line: 1941 size: 41 LOC McCabe index: 5 number of parameters: 1 id: 2293 unit: void ParsedRawSyntaxNode::dump() file: lib/Parse/ParsedRawSyntaxNode.cpp start line: 37 end line: 78 size: 41 LOC McCabe index: 9 number of parameters: 3 id: 2294 unit: static std::string getEdgeSourceLabel() file: lib/SIL/IR/SILFunction.cpp start line: 551 end line: 606 size: 41 LOC McCabe index: 16 number of parameters: 2 id: 2295 unit: static ObjCSelectorFamily getObjCSelectorFamily() file: lib/SIL/IR/SILFunctionType.cpp start line: 2863 end line: 2911 size: 41 LOC McCabe index: 21 number of parameters: 1 id: 2296 unit: void printDebugInfoExpression() file: lib/SIL/IR/SILPrinter.cpp start line: 1228 end line: 1274 size: 41 LOC McCabe index: 11 number of parameters: 1 id: 2297 unit: void checkOpenExistentialMetatypeInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3674 end line: 3718 size: 41 LOC McCabe index: 2 number of parameters: 1 id: 2298 unit: RValue RValueEmitter::visitTupleExpr() file: lib/SILGen/SILGenExpr.cpp start line: 2141 end line: 2193 size: 41 LOC McCabe index: 13 number of parameters: 2 id: 2299 unit: DeclName SILGenModule::getMagicFunctionName() file: lib/SILGen/SILGenFunction.cpp start line: 71 end line: 115 size: 41 LOC McCabe index: 15 number of parameters: 1 id: 2300 unit: static unsigned getNumSpecializationsRecursive() file: lib/SILGen/SILGenPattern.cpp start line: 144 end line: 197 size: 41 LOC McCabe index: 16 number of parameters: 2 id: 2301 unit: void translateAndExplodeOutOf() file: lib/SILGen/SILGenPoly.cpp start line: 1290 end line: 1333 size: 41 LOC McCabe index: 5 number of parameters: 5 id: 2302 unit: void StmtEmitter::visitIfStmt() file: lib/SILGen/SILGenStmt.cpp start line: 725 end line: 789 size: 41 LOC McCabe index: 6 number of parameters: 1 id: 2303 unit: void ConsumedArgToEpilogueReleaseMatcher::collectMatchingReleases() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 886 end line: 982 size: 41 LOC McCabe index: 17 number of parameters: 1 id: 2304 unit: void FunctionSignatureTransform::ArgumentExplosionFinalizeOptimizedFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/ArgumentExplosionTransform.cpp start line: 358 end line: 422 size: 41 LOC McCabe index: 6 number of parameters: 0 id: 2305 unit: bool LoopTreeOptimization::splitLoads() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 1082 end line: 1141 size: 41 LOC McCabe index: 9 number of parameters: 3 id: 2306 unit: void AccessEnforcementSelection::processFunction() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 609 end line: 669 size: 41 LOC McCabe index: 11 number of parameters: 1 id: 2307 unit: void DominatedAccessRemoval::tryInsertLoopPreheaderAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 531 end line: 591 size: 41 LOC McCabe index: 9 number of parameters: 2 id: 2308 unit: static void addReturnValueImpl() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 99 end line: 150 size: 41 LOC McCabe index: 8 number of parameters: 3 id: 2309 unit: bool SimplifyCFG::canonicalizeSwitchEnums() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2928 end line: 2978 size: 41 LOC McCabe index: 13 number of parameters: 0 id: 2310 unit: bool ArgumentSplitter::createNewArguments() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3161 end line: 3242 size: 41 LOC McCabe index: 10 number of parameters: 0 id: 2311 unit: bool SimplifyCFG::run() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3366 end line: 3437 size: 41 LOC McCabe index: 8 number of parameters: 0 id: 2312 unit: void printMemReduction() file: lib/SILOptimizer/UtilityPasses/LSLocationPrinter.cpp start line: 187 end line: 238 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 2313 unit: void InstructionDeleter::deleteWithUses() file: lib/SILOptimizer/Utils/InstructionDeleter.cpp start line: 191 end line: 242 size: 41 LOC McCabe index: 14 number of parameters: 3 id: 2314 unit: bool processTerminator() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 146 end line: 204 size: 41 LOC McCabe index: 10 number of parameters: 4 id: 2315 unit: bool BindingSet::favoredOverDisjunction() file: lib/Sema/CSBindings.cpp start line: 991 end line: 1060 size: 41 LOC McCabe index: 18 number of parameters: 1 id: 2316 unit: void visitBraceStmt() file: lib/Sema/CSClosure.cpp start line: 764 end line: 810 size: 41 LOC McCabe index: 12 number of parameters: 1 id: 2317 unit: bool MissingArgumentsFailure::isMisplacedMissingArgument() file: lib/Sema/CSDiagnostics.cpp start line: 4744 end line: 4797 size: 41 LOC McCabe index: 11 number of parameters: 2 id: 2318 unit: void MissingRawRepresentableInitFailure::fixIt() file: lib/Sema/CSDiagnostics.cpp start line: 7237 end line: 7286 size: 41 LOC McCabe index: 8 number of parameters: 1 id: 2319 unit: bool ConstraintSystem::generateConstraints() file: lib/Sema/CSGen.cpp start line: 4071 end line: 4121 size: 41 LOC McCabe index: 9 number of parameters: 2 id: 2320 unit: void SplitterStep::computeFollowupSteps() file: lib/Sema/CSStep.cpp start line: 88 end line: 153 size: 41 LOC McCabe index: 7 number of parameters: 1 id: 2321 unit: bool DerivedConformance::canDeriveRawRepresentable() file: lib/Sema/DerivedConformanceRawRepresentable.cpp start line: 445 end line: 506 size: 41 LOC McCabe index: 17 number of parameters: 2 id: 2322 unit: static void diagUnqualifiedAccessToMethodNamedSelf() file: lib/Sema/MiscDiagnostics.cpp start line: 4723 end line: 4775 size: 41 LOC McCabe index: 12 number of parameters: 2 id: 2323 unit: void TypeChecker::addImplicitDynamicAttribute() file: lib/Sema/TypeCheckAttr.cpp start line: 3591 end line: 3649 size: 41 LOC McCabe index: 20 number of parameters: 1 id: 2324 unit: void swift::diagnoseUnavailableOverride() file: lib/Sema/TypeCheckAvailability.cpp start line: 2388 end line: 2435 size: 41 LOC McCabe index: 10 number of parameters: 3 id: 2325 unit: static Optional getMemberIsolationPropagation() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3200 end line: 3244 size: 41 LOC McCabe index: 32 number of parameters: 1 id: 2326 unit: bool swift::contextRequiresStrictConcurrencyChecking() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3764 end line: 3823 size: 41 LOC McCabe index: 21 number of parameters: 2 id: 2327 unit: explicit RawValueKey() file: lib/Sema/TypeCheckDecl.cpp start line: 100 end line: 142 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 2328 unit: void swift::validatePrecedenceGroup() file: lib/Sema/TypeCheckDecl.cpp start line: 1405 end line: 1461 size: 41 LOC McCabe index: 14 number of parameters: 1 id: 2329 unit: bool swift::isRepresentableInObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1027 end line: 1085 size: 41 LOC McCabe index: 10 number of parameters: 2 id: 2330 unit: static void applyAccessNote() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1568 end line: 1620 size: 41 LOC McCabe index: 7 number of parameters: 3 id: 2331 unit: void diagnoseUnhandledThrowSite() file: lib/Sema/TypeCheckEffects.cpp start line: 1770 end line: 1814 size: 41 LOC McCabe index: 13 number of parameters: 4 id: 2332 unit: static Type getWitnessTypeForMatching() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 506 end line: 565 size: 41 LOC McCabe index: 12 number of parameters: 2 id: 2333 unit: Expected deserializeTypeAlias() file: lib/Serialization/Deserialization.cpp start line: 2622 end line: 2673 size: 41 LOC McCabe index: 6 number of parameters: 2 id: 2334 unit: Expected deserializeBoundGenericType() file: lib/Serialization/Deserialization.cpp start line: 5671 end line: 5723 size: 41 LOC McCabe index: 7 number of parameters: 2 id: 2335 unit: void ModuleFile::lookupClassMember() file: lib/Serialization/ModuleFile.cpp start line: 758 end line: 806 size: 41 LOC McCabe index: 16 number of parameters: 3 id: 2336 unit: void Symbol::serializeDocComment() file: lib/SymbolGraphGen/Symbol.cpp start line: 195 end line: 239 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 2337 unit: func _runTestAsync() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1919 end line: 1963 size: 41 LOC McCabe index: 8 number of parameters: 2 id: 2338 unit: func _getOSVersion() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 2223 end line: 2267 size: 41 LOC McCabe index: 4 number of parameters: 0 id: 2339 unit: func _taskCancel() file: stdlib/public/Concurrency/Task.swift start line: 859 end line: 910 size: 41 LOC McCabe index: 1 number of parameters: 1 id: 2340 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 277 end line: 499 size: 41 LOC McCabe index: 1 number of parameters: 2 id: 2341 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1055 end line: 1467 size: 41 LOC McCabe index: 1 number of parameters: 2 id: 2342 unit: static void array_copy_operation() file: stdlib/public/runtime/Array.cpp start line: 86 end line: 135 size: 41 LOC McCabe index: 11 number of parameters: 4 id: 2343 unit: static void unwrapExistential() file: stdlib/public/runtime/Casting.cpp start line: 900 end line: 945 size: 41 LOC McCabe index: 6 number of parameters: 6 id: 2344 unit: static void initClassVTable() file: stdlib/public/runtime/Metadata.cpp start line: 2727 end line: 2785 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 2345 unit: ImmutableTextBufferRef EditableTextBuffer::getBufferForSnapshot() file: tools/SourceKit/lib/Support/ImmutableTextBuffer.cpp start line: 210 end line: 257 size: 41 LOC McCabe index: 8 number of parameters: 1 id: 2346 unit: void SwiftLangSupport::editorOpen() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2350 end line: 2403 size: 41 LOC McCabe index: 11 number of parameters: 5 id: 2347 unit: CharSourceRange getDeferredChildRange() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 365 end line: 409 size: 41 LOC McCabe index: 11 number of parameters: 3 id: 2348 unit: std::vector getLocsByLabelOrPosition() file: tools/swift-refactor/swift-refactor.cpp start line: 197 end line: 244 size: 41 LOC McCabe index: 10 number of parameters: 2 id: 2349 unit: int main() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 857 end line: 904 size: 41 LOC McCabe index: 11 number of parameters: 2 id: 2350 unit: void threadedExecute() file: unittests/runtime/ThreadingHelpers.h start line: 72 end line: 132 size: 41 LOC McCabe index: 10 number of parameters: 5 id: 2351 unit: def serialize() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 41 LOC McCabe index: 10 number of parameters: 2 id: 2352 unit: func a() file: validation-test/compiler_crashers_fixed/00234-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift start line: 209 end line: 287 size: 41 LOC McCabe index: 3 number of parameters: 0 id: 2353 unit: def main() file: benchmark/scripts/build_linux.py start line: 0 end line: 0 size: 40 LOC McCabe index: 2 number of parameters: 0 id: 2354 unit: bool insert() file: include/swift/Basic/TopCollection.h start line: 105 end line: 173 size: 40 LOC McCabe index: 19 number of parameters: 2 id: 2355 unit: llvm::Optional iterateMetadataAllocationBacktraces() file: include/swift/Reflection/ReflectionContext.h start line: 1308 end line: 1353 size: 40 LOC McCabe index: 5 number of parameters: 1 id: 2356 unit: void printRec() file: lib/AST/ASTDumper.cpp start line: 1387 end line: 1427 size: 40 LOC McCabe index: 9 number of parameters: 1 id: 2357 unit: void PrintAST::visitVarDecl() file: lib/AST/ASTPrinter.cpp start line: 3412 end line: 3463 size: 40 LOC McCabe index: 11 number of parameters: 1 id: 2358 unit: void PrintAST::visitConstructorDecl() file: lib/AST/ASTPrinter.cpp start line: 3956 end line: 4003 size: 40 LOC McCabe index: 10 number of parameters: 1 id: 2359 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 3169 end line: 3215 size: 40 LOC McCabe index: 17 number of parameters: 1 id: 2360 unit: void ConformanceLookupTable::inheritConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 210 end line: 263 size: 40 LOC McCabe index: 10 number of parameters: 3 id: 2361 unit: bool VarDecl::isSettable() file: lib/AST/Decl.cpp start line: 5787 end line: 5869 size: 40 LOC McCabe index: 18 number of parameters: 2 id: 2362 unit: bool Deserializer::readFineGrainedDependencyGraphFromSwiftModule() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 572 end line: 618 size: 40 LOC McCabe index: 10 number of parameters: 1 id: 2363 unit: SelfBounds SelfBoundsFromWhereClauseRequest::evaluate() file: lib/AST/NameLookup.cpp start line: 913 end line: 971 size: 40 LOC McCabe index: 10 number of parameters: 2 id: 2364 unit: static void extractDirectlyReferencedNominalTypes() file: lib/AST/NameLookup.cpp start line: 1604 end line: 1655 size: 40 LOC McCabe index: 13 number of parameters: 2 id: 2365 unit: static std::pair unifySuperclasses() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 308 end line: 362 size: 40 LOC McCabe index: 9 number of parameters: 4 id: 2366 unit: Type SubstitutionMap::lookupSubstitution() file: lib/AST/SubstitutionMap.cpp start line: 245 end line: 319 size: 40 LOC McCabe index: 12 number of parameters: 1 id: 2367 unit: ManglingError Remangler::mangleAnyNominalType() file: lib/Demangling/Remangler.cpp start line: 482 end line: 526 size: 40 LOC McCabe index: 12 number of parameters: 2 id: 2368 unit: static void writeCompilationRecord() file: lib/Driver/Compilation.cpp start line: 1608 end line: 1660 size: 40 LOC McCabe index: 4 number of parameters: 4 id: 2369 unit: int parseArgs() file: lib/DriverTool/autolink_extract_main.cpp start line: 60 end line: 107 size: 40 LOC McCabe index: 8 number of parameters: 2 id: 2370 unit: void visit() file: lib/DriverTool/swift_api_digester_main.cpp start line: 858 end line: 911 size: 40 LOC McCabe index: 20 number of parameters: 1 id: 2371 unit: bool ModuleInterfaceLoader::buildSwiftModuleFromSwiftInterface() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1213 end line: 1257 size: 40 LOC McCabe index: 3 number of parameters: 16 id: 2372 unit: void ABIDependencyEvaluator::reexposeImportedABI() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 255 end line: 309 size: 40 LOC McCabe index: 9 number of parameters: 3 id: 2373 unit: void swift::ide::printHeaderInterface() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 877 end line: 928 size: 40 LOC McCabe index: 6 number of parameters: 4 id: 2374 unit: void EnumPayload::emitScatterBits() file: lib/IRGen/EnumPayload.cpp start line: 475 end line: 529 size: 40 LOC McCabe index: 8 number of parameters: 3 id: 2375 unit: void addFieldsForClassImpl() file: lib/IRGen/GenClass.cpp start line: 217 end line: 277 size: 40 LOC McCabe index: 14 number of parameters: 5 id: 2376 unit: void visitMembers() file: lib/IRGen/GenDecl.cpp start line: 285 end line: 343 size: 40 LOC McCabe index: 4 number of parameters: 1 id: 2377 unit: void destroy() file: lib/IRGen/GenEnum.cpp start line: 4942 end line: 4989 size: 40 LOC McCabe index: 11 number of parameters: 4 id: 2378 unit: void addMethod() file: lib/IRGen/GenProto.cpp start line: 1349 end line: 1393 size: 40 LOC McCabe index: 8 number of parameters: 1 id: 2379 unit: return getAddrOfStringForMetadataRef() file: lib/IRGen/GenReflection.cpp start line: 396 end line: 446 size: 40 LOC McCabe index: 4 number of parameters: 4 id: 2380 unit: return getEnumTagSinglePayloadGeneric() file: lib/IRGen/TypeLayout.cpp start line: 2120 end line: 2178 size: 40 LOC McCabe index: 1 number of parameters: 4 id: 2381 unit: void InlineTree::buildTree() file: lib/LLVMPasses/LLVMInlineTree.cpp start line: 208 end line: 253 size: 40 LOC McCabe index: 7 number of parameters: 1 id: 2382 unit: static void diff_lineMode() file: lib/Migrator/Diff.h start line: 419 end line: 470 size: 40 LOC McCabe index: 7 number of parameters: 4 id: 2383 unit: static void percent_decode() file: lib/Migrator/Diff.h start line: 2475 end line: 2515 size: 40 LOC McCabe index: 21 number of parameters: 1 id: 2384 unit: bool visitCallExpr() file: lib/Parse/ParseIfConfig.cpp start line: 500 end line: 540 size: 40 LOC McCabe index: 8 number of parameters: 1 id: 2385 unit: void printObjCBridgeableType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1336 end line: 1392 size: 40 LOC McCabe index: 14 number of parameters: 4 id: 2386 unit: CanType handleTypeParameterInAbstractionPattern() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1399 end line: 1461 size: 40 LOC McCabe index: 12 number of parameters: 2 id: 2387 unit: static std::string getCompleteNodeLabel() file: lib/SIL/IR/SILFunction.cpp start line: 496 end line: 542 size: 40 LOC McCabe index: 13 number of parameters: 2 id: 2388 unit: void printBlockArguments() file: lib/SIL/IR/SILPrinter.cpp start line: 744 end line: 787 size: 40 LOC McCabe index: 9 number of parameters: 1 id: 2389 unit: bool swift::isPossibleFormalAccessStorage() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2230 end line: 2284 size: 40 LOC McCabe index: 18 number of parameters: 2 id: 2390 unit: bool LoadBorrowImmutabilityAnalysis::isImmutable() file: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp start line: 348 end line: 404 size: 40 LOC McCabe index: 14 number of parameters: 1 id: 2391 unit: bool SILValueOwnershipChecker::gatherNonGuaranteedUsers() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 198 end line: 269 size: 40 LOC McCabe index: 7 number of parameters: 2 id: 2392 unit: void emit() file: lib/SILGen/SILGenApply.cpp start line: 2884 end line: 2950 size: 40 LOC McCabe index: 11 number of parameters: 2 id: 2393 unit: void emitExpanded() file: lib/SILGen/SILGenApply.cpp start line: 2960 end line: 3014 size: 40 LOC McCabe index: 11 number of parameters: 2 id: 2394 unit: static ManagedValue applyTrivialConversions() file: lib/SILGen/SILGenPoly.cpp start line: 1619 end line: 1661 size: 40 LOC McCabe index: 14 number of parameters: 4 id: 2395 unit: void EscapeAnalysis::ConnectionGraph::verify() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1671 end line: 1721 size: 40 LOC McCabe index: 14 number of parameters: 0 id: 2396 unit: static bool hasEscapingUses() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 377 end line: 427 size: 40 LOC McCabe index: 24 number of parameters: 2 id: 2397 unit: bool FunctionSignatureTransform::run() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 637 end line: 711 size: 40 LOC McCabe index: 17 number of parameters: 1 id: 2398 unit: void GlobalPropertyOpt::scanInstructions() file: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp start line: 372 end line: 417 size: 40 LOC McCabe index: 12 number of parameters: 0 id: 2399 unit: void run() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 490 end line: 537 size: 40 LOC McCabe index: 7 number of parameters: 0 id: 2400 unit: void run() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 1163 end line: 1230 size: 40 LOC McCabe index: 8 number of parameters: 0 id: 2401 unit: bool ValueUseToDeclInferrer::findDecls() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 247 end line: 308 size: 40 LOC McCabe index: 9 number of parameters: 2 id: 2402 unit: void DCE::propagateLiveness() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 435 end line: 485 size: 40 LOC McCabe index: 24 number of parameters: 1 id: 2403 unit: void BBEnumTagDataflowState::dump() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 809 end line: 850 size: 40 LOC McCabe index: 8 number of parameters: 0 id: 2404 unit: static bool processFunction() file: lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp start line: 259 end line: 304 size: 40 LOC McCabe index: 11 number of parameters: 1 id: 2405 unit: bool SimplifyCFG::simplifyThreadedTerminators() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 642 end line: 684 size: 40 LOC McCabe index: 12 number of parameters: 0 id: 2406 unit: static NodePointer mangleDerivativeFunctionSubsetParametersThunkAsNode() file: lib/SILOptimizer/Utils/DifferentiationMangler.cpp start line: 112 end line: 151 size: 40 LOC McCabe index: 4 number of parameters: 7 id: 2407 unit: void swift::extendOwnedLifetime() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 41 end line: 86 size: 40 LOC McCabe index: 9 number of parameters: 3 id: 2408 unit: void StackNesting::setup() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 21 end line: 78 size: 40 LOC McCabe index: 10 number of parameters: 0 id: 2409 unit: static bool buildObjCKeyPathString() file: lib/Sema/CSApply.cpp start line: 437 end line: 492 size: 40 LOC McCabe index: 17 number of parameters: 2 id: 2410 unit: static void existingOperatorBindingsForDisjunction() file: lib/Sema/CSSolver.cpp start line: 1882 end line: 1933 size: 40 LOC McCabe index: 14 number of parameters: 3 id: 2411 unit: Type ConstraintSystem::simplifyTypeImpl() file: lib/Sema/ConstraintSystem.cpp start line: 3129 end line: 3189 size: 40 LOC McCabe index: 12 number of parameters: 2 id: 2412 unit: static void findAvailabilityFixItNodes() file: lib/Sema/TypeCheckAvailability.cpp start line: 1398 end line: 1462 size: 40 LOC McCabe index: 8 number of parameters: 6 id: 2413 unit: static void fixAvailabilityByAddingVersionCheck() file: lib/Sema/TypeCheckAvailability.cpp start line: 1571 end line: 1625 size: 40 LOC McCabe index: 3 number of parameters: 4 id: 2414 unit: void KeyPathTypeCheckCompletionCallback::sawSolution() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 1267 end line: 1319 size: 40 LOC McCabe index: 9 number of parameters: 1 id: 2415 unit: bool TypeChecker::typeCheckPatternBinding() file: lib/Sema/TypeCheckConstraints.cpp start line: 499 end line: 549 size: 40 LOC McCabe index: 8 number of parameters: 4 id: 2416 unit: ShouldRecurse_t checkDeclRef() file: lib/Sema/TypeCheckEffects.cpp start line: 2496 end line: 2549 size: 40 LOC McCabe index: 12 number of parameters: 1 id: 2417 unit: void TypeChecker::performTypoCorrection() file: lib/Sema/TypeCheckNameLookup.cpp start line: 594 end line: 651 size: 40 LOC McCabe index: 8 number of parameters: 7 id: 2418 unit: static Optional scorePotentiallyMatchingNames() file: lib/Sema/TypeCheckProtocol.cpp start line: 5584 end line: 5632 size: 40 LOC McCabe index: 11 number of parameters: 4 id: 2419 unit: bool AssociatedTypeInference::findBestSolution() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1651 end line: 1706 size: 40 LOC McCabe index: 13 number of parameters: 1 id: 2420 unit: static void addPropertyWrapperAccessorAvailability() file: lib/Sema/TypeCheckStorage.cpp start line: 1997 end line: 2046 size: 40 LOC McCabe index: 12 number of parameters: 3 id: 2421 unit: void TBDGenVisitor::addLinkerDirectiveSymbolsLdHide() file: lib/TBDGen/TBDGen.cpp start line: 337 end line: 382 size: 40 LOC McCabe index: 13 number of parameters: 2 id: 2422 unit: static void swift_taskGroup_wait_next_throwingImpl() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 688 end line: 735 size: 40 LOC McCabe index: 7 number of parameters: 5 id: 2423 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 285 end line: 499 size: 40 LOC McCabe index: 1 number of parameters: 2 id: 2424 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1069 end line: 1467 size: 40 LOC McCabe index: 1 number of parameters: 2 id: 2425 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2295 end line: 2404 size: 40 LOC McCabe index: 1 number of parameters: 1 id: 2426 unit: void swift_addNewDSOImage() file: stdlib/public/runtime/ImageInspectionCommon.cpp start line: 83 end line: 128 size: 40 LOC McCabe index: 6 number of parameters: 1 id: 2427 unit: static void initializeResilientWitnessTable() file: stdlib/public/runtime/Metadata.cpp start line: 4775 end line: 4838 size: 40 LOC McCabe index: 9 number of parameters: 4 id: 2428 unit: static bool findAnyTransitiveMetadata() file: stdlib/public/runtime/Metadata.cpp start line: 5472 end line: 5530 size: 40 LOC McCabe index: 19 number of parameters: 2 id: 2429 unit: static void intervalContainingPowerOf10_Binary64() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2665 end line: 2713 size: 40 LOC McCabe index: 4 number of parameters: 4 id: 2430 unit: void ASTBuildOperation::schedule() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 1108 end line: 1153 size: 40 LOC McCabe index: 7 number of parameters: 1 id: 2431 unit: static sourcekitd_variant_t variantFromSKDObject() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 967 end line: 1008 size: 40 LOC McCabe index: 13 number of parameters: 1 id: 2432 unit: static sourcekitd_variant_t variantFromXPCObject() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp start line: 762 end line: 803 size: 40 LOC McCabe index: 13 number of parameters: 1 id: 2433 unit: static int doPrintModuleGroups() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2809 end line: 2855 size: 40 LOC McCabe index: 7 number of parameters: 2 id: 2434 unit: void printDocComment() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3365 end line: 3411 size: 40 LOC McCabe index: 9 number of parameters: 1 id: 2435 unit: def get_frameworks() file: utils/api_checker/sdk-module-lists/infer-imports.py start line: 0 end line: 0 size: 40 LOC McCabe index: 13 number of parameters: 2 id: 2436 unit: def run() file: utils/api_checker/swift-api-checker.py start line: 0 end line: 0 size: 40 LOC McCabe index: 12 number of parameters: 9 id: 2437 unit: def __platforms_to_skip_test() file: utils/swift_build_support/swift_build_support/host_specific_configuration.py start line: 0 end line: 0 size: 40 LOC McCabe index: 18 number of parameters: 3 id: 2438 unit: func startTrackingObjects() file: benchmark/utils/DriverUtils.swift start line: 350 end line: 395 size: 39 LOC McCabe index: 2 number of parameters: 1 id: 2439 unit: bool tryMergeSubst() file: include/swift/Demangling/ManglingUtils.h start line: 282 end line: 328 size: 39 LOC McCabe index: 13 number of parameters: 3 id: 2440 unit: void swift::ide::api::SDKNodeDeclType::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2383 end line: 2430 size: 39 LOC McCabe index: 15 number of parameters: 1 id: 2441 unit: void ASTMangler::appendBoundGenericArgs() file: lib/AST/ASTMangler.cpp start line: 1555 end line: 1594 size: 39 LOC McCabe index: 10 number of parameters: 4 id: 2442 unit: void PrintAST::visitSubscriptDecl() file: lib/AST/ASTPrinter.cpp start line: 3906 end line: 3954 size: 39 LOC McCabe index: 4 number of parameters: 1 id: 2443 unit: void addExprToScopeTree() file: lib/AST/ASTScopeCreation.cpp start line: 97 end line: 141 size: 39 LOC McCabe index: 4 number of parameters: 2 id: 2444 unit: static void printAvailableAttr() file: lib/AST/Attr.cpp start line: 762 end line: 807 size: 39 LOC McCabe index: 13 number of parameters: 3 id: 2445 unit: static void recordRelation() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 56 end line: 113 size: 39 LOC McCabe index: 9 number of parameters: 5 id: 2446 unit: void PropertyMap::checkConcreteTypeRequirements() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 486 end line: 541 size: 39 LOC McCabe index: 11 number of parameters: 0 id: 2447 unit: bool importer::shouldSuppressDeclImport() file: lib/ClangImporter/ClangImporter.cpp start line: 2542 end line: 2608 size: 39 LOC McCabe index: 15 number of parameters: 1 id: 2448 unit: bool SwiftDeclConverter::existingConstructorIsWorse() file: lib/ClangImporter/ImportDecl.cpp start line: 6869 end line: 6927 size: 39 LOC McCabe index: 14 number of parameters: 3 id: 2449 unit: static bool shouldBeSwiftPrivate() file: lib/ClangImporter/ImportName.cpp start line: 1016 end line: 1065 size: 39 LOC McCabe index: 17 number of parameters: 4 id: 2450 unit: std::string Context::getModuleName() file: lib/Demangling/Context.cpp start line: 201 end line: 239 size: 39 LOC McCabe index: 11 number of parameters: 1 id: 2451 unit: void Node::addChild() file: lib/Demangling/Demangler.cpp start line: 338 end line: 376 size: 39 LOC McCabe index: 7 number of parameters: 2 id: 2452 unit: NodePointer demangleImplFunctionType() file: lib/Demangling/OldDemangler.cpp start line: 2211 end line: 2263 size: 39 LOC McCabe index: 16 number of parameters: 1 id: 2453 unit: ManglingError Remangler::mangleImplFunctionType() file: lib/Demangling/OldRemangler.cpp start line: 1550 end line: 1588 size: 39 LOC McCabe index: 14 number of parameters: 2 id: 2454 unit: TaskFinishedResponse taskFinished() file: lib/Driver/Compilation.cpp start line: 650 end line: 699 size: 39 LOC McCabe index: 10 number of parameters: 6 id: 2455 unit: void populateInputInfoMap() file: lib/Driver/Compilation.cpp start line: 1466 end line: 1510 size: 39 LOC McCabe index: 10 number of parameters: 1 id: 2456 unit: static bool writeFilelistIfNecessary() file: lib/Driver/Compilation.cpp start line: 1713 end line: 1753 size: 39 LOC McCabe index: 10 number of parameters: 3 id: 2457 unit: bool swift::emitSwiftInterface() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 687 end line: 736 size: 39 LOC McCabe index: 7 number of parameters: 3 id: 2458 unit: bool CompileInstance::setupCI() file: lib/IDE/CompileInstance.cpp start line: 229 end line: 281 size: 39 LOC McCabe index: 4 number of parameters: 3 id: 2459 unit: bool walkToDeclPre() file: lib/IDE/Formatting.cpp start line: 1365 end line: 1411 size: 39 LOC McCabe index: 16 number of parameters: 1 id: 2460 unit: bool RefactoringActionExpandTernaryExpr::performChange() file: lib/IDE/Refactoring.cpp start line: 2140 end line: 2197 size: 39 LOC McCabe index: 4 number of parameters: 0 id: 2461 unit: static AsyncHandlerDesc get() file: lib/IDE/Refactoring.cpp start line: 4043 end line: 4094 size: 39 LOC McCabe index: 16 number of parameters: 2 id: 2462 unit: HandlerResult extractResultArgs() file: lib/IDE/Refactoring.cpp start line: 4243 end line: 4296 size: 39 LOC McCabe index: 14 number of parameters: 2 id: 2463 unit: bool ModelASTWalker::handleSpecialDeclAttribute() file: lib/IDE/SyntaxModel.cpp start line: 1195 end line: 1238 size: 39 LOC McCabe index: 17 number of parameters: 2 id: 2464 unit: bool ModelASTWalker::findFieldsInDocCommentBlock() file: lib/IDE/SyntaxModel.cpp start line: 1686 end line: 1735 size: 39 LOC McCabe index: 11 number of parameters: 1 id: 2465 unit: void irgen::emitAsyncReturn() file: lib/IRGen/GenCall.cpp start line: 5036 end line: 5078 size: 39 LOC McCabe index: 12 number of parameters: 6 id: 2466 unit: void IRGenModule::emitGlobalLists() file: lib/IRGen/GenDecl.cpp start line: 1064 end line: 1121 size: 39 LOC McCabe index: 2 number of parameters: 0 id: 2467 unit: void IRGenModule::emitOpaqueTypeDescriptorAccessor() file: lib/IRGen/GenDecl.cpp start line: 2960 end line: 3011 size: 39 LOC McCabe index: 9 number of parameters: 1 id: 2468 unit: void storeExtraInhabitant() file: lib/IRGen/GenEnum.cpp start line: 5378 end line: 5430 size: 39 LOC McCabe index: 5 number of parameters: 5 id: 2469 unit: static bool isDependentConformance() file: lib/IRGen/GenProto.cpp start line: 921 end line: 977 size: 39 LOC McCabe index: 14 number of parameters: 3 id: 2470 unit: void destroy() file: lib/IRGen/GenStruct.cpp start line: 490 end line: 537 size: 39 LOC McCabe index: 7 number of parameters: 4 id: 2471 unit: StringRef getName() file: lib/IRGen/IRGenDebugInfo.cpp start line: 505 end line: 548 size: 39 LOC McCabe index: 12 number of parameters: 1 id: 2472 unit: StackEntry identifyContainers() file: lib/Index/Index.cpp start line: 249 end line: 301 size: 39 LOC McCabe index: 11 number of parameters: 1 id: 2473 unit: bool index::indexAndRecord() file: lib/Index/IndexRecord.cpp start line: 718 end line: 773 size: 39 LOC McCabe index: 6 number of parameters: 9 id: 2474 unit: void Lexer::getStringLiteralSegments() file: lib/Parse/Lexer.cpp start line: 2316 end line: 2375 size: 39 LOC McCabe index: 6 number of parameters: 3 id: 2475 unit: bool swift::isKeywordPossibleDeclStart() file: lib/Parse/ParseDecl.cpp start line: 4048 end line: 4091 size: 39 LOC McCabe index: 31 number of parameters: 1 id: 2476 unit: ParserResult Parser::parseTypeCollection() file: lib/Parse/ParseType.cpp start line: 1265 end line: 1320 size: 39 LOC McCabe index: 7 number of parameters: 0 id: 2477 unit: void printNullability() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1241 end line: 1281 size: 39 LOC McCabe index: 12 number of parameters: 2 id: 2478 unit: static bool isUnmapped() file: lib/SIL/IR/SILProfiler.cpp start line: 45 end line: 98 size: 39 LOC McCabe index: 16 number of parameters: 1 id: 2479 unit: bool SILValueOwnershipChecker::checkValueWithoutLifetimeEndingUses() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 540 end line: 588 size: 39 LOC McCabe index: 11 number of parameters: 1 id: 2480 unit: void processClassMethod() file: lib/SILGen/SILGenApply.cpp start line: 1032 end line: 1077 size: 39 LOC McCabe index: 9 number of parameters: 2 id: 2481 unit: bool emitForcedDynamicMemberRef() file: lib/SILGen/SILGenApply.cpp start line: 1596 end line: 1655 size: 39 LOC McCabe index: 7 number of parameters: 1 id: 2482 unit: void SILGenFunction::emitObjCDestructor() file: lib/SILGen/SILGenDestructor.cpp start line: 278 end line: 342 size: 39 LOC McCabe index: 4 number of parameters: 1 id: 2483 unit: static void emitSimpleAssignment() file: lib/SILGen/SILGenExpr.cpp start line: 4519 end line: 4581 size: 39 LOC McCabe index: 6 number of parameters: 4 id: 2484 unit: void makeArgumentIntoBinding() file: lib/SILGen/SILGenProlog.cpp start line: 258 end line: 301 size: 39 LOC McCabe index: 10 number of parameters: 3 id: 2485 unit: bool ARCRegionState::processLoopTopDown() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 404 end line: 455 size: 39 LOC McCabe index: 10 number of parameters: 6 id: 2486 unit: void run() file: lib/SILOptimizer/ARC/ARCSequenceOpts.cpp start line: 251 end line: 302 size: 39 LOC McCabe index: 7 number of parameters: 0 id: 2487 unit: void DifferentiableActivityInfo::propagateUseful() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 316 end line: 369 size: 39 LOC McCabe index: 12 number of parameters: 2 id: 2488 unit: void EscapeAnalysis::ConnectionGraph::verifyStructure() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1723 end line: 1770 size: 39 LOC McCabe index: 12 number of parameters: 1 id: 2489 unit: bool EscapeAnalysis::canPointToSameMemory() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2768 end line: 2820 size: 39 LOC McCabe index: 20 number of parameters: 2 id: 2490 unit: void LoopRegionFunctionInfo::verify() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 174 end line: 228 size: 39 LOC McCabe index: 12 number of parameters: 0 id: 2491 unit: MemBehavior MemoryBehaviorVisitor::getApplyBehavior() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 429 end line: 493 size: 39 LOC McCabe index: 16 number of parameters: 1 id: 2492 unit: SILValue InstSimplifier::simplifyOverflowBuiltin() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 699 end line: 747 size: 39 LOC McCabe index: 17 number of parameters: 1 id: 2493 unit: bool FunctionSignatureTransform::OwnedToGuaranteedAnalyzeParameters() file: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp start line: 58 end line: 114 size: 39 LOC McCabe index: 10 number of parameters: 0 id: 2494 unit: static bool isSignedLessEqual() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 335 end line: 381 size: 39 LOC McCabe index: 10 number of parameters: 3 id: 2495 unit: bool checkSafeArrayAddressUses() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 267 end line: 320 size: 39 LOC McCabe index: 13 number of parameters: 1 id: 2496 unit: SILValue AddressMaterialization::materializeProjection() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 644 end line: 687 size: 39 LOC McCabe index: 7 number of parameters: 1 id: 2497 unit: void ClosureArgDataflowState::classifyUses() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 728 end line: 775 size: 39 LOC McCabe index: 9 number of parameters: 3 id: 2498 unit: bool SILCombiner::trySinkOwnedForwardingInst() file: lib/SILOptimizer/SILCombiner/SILCombine.cpp start line: 164 end line: 225 size: 39 LOC McCabe index: 8 number of parameters: 1 id: 2499 unit: bool SILCombiner::tryOptimizeKeypathApplication() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 233 end line: 276 size: 39 LOC McCabe index: 8 number of parameters: 2 id: 2500 unit: bool SILCombiner::eraseApply() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 597 end line: 661 size: 39 LOC McCabe index: 16 number of parameters: 2 id: 2501 unit: static bool canReplaceCopiedArg() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 837 end line: 891 size: 39 LOC McCabe index: 17 number of parameters: 4 id: 2502 unit: void DestroyHoisting::insertDestroys() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 502 end line: 554 size: 39 LOC McCabe index: 11 number of parameters: 5 id: 2503 unit: bool MemoryToRegisters::promoteSingleAllocation() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1710 end line: 1770 size: 39 LOC McCabe index: 10 number of parameters: 1 id: 2504 unit: static bool couldSimplifyEnumUsers() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 902 end line: 952 size: 39 LOC McCabe index: 15 number of parameters: 3 id: 2505 unit: void TempRValueOptPass::run() file: lib/SILOptimizer/Transforms/TempRValueElimination.cpp start line: 787 end line: 844 size: 39 LOC McCabe index: 9 number of parameters: 0 id: 2506 unit: static void tryRemoveRetainReleasePairsBetween() file: lib/SILOptimizer/Transforms/UnsafeGuaranteedPeephole.cpp start line: 49 end line: 95 size: 39 LOC McCabe index: 21 number of parameters: 5 id: 2507 unit: static bool isKnownFinalClass() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 142 end line: 194 size: 39 LOC McCabe index: 18 number of parameters: 3 id: 2508 unit: void swift::replaceLoadSequence() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1289 end line: 1335 size: 39 LOC McCabe index: 11 number of parameters: 2 id: 2509 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 547 end line: 604 size: 39 LOC McCabe index: 7 number of parameters: 2 id: 2510 unit: void SILInlineCloner::visitBuiltinInst() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 656 end line: 716 size: 39 LOC McCabe index: 6 number of parameters: 1 id: 2511 unit: SILValue SILSSAUpdater::getValueInMiddleOfBlock() file: lib/SILOptimizer/Utils/SILSSAUpdater.cpp start line: 186 end line: 241 size: 39 LOC McCabe index: 13 number of parameters: 1 id: 2512 unit: bool ExtraneousArgumentsFailure::diagnoseSingleExtraArgument() file: lib/Sema/CSDiagnostics.cpp start line: 5224 end line: 5269 size: 39 LOC McCabe index: 10 number of parameters: 0 id: 2513 unit: bool MissingContextualConformanceFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5562 end line: 5609 size: 39 LOC McCabe index: 9 number of parameters: 0 id: 2514 unit: bool ArgumentMismatchFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6266 end line: 6323 size: 39 LOC McCabe index: 14 number of parameters: 0 id: 2515 unit: void ConstraintSystem::diagnoseFailureFor() file: lib/Sema/ConstraintSystem.cpp start line: 5685 end line: 5741 size: 39 LOC McCabe index: 10 number of parameters: 1 id: 2516 unit: ASTNode constraints::findAsyncNode() file: lib/Sema/ConstraintSystem.cpp start line: 6110 end line: 6165 size: 39 LOC McCabe index: 8 number of parameters: 1 id: 2517 unit: bool DerivedConformance::canDeriveDifferentiable() file: lib/Sema/DerivedConformanceDifferentiable.cpp start line: 163 end line: 219 size: 39 LOC McCabe index: 13 number of parameters: 3 id: 2518 unit: static void diagnoseExplicitUseOfLazyVariableStorage() file: lib/Sema/MiscDiagnostics.cpp start line: 4547 end line: 4592 size: 39 LOC McCabe index: 11 number of parameters: 2 id: 2519 unit: bool checkLocalCapture() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2414 end line: 2476 size: 39 LOC McCabe index: 9 number of parameters: 3 id: 2520 unit: bool TypeChecker::typeCheckForEachBinding() file: lib/Sema/TypeCheckConstraints.cpp start line: 551 end line: 602 size: 39 LOC McCabe index: 10 number of parameters: 2 id: 2521 unit: static void checkForEmptyOptionSet() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 365 end line: 419 size: 39 LOC McCabe index: 13 number of parameters: 1 id: 2522 unit: LookupResult TypeChecker::lookupUnqualified() file: lib/Sema/TypeCheckNameLookup.cpp start line: 220 end line: 274 size: 39 LOC McCabe index: 9 number of parameters: 4 id: 2523 unit: Type ResultBuilderTypeRequest::evaluate() file: lib/Sema/TypeCheckRequestFunctions.cpp start line: 355 end line: 405 size: 39 LOC McCabe index: 8 number of parameters: 2 id: 2524 unit: Optional SerializedModuleLoaderBase::getModuleDependencies() file: lib/Serialization/ModuleDependencyScanner.cpp start line: 159 end line: 210 size: 39 LOC McCabe index: 8 number of parameters: 3 id: 2525 unit: void ModuleFile::loadExtensions() file: lib/Serialization/ModuleFile.cpp start line: 580 end line: 622 size: 39 LOC McCabe index: 14 number of parameters: 1 id: 2526 unit: void ModuleFile::lookupClassMembers() file: lib/Serialization/ModuleFile.cpp start line: 808 end line: 851 size: 39 LOC McCabe index: 13 number of parameters: 2 id: 2527 unit: void grow() file: stdlib/include/llvm/ADT/DenseMap.h start line: 981 end line: 1032 size: 39 LOC McCabe index: 9 number of parameters: 1 id: 2528 unit: func _osLogTestHelper() file: stdlib/private/OSLog/OSLogTestHelper.swift start line: 46 end line: 98 size: 39 LOC McCabe index: 2 number of parameters: 3 id: 2529 unit: func _getCurrentAsyncTask() file: stdlib/public/Concurrency/Task.swift start line: 800 end line: 844 size: 39 LOC McCabe index: 3 number of parameters: 0 id: 2530 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 293 end line: 499 size: 39 LOC McCabe index: 1 number of parameters: 2 id: 2531 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1083 end line: 1467 size: 39 LOC McCabe index: 1 number of parameters: 2 id: 2532 unit: void _swift_makeAnyHashableUpcastingToHashableBaseType() file: stdlib/public/runtime/AnyHashableSupport.cpp start line: 147 end line: 190 size: 39 LOC McCabe index: 6 number of parameters: 4 id: 2533 unit: void SwiftLangSupport::findLocalRenameRanges() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1415 end line: 1461 size: 39 LOC McCabe index: 2 number of parameters: 7 id: 2534 unit: bool SKIndexingConsumer::startSourceEntity() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1454 end line: 1497 size: 39 LOC McCabe index: 13 number of parameters: 1 id: 2535 unit: def get_grapheme_cluster_break_tests_as_utf8() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 39 LOC McCabe index: 12 number of parameters: 1 id: 2536 unit: func getUInt8() file: validation-test/Sema/type_checker_perf/fast/rdar21398466.swift start line: 9 end line: 49 size: 39 LOC McCabe index: 1 number of parameters: 1 id: 2537 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 243 end line: 292 size: 39 LOC McCabe index: 4 number of parameters: 2 id: 2538 unit: func genericPropertyValidation() file: validation-test/stdlib/CharacterPropertiesLong.swift start line: 9 end line: 59 size: 39 LOC McCabe index: 16 number of parameters: 1 id: 2539 unit: func slurpFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 519 end line: 560 size: 39 LOC McCabe index: 7 number of parameters: 3 id: 2540 unit: func slurpFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 564 end line: 605 size: 39 LOC McCabe index: 7 number of parameters: 3 id: 2541 unit: func slurpFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 777 end line: 818 size: 39 LOC McCabe index: 7 number of parameters: 3 id: 2542 unit: BOOL TestSwiftNativeNSBase_UnwantedCdtors() file: validation-test/stdlib/Inputs/SwiftNativeNSBase/SwiftNativeNSBase.m start line: 57 end line: 105 size: 39 LOC McCabe index: 8 number of parameters: 0 id: 2543 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 629 end line: 669 size: 39 LOC McCabe index: 3 number of parameters: 1 id: 2544 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 679 end line: 719 size: 39 LOC McCabe index: 3 number of parameters: 1 id: 2545 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 729 end line: 769 size: 39 LOC McCabe index: 3 number of parameters: 1 id: 2546 unit: void forEachSetOutput() file: include/swift/Basic/SupplementaryOutputPaths.h start line: 172 end line: 209 size: 38 LOC McCabe index: 19 number of parameters: 1 id: 2547 unit: void visitProtocolDecl() file: include/swift/SIL/SILWitnessVisitor.h start line: 52 end line: 108 size: 38 LOC McCabe index: 14 number of parameters: 1 id: 2548 unit: Optional ASTContext::getModuleDependencies() file: lib/AST/ASTContext.cpp start line: 1847 end line: 1888 size: 38 LOC McCabe index: 12 number of parameters: 5 id: 2549 unit: void visitCaseStmt() file: lib/AST/ASTDumper.cpp start line: 1599 end line: 1641 size: 38 LOC McCabe index: 8 number of parameters: 1 id: 2550 unit: void ASTMangler::appendGenericSignatureParts() file: lib/AST/ASTMangler.cpp start line: 2834 end line: 2884 size: 38 LOC McCabe index: 11 number of parameters: 4 id: 2551 unit: void ASTMangler::appendConcreteProtocolConformance() file: lib/AST/ASTMangler.cpp start line: 3346 end line: 3393 size: 38 LOC McCabe index: 11 number of parameters: 2 id: 2552 unit: static void printShortFormAvailable() file: lib/AST/Attr.cpp start line: 433 end line: 471 size: 38 LOC McCabe index: 11 number of parameters: 4 id: 2553 unit: bool Decl::isInvalid() file: lib/AST/Decl.cpp start line: 419 end line: 462 size: 38 LOC McCabe index: 23 number of parameters: 0 id: 2554 unit: void UnexpectedClangTypeError::dump() file: lib/AST/ExtInfo.cpp start line: 99 end line: 137 size: 38 LOC McCabe index: 6 number of parameters: 0 id: 2555 unit: void RuleBuilder::collectRulesFromReferencedProtocols() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 985 end line: 1040 size: 38 LOC McCabe index: 13 number of parameters: 0 id: 2556 unit: void Mangle::printManglingStats() file: lib/Basic/Mangler.cpp start line: 69 end line: 111 size: 38 LOC McCabe index: 5 number of parameters: 0 id: 2557 unit: void OutputFileMap::dump() file: lib/Basic/OutputFileMap.cpp start line: 68 end line: 107 size: 38 LOC McCabe index: 7 number of parameters: 2 id: 2558 unit: PartOfSpeech swift::getPartOfSpeech() file: lib/Basic/StringExtras.cpp start line: 56 end line: 110 size: 38 LOC McCabe index: 19 number of parameters: 1 id: 2559 unit: std::unique_ptr ClangImporter::createClangInvocation() file: lib/ClangImporter/ClangImporter.cpp start line: 1004 end line: 1064 size: 38 LOC McCabe index: 6 number of parameters: 5 id: 2560 unit: static bool isVisibleFromModule() file: lib/ClangImporter/ClangImporter.cpp start line: 2662 end line: 2720 size: 38 LOC McCabe index: 14 number of parameters: 2 id: 2561 unit: void mergeOverriddenNames() file: lib/ClangImporter/ImportName.cpp start line: 392 end line: 433 size: 38 LOC McCabe index: 5 number of parameters: 4 id: 2562 unit: ManglingError Remangler::mangleAccessor() file: lib/Demangling/OldRemangler.cpp start line: 1056 end line: 1099 size: 38 LOC McCabe index: 5 number of parameters: 4 id: 2563 unit: ManglingError Remangler::mangleAnyNominalType() file: lib/Demangling/OldRemangler.cpp start line: 2187 end line: 2232 size: 38 LOC McCabe index: 10 number of parameters: 3 id: 2564 unit: void Serializer::writeInterModuleDependenciesCache() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 1038 end line: 1096 size: 38 LOC McCabe index: 7 number of parameters: 1 id: 2565 unit: static void updateRuntimeLibraryPaths() file: lib/Frontend/CompilerInvocation.cpp start line: 149 end line: 197 size: 38 LOC McCabe index: 8 number of parameters: 2 id: 2566 unit: Type eraseArchetypes() file: lib/IDE/CodeCompletion.cpp start line: 2416 end line: 2462 size: 38 LOC McCabe index: 11 number of parameters: 2 id: 2567 unit: void getStmtLabelCompletions() file: lib/IDE/CodeCompletion.cpp start line: 5047 end line: 5091 size: 38 LOC McCabe index: 9 number of parameters: 2 id: 2568 unit: void deliverUnresolvedMemberResults() file: lib/IDE/CodeCompletion.cpp start line: 6709 end line: 6762 size: 38 LOC McCabe index: 7 number of parameters: 6 id: 2569 unit: bool RefactoringActionLocalRename::performChange() file: lib/IDE/Refactoring.cpp start line: 885 end line: 925 size: 38 LOC McCabe index: 9 number of parameters: 0 id: 2570 unit: void ContextInfoCallbacks::getImplicitMembers() file: lib/IDE/TypeContextInfo.cpp start line: 124 end line: 174 size: 38 LOC McCabe index: 10 number of parameters: 2 id: 2571 unit: bool FulfillmentMap::searchNominalTypeMetadata() file: lib/IRGen/Fulfillment.cpp start line: 260 end line: 313 size: 38 LOC McCabe index: 8 number of parameters: 6 id: 2572 unit: FunctionPointer irgen::emitVirtualMethodValue() file: lib/IRGen/GenClass.cpp start line: 2751 end line: 2792 size: 38 LOC McCabe index: 5 number of parameters: 4 id: 2573 unit: static void emitSingleEnumMemberSelectResult() file: lib/IRGen/IRGenSIL.cpp start line: 4244 end line: 4290 size: 38 LOC McCabe index: 15 number of parameters: 4 id: 2574 unit: static void diagnoseOperatorFixityAttributes() file: lib/Parse/ParseDecl.cpp start line: 3958 end line: 4000 size: 38 LOC McCabe index: 10 number of parameters: 3 id: 2575 unit: bool Parser::parseMemberDeclList() file: lib/Parse/ParseDecl.cpp start line: 5223 end line: 5271 size: 38 LOC McCabe index: 7 number of parameters: 5 id: 2576 unit: static bool isValidTrailingClosure() file: lib/Parse/ParseExpr.cpp start line: 975 end line: 1038 size: 38 LOC McCabe index: 23 number of parameters: 2 id: 2577 unit: SourceFileParsingResult ParseSourceFileRequest::evaluate() file: lib/Parse/ParseRequests.cpp start line: 143 end line: 194 size: 38 LOC McCabe index: 7 number of parameters: 2 id: 2578 unit: AbstractionPattern AbstractionPattern::getOptionalObjectType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 866 end line: 908 size: 38 LOC McCabe index: 23 number of parameters: 0 id: 2579 unit: CanSILFunctionType SILFunctionType::getUnsubstitutedType() file: lib/SIL/IR/SILFunctionType.cpp start line: 58 end line: 106 size: 38 LOC McCabe index: 9 number of parameters: 1 id: 2580 unit: void destructure() file: lib/SIL/IR/SILFunctionType.cpp start line: 1178 end line: 1226 size: 38 LOC McCabe index: 10 number of parameters: 2 id: 2581 unit: static void printSILFunctionNameAndType() file: lib/SIL/IR/SILPrinter.cpp start line: 477 end line: 522 size: 38 LOC McCabe index: 7 number of parameters: 4 id: 2582 unit: void checkFunctionRefBaseInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2027 end line: 2078 size: 38 LOC McCabe index: 11 number of parameters: 1 id: 2583 unit: void checkStoreInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2341 end line: 2383 size: 38 LOC McCabe index: 7 number of parameters: 1 id: 2584 unit: void checkAssignByWrapperInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2440 end line: 2479 size: 38 LOC McCabe index: 3 number of parameters: 1 id: 2585 unit: void checkDifferentiableFunctionInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5112 end line: 5155 size: 38 LOC McCabe index: 3 number of parameters: 1 id: 2586 unit: void CleanupManager::emitCleanups() file: lib/SILGen/Cleanup.cpp start line: 87 end line: 138 size: 38 LOC McCabe index: 8 number of parameters: 4 id: 2587 unit: static ManagedValue emitBuiltinConvertStrongToUnownedUnsafe() file: lib/SILGen/SILGenBuiltin.cpp start line: 1289 end line: 1337 size: 38 LOC McCabe index: 6 number of parameters: 5 id: 2588 unit: SILValue Lowering::emitIsa() file: lib/SILGen/SILGenDynamicCast.cpp start line: 548 end line: 595 size: 38 LOC McCabe index: 6 number of parameters: 5 id: 2589 unit: void PatternMatchEmission::emitIsDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 1704 end line: 1755 size: 38 LOC McCabe index: 5 number of parameters: 4 id: 2590 unit: static ManagedValue emitTransformExistential() file: lib/SILGen/SILGenPoly.cpp start line: 194 end line: 241 size: 38 LOC McCabe index: 4 number of parameters: 6 id: 2591 unit: void translate() file: lib/SILGen/SILGenPoly.cpp start line: 905 end line: 960 size: 38 LOC McCabe index: 6 number of parameters: 4 id: 2592 unit: bool ARCRegionState::processBlockTopDown() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 331 end line: 402 size: 38 LOC McCabe index: 10 number of parameters: 5 id: 2593 unit: bool ARCSequenceDataflowEvaluator::processBBBottomUp() file: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp start line: 221 end line: 284 size: 38 LOC McCabe index: 9 number of parameters: 2 id: 2594 unit: static SILValue simplifyBinaryWithOverflow() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 639 end line: 691 size: 38 LOC McCabe index: 16 number of parameters: 2 id: 2595 unit: void SILGlobalOpt::collectGlobalAccess() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 614 end line: 666 size: 38 LOC McCabe index: 14 number of parameters: 1 id: 2596 unit: bool GlobalPropertyOpt::canAddressEscape() file: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp start line: 215 end line: 263 size: 38 LOC McCabe index: 23 number of parameters: 2 id: 2597 unit: void ArrayPropertiesSpecializer::specializeLoopNest() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 683 end line: 750 size: 38 LOC McCabe index: 4 number of parameters: 0 id: 2598 unit: void ClosureCloner::populateCloned() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 478 end line: 532 size: 38 LOC McCabe index: 7 number of parameters: 0 id: 2599 unit: static void checkApply() file: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp start line: 435 end line: 489 size: 38 LOC McCabe index: 10 number of parameters: 2 id: 2600 unit: bool ClosureArgDataflowState::performLivenessDataflow() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 643 end line: 687 size: 38 LOC McCabe index: 11 number of parameters: 3 id: 2601 unit: static bool expandCopyAddr() file: lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp start line: 109 end line: 164 size: 38 LOC McCabe index: 6 number of parameters: 1 id: 2602 unit: bool StringOptimization::optimizeBlock() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 129 end line: 173 size: 38 LOC McCabe index: 11 number of parameters: 1 id: 2603 unit: void GuaranteedPhiBorrowFixup::insertEndBorrowsAndFindPhis() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 1663 end line: 1715 size: 38 LOC McCabe index: 10 number of parameters: 1 id: 2604 unit: void BindingSet::addLiteralRequirement() file: lib/Sema/CSBindings.cpp start line: 663 end line: 716 size: 38 LOC McCabe index: 7 number of parameters: 1 id: 2605 unit: ASTNode visitBraceStmt() file: lib/Sema/CSClosure.cpp start line: 1269 end line: 1328 size: 38 LOC McCabe index: 14 number of parameters: 1 id: 2606 unit: bool MissingGenericArgumentsFailure::diagnoseParameter() file: lib/Sema/CSDiagnostics.cpp start line: 5669 end line: 5715 size: 38 LOC McCabe index: 9 number of parameters: 2 id: 2607 unit: bool ExtraneousCallFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6616 end line: 6660 size: 38 LOC McCabe index: 8 number of parameters: 0 id: 2608 unit: bool UnableToInferClosureParameterType::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6951 end line: 7015 size: 38 LOC McCabe index: 11 number of parameters: 0 id: 2609 unit: bool AllowFunctionTypeMismatch::diagnoseForAmbiguity() file: lib/Sema/CSFix.cpp start line: 512 end line: 561 size: 38 LOC McCabe index: 9 number of parameters: 1 id: 2610 unit: bool AllowTupleSplatForSingleParameter::attempt() file: lib/Sema/CSFix.cpp start line: 1256 end line: 1321 size: 38 LOC McCabe index: 13 number of parameters: 5 id: 2611 unit: Type visitUnresolvedDotExpr() file: lib/Sema/CSGen.cpp start line: 1521 end line: 1593 size: 38 LOC McCabe index: 5 number of parameters: 1 id: 2612 unit: void swift::diagnoseConstantArgumentRequirement() file: lib/Sema/ConstantnessSemaDiagnostics.cpp start line: 333 end line: 394 size: 38 LOC McCabe index: 10 number of parameters: 2 id: 2613 unit: static void checkNestedTypeConstraints() file: lib/Sema/ConstraintSystem.cpp start line: 704 end line: 781 size: 38 LOC McCabe index: 11 number of parameters: 3 id: 2614 unit: static bool isMainDispatchQueueMember() file: lib/Sema/ConstraintSystem.cpp start line: 1678 end line: 1728 size: 38 LOC McCabe index: 14 number of parameters: 1 id: 2615 unit: void swift::performPCMacro() file: lib/Sema/PCMacro.cpp start line: 669 end line: 709 size: 38 LOC McCabe index: 9 number of parameters: 1 id: 2616 unit: void AttributeChecker::visitNoImplicitCopyAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 282 end line: 334 size: 38 LOC McCabe index: 9 number of parameters: 1 id: 2617 unit: void AttributeChecker::visitAsyncAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5664 end line: 5715 size: 38 LOC McCabe index: 10 number of parameters: 1 id: 2618 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckCaptures.cpp start line: 556 end line: 609 size: 38 LOC McCabe index: 13 number of parameters: 1 id: 2619 unit: static bool checkForDynamicAttribute() file: lib/Sema/TypeCheckConstraints.cpp start line: 1965 end line: 2020 size: 38 LOC McCabe index: 17 number of parameters: 2 id: 2620 unit: static bool areOverrideCompatibleSimple() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 248 end line: 314 size: 38 LOC McCabe index: 19 number of parameters: 2 id: 2621 unit: void visitProtocolDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2611 end line: 2667 size: 38 LOC McCabe index: 6 number of parameters: 1 id: 2622 unit: void MultiConformanceChecker::checkAllConformances() file: lib/Sema/TypeCheckProtocol.cpp start line: 1726 end line: 1775 size: 38 LOC McCabe index: 14 number of parameters: 0 id: 2623 unit: static void tryDiagnoseUnnecessaryCastOverOptionSet() file: lib/Sema/TypeCheckStmt.cpp start line: 222 end line: 261 size: 38 LOC McCabe index: 13 number of parameters: 4 id: 2624 unit: void checkSiblingCaseStmts() file: lib/Sema/TypeCheckStmt.cpp start line: 1095 end line: 1148 size: 38 LOC McCabe index: 9 number of parameters: 5 id: 2625 unit: void StmtChecker::typeCheckASTNode() file: lib/Sema/TypeCheckStmt.cpp start line: 1474 end line: 1524 size: 38 LOC McCabe index: 14 number of parameters: 1 id: 2626 unit: bool parseRoot() file: lib/Serialization/SerializeDoc.cpp start line: 48 end line: 87 size: 38 LOC McCabe index: 10 number of parameters: 3 id: 2627 unit: void Symbol::serializeSwiftGenericMixin() file: lib/SymbolGraphGen/Symbol.cpp start line: 310 end line: 355 size: 38 LOC McCabe index: 11 number of parameters: 1 id: 2628 unit: func _runTest() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 1874 end line: 1915 size: 38 LOC McCabe index: 8 number of parameters: 2 id: 2629 unit: static void processDefaultActor() file: stdlib/public/Concurrency/Actor.cpp start line: 1239 end line: 1308 size: 38 LOC McCabe index: 7 number of parameters: 2 id: 2630 unit: static void swift_continuation_awaitImpl() file: stdlib/public/Concurrency/Task.cpp start line: 1046 end line: 1101 size: 38 LOC McCabe index: 9 number of parameters: 1 id: 2631 unit: void ::swift_distributed_execute_target() file: stdlib/public/Distributed/DistributedActor.cpp start line: 109 end line: 159 size: 38 LOC McCabe index: 4 number of parameters: 12 id: 2632 unit: void addProtocolComposition() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1110 end line: 1159 size: 38 LOC McCabe index: 11 number of parameters: 1 id: 2633 unit: RemoteRef TypeRefBuilder::readTypeRef() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 39 end line: 90 size: 38 LOC McCabe index: 12 number of parameters: 1 id: 2634 unit: static int minimalDataLayoutQueryFunction() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 72 end line: 117 size: 38 LOC McCabe index: 19 number of parameters: 4 id: 2635 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 301 end line: 499 size: 38 LOC McCabe index: 1 number of parameters: 2 id: 2636 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1097 end line: 1467 size: 38 LOC McCabe index: 1 number of parameters: 2 id: 2637 unit: mutating func decodeNil() file: stdlib/public/core/Codable.swift start line: 2428 end line: 2822 size: 38 LOC McCabe index: 1 number of parameters: 0 id: 2638 unit: inline void storeEnumTagSinglePayloadImpl() file: stdlib/public/runtime/EnumImpl.h start line: 141 end line: 190 size: 38 LOC McCabe index: 8 number of parameters: 7 id: 2639 unit: void swift::dumpStackTraceEntry() file: stdlib/public/runtime/Errors.cpp start line: 132 end line: 189 size: 38 LOC McCabe index: 6 number of parameters: 3 id: 2640 unit: bool AccessSet::insert() file: stdlib/public/runtime/Exclusivity.cpp start line: 155 end line: 202 size: 38 LOC McCabe index: 9 number of parameters: 4 id: 2641 unit: llvm::Optional beginAllocation() file: stdlib/public/runtime/MetadataCache.h start line: 934 end line: 1003 size: 38 LOC McCabe index: 8 number of parameters: 3 id: 2642 unit: static swift_uint128_t multiply128x64RoundingUp() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1782 end line: 1819 size: 38 LOC McCabe index: 1 number of parameters: 2 id: 2643 unit: std::pair getOrInsert() file: stdlib/toolchain/Compatibility51/Concurrent.h start line: 230 end line: 296 size: 38 LOC McCabe index: 13 number of parameters: 2 id: 2644 unit: bool canUseASTWithSnapshots() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1363 end line: 1414 size: 38 LOC McCabe index: 11 number of parameters: 1 id: 2645 unit: std::unique_ptr DocStructureArrayBuilder::createBuffer() file: tools/SourceKit/tools/sourcekitd/lib/API/DocStructureArray.cpp start line: 237 end line: 286 size: 38 LOC McCabe index: 1 number of parameters: 0 id: 2646 unit: static int printConformingMethodList() file: tools/swift-ide-test/swift-ide-test.cpp start line: 992 end line: 1035 size: 38 LOC McCabe index: 5 number of parameters: 1 id: 2647 unit: void printVisualNodeReuseInformation() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 418 end line: 461 size: 38 LOC McCabe index: 7 number of parameters: 4 id: 2648 unit: bool verifyReusedRegions() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 478 end line: 533 size: 38 LOC McCabe index: 4 number of parameters: 5 id: 2649 unit: void EditTest::doubleOpenWithDelay() file: unittests/SourceKit/SwiftLang/EditingTest.cpp start line: 266 end line: 314 size: 38 LOC McCabe index: 8 number of parameters: 2 id: 2650 unit: def execute() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 38 LOC McCabe index: 13 number of parameters: 1 id: 2651 unit: std::string render() file: include/swift/Remote/Failure.h start line: 249 end line: 306 size: 37 LOC McCabe index: 9 number of parameters: 0 id: 2652 unit: Demangle::NodePointer readMangledName() file: include/swift/Remote/MetadataReader.h start line: 1987 end line: 2041 size: 37 LOC McCabe index: 10 number of parameters: 3 id: 2653 unit: void rollback() file: include/swift/Sema/ConstraintSystem.h start line: 2632 end line: 2681 size: 37 LOC McCabe index: 8 number of parameters: 1 id: 2654 unit: void printAbstractFunctionDecl() file: lib/AST/ASTDumper.cpp start line: 988 end line: 1026 size: 37 LOC McCabe index: 7 number of parameters: 1 id: 2655 unit: std::string ASTMangler::mangleAutoDiffGeneratedDeclaration() file: lib/AST/ASTMangler.cpp start line: 569 end line: 607 size: 37 LOC McCabe index: 8 number of parameters: 5 id: 2656 unit: void ASTMangler::appendFunctionType() file: lib/AST/ASTMangler.cpp start line: 2492 end line: 2544 size: 37 LOC McCabe index: 15 number of parameters: 4 id: 2657 unit: void ASTMangler::appendOpParamForLayoutConstraint() file: lib/AST/ASTMangler.cpp start line: 3395 end line: 3431 size: 37 LOC McCabe index: 11 number of parameters: 1 id: 2658 unit: void verifyCheckedAlways() file: lib/AST/ASTVerifier.cpp start line: 900 end line: 940 size: 37 LOC McCabe index: 12 number of parameters: 1 id: 2659 unit: bool AbstractFunctionDecl::isDistributedActorSystemRemoteCall() file: lib/AST/Decl.cpp start line: 7431 end line: 7488 size: 37 LOC McCabe index: 18 number of parameters: 1 id: 2660 unit: ActorIsolation swift::getActorIsolationOfContext() file: lib/AST/Decl.cpp start line: 8904 end line: 8957 size: 37 LOC McCabe index: 14 number of parameters: 1 id: 2661 unit: ConstraintResult GenericSignatureBuilder::addSameTypeRequirementToConcrete() file: lib/AST/GenericSignatureBuilder.cpp start line: 4854 end line: 4905 size: 37 LOC McCabe index: 7 number of parameters: 3 id: 2662 unit: ConstraintResult GenericSignatureBuilder::addSameTypeRequirementBetweenConcrete() file: lib/AST/GenericSignatureBuilder.cpp start line: 4907 end line: 4956 size: 37 LOC McCabe index: 6 number of parameters: 4 id: 2663 unit: void RewriteSystem::minimizeRewriteSystem() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 473 end line: 539 size: 37 LOC McCabe index: 9 number of parameters: 0 id: 2664 unit: Optional Version::parseVersionString() file: lib/Basic/Version.cpp start line: 165 end line: 212 size: 37 LOC McCabe index: 9 number of parameters: 3 id: 2665 unit: static Optional builtinTypeForToken() file: lib/ClangImporter/ImportMacro.cpp start line: 271 end line: 307 size: 37 LOC McCabe index: 16 number of parameters: 2 id: 2666 unit: NodePointer Demangler::demangleSymbol() file: lib/Demangling/Demangler.cpp start line: 557 end line: 604 size: 37 LOC McCabe index: 10 number of parameters: 2 id: 2667 unit: NodePointer demangleGenericSignature() file: lib/Demangling/OldDemangler.cpp start line: 1540 end line: 1586 size: 37 LOC McCabe index: 11 number of parameters: 2 id: 2668 unit: ManglingError Remangler::mangleBuiltinTypeName() file: lib/Demangling/OldRemangler.cpp start line: 1445 end line: 1485 size: 37 LOC McCabe index: 13 number of parameters: 2 id: 2669 unit: static llvm::SmallString computeAuxiliaryOutputPath() file: lib/Driver/Driver.cpp start line: 2694 end line: 2748 size: 37 LOC McCabe index: 11 number of parameters: 6 id: 2670 unit: llvm::ErrorOr discoverUpToDateModuleForInterface() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 775 end line: 822 size: 37 LOC McCabe index: 6 number of parameters: 2 id: 2671 unit: bool writeForwardingModuleAndUpdateDeps() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 831 end line: 887 size: 37 LOC McCabe index: 4 number of parameters: 3 id: 2672 unit: bool RefactoringActionMoveMembersToExtension::isApplicable() file: lib/IDE/Refactoring.cpp start line: 1661 end line: 1713 size: 37 LOC McCabe index: 22 number of parameters: 2 id: 2673 unit: OwnedAddress irgen::projectPhysicalClassMemberAddress() file: lib/IRGen/GenClass.cpp start line: 568 end line: 612 size: 37 LOC McCabe index: 6 number of parameters: 5 id: 2674 unit: void emitIndirectAssign() file: lib/IRGen/GenEnum.cpp start line: 4695 end line: 4745 size: 37 LOC McCabe index: 8 number of parameters: 6 id: 2675 unit: void IRGenSILFunction::visitCheckedCastBranchInst() file: lib/IRGen/IRGenSIL.cpp start line: 6297 end line: 6341 size: 37 LOC McCabe index: 3 number of parameters: 1 id: 2676 unit: SILType LargeSILTypeMapper::getNewSILType() file: lib/IRGen/LoadableByAddress.cpp start line: 476 end line: 514 size: 37 LOC McCabe index: 9 number of parameters: 3 id: 2677 unit: void LocalTypeDataCache::addAbstractForTypeMetadata() file: lib/IRGen/LocalTypeData.cpp start line: 489 end line: 529 size: 37 LOC McCabe index: 4 number of parameters: 4 id: 2678 unit: llvm::Optional EnumTypeLayoutEntry::fixedSize() file: lib/IRGen/TypeLayout.cpp start line: 1557 end line: 1599 size: 37 LOC McCabe index: 9 number of parameters: 1 id: 2679 unit: static void setFuncSymbolInfo() file: lib/Index/IndexSymbol.cpp start line: 84 end line: 125 size: 37 LOC McCabe index: 12 number of parameters: 2 id: 2680 unit: static void validateMultilineIndents() file: lib/Parse/Lexer.cpp start line: 1736 end line: 1795 size: 37 LOC McCabe index: 6 number of parameters: 2 id: 2681 unit: static unsigned skipUntilMatchingRBrace() file: lib/Parse/ParseDecl.cpp start line: 4002 end line: 4046 size: 37 LOC McCabe index: 8 number of parameters: 5 id: 2682 unit: ParserStatus Parser::parseDeclItem() file: lib/Parse/ParseDecl.cpp start line: 5177 end line: 5221 size: 37 LOC McCabe index: 11 number of parameters: 3 id: 2683 unit: static llvm::VersionTuple getCanImportVersion() file: lib/Parse/ParseIfConfig.cpp start line: 79 end line: 115 size: 37 LOC McCabe index: 11 number of parameters: 3 id: 2684 unit: void SyntaxParsingContext::createNodeInPlace() file: lib/Parse/SyntaxParsingContext.cpp start line: 266 end line: 303 size: 37 LOC McCabe index: 21 number of parameters: 2 id: 2685 unit: bool AbstractionPattern::matchesTuple() file: lib/SIL/IR/AbstractionPattern.cpp start line: 285 end line: 321 size: 37 LOC McCabe index: 24 number of parameters: 1 id: 2686 unit: static void printGenericSpecializationInfo() file: lib/SIL/IR/SILPrinter.cpp start line: 394 end line: 434 size: 37 LOC McCabe index: 6 number of parameters: 5 id: 2687 unit: void SILParser::convertRequirements() file: lib/SIL/Parser/ParseSIL.cpp start line: 908 end line: 950 size: 37 LOC McCabe index: 6 number of parameters: 2 id: 2688 unit: void swift::findTransitiveReborrowBaseValuePairs() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1454 end line: 1504 size: 37 LOC McCabe index: 6 number of parameters: 3 id: 2689 unit: bool ProjectionPath::hasUncoveredNonTrivials() file: lib/SIL/Utils/Projection.cpp start line: 707 end line: 763 size: 37 LOC McCabe index: 8 number of parameters: 3 id: 2690 unit: void State::checkForSameBlockUseAfterFree() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 293 end line: 346 size: 37 LOC McCabe index: 8 number of parameters: 2 id: 2691 unit: void visitSILFunction() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5767 end line: 5819 size: 37 LOC McCabe index: 10 number of parameters: 1 id: 2692 unit: static void emitDelayedArguments() file: lib/SILGen/SILGenApply.cpp start line: 2694 end line: 2755 size: 37 LOC McCabe index: 9 number of parameters: 3 id: 2693 unit: RValue CallEmission::applyEnumElementConstructor() file: lib/SILGen/SILGenApply.cpp start line: 4053 end line: 4110 size: 37 LOC McCabe index: 2 number of parameters: 1 id: 2694 unit: static ManagedValue emitBuiltinReinterpretCast() file: lib/SILGen/SILGenBuiltin.cpp start line: 714 end line: 764 size: 37 LOC McCabe index: 8 number of parameters: 5 id: 2695 unit: ManagedValue project() file: lib/SILGen/SILGenLValue.cpp start line: 880 end line: 921 size: 37 LOC McCabe index: 8 number of parameters: 3 id: 2696 unit: ManagedValue project() file: lib/SILGen/SILGenLValue.cpp start line: 1920 end line: 1971 size: 37 LOC McCabe index: 8 number of parameters: 3 id: 2697 unit: void SILGenFunction::emitSwitchFallthrough() file: lib/SILGen/SILGenPattern.cpp start line: 2941 end line: 2992 size: 37 LOC McCabe index: 10 number of parameters: 1 id: 2698 unit: static void emitIndirectResultParameters() file: lib/SILGen/SILGenProlog.cpp start line: 874 end line: 919 size: 37 LOC McCabe index: 6 number of parameters: 4 id: 2699 unit: bool AccessStorageResult::mergeAccesses() file: lib/SILOptimizer/Analysis/AccessStorageAnalysis.cpp start line: 122 end line: 179 size: 37 LOC McCabe index: 9 number of parameters: 2 id: 2700 unit: ArrayCallKind swift::getArraySemanticsKind() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 26 end line: 64 size: 37 LOC McCabe index: 4 number of parameters: 1 id: 2701 unit: static SILValue copySelfValue() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 363 end line: 402 size: 37 LOC McCabe index: 9 number of parameters: 3 id: 2702 unit: void TopDownClosureFunctionOrder::visitFunctions() file: lib/SILOptimizer/Analysis/ClosureScope.cpp start line: 172 end line: 211 size: 37 LOC McCabe index: 8 number of parameters: 1 id: 2703 unit: SILValue InstSimplifier::visitEnumInst() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 233 end line: 294 size: 37 LOC McCabe index: 14 number of parameters: 1 id: 2704 unit: void materializeAdjointIndirect() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 350 end line: 393 size: 37 LOC McCabe index: 8 number of parameters: 3 id: 2705 unit: bool CrossModuleOptimization::canSerializeFunction() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 176 end line: 228 size: 37 LOC McCabe index: 15 number of parameters: 3 id: 2706 unit: static void updateSSAForUseOfValue() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 129 end line: 186 size: 37 LOC McCabe index: 12 number of parameters: 7 id: 2707 unit: static void injectHopToExecutorAfter() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 821 end line: 891 size: 37 LOC McCabe index: 9 number of parameters: 4 id: 2708 unit: void LifetimeChecker::reportIllegalUseForActorInit() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2101 end line: 2148 size: 37 LOC McCabe index: 10 number of parameters: 5 id: 2709 unit: void LifetimeChecker::handleSelfInitUse() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2332 end line: 2387 size: 37 LOC McCabe index: 14 number of parameters: 1 id: 2710 unit: static void copyParameterArgumentsForApply() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 300 end line: 343 size: 37 LOC McCabe index: 7 number of parameters: 4 id: 2711 unit: static void cleanupCalleeValue() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 366 end line: 417 size: 37 LOC McCabe index: 12 number of parameters: 2 id: 2712 unit: void AvailableValueAggregator::addMissingDestroysForCopiedValues() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1235 end line: 1306 size: 37 LOC McCabe index: 8 number of parameters: 2 id: 2713 unit: bool SILPerformanceInliner::inlineCallsIntoFunction() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 934 end line: 1005 size: 37 LOC McCabe index: 10 number of parameters: 1 id: 2714 unit: bool sinkInstruction() file: lib/SILOptimizer/Transforms/Sink.cpp start line: 53 end line: 117 size: 37 LOC McCabe index: 20 number of parameters: 1 id: 2715 unit: SILValue swift::getInstanceWithExactDynamicType() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 202 end line: 249 size: 37 LOC McCabe index: 15 number of parameters: 2 id: 2716 unit: bool swift::canDevirtualizeClassMethod() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 672 end line: 730 size: 37 LOC McCabe index: 10 number of parameters: 4 id: 2717 unit: static void transferSpecializeAttributeTargets() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2557 end line: 2594 size: 37 LOC McCabe index: 8 number of parameters: 3 id: 2718 unit: void swift::extendLocalBorrow() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 88 end line: 128 size: 37 LOC McCabe index: 11 number of parameters: 3 id: 2719 unit: void SILInlineCloner::visitTerminator() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 520 end line: 565 size: 37 LOC McCabe index: 10 number of parameters: 1 id: 2720 unit: void ValueLifetimeAnalysis::propagateLiveness() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 46 end line: 105 size: 37 LOC McCabe index: 20 number of parameters: 0 id: 2721 unit: bool swift::exprNeedsParensOutsideFollowingOperator() file: lib/Sema/CSApply.cpp start line: 7885 end line: 7932 size: 37 LOC McCabe index: 15 number of parameters: 4 id: 2722 unit: bool ConstraintSystem::applySolutionFixes() file: lib/Sema/CSApply.cpp start line: 8242 end line: 8290 size: 37 LOC McCabe index: 9 number of parameters: 1 id: 2723 unit: bool BindingSet::isDelayed() file: lib/Sema/CSBindings.cpp start line: 67 end line: 137 size: 37 LOC McCabe index: 14 number of parameters: 0 id: 2724 unit: bool TrailingClosureAmbiguityFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 1722 end line: 1776 size: 37 LOC McCabe index: 11 number of parameters: 0 id: 2725 unit: bool ContextualFailure::tryTypeCoercionFixIt() file: lib/Sema/CSDiagnostics.cpp start line: 2976 end line: 3023 size: 37 LOC McCabe index: 11 number of parameters: 1 id: 2726 unit: bool SubscriptMisuseFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3501 end line: 3549 size: 37 LOC McCabe index: 4 number of parameters: 0 id: 2727 unit: bool ConstraintSystem::generateWrappedPropertyTypeConstraints() file: lib/Sema/CSGen.cpp start line: 3675 end line: 3723 size: 37 LOC McCabe index: 6 number of parameters: 3 id: 2728 unit: bool ConstraintSystem::recordFix() file: lib/Sema/CSSimplify.cpp start line: 11792 end line: 11849 size: 37 LOC McCabe index: 11 number of parameters: 2 id: 2729 unit: void AttributeChecker::visitImplementsAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 3022 end line: 3069 size: 37 LOC McCabe index: 7 number of parameters: 1 id: 2730 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 561 end line: 604 size: 37 LOC McCabe index: 13 number of parameters: 1 id: 2731 unit: bool recordMutableVarParent() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1344 end line: 1405 size: 37 LOC McCabe index: 11 number of parameters: 2 id: 2732 unit: static Optional getIsolationFromWrappers() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3140 end line: 3187 size: 37 LOC McCabe index: 18 number of parameters: 1 id: 2733 unit: static Type replaceArchetypesWithTypeVariables() file: lib/Sema/TypeCheckConstraints.cpp start line: 684 end line: 731 size: 37 LOC McCabe index: 7 number of parameters: 2 id: 2734 unit: static AbstractFunction decomposeFunction() file: lib/Sema/TypeCheckEffects.cpp start line: 338 end line: 389 size: 37 LOC McCabe index: 14 number of parameters: 1 id: 2735 unit: Type AssociatedTypeInference::substCurrentTypeWitnesses() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 926 end line: 981 size: 37 LOC McCabe index: 12 number of parameters: 1 id: 2736 unit: Type InheritedTypeRequest::evaluate() file: lib/Sema/TypeCheckRequestFunctions.cpp start line: 28 end line: 70 size: 37 LOC McCabe index: 7 number of parameters: 4 id: 2737 unit: std::error_code ModuleDependencyScanner::findModuleFilesInDirectory() file: lib/Serialization/ModuleDependencyScanner.cpp start line: 28 end line: 71 size: 37 LOC McCabe index: 7 number of parameters: 8 id: 2738 unit: void ModuleFile::lookupValue() file: lib/Serialization/ModuleFile.cpp start line: 287 end line: 330 size: 37 LOC McCabe index: 14 number of parameters: 2 id: 2739 unit: void writeMembers() file: lib/Serialization/Serialization.cpp start line: 2931 end line: 2976 size: 37 LOC McCabe index: 11 number of parameters: 3 id: 2740 unit: void RawSyntax::dump() file: lib/Syntax/RawSyntax.cpp start line: 154 end line: 196 size: 37 LOC McCabe index: 8 number of parameters: 2 id: 2741 unit: mutating func formNextPermutation() file: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift start line: 174 end line: 229 size: 37 LOC McCabe index: 7 number of parameters: 0 id: 2742 unit: static void swift_task_asyncMainDrainQueueImpl() file: stdlib/public/Concurrency/Task.cpp start line: 1219 end line: 1266 size: 37 LOC McCabe index: 5 number of parameters: 0 id: 2743 unit: func _taskIsCancelled() file: stdlib/public/Concurrency/Task.swift start line: 864 end line: 910 size: 37 LOC McCabe index: 1 number of parameters: 1 id: 2744 unit: size_t StringRef::find() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 111 end line: 158 size: 37 LOC McCabe index: 13 number of parameters: 2 id: 2745 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 309 end line: 499 size: 37 LOC McCabe index: 1 number of parameters: 2 id: 2746 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1111 end line: 1467 size: 37 LOC McCabe index: 1 number of parameters: 2 id: 2747 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2303 end line: 2404 size: 37 LOC McCabe index: 1 number of parameters: 1 id: 2748 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2439 end line: 2822 size: 37 LOC McCabe index: 1 number of parameters: 1 id: 2749 unit: int swift::lookupSymbol() file: stdlib/public/runtime/ImageInspectionCOFF.cpp start line: 30 end line: 73 size: 37 LOC McCabe index: 4 number of parameters: 2 id: 2750 unit: static swift_uint128_t multiply128x64RoundingDown() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1743 end line: 1779 size: 37 LOC McCabe index: 1 number of parameters: 2 id: 2751 unit: int reflectAsyncTask() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 661 end line: 699 size: 37 LOC McCabe index: 5 number of parameters: 2 id: 2752 unit: static void reportCursorInfo() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1969 end line: 2013 size: 37 LOC McCabe index: 11 number of parameters: 2 id: 2753 unit: sourcekitd_object_t YAMLRequestParser::createObjFromNode() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 691 end line: 733 size: 37 LOC McCabe index: 9 number of parameters: 2 id: 2754 unit: bool walkToDeclPre() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3413 end line: 3451 size: 37 LOC McCabe index: 6 number of parameters: 1 id: 2755 unit: int doSerializeRawTree() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 718 end line: 757 size: 37 LOC McCabe index: 7 number of parameters: 2 id: 2756 unit: static int invokeCommand() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 817 end line: 855 size: 37 LOC McCabe index: 10 number of parameters: 2 id: 2757 unit: def group_library_types() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 37 LOC McCabe index: 18 number of parameters: 5 id: 2758 unit: def get_verify_resource_dir_modules_commands() file: utils/sil-opt-verify-all-modules.py start line: 0 end line: 0 size: 37 LOC McCabe index: 4 number of parameters: 3 id: 2759 unit: func helper() file: validation-test/stdlib/Dictionary.swift start line: 3327 end line: 3373 size: 37 LOC McCabe index: 1 number of parameters: 3 id: 2760 unit: func hash() file: benchmark/single-source/Hash.swift start line: 223 end line: 268 size: 36 LOC McCabe index: 6 number of parameters: 0 id: 2761 unit: class alignas() file: include/swift/AST/TypeLoc.h start line: 32 end line: 81 size: 36 LOC McCabe index: 3 number of parameters: 1 id: 2762 unit: void addDiagnostic() file: include/swift/Frontend/AccumulatingDiagnosticConsumer.h start line: 49 end line: 94 size: 36 LOC McCabe index: 7 number of parameters: 2 id: 2763 unit: static LinkEntity forAsyncFunctionPointer() file: include/swift/IRGen/Linking.h start line: 1219 end line: 1261 size: 36 LOC McCabe index: 7 number of parameters: 1 id: 2764 unit: typename Resolver::Result readProtocol() file: include/swift/Remote/MetadataReader.h start line: 719 end line: 765 size: 36 LOC McCabe index: 13 number of parameters: 3 id: 2765 unit: BuiltType readNominalTypeFromMetadata() file: include/swift/Remote/MetadataReader.h start line: 2650 end line: 2701 size: 36 LOC McCabe index: 12 number of parameters: 2 id: 2766 unit: std::pair getOrInsert() file: include/swift/Runtime/Concurrent.h start line: 352 end line: 416 size: 36 LOC McCabe index: 12 number of parameters: 2 id: 2767 unit: void SILCloner::visitBlocksDepthFirst() file: include/swift/SIL/SILCloner.h start line: 666 end line: 746 size: 36 LOC McCabe index: 9 number of parameters: 1 id: 2768 unit: bool replaceInstructionWithInstruction() file: include/swift/SIL/SILInstructionWorklist.h start line: 189 end line: 235 size: 36 LOC McCabe index: 4 number of parameters: 3 id: 2769 unit: void analyze() file: include/swift/SILOptimizer/Utils/PerformanceInlinerUtils.h start line: 417 end line: 464 size: 36 LOC McCabe index: 10 number of parameters: 2 id: 2770 unit: void PrintAST::visitAccessorDecl() file: lib/AST/ASTPrinter.cpp start line: 3658 end line: 3699 size: 36 LOC McCabe index: 14 number of parameters: 1 id: 2771 unit: void visitAnyFunctionTypeParams() file: lib/AST/ASTPrinter.cpp start line: 5560 end line: 5607 size: 36 LOC McCabe index: 10 number of parameters: 2 id: 2772 unit: void visitGenericTypeParamType() file: lib/AST/ASTPrinter.cpp start line: 6077 end line: 6122 size: 36 LOC McCabe index: 12 number of parameters: 1 id: 2773 unit: clang::QualType ClangTypeConverter::visitStructType() file: lib/AST/ClangTypeConverter.cpp start line: 256 end line: 305 size: 36 LOC McCabe index: 7 number of parameters: 1 id: 2774 unit: void Evaluator::diagnoseCycle() file: lib/AST/Evaluator.cpp start line: 72 end line: 115 size: 36 LOC McCabe index: 6 number of parameters: 1 id: 2775 unit: APInt BuiltinIntegerWidth::parse() file: lib/AST/Expr.cpp start line: 946 end line: 1009 size: 36 LOC McCabe index: 18 number of parameters: 4 id: 2776 unit: void GenericSignatureBuilder::diagnoseProtocolRefinement() file: lib/AST/GenericSignatureBuilder.cpp start line: 6668 end line: 6708 size: 36 LOC McCabe index: 9 number of parameters: 1 id: 2777 unit: Type SugarType::getSinglyDesugaredTypeSlow() file: lib/AST/Type.cpp start line: 1685 end line: 1727 size: 36 LOC McCabe index: 11 number of parameters: 0 id: 2778 unit: CanType ProtocolCompositionType::getMinimalCanonicalType() file: lib/AST/Type.cpp start line: 3896 end line: 3946 size: 36 LOC McCabe index: 11 number of parameters: 0 id: 2779 unit: bool swift::parseASTSection() file: lib/ASTSectionImporter/ASTSectionImporter.cpp start line: 29 end line: 75 size: 36 LOC McCabe index: 9 number of parameters: 3 id: 2780 unit: void targetinfo::printTripleInfo() file: lib/Basic/TargetInfo.cpp start line: 110 end line: 154 size: 36 LOC McCabe index: 4 number of parameters: 3 id: 2781 unit: bool shouldDiscard() file: lib/ClangImporter/ClangImporter.cpp start line: 2789 end line: 2831 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 2782 unit: void ClangModuleUnit::lookupObjCMethods() file: lib/ClangImporter/ClangImporter.cpp start line: 3507 end line: 3556 size: 36 LOC McCabe index: 12 number of parameters: 2 id: 2783 unit: bool isMethodAlreadyImported() file: lib/ClangImporter/ImportDecl.cpp start line: 4654 end line: 4703 size: 36 LOC McCabe index: 9 number of parameters: 5 id: 2784 unit: static void finishTypeWitnesses() file: lib/ClangImporter/ImportDecl.cpp start line: 9109 end line: 9152 size: 36 LOC McCabe index: 6 number of parameters: 1 id: 2785 unit: NodePointer Demangler::demangleSymbolicReference() file: lib/Demangling/Demangler.cpp start line: 714 end line: 761 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 2786 unit: NodePointer Demangler::demangleAccessor() file: lib/Demangling/Demangler.cpp start line: 3347 end line: 3382 size: 36 LOC McCabe index: 20 number of parameters: 1 id: 2787 unit: void runTaskQueueToCompletion() file: lib/Driver/Compilation.cpp start line: 1344 end line: 1406 size: 36 LOC McCabe index: 10 number of parameters: 0 id: 2788 unit: void DiagnosticVerifier::handleDiagnostic() file: lib/Frontend/DiagnosticVerifier.cpp start line: 948 end line: 991 size: 36 LOC McCabe index: 5 number of parameters: 2 id: 2789 unit: void recordProtocols() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 367 end line: 410 size: 36 LOC McCabe index: 10 number of parameters: 3 id: 2790 unit: void addSubscriptCallPattern() file: lib/IDE/CodeCompletion.cpp start line: 2954 end line: 2992 size: 36 LOC McCabe index: 10 number of parameters: 3 id: 2791 unit: bool tryUnwrappedCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4013 end line: 4056 size: 36 LOC McCabe index: 9 number of parameters: 2 id: 2792 unit: static PossibleEffects getUnhandledEffects() file: lib/IDE/IDERequests.cpp start line: 381 end line: 420 size: 36 LOC McCabe index: 8 number of parameters: 1 id: 2793 unit: bool RefactoringActionConvertIfLetExprToGuardExpr::performChange() file: lib/IDE/Refactoring.cpp start line: 2235 end line: 2285 size: 36 LOC McCabe index: 2 number of parameters: 0 id: 2794 unit: bool RefactoringActionConvertGuardExprToIfLetExpr::performChange() file: lib/IDE/Refactoring.cpp start line: 2319 end line: 2371 size: 36 LOC McCabe index: 4 number of parameters: 0 id: 2795 unit: void addCallToCompletionHandler() file: lib/IDE/Refactoring.cpp start line: 7928 end line: 7965 size: 36 LOC McCabe index: 8 number of parameters: 3 id: 2796 unit: bool IRGenerator::hasLazyMetadata() file: lib/IRGen/GenDecl.cpp start line: 1442 end line: 1487 size: 36 LOC McCabe index: 15 number of parameters: 1 id: 2797 unit: void irgen::emitObjCPartialApplication() file: lib/IRGen/GenObjC.cpp start line: 892 end line: 938 size: 36 LOC McCabe index: 1 number of parameters: 7 id: 2798 unit: SwiftTargetInfo SwiftTargetInfo::get() file: lib/IRGen/SwiftTargetInfo.cpp start line: 188 end line: 239 size: 36 LOC McCabe index: 12 number of parameters: 1 id: 2799 unit: void SwiftMergeFunctions::writeThunk() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 1203 end line: 1246 size: 36 LOC McCabe index: 6 number of parameters: 4 id: 2800 unit: void FixitApplyDiagnosticConsumer::handleDiagnostic() file: lib/Migrator/FixitApplyDiagnosticConsumer.cpp start line: 34 end line: 77 size: 36 LOC McCabe index: 10 number of parameters: 2 id: 2801 unit: static SourceLoc getLocForStartOfTokenInBuf() file: lib/Parse/Lexer.cpp start line: 2713 end line: 2764 size: 36 LOC McCabe index: 9 number of parameters: 5 id: 2802 unit: ParserResult Parser::parseStmtPoundAssert() file: lib/Parse/ParseStmt.cpp start line: 2651 end line: 2697 size: 36 LOC McCabe index: 8 number of parameters: 0 id: 2803 unit: ParserStatus Parser::skipSingle() file: lib/Parse/Parser.cpp start line: 657 end line: 696 size: 36 LOC McCabe index: 9 number of parameters: 0 id: 2804 unit: void SILVTableEntry::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3441 end line: 3480 size: 36 LOC McCabe index: 9 number of parameters: 1 id: 2805 unit: ID SILPrintContext::getID() file: lib/SIL/IR/SILPrinter.cpp start line: 3916 end line: 3968 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 2806 unit: CanType visitAnyFunctionType() file: lib/SIL/IR/TypeLowering.cpp start line: 2137 end line: 2182 size: 36 LOC McCabe index: 7 number of parameters: 1 id: 2807 unit: void _require() file: lib/SIL/Verifier/SILVerifier.cpp start line: 727 end line: 770 size: 36 LOC McCabe index: 11 number of parameters: 3 id: 2808 unit: void checkObjCMethodInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3502 end line: 3543 size: 36 LOC McCabe index: 5 number of parameters: 1 id: 2809 unit: static void copyOrInitValuesInto() file: lib/SILGen/RValue.cpp start line: 315 end line: 370 size: 36 LOC McCabe index: 10 number of parameters: 5 id: 2810 unit: void SILGenModule::tryEmitPropertyDescriptor() file: lib/SILGen/SILGen.cpp start line: 1843 end line: 1892 size: 36 LOC McCabe index: 6 number of parameters: 1 id: 2811 unit: ManagedValue SILGenFunction::emitAddressorAccessor() file: lib/SILGen/SILGenApply.cpp start line: 5824 end line: 5876 size: 36 LOC McCabe index: 5 number of parameters: 9 id: 2812 unit: static ManagedValue emitBuiltinWithUnsafeContinuation() file: lib/SILGen/SILGenBuiltin.cpp start line: 1528 end line: 1586 size: 36 LOC McCabe index: 4 number of parameters: 6 id: 2813 unit: bool ARCRegionState::processLoopBottomUp() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 259 end line: 305 size: 36 LOC McCabe index: 8 number of parameters: 6 id: 2814 unit: bool ARCSequenceDataflowEvaluator::processBBTopDown() file: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp start line: 54 end line: 124 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 2815 unit: void DifferentiableActivityInfo::analyze() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 68 end line: 109 size: 36 LOC McCabe index: 6 number of parameters: 2 id: 2816 unit: std::string CGForDotView::getNodeAttributes() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1397 end line: 1433 size: 36 LOC McCabe index: 11 number of parameters: 1 id: 2817 unit: void LoopRegionFunctionInfo::initializeBlockRegions() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 366 end line: 439 size: 36 LOC McCabe index: 9 number of parameters: 2 id: 2818 unit: void GenericFunctionEffectAnalysis::recompute() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 135 end line: 187 size: 36 LOC McCabe index: 8 number of parameters: 1 id: 2819 unit: static void forwardFunctionArgumentsConvertingOwnership() file: lib/SILOptimizer/Differentiation/Thunk.cpp start line: 262 end line: 303 size: 36 LOC McCabe index: 7 number of parameters: 8 id: 2820 unit: void ExistentialTransform::createExistentialSpecializedFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp start line: 620 end line: 670 size: 36 LOC McCabe index: 4 number of parameters: 0 id: 2821 unit: static SILType getElementTypeRec() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 170 end line: 217 size: 36 LOC McCabe index: 11 number of parameters: 5 id: 2822 unit: bool LifetimeChecker::isInitializedAtUse() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 3491 end line: 3537 size: 36 LOC McCabe index: 17 number of parameters: 4 id: 2823 unit: bool ClosureArgDataflowState::handleSingleBlockCase() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 593 end line: 641 size: 36 LOC McCabe index: 9 number of parameters: 2 id: 2824 unit: static BBState merge() file: lib/SILOptimizer/Mandatory/YieldOnceCheck.cpp start line: 203 end line: 249 size: 36 LOC McCabe index: 11 number of parameters: 5 id: 2825 unit: static bool canEliminatePhi() file: lib/SILOptimizer/SemanticARC/OwnedToGuaranteedPhiOpt.cpp start line: 33 end line: 95 size: 36 LOC McCabe index: 7 number of parameters: 3 id: 2826 unit: SILValue DestroyHoisting::createAddress() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 592 end line: 640 size: 36 LOC McCabe index: 10 number of parameters: 2 id: 2827 unit: bool RLEContext::collectLocationValues() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1387 end line: 1435 size: 36 LOC McCabe index: 7 number of parameters: 4 id: 2828 unit: bool StringOptimization::optimizeTypeName() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 291 end line: 338 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 2829 unit: void CanonicalizeOSSALifetime::extendLivenessThroughOverlappingAccess() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 297 end line: 344 size: 36 LOC McCabe index: 12 number of parameters: 0 id: 2830 unit: bool PartialApplyCombiner::copyArgsToTemporaries() file: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp start line: 60 end line: 118 size: 36 LOC McCabe index: 7 number of parameters: 1 id: 2831 unit: static bool isCallerAndCalleeLayoutConstraintsCompatible() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 685 end line: 727 size: 36 LOC McCabe index: 11 number of parameters: 1 id: 2832 unit: ASTNode initializeTarget() file: lib/Sema/BuilderTransform.cpp start line: 1067 end line: 1112 size: 36 LOC McCabe index: 6 number of parameters: 1 id: 2833 unit: bool InaccessibleMemberFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5271 end line: 5322 size: 36 LOC McCabe index: 9 number of parameters: 0 id: 2834 unit: bool isFavoredParamAndArg() file: lib/Sema/CSGen.cpp start line: 386 end line: 439 size: 36 LOC McCabe index: 16 number of parameters: 4 id: 2835 unit: bool relabelArguments() file: lib/Sema/CSSimplify.cpp start line: 1150 end line: 1208 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 2836 unit: static bool repairArrayLiteralUsedAsDictionary() file: lib/Sema/CSSimplify.cpp start line: 3779 end line: 3830 size: 36 LOC McCabe index: 9 number of parameters: 6 id: 2837 unit: void ConstraintSystem::Candidate::applySolutions() file: lib/Sema/CSSolver.cpp start line: 788 end line: 851 size: 36 LOC McCabe index: 9 number of parameters: 2 id: 2838 unit: void visitProtocolDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1339 end line: 1377 size: 36 LOC McCabe index: 4 number of parameters: 1 id: 2839 unit: void AttributeChecker::checkOriginalDefinedInAttrs() file: lib/Sema/TypeCheckAttr.cpp start line: 3406 end line: 3446 size: 36 LOC McCabe index: 8 number of parameters: 2 id: 2840 unit: static bool fixAvailabilityByNarrowingNearbyVersionCheck() file: lib/Sema/TypeCheckAvailability.cpp start line: 1526 end line: 1567 size: 36 LOC McCabe index: 13 number of parameters: 5 id: 2841 unit: bool isSubscriptReturningString() file: lib/Sema/TypeCheckAvailability.cpp start line: 2555 end line: 2611 size: 36 LOC McCabe index: 16 number of parameters: 2 id: 2842 unit: static bool checkClassGlobalActorIsolation() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3329 end line: 3381 size: 36 LOC McCabe index: 12 number of parameters: 2 id: 2843 unit: void visit() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1686 end line: 1745 size: 36 LOC McCabe index: 11 number of parameters: 1 id: 2844 unit: void swift::bindExtensions() file: lib/Sema/TypeChecker.cpp start line: 195 end line: 247 size: 36 LOC McCabe index: 11 number of parameters: 1 id: 2845 unit: Expected deserializeNominalType() file: lib/Serialization/Deserialization.cpp start line: 5207 end line: 5256 size: 36 LOC McCabe index: 8 number of parameters: 2 id: 2846 unit: void visitEnumElementDecl() file: lib/Serialization/Serialization.cpp start line: 3908 end line: 3951 size: 36 LOC McCabe index: 5 number of parameters: 1 id: 2847 unit: static bool isValidProtocolMemberForTBDGen() file: lib/TBDGen/TBDGen.cpp start line: 1030 end line: 1065 size: 36 LOC McCabe index: 30 number of parameters: 1 id: 2848 unit: func getJobFlags() file: stdlib/public/Concurrency/Task.swift start line: 804 end line: 844 size: 36 LOC McCabe index: 3 number of parameters: 1 id: 2849 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 317 end line: 499 size: 36 LOC McCabe index: 1 number of parameters: 2 id: 2850 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1125 end line: 1467 size: 36 LOC McCabe index: 1 number of parameters: 2 id: 2851 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2450 end line: 2822 size: 36 LOC McCabe index: 1 number of parameters: 1 id: 2852 unit: func popComputedArguments() file: stdlib/public/core/KeyPath.swift start line: 2796 end line: 2835 size: 36 LOC McCabe index: 3 number of parameters: 2 id: 2853 unit: static bool getModuleInterfaceInfo() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 267 end line: 307 size: 36 LOC McCabe index: 7 number of parameters: 7 id: 2854 unit: bool shouldOutputEffectiveAccessOfValueSymbol() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 148 end line: 183 size: 36 LOC McCabe index: 23 number of parameters: 1 id: 2855 unit: static void reportNameInfo() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2061 end line: 2100 size: 36 LOC McCabe index: 12 number of parameters: 2 id: 2856 unit: static sourcekitd_variant_type_t XPCVar_get_type() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp start line: 595 end line: 636 size: 36 LOC McCabe index: 18 number of parameters: 1 id: 2857 unit: int swift::doGenerateModuleAPIDescription() file: tools/swift-ide-test/ModuleAPIDiff.cpp start line: 901 end line: 945 size: 36 LOC McCabe index: 4 number of parameters: 2 id: 2858 unit: static bool performWithCompletionLikeOperationParams() file: tools/swift-ide-test/swift-ide-test.cpp start line: 870 end line: 913 size: 36 LOC McCabe index: 5 number of parameters: 6 id: 2859 unit: def main() file: utils/sil-opt-verify-all-modules.py start line: 0 end line: 0 size: 36 LOC McCabe index: 7 number of parameters: 0 id: 2860 unit: def run_for_opt_level() file: benchmark/scripts/perf_test_driver/perf_test_driver.py start line: 0 end line: 0 size: 35 LOC McCabe index: 9 number of parameters: 4 id: 2861 unit: class alignas() file: include/swift/AST/ImportCache.h start line: 105 end line: 157 size: 35 LOC McCabe index: 1 number of parameters: 1 id: 2862 unit: void getOrInsert() file: include/swift/Runtime/Concurrent.h start line: 1083 end line: 1128 size: 35 LOC McCabe index: 9 number of parameters: 2 id: 2863 unit: void swift::ide::api::SDKNodeType::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2633 end line: 2671 size: 35 LOC McCabe index: 10 number of parameters: 1 id: 2864 unit: void SILFunctionType::Profile() file: lib/AST/ASTContext.cpp start line: 3901 end line: 3938 size: 35 LOC McCabe index: 6 number of parameters: 12 id: 2865 unit: void visitForEachStmt() file: lib/AST/ASTDumper.cpp start line: 1540 end line: 1574 size: 35 LOC McCabe index: 6 number of parameters: 1 id: 2866 unit: void ASTMangler::appendDependentProtocolConformance() file: lib/AST/ASTMangler.cpp start line: 3260 end line: 3312 size: 35 LOC McCabe index: 5 number of parameters: 2 id: 2867 unit: void swift::simple_display() file: lib/AST/AutoDiff.cpp start line: 445 end line: 479 size: 35 LOC McCabe index: 9 number of parameters: 2 id: 2868 unit: bool Decl::hasUnderscoredNaming() file: lib/AST/Decl.cpp start line: 822 end line: 864 size: 35 LOC McCabe index: 14 number of parameters: 0 id: 2869 unit: Optional UnexpectedClangTypeError::checkClangType() file: lib/AST/ExtInfo.cpp start line: 63 end line: 97 size: 35 LOC McCabe index: 14 number of parameters: 4 id: 2870 unit: Type EquivalenceClass::getAnchor() file: lib/AST/GenericSignatureBuilder.cpp start line: 2096 end line: 2144 size: 35 LOC McCabe index: 7 number of parameters: 2 id: 2871 unit: void GenericSignatureBuilder::Implementation::minimizeRewriteTreeRhs() file: lib/AST/GenericSignatureBuilder.cpp start line: 3179 end line: 3233 size: 35 LOC McCabe index: 7 number of parameters: 1 id: 2872 unit: static bool isPlatformActiveForTarget() file: lib/AST/PlatformKind.cpp start line: 61 end line: 98 size: 35 LOC McCabe index: 20 number of parameters: 3 id: 2873 unit: void MinimalConformances::verifyMinimalConformances() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 944 end line: 990 size: 35 LOC McCabe index: 6 number of parameters: 0 id: 2874 unit: bool ASTScopeDeclConsumerForUnqualifiedLookup::consume() file: lib/AST/UnqualifiedLookup.cpp start line: 586 end line: 630 size: 35 LOC McCabe index: 12 number of parameters: 2 id: 2875 unit: NodePointer demangleContext() file: lib/Demangling/OldDemangler.cpp start line: 1104 end line: 1146 size: 35 LOC McCabe index: 13 number of parameters: 1 id: 2876 unit: static bool parseBatchInputEntries() file: lib/DependencyScan/ScanDependencies.cpp start line: 65 end line: 100 size: 35 LOC McCabe index: 10 number of parameters: 4 id: 2877 unit: static void addDiagFileOutputForPersistentPCHAction() file: lib/Driver/Driver.cpp start line: 2764 end line: 2812 size: 35 LOC McCabe index: 5 number of parameters: 5 id: 2878 unit: void ModuleDepGraph::printOneNodeOfPath() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 702 end line: 736 size: 35 LOC McCabe index: 8 number of parameters: 3 id: 2879 unit: void ToolChain::JobContext::addFrontendSupplementaryOutputArguments() file: lib/Driver/ToolChains.cpp start line: 787 end line: 830 size: 35 LOC McCabe index: 3 number of parameters: 1 id: 2880 unit: bool DependencyVerifier::constructObligations() file: lib/Frontend/DependencyVerifier.cpp start line: 387 end line: 423 size: 35 LOC McCabe index: 7 number of parameters: 2 id: 2881 unit: bool CompilerInstance::setUpASTContextIfNeeded() file: lib/Frontend/Frontend.cpp start line: 212 end line: 260 size: 35 LOC McCabe index: 9 number of parameters: 0 id: 2882 unit: void PrintingDiagnosticConsumer::printDiagnostic() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 1008 end line: 1055 size: 35 LOC McCabe index: 8 number of parameters: 2 id: 2883 unit: Type getTypeOfMember() file: lib/IDE/CodeCompletion.cpp start line: 2464 end line: 2538 size: 35 LOC McCabe index: 7 number of parameters: 2 id: 2884 unit: void convertHandlerToReturnOrThrowsImpl() file: lib/IDE/Refactoring.cpp start line: 6894 end line: 6954 size: 35 LOC McCabe index: 10 number of parameters: 2 id: 2885 unit: void addHoistedNamedCallback() file: lib/IDE/Refactoring.cpp start line: 7332 end line: 7373 size: 35 LOC McCabe index: 4 number of parameters: 4 id: 2886 unit: Optional parseFieldName() file: lib/IDE/SyntaxModel.cpp start line: 1615 end line: 1653 size: 35 LOC McCabe index: 16 number of parameters: 0 id: 2887 unit: static CanSILFunctionType getAccessorType() file: lib/IRGen/GenDistributed.cpp start line: 143 end line: 188 size: 35 LOC McCabe index: 1 number of parameters: 2 id: 2888 unit: void emitDynamicSwitch() file: lib/IRGen/GenEnum.cpp start line: 2192 end line: 2239 size: 35 LOC McCabe index: 7 number of parameters: 6 id: 2889 unit: void emitDynamicSwitch() file: lib/IRGen/GenEnum.cpp start line: 4178 end line: 4229 size: 35 LOC McCabe index: 7 number of parameters: 6 id: 2890 unit: void emitStoreTag() file: lib/IRGen/GenEnum.cpp start line: 5143 end line: 5187 size: 35 LOC McCabe index: 3 number of parameters: 4 id: 2891 unit: void addLayoutInfo() file: lib/IRGen/GenMeta.cpp start line: 1913 end line: 1968 size: 35 LOC McCabe index: 8 number of parameters: 0 id: 2892 unit: static void emitClassMetadataBaseOffset() file: lib/IRGen/GenMeta.cpp start line: 2872 end line: 2920 size: 35 LOC McCabe index: 5 number of parameters: 2 id: 2893 unit: static StringRef getValueWitnessLabel() file: lib/IRGen/GenOpaque.cpp start line: 222 end line: 256 size: 35 LOC McCabe index: 16 number of parameters: 1 id: 2894 unit: return getAddrOfStringForMetadataRef() file: lib/IRGen/GenProto.cpp start line: 3692 end line: 3742 size: 35 LOC McCabe index: 4 number of parameters: 4 id: 2895 unit: void IRGenDebugInfoImpl::emitGlobalVariableDeclaration() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2712 end line: 2758 size: 35 LOC McCabe index: 15 number of parameters: 7 id: 2896 unit: void AutolinkKind::writeEntries() file: lib/IRGen/IRGenModule.cpp start line: 1491 end line: 1528 size: 35 LOC McCabe index: 7 number of parameters: 3 id: 2897 unit: LLVM_DUMP_METHOD void LocalTypeDataCache::dump() file: lib/IRGen/LocalTypeData.cpp start line: 633 end line: 673 size: 35 LOC McCabe index: 10 number of parameters: 0 id: 2898 unit: bool IndexSwiftASTWalker::reportRef() file: lib/Index/Index.cpp start line: 1529 end line: 1570 size: 35 LOC McCabe index: 16 number of parameters: 4 id: 2899 unit: bool migrator::updateCodeAndEmitRemapIfNeeded() file: lib/Migrator/Migrator.cpp start line: 30 end line: 95 size: 35 LOC McCabe index: 11 number of parameters: 1 id: 2900 unit: void Lexer::diagnoseSingleQuoteStringLiteral() file: lib/Parse/Lexer.cpp start line: 1799 end line: 1841 size: 35 LOC McCabe index: 9 number of parameters: 2 id: 2901 unit: static bool parseAccessorIntroducer() file: lib/Parse/ParseDecl.cpp start line: 6181 end line: 6220 size: 35 LOC McCabe index: 7 number of parameters: 4 id: 2902 unit: ParserStatus Parser::parseGetEffectSpecifier() file: lib/Parse/ParseDecl.cpp start line: 6245 end line: 6289 size: 35 LOC McCabe index: 7 number of parameters: 6 id: 2903 unit: ParserResult Parser::parseMatchingPattern() file: lib/Parse/ParsePattern.cpp start line: 1309 end line: 1361 size: 35 LOC McCabe index: 10 number of parameters: 1 id: 2904 unit: ParserStatus Parser::parseStmtCondition() file: lib/Parse/ParseStmt.cpp start line: 1662 end line: 1714 size: 35 LOC McCabe index: 7 number of parameters: 3 id: 2905 unit: static int compareImportModulesByName() file: lib/PrintAsClang/PrintAsClang.cpp start line: 273 end line: 316 size: 35 LOC McCabe index: 11 number of parameters: 2 id: 2906 unit: AbstractionPattern AbstractionPattern::getReferenceStorageReferentType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 910 end line: 945 size: 35 LOC McCabe index: 22 number of parameters: 0 id: 2907 unit: void visitTopLevelParams() file: lib/SIL/IR/SILFunctionType.cpp start line: 1389 end line: 1436 size: 35 LOC McCabe index: 10 number of parameters: 3 id: 2908 unit: bool swift::hasNonTrivialNonDebugTransitiveUsers() file: lib/SIL/Utils/DebugUtils.cpp start line: 22 end line: 66 size: 35 LOC McCabe index: 11 number of parameters: 1 id: 2909 unit: void SILFunction::verifyOwnership() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 833 end line: 881 size: 35 LOC McCabe index: 11 number of parameters: 1 id: 2910 unit: void checkAwaitAsyncContinuationInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5248 end line: 5289 size: 35 LOC McCabe index: 5 number of parameters: 1 id: 2911 unit: static RValue emitImplicitValueConstructorArg() file: lib/SILGen/SILGenConstructor.cpp start line: 62 end line: 104 size: 35 LOC McCabe index: 7 number of parameters: 4 id: 2912 unit: auto SILGenFunction::emitSourceLocationArgs() file: lib/SILGen/SILGenConvert.cpp start line: 139 end line: 182 size: 35 LOC McCabe index: 4 number of parameters: 2 id: 2913 unit: ManagedValue SILGenFunction::emitBindOptional() file: lib/SILGen/SILGenExpr.cpp start line: 4692 end line: 4742 size: 35 LOC McCabe index: 6 number of parameters: 3 id: 2914 unit: SILValue SILGenFunction::emitForeignErrorCheck() file: lib/SILGen/SILGenForeignError.cpp start line: 431 end line: 468 size: 35 LOC McCabe index: 6 number of parameters: 6 id: 2915 unit: DeclName SILGenModule::getMagicFunctionName() file: lib/SILGen/SILGenFunction.cpp start line: 117 end line: 152 size: 35 LOC McCabe index: 17 number of parameters: 1 id: 2916 unit: void SILGenFunction::emitReturnExpr() file: lib/SILGen/SILGenStmt.cpp start line: 550 end line: 600 size: 35 LOC McCabe index: 5 number of parameters: 2 id: 2917 unit: void StmtEmitter::visitDoCatchStmt() file: lib/SILGen/SILGenStmt.cpp start line: 896 end line: 974 size: 35 LOC McCabe index: 4 number of parameters: 1 id: 2918 unit: void swift::ArraySemanticsCall::removeCall() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 534 end line: 575 size: 35 LOC McCabe index: 8 number of parameters: 0 id: 2919 unit: bool EscapeAnalysis::mayReleaseContent() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2876 end line: 2933 size: 35 LOC McCabe index: 14 number of parameters: 2 id: 2920 unit: void addAdjointValue() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 462 end line: 503 size: 35 LOC McCabe index: 3 number of parameters: 4 id: 2921 unit: static bool isSupportedClosure() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 536 end line: 593 size: 35 LOC McCabe index: 10 number of parameters: 1 id: 2922 unit: void scanFunction() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 327 end line: 364 size: 35 LOC McCabe index: 13 number of parameters: 1 id: 2923 unit: uint32_t checkProfitabilityRecursively() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 111 end line: 150 size: 35 LOC McCabe index: 8 number of parameters: 1 id: 2924 unit: void OpaqueStorageAllocation::allocateForValue() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 530 end line: 577 size: 35 LOC McCabe index: 8 number of parameters: 2 id: 2925 unit: static bool findEscapeOrMutationUses() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1177 end line: 1229 size: 35 LOC McCabe index: 12 number of parameters: 2 id: 2926 unit: bool LifetimeChecker::isRestrictedActorInitSelf() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2054 end line: 2099 size: 35 LOC McCabe index: 13 number of parameters: 1 id: 2927 unit: bool SemanticARCOptVisitor::tryJoiningCopyValueLiveRangeWithOperand() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 621 end line: 716 size: 35 LOC McCabe index: 9 number of parameters: 1 id: 2928 unit: void RetainCodeMotionContext::computeCodeMotionInsertPoints() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 571 end line: 625 size: 35 LOC McCabe index: 14 number of parameters: 0 id: 2929 unit: void ReleaseCodeMotionContext::computeCodeMotionGenKillSet() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 841 end line: 886 size: 35 LOC McCabe index: 14 number of parameters: 0 id: 2930 unit: void DominatedAccessAnalysis::analyzeAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 248 end line: 300 size: 35 LOC McCabe index: 10 number of parameters: 2 id: 2931 unit: void GlobalAccessRemoval::visitInstruction() file: lib/SILOptimizer/Transforms/AccessEnforcementWMO.cpp start line: 169 end line: 203 size: 35 LOC McCabe index: 12 number of parameters: 1 id: 2932 unit: static void rewriteApplySites() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 1013 end line: 1075 size: 35 LOC McCabe index: 6 number of parameters: 1 id: 2933 unit: bool llvm::DenseMapInfo::isEqual() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 483 end line: 527 size: 35 LOC McCabe index: 12 number of parameters: 2 id: 2934 unit: bool DeadObjectElimination::processAllocRef() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 792 end line: 846 size: 35 LOC McCabe index: 10 number of parameters: 1 id: 2935 unit: void Devirtualizer::devirtualizeAppliesInFunction() file: lib/SILOptimizer/Transforms/Devirtualizer.cpp start line: 60 end line: 118 size: 35 LOC McCabe index: 11 number of parameters: 2 id: 2936 unit: void EagerDispatch::emitTrivialAndSizeCheck() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 521 end line: 560 size: 35 LOC McCabe index: 3 number of parameters: 4 id: 2937 unit: void BridgedReturn::outline() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 938 end line: 997 size: 35 LOC McCabe index: 4 number of parameters: 2 id: 2938 unit: void BBEnumTagDataflowState::handlePredCondSelectEnum() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 295 end line: 347 size: 35 LOC McCabe index: 11 number of parameters: 1 id: 2939 unit: static bool processFunction() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1701 end line: 1764 size: 35 LOC McCabe index: 3 number of parameters: 5 id: 2940 unit: static bool onlyForwardsNone() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2013 end line: 2050 size: 35 LOC McCabe index: 15 number of parameters: 3 id: 2941 unit: void ArgumentSplitter::replaceIncomingArgs() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3121 end line: 3159 size: 35 LOC McCabe index: 8 number of parameters: 3 id: 2942 unit: bool TempRValueOptPass::checkTempObjectDestroy() file: lib/SILOptimizer/Transforms/TempRValueElimination.cpp start line: 438 end line: 487 size: 35 LOC McCabe index: 12 number of parameters: 2 id: 2943 unit: SILValue CheckedCastBrJumpThreading::isArgValueEquivalentToCondition() file: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp start line: 188 end line: 239 size: 35 LOC McCabe index: 13 number of parameters: 4 id: 2944 unit: llvm::Optional ConstExprFunctionState::evaluateClosureCreation() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 1709 end line: 1752 size: 35 LOC McCabe index: 8 number of parameters: 1 id: 2945 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 477 end line: 533 size: 35 LOC McCabe index: 4 number of parameters: 2 id: 2946 unit: bool ExprRewriter::peepholeCollectionUpcast() file: lib/Sema/CSApply.cpp start line: 6261 end line: 6311 size: 35 LOC McCabe index: 8 number of parameters: 4 id: 2947 unit: bool processDelayed() file: lib/Sema/CSApply.cpp start line: 8025 end line: 8075 size: 35 LOC McCabe index: 7 number of parameters: 0 id: 2948 unit: Optional ConstraintSystem::determineBestBindings() file: lib/Sema/CSBindings.cpp start line: 738 end line: 811 size: 35 LOC McCabe index: 14 number of parameters: 0 id: 2949 unit: void visitReturnStmt() file: lib/Sema/CSClosure.cpp start line: 812 end line: 858 size: 35 LOC McCabe index: 7 number of parameters: 1 id: 2950 unit: void MissingCallFailure::tryComputedPropertyFixIts() file: lib/Sema/CSDiagnostics.cpp start line: 3141 end line: 3189 size: 35 LOC McCabe index: 14 number of parameters: 0 id: 2951 unit: bool CoercibleOptionalCheckedCastFailure::diagnoseForcedCastExpr() file: lib/Sema/CSDiagnostics.cpp start line: 7701 end line: 7745 size: 35 LOC McCabe index: 5 number of parameters: 0 id: 2952 unit: static bool areConservativelyCompatibleArgumentLabels() file: lib/Sema/CSSimplify.cpp start line: 128 end line: 173 size: 35 LOC McCabe index: 13 number of parameters: 4 id: 2953 unit: bool IsDeclRefinementOfRequest::evaluate() file: lib/Sema/CSStep.cpp start line: 574 end line: 623 size: 35 LOC McCabe index: 7 number of parameters: 3 id: 2954 unit: bool DisjunctionStep::shouldSkip() file: lib/Sema/CSStep.cpp start line: 631 end line: 695 size: 35 LOC McCabe index: 16 number of parameters: 1 id: 2955 unit: void ConstraintGraphNode::notifyReferencingVars() file: lib/Sema/ConstraintGraph.cpp start line: 181 end line: 237 size: 35 LOC McCabe index: 11 number of parameters: 0 id: 2956 unit: bool SolutionApplicationTarget::contextualTypeIsOnlyAHint() file: lib/Sema/ConstraintSystem.cpp start line: 5644 end line: 5678 size: 35 LOC McCabe index: 28 number of parameters: 0 id: 2957 unit: static void lookupVisibleDynamicMemberLookupDecls() file: lib/Sema/LookupVisibleDecls.cpp start line: 1107 end line: 1151 size: 35 LOC McCabe index: 7 number of parameters: 8 id: 2958 unit: std::pair walkToStmtPre() file: lib/Sema/MiscDiagnostics.cpp start line: 2557 end line: 2600 size: 35 LOC McCabe index: 12 number of parameters: 1 id: 2959 unit: static void checkSwitch() file: lib/Sema/MiscDiagnostics.cpp start line: 3385 end line: 3439 size: 35 LOC McCabe index: 9 number of parameters: 2 id: 2960 unit: void AttributeChecker::visitSPIAccessControlAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 967 end line: 1007 size: 35 LOC McCabe index: 14 number of parameters: 1 id: 2961 unit: void AttributeChecker::checkOperatorAttribute() file: lib/Sema/TypeCheckAttr.cpp start line: 1755 end line: 1803 size: 35 LOC McCabe index: 7 number of parameters: 1 id: 2962 unit: static void forEachOuterDecl() file: lib/Sema/TypeCheckAvailability.cpp start line: 104 end line: 145 size: 35 LOC McCabe index: 16 number of parameters: 2 id: 2963 unit: Optional getFallbackCompletionExpr() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 674 end line: 718 size: 35 LOC McCabe index: 15 number of parameters: 0 id: 2964 unit: void swift::checkOverrideActorIsolation() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3706 end line: 3762 size: 35 LOC McCabe index: 15 number of parameters: 1 id: 2965 unit: void swift::checkImplementationOnlyOverride() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 2263 end line: 2311 size: 35 LOC McCabe index: 9 number of parameters: 1 id: 2966 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckStmt.cpp start line: 72 end line: 131 size: 35 LOC McCabe index: 12 number of parameters: 1 id: 2967 unit: static void checkFallthroughPatternBindingsAndTypes() file: lib/Sema/TypeCheckStmt.cpp start line: 548 end line: 594 size: 35 LOC McCabe index: 8 number of parameters: 4 id: 2968 unit: void Symbol::serializeFunctionSignature() file: lib/SymbolGraphGen/Symbol.cpp start line: 241 end line: 280 size: 35 LOC McCabe index: 9 number of parameters: 1 id: 2969 unit: TBDFile GenerateTBDRequest::evaluate() file: lib/TBDGen/TBDGen.cpp start line: 1288 end line: 1328 size: 35 LOC McCabe index: 4 number of parameters: 2 id: 2970 unit: func checkSort_Predicate() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 664 end line: 705 size: 35 LOC McCabe index: 4 number of parameters: 3 id: 2971 unit: func parseSpecialMappings() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 313 end line: 358 size: 35 LOC McCabe index: 5 number of parameters: 2 id: 2972 unit: mutating func encodeConditional() file: stdlib/public/core/Codable.swift start line: 329 end line: 499 size: 35 LOC McCabe index: 1 number of parameters: 2 id: 2973 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1139 end line: 1467 size: 35 LOC McCabe index: 1 number of parameters: 2 id: 2974 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2461 end line: 2822 size: 35 LOC McCabe index: 1 number of parameters: 1 id: 2975 unit: void swift::swift_deallocPartialClassInstance() file: stdlib/public/runtime/HeapObject.cpp start line: 717 end line: 772 size: 35 LOC McCabe index: 9 number of parameters: 4 id: 2976 unit: static void dumpSwiftHeapObjects() file: stdlib/public/runtime/Leaks.mm start line: 114 end line: 153 size: 35 LOC McCabe index: 5 number of parameters: 0 id: 2977 unit: bool swift::swift_isEscapingClosureAtFileLocation() file: stdlib/public/runtime/SwiftObject.mm start line: 1447 end line: 1488 size: 35 LOC McCabe index: 7 number of parameters: 6 id: 2978 unit: __swift_uint64_t _swift_stdlib_getBinaryProperties() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 29 end line: 84 size: 35 LOC McCabe index: 7 number of parameters: 1 id: 2979 unit: void SwiftLangSupport::editorOpenInterface() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 664 end line: 705 size: 35 LOC McCabe index: 3 number of parameters: 7 id: 2980 unit: static void walkRelatedDecls() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 519 end line: 563 size: 35 LOC McCabe index: 8 number of parameters: 2 id: 2981 unit: static void setLocationInfo() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 881 end line: 918 size: 35 LOC McCabe index: 7 number of parameters: 2 id: 2982 unit: static bool setupPopularAPI() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 722 end line: 763 size: 35 LOC McCabe index: 10 number of parameters: 1 id: 2983 unit: static int handleTestInvocation() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 472 end line: 514 size: 35 LOC McCabe index: 12 number of parameters: 3 id: 2984 unit: static void printRenameRanges() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2267 end line: 2303 size: 35 LOC McCabe index: 2 number of parameters: 2 id: 2985 unit: static int doREPLCodeCompletion() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1643 end line: 1687 size: 35 LOC McCabe index: 5 number of parameters: 2 id: 2986 unit: void wrapForTerminal() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1811 end line: 1847 size: 35 LOC McCabe index: 25 number of parameters: 2 id: 2987 unit: bool wrapForTerminal() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2368 end line: 2404 size: 35 LOC McCabe index: 12 number of parameters: 2 id: 2988 unit: void copyLibraries() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 890 end line: 940 size: 35 LOC McCabe index: 5 number of parameters: 3 id: 2989 unit: def parse_arguments() file: utils/swift-bench.py start line: 0 end line: 0 size: 35 LOC McCabe index: 7 number of parameters: 1 id: 2990 unit: mutating func parseProjectionPathFromSIL() file: SwiftCompilerSources/Sources/SIL/SmallProjectionPath.swift start line: 397 end line: 431 size: 34 LOC McCabe index: 10 number of parameters: 0 id: 2991 unit: LinkEntity getUnderlyingEntityForAsyncFunctionPointer() file: include/swift/IRGen/Linking.h start line: 1301 end line: 1342 size: 34 LOC McCabe index: 7 number of parameters: 0 id: 2992 unit: StoredPointer readObjCRODataPtr() file: include/swift/Remote/MetadataReader.h start line: 2734 end line: 2785 size: 34 LOC McCabe index: 9 number of parameters: 1 id: 2993 unit: CanType ASTMangler::getDeclTypeForMangling() file: lib/AST/ASTMangler.cpp start line: 2996 end line: 3044 size: 34 LOC McCabe index: 9 number of parameters: 3 id: 2994 unit: void PrintAST::printMembersOfDecl() file: lib/AST/ASTPrinter.cpp start line: 2313 end line: 2347 size: 34 LOC McCabe index: 13 number of parameters: 4 id: 2995 unit: void PrintAST::printExtension() file: lib/AST/ASTPrinter.cpp start line: 2617 end line: 2656 size: 34 LOC McCabe index: 7 number of parameters: 1 id: 2996 unit: void swift::printEnumElementsAsCases() file: lib/AST/ASTPrinter.cpp start line: 6528 end line: 6568 size: 34 LOC McCabe index: 5 number of parameters: 2 id: 2997 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1298 end line: 1335 size: 34 LOC McCabe index: 7 number of parameters: 1 id: 2998 unit: bool visitAbstractFunctionDecl() file: lib/AST/ASTWalker.cpp start line: 385 end line: 427 size: 34 LOC McCabe index: 14 number of parameters: 1 id: 2999 unit: static Type computeNominalType() file: lib/AST/Decl.cpp start line: 3849 end line: 3891 size: 34 LOC McCabe index: 12 number of parameters: 2 id: 3000 unit: void VarDecl::emitLetToVarNoteIfSimple() file: lib/AST/Decl.cpp start line: 6530 end line: 6583 size: 34 LOC McCabe index: 17 number of parameters: 1 id: 3001 unit: DeclContextKind DeclContext::getContextKind() file: lib/AST/DeclContext.cpp start line: 1170 end line: 1203 size: 34 LOC McCabe index: 13 number of parameters: 0 id: 3002 unit: bool Expr::isSemanticallyConstExpr() file: lib/AST/Expr.cpp start line: 201 end line: 234 size: 34 LOC McCabe index: 14 number of parameters: 0 id: 3003 unit: ConstraintResult GenericSignatureBuilder::handleUnresolvedRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 2262 end line: 2301 size: 34 LOC McCabe index: 8 number of parameters: 6 id: 3004 unit: ConstraintResult GenericSignatureBuilder::addInheritedRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 5033 end line: 5076 size: 34 LOC McCabe index: 6 number of parameters: 4 id: 3005 unit: static bool isSelfDerivedNestedTypeNameMatchEdge() file: lib/AST/GenericSignatureBuilder.cpp start line: 7219 end line: 7255 size: 34 LOC McCabe index: 6 number of parameters: 5 id: 3006 unit: static bool removeShadowedDeclsImpl() file: lib/AST/NameLookup.cpp start line: 753 end line: 801 size: 34 LOC McCabe index: 8 number of parameters: 2 id: 3007 unit: SubstitutionMap SubstitutionMap::subst() file: lib/AST/SubstitutionMap.cpp start line: 452 end line: 496 size: 34 LOC McCabe index: 8 number of parameters: 3 id: 3008 unit: GenericSignature ClangImporter::Implementation::buildGenericSignature() file: lib/ClangImporter/ImportDecl.cpp start line: 9349 end line: 9384 size: 34 LOC McCabe index: 6 number of parameters: 2 id: 3009 unit: void ClangImporter::Implementation::insertMembersAndAlternates() file: lib/ClangImporter/ImportDecl.cpp start line: 10092 end line: 10134 size: 34 LOC McCabe index: 9 number of parameters: 2 id: 3010 unit: ImportedType ClangImporter::Implementation::importFunctionParamsAndReturnType() file: lib/ClangImporter/ImportType.cpp start line: 1847 end line: 1889 size: 34 LOC McCabe index: 8 number of parameters: 8 id: 3011 unit: bool SwiftLookupTable::addLocalEntry() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 429 end line: 492 size: 34 LOC McCabe index: 13 number of parameters: 2 id: 3012 unit: bool swift::Demangle::isFunctionAttr() file: lib/Demangling/Demangler.cpp start line: 113 end line: 146 size: 34 LOC McCabe index: 28 number of parameters: 1 id: 3013 unit: void Job::printSummary() file: lib/Driver/Job.cpp start line: 420 end line: 461 size: 34 LOC McCabe index: 9 number of parameters: 1 id: 3014 unit: bool ArgsToFrontendInputsConverter::forAllFilesInFilelist() file: lib/Frontend/ArgsToFrontendInputsConverter.cpp start line: 118 end line: 154 size: 34 LOC McCabe index: 9 number of parameters: 2 id: 3015 unit: bool DependencyVerifier::verifyObligations() file: lib/Frontend/DependencyVerifier.cpp start line: 425 end line: 462 size: 34 LOC McCabe index: 8 number of parameters: 4 id: 3016 unit: bool CompilerInstance::performParseAndResolveImportsOnly() file: lib/Frontend/Frontend.cpp start line: 1075 end line: 1117 size: 34 LOC McCabe index: 8 number of parameters: 0 id: 3017 unit: std::pair getCompiledModuleCandidates() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 652 end line: 709 size: 34 LOC McCabe index: 11 number of parameters: 0 id: 3018 unit: std::pair indent() file: lib/IDE/Formatting.cpp start line: 2924 end line: 2974 size: 34 LOC McCabe index: 7 number of parameters: 3 id: 3019 unit: bool NameMatcher::tryResolve() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 621 end line: 658 size: 34 LOC McCabe index: 9 number of parameters: 5 id: 3020 unit: void MergeStackSlots::mergeSlots() file: lib/IRGen/AllocStackHoisting.cpp start line: 267 end line: 318 size: 34 LOC McCabe index: 10 number of parameters: 0 id: 3021 unit: bool FulfillmentMap::searchTypeMetadata() file: lib/IRGen/Fulfillment.cpp start line: 126 end line: 178 size: 34 LOC McCabe index: 12 number of parameters: 7 id: 3022 unit: void CallEmission::emitToMemory() file: lib/IRGen/GenCall.cpp start line: 2889 end line: 2937 size: 34 LOC McCabe index: 4 number of parameters: 3 id: 3023 unit: bool irgen::addNativeArgument() file: lib/IRGen/GenCall.cpp start line: 3641 end line: 3679 size: 34 LOC McCabe index: 4 number of parameters: 6 id: 3024 unit: Address irgen::emitTailProjection() file: lib/IRGen/GenClass.cpp start line: 646 end line: 687 size: 34 LOC McCabe index: 3 number of parameters: 4 id: 3025 unit: static void emitApplyArgument() file: lib/IRGen/GenFunc.cpp start line: 628 end line: 673 size: 34 LOC McCabe index: 5 number of parameters: 7 id: 3026 unit: void emitMethodOverrideDescriptor() file: lib/IRGen/GenMeta.cpp start line: 1860 end line: 1907 size: 34 LOC McCabe index: 4 number of parameters: 2 id: 3027 unit: void irgen::emitForeignTypeMetadata() file: lib/IRGen/GenMeta.cpp start line: 5243 end line: 5285 size: 34 LOC McCabe index: 5 number of parameters: 2 id: 3028 unit: Address irgen::emitAllocateValueInBuffer() file: lib/IRGen/GenOpaque.cpp start line: 1134 end line: 1177 size: 34 LOC McCabe index: 4 number of parameters: 3 id: 3029 unit: void layout() file: lib/IRGen/GenReflection.cpp start line: 832 end line: 872 size: 34 LOC McCabe index: 12 number of parameters: 0 id: 3030 unit: void IRGenSILFunction::visitWitnessMethodInst() file: lib/IRGen/IRGenSIL.cpp start line: 6723 end line: 6769 size: 34 LOC McCabe index: 5 number of parameters: 1 id: 3031 unit: static void castTupleInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 1897 end line: 1932 size: 34 LOC McCabe index: 7 number of parameters: 3 id: 3032 unit: string_t toString() file: lib/Migrator/Diff.h start line: 181 end line: 216 size: 34 LOC McCabe index: 9 number of parameters: 0 id: 3033 unit: ParserResult Parser::parseExprIdentifier() file: lib/Parse/ParseExpr.cpp start line: 2288 end line: 2337 size: 34 LOC McCabe index: 5 number of parameters: 0 id: 3034 unit: ParserResult Parser::parseStmtDefer() file: lib/Parse/ParseStmt.cpp start line: 921 end line: 977 size: 34 LOC McCabe index: 2 number of parameters: 0 id: 3035 unit: ParserResult Parser::parseDeclResultType() file: lib/Parse/ParseType.cpp start line: 586 end line: 623 size: 34 LOC McCabe index: 8 number of parameters: 1 id: 3036 unit: ParserStatus Parser::parseGenericArguments() file: lib/Parse/ParseType.cpp start line: 630 end line: 674 size: 34 LOC McCabe index: 7 number of parameters: 3 id: 3037 unit: void visitEnumDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 371 end line: 410 size: 34 LOC McCabe index: 7 number of parameters: 1 id: 3038 unit: std::pair walkToExprPre() file: lib/SIL/IR/SILProfiler.cpp start line: 616 end line: 655 size: 34 LOC McCabe index: 10 number of parameters: 1 id: 3039 unit: bool swift::emitSuccessfulIndirectUnconditionalCast() file: lib/SIL/Utils/DynamicCasts.cpp start line: 1140 end line: 1187 size: 34 LOC McCabe index: 11 number of parameters: 8 id: 3040 unit: void MemoryLifetimeVerifier::setBitsOfPredecessor() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 414 end line: 451 size: 34 LOC McCabe index: 14 number of parameters: 3 id: 3041 unit: void checkLegalSILType() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1410 end line: 1452 size: 34 LOC McCabe index: 9 number of parameters: 3 id: 3042 unit: static bool isEmittedOnDemand() file: lib/SILGen/SILGen.cpp start line: 684 end line: 727 size: 34 LOC McCabe index: 13 number of parameters: 2 id: 3043 unit: static ManagedValue emitNativeToCBridgedValue() file: lib/SILGen/SILGenBridging.cpp start line: 782 end line: 821 size: 34 LOC McCabe index: 5 number of parameters: 7 id: 3044 unit: SILValue getAddressForInPlaceInitialization() file: lib/SILGen/SILGenConvert.cpp start line: 559 end line: 600 size: 34 LOC McCabe index: 7 number of parameters: 2 id: 3045 unit: static bool prepareExtraEpilog() file: lib/SILGen/SILGenEpilog.cpp start line: 239 end line: 291 size: 34 LOC McCabe index: 8 number of parameters: 4 id: 3046 unit: RValue RValueEmitter::visitMakeTemporarilyEscapableExpr() file: lib/SILGen/SILGenExpr.cpp start line: 5207 end line: 5255 size: 34 LOC McCabe index: 2 number of parameters: 2 id: 3047 unit: void ClauseMatrix::print() file: lib/SILGen/SILGenPattern.cpp start line: 689 end line: 733 size: 34 LOC McCabe index: 7 number of parameters: 1 id: 3048 unit: static void translateYields() file: lib/SILGen/SILGenPoly.cpp start line: 1755 end line: 1805 size: 34 LOC McCabe index: 2 number of parameters: 5 id: 3049 unit: void ResultPlanner::planTupleFromDirectResult() file: lib/SILGen/SILGenPoly.cpp start line: 2623 end line: 2661 size: 34 LOC McCabe index: 4 number of parameters: 6 id: 3050 unit: void emitVTable() file: lib/SILGen/SILGenType.cpp start line: 260 end line: 313 size: 34 LOC McCabe index: 7 number of parameters: 0 id: 3051 unit: void LoopARCSequenceDataflowEvaluator::mergeSuccessors() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 124 end line: 181 size: 34 LOC McCabe index: 7 number of parameters: 2 id: 3052 unit: RCStateTransitionKind swift::getRCStateTransitionKind() file: lib/SILOptimizer/ARC/RCStateTransition.cpp start line: 46 end line: 96 size: 34 LOC McCabe index: 15 number of parameters: 1 id: 3053 unit: bool swift::ArraySemanticsCall::canHoist() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 319 end line: 360 size: 34 LOC McCabe index: 15 number of parameters: 2 id: 3054 unit: bool EpilogueARCContext::convergeDataflow() file: lib/SILOptimizer/Analysis/EpilogueARCAnalysis.cpp start line: 62 end line: 114 size: 34 LOC McCabe index: 10 number of parameters: 0 id: 3055 unit: void BottomUpFunctionOrder::DFS() file: lib/SILOptimizer/Analysis/FunctionOrder.cpp start line: 25 end line: 75 size: 34 LOC McCabe index: 14 number of parameters: 1 id: 3056 unit: SILValue COWArrayOpt::getArrayAddressBase() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 794 end line: 830 size: 34 LOC McCabe index: 13 number of parameters: 1 id: 3057 unit: static void rewriteFunction() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1431 end line: 1471 size: 34 LOC McCabe index: 9 number of parameters: 1 id: 3058 unit: static void diagnoseInvalidCaptureByConcurrentClosure() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1245 end line: 1280 size: 34 LOC McCabe index: 4 number of parameters: 4 id: 3059 unit: bool ElementUseCollector::addClosureElementUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1011 end line: 1068 size: 34 LOC McCabe index: 12 number of parameters: 2 id: 3060 unit: static bool isSelfInitUse() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1280 end line: 1345 size: 34 LOC McCabe index: 17 number of parameters: 1 id: 3061 unit: void LifetimeChecker::processNonTrivialRelease() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2593 end line: 2655 size: 34 LOC McCabe index: 18 number of parameters: 1 id: 3062 unit: static SILValue stripFunctionConversions() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 580 end line: 644 size: 34 LOC McCabe index: 9 number of parameters: 1 id: 3063 unit: void run() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 1487 end line: 1542 size: 34 LOC McCabe index: 10 number of parameters: 0 id: 3064 unit: bool SemanticARCOptVisitor::tryPerformOwnedCopyValueOptimization() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 724 end line: 780 size: 34 LOC McCabe index: 11 number of parameters: 1 id: 3065 unit: bool ReleaseCodeMotionContext::performCodeMotion() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 904 end line: 949 size: 34 LOC McCabe index: 12 number of parameters: 0 id: 3066 unit: static bool partialApplyEscapes() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 239 end line: 293 size: 34 LOC McCabe index: 12 number of parameters: 2 id: 3067 unit: bool ArrayAllocation::recursivelyCollectUses() file: lib/SILOptimizer/Transforms/ArrayCountPropagation.cpp start line: 122 end line: 162 size: 34 LOC McCabe index: 13 number of parameters: 1 id: 3068 unit: void ValueToDeclInferrer::printAccessPath() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 151 end line: 191 size: 34 LOC McCabe index: 12 number of parameters: 1 id: 3069 unit: static bool tryToCSEOpenExtCall() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 1244 end line: 1291 size: 34 LOC McCabe index: 12 number of parameters: 4 id: 3070 unit: void updateForCopy() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 84 end line: 125 size: 34 LOC McCabe index: 10 number of parameters: 1 id: 3071 unit: static bool convertExtractsToDestructures() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 220 end line: 260 size: 34 LOC McCabe index: 7 number of parameters: 2 id: 3072 unit: static FullApplySite CloneApply() file: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp start line: 84 end line: 121 size: 34 LOC McCabe index: 6 number of parameters: 3 id: 3073 unit: void printMemExpansion() file: lib/SILOptimizer/UtilityPasses/LSLocationPrinter.cpp start line: 145 end line: 180 size: 34 LOC McCabe index: 8 number of parameters: 1 id: 3074 unit: bool SinkAddressProjections::analyzeAddressProjections() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 283 end line: 323 size: 34 LOC McCabe index: 12 number of parameters: 1 id: 3075 unit: static bool hasNonSelfContainedRequirements() file: lib/SILOptimizer/Utils/Generics.cpp start line: 935 end line: 974 size: 34 LOC McCabe index: 10 number of parameters: 3 id: 3076 unit: NullablePtr visitForEachStmt() file: lib/Sema/BuilderTransform.cpp start line: 1495 end line: 1547 size: 34 LOC McCabe index: 3 number of parameters: 2 id: 3077 unit: SolutionApplicationTarget SolutionApplicationTarget::walk() file: lib/Sema/CSApply.cpp start line: 9016 end line: 9056 size: 34 LOC McCabe index: 11 number of parameters: 1 id: 3078 unit: void RequirementFailure::emitRequirementNote() file: lib/Sema/CSDiagnostics.cpp start line: 409 end line: 447 size: 34 LOC McCabe index: 9 number of parameters: 3 id: 3079 unit: Type visitDeclRefExpr() file: lib/Sema/CSGen.cpp start line: 1294 end line: 1339 size: 34 LOC McCabe index: 9 number of parameters: 1 id: 3080 unit: void ConstraintSystem::openGenericRequirements() file: lib/Sema/ConstraintSystem.cpp start line: 1580 end line: 1618 size: 34 LOC McCabe index: 9 number of parameters: 5 id: 3081 unit: void ConstraintSystem::buildDisjunctionForOptionalVsUnderlying() file: lib/Sema/ConstraintSystem.cpp start line: 2625 end line: 2680 size: 34 LOC McCabe index: 5 number of parameters: 3 id: 3082 unit: void ConstraintSystem::generateConstraints() file: lib/Sema/ConstraintSystem.cpp start line: 4727 end line: 4768 size: 34 LOC McCabe index: 11 number of parameters: 8 id: 3083 unit: Added buildLoggerCallWithArgs() file: lib/Sema/PlaygroundTransform.cpp start line: 764 end line: 809 size: 34 LOC McCabe index: 3 number of parameters: 3 id: 3084 unit: void AttributeChecker::visitSpecializeAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2333 end line: 2379 size: 34 LOC McCabe index: 4 number of parameters: 1 id: 3085 unit: static void fixAvailabilityForDecl() file: lib/Sema/TypeCheckAvailability.cpp start line: 1466 end line: 1519 size: 34 LOC McCabe index: 6 number of parameters: 4 id: 3086 unit: bool TypeChecker::isPassThroughTypealias() file: lib/Sema/TypeCheckDecl.cpp start line: 2663 end line: 2714 size: 34 LOC McCabe index: 10 number of parameters: 3 id: 3087 unit: void checkUnsupportedNestedType() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2233 end line: 2273 size: 34 LOC McCabe index: 10 number of parameters: 1 id: 3088 unit: ResolveWitnessResult ConformanceChecker::resolveWitnessViaDerivation() file: lib/Sema/TypeCheckProtocol.cpp start line: 4485 end line: 4530 size: 34 LOC McCabe index: 8 number of parameters: 1 id: 3089 unit: static void finishPropertyWrapperImplInfo() file: lib/Sema/TypeCheckStorage.cpp start line: 3092 end line: 3131 size: 34 LOC McCabe index: 13 number of parameters: 2 id: 3090 unit: static void finishStorageImplInfo() file: lib/Sema/TypeCheckStorage.cpp start line: 3177 end line: 3221 size: 34 LOC McCabe index: 14 number of parameters: 2 id: 3091 unit: void visitStructDecl() file: lib/Serialization/Serialization.cpp start line: 3446 end line: 3487 size: 34 LOC McCabe index: 3 number of parameters: 1 id: 3092 unit: bool swift::removeStatusRecord() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 301 end line: 355 size: 34 LOC McCabe index: 7 number of parameters: 1 id: 3093 unit: class alignas() file: stdlib/public/SwiftShims/RefCount.h start line: 628 end line: 671 size: 34 LOC McCabe index: 1 number of parameters: 1 id: 3094 unit: bool doDecrementSlow() file: stdlib/public/SwiftShims/RefCount.h start line: 991 end line: 1034 size: 34 LOC McCabe index: 9 number of parameters: 2 id: 3095 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1153 end line: 1467 size: 34 LOC McCabe index: 1 number of parameters: 2 id: 3096 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2311 end line: 2404 size: 34 LOC McCabe index: 1 number of parameters: 1 id: 3097 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2472 end line: 2822 size: 34 LOC McCabe index: 1 number of parameters: 1 id: 3098 unit: void DynamicReplacementDescriptor::enableReplacement() file: stdlib/public/runtime/MetadataLookup.cpp start line: 2552 end line: 2599 size: 34 LOC McCabe index: 5 number of parameters: 0 id: 3099 unit: static bool isSubclass() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 1095 end line: 1150 size: 34 LOC McCabe index: 6 number of parameters: 2 id: 3100 unit: __swift_intptr_t _swift_stdlib_getScalarBitArrayIdx() file: stdlib/public/stubs/Unicode/UnicodeData.cpp start line: 106 end line: 158 size: 34 LOC McCabe index: 6 number of parameters: 3 id: 3101 unit: static void reportRelated() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 607 end line: 647 size: 34 LOC McCabe index: 12 number of parameters: 4 id: 3102 unit: void SwiftLangSupport::getNameInfo() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1931 end line: 1970 size: 34 LOC McCabe index: 5 number of parameters: 6 id: 3103 unit: static int doStructureAnnotation() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2125 end line: 2172 size: 34 LOC McCabe index: 2 number of parameters: 2 id: 3104 unit: static SWIFT_CC() file: unittests/runtime/LongTests/LongRefcounting.cpp start line: 55 end line: 107 size: 34 LOC McCabe index: 5 number of parameters: 1 id: 3105 unit: def compare_sizes() file: utils/cmpcodesize/cmpcodesize/compare.py start line: 0 end line: 0 size: 34 LOC McCabe index: 8 number of parameters: 6 id: 3106 unit: def __init__() file: utils/gyb_syntax_support/Child.py start line: 0 end line: 0 size: 34 LOC McCabe index: 13 number of parameters: 13 id: 3107 unit: def main() file: utils/refactor-check-compiles.py start line: 0 end line: 0 size: 34 LOC McCabe index: 8 number of parameters: 0 id: 3108 unit: def main() file: utils/vim/swift-indent.py start line: 0 end line: 0 size: 34 LOC McCabe index: 9 number of parameters: 2 id: 3109 unit: func call() file: validation-test/compiler_crashers_fixed/00339-swift-clangimporter-implementation-mapselectortodeclname.swift start line: 31 end line: 64 size: 34 LOC McCabe index: 2 number of parameters: 1 id: 3110 unit: func run() file: benchmark/utils/DriverUtils.swift start line: 553 end line: 622 size: 33 LOC McCabe index: 5 number of parameters: 1 id: 3111 unit: class alignas() file: include/swift/AST/LazyResolver.h start line: 70 end line: 130 size: 33 LOC McCabe index: 1 number of parameters: 1 id: 3112 unit: void insert() file: include/swift/Basic/ListMerger.h start line: 81 end line: 134 size: 33 LOC McCabe index: 8 number of parameters: 1 id: 3113 unit: inline void set_union_for_each() file: include/swift/Basic/STLExtras.h start line: 122 end line: 167 size: 33 LOC McCabe index: 6 number of parameters: 5 id: 3114 unit: bool decodeImplFunctionParam() file: include/swift/Demangling/TypeDecoder.h start line: 1315 end line: 1353 size: 33 LOC McCabe index: 11 number of parameters: 3 id: 3115 unit: llvm::Optional forTypeReference() file: include/swift/Remote/MetadataReader.h start line: 1441 end line: 1481 size: 33 LOC McCabe index: 9 number of parameters: 5 id: 3116 unit: unsigned getHashValue() file: include/swift/Sema/ConstraintSystem.h start line: 1041 end line: 1079 size: 33 LOC McCabe index: 8 number of parameters: 0 id: 3117 unit: void printCommonAFD() file: lib/AST/ASTDumper.cpp start line: 854 end line: 890 size: 33 LOC McCabe index: 10 number of parameters: 2 id: 3118 unit: void ASTMangler::appendFunctionSignature() file: lib/AST/ASTMangler.cpp start line: 2563 end line: 2596 size: 33 LOC McCabe index: 10 number of parameters: 4 id: 3119 unit: void ASTMangler::appendTypeListElement() file: lib/AST/ASTMangler.cpp start line: 2662 end line: 2698 size: 33 LOC McCabe index: 11 number of parameters: 5 id: 3120 unit: void RequirementRepr::print() file: lib/AST/ASTPrinter.cpp start line: 6659 end line: 6694 size: 33 LOC McCabe index: 9 number of parameters: 1 id: 3121 unit: CanType ValueDecl::getOverloadSignatureType() file: lib/AST/Decl.cpp start line: 2861 end line: 2908 size: 33 LOC McCabe index: 5 number of parameters: 0 id: 3122 unit: void AccessScope::dump() file: lib/AST/DeclContext.cpp start line: 524 end line: 563 size: 33 LOC McCabe index: 8 number of parameters: 0 id: 3123 unit: void GenericSignatureBuilder::checkConcreteTypeConstraints() file: lib/AST/GenericSignatureBuilder.cpp start line: 7712 end line: 7756 size: 33 LOC McCabe index: 8 number of parameters: 2 id: 3124 unit: void ModuleDecl::findDeclaredCrossImportOverlaysTransitive() file: lib/AST/Module.cpp start line: 2029 end line: 2065 size: 33 LOC McCabe index: 10 number of parameters: 1 id: 3125 unit: bool swift::removeOverriddenDecls() file: lib/AST/NameLookup.cpp start line: 201 end line: 254 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3126 unit: void Pattern::forEachNode() file: lib/AST/Pattern.cpp start line: 244 end line: 282 size: 33 LOC McCabe index: 15 number of parameters: 1 id: 3127 unit: SubstitutionMap ProtocolConformance::getSubstitutions() file: lib/AST/ProtocolConformance.cpp start line: 337 end line: 378 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3128 unit: RewritePath RewritePath::splitCycleAtRule() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 180 end line: 240 size: 33 LOC McCabe index: 12 number of parameters: 1 id: 3129 unit: void ProtocolType::canonicalizeProtocols() file: lib/AST/Type.cpp start line: 1285 end line: 1334 size: 33 LOC McCabe index: 8 number of parameters: 1 id: 3130 unit: CanType TypeBase::getMinimalCanonicalType() file: lib/AST/Type.cpp start line: 1584 end line: 1625 size: 33 LOC McCabe index: 8 number of parameters: 0 id: 3131 unit: CanType visitFunctionType() file: lib/AST/Type.cpp start line: 2325 end line: 2362 size: 33 LOC McCabe index: 10 number of parameters: 4 id: 3132 unit: static bool canSubstituteTypeInto() file: lib/AST/Type.cpp start line: 3464 end line: 3512 size: 33 LOC McCabe index: 13 number of parameters: 4 id: 3133 unit: static bool printObjCUSRFragment() file: lib/AST/USRGeneration.cpp start line: 53 end line: 91 size: 33 LOC McCabe index: 11 number of parameters: 4 id: 3134 unit: void print() file: lib/Basic/PrefixMap.cpp start line: 63 end line: 104 size: 33 LOC McCabe index: 16 number of parameters: 2 id: 3135 unit: Optional Version::getEffectiveLanguageVersion() file: lib/Basic/Version.cpp start line: 292 end line: 343 size: 33 LOC McCabe index: 12 number of parameters: 0 id: 3136 unit: static void makeStructRawValued() file: lib/ClangImporter/ImportDecl.cpp start line: 1522 end line: 1563 size: 33 LOC McCabe index: 3 number of parameters: 5 id: 3137 unit: void EmitData() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1163 end line: 1203 size: 33 LOC McCabe index: 6 number of parameters: 4 id: 3138 unit: void taskBegan() file: lib/Driver/Compilation.cpp start line: 421 end line: 458 size: 33 LOC McCabe index: 6 number of parameters: 2 id: 3139 unit: static bool extractLinkerFlags() file: lib/DriverTool/autolink_extract_main.cpp start line: 178 end line: 212 size: 33 LOC McCabe index: 7 number of parameters: 4 id: 3140 unit: bool detectDictionaryKeyChange() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1123 end line: 1158 size: 33 LOC McCabe index: 9 number of parameters: 2 id: 3141 unit: bool detectArrayMemberChange() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1174 end line: 1209 size: 33 LOC McCabe index: 9 number of parameters: 2 id: 3142 unit: bool detectSimpleStringRepresentableUpdate() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1211 end line: 1245 size: 33 LOC McCabe index: 9 number of parameters: 2 id: 3143 unit: void getValueExprCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4084 end line: 4128 size: 33 LOC McCabe index: 13 number of parameters: 2 id: 3144 unit: void getOperatorCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4275 end line: 4316 size: 33 LOC McCabe index: 13 number of parameters: 2 id: 3145 unit: void getSelfTypeCompletionInDeclContext() file: lib/IDE/CodeCompletion.cpp start line: 4947 end line: 4990 size: 33 LOC McCabe index: 8 number of parameters: 2 id: 3146 unit: static bool collectModifiedFunctions() file: lib/IDE/CompileInstance.cpp start line: 53 end line: 103 size: 33 LOC McCabe index: 12 number of parameters: 3 id: 3147 unit: bool RefactoringActionTrailingClosure::performChange() file: lib/IDE/Refactoring.cpp start line: 3733 end line: 3774 size: 33 LOC McCabe index: 7 number of parameters: 0 id: 3148 unit: bool ModelASTWalker::processComment() file: lib/IDE/SyntaxModel.cpp start line: 1456 end line: 1495 size: 33 LOC McCabe index: 10 number of parameters: 1 id: 3149 unit: bool ModelASTWalker::findUrlStartingLoc() file: lib/IDE/SyntaxModel.cpp start line: 1497 end line: 1532 size: 33 LOC McCabe index: 8 number of parameters: 3 id: 3150 unit: static FrontendInputsAndOutputs resolveSymbolicLinksInInputs() file: lib/IDE/Utils.cpp start line: 193 end line: 232 size: 33 LOC McCabe index: 10 number of parameters: 4 id: 3151 unit: static std::string adjustClangTriple() file: lib/IDE/Utils.cpp start line: 385 end line: 419 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3152 unit: void setFromCallee() file: lib/IRGen/GenCall.cpp start line: 2120 end line: 2166 size: 33 LOC McCabe index: 7 number of parameters: 0 id: 3153 unit: void emitCallToUnmappedExplosion() file: lib/IRGen/GenCall.cpp start line: 2256 end line: 2311 size: 33 LOC McCabe index: 8 number of parameters: 2 id: 3154 unit: Address irgen::emitAllocateBoxedOpaqueExistentialBuffer() file: lib/IRGen/GenExistential.cpp start line: 2129 end line: 2170 size: 33 LOC McCabe index: 3 number of parameters: 6 id: 3155 unit: void EmitPolymorphicArguments::emit() file: lib/IRGen/GenProto.cpp start line: 3156 end line: 3201 size: 33 LOC McCabe index: 9 number of parameters: 3 id: 3156 unit: static Address emitDefaultProjectBuffer() file: lib/IRGen/GenValueWitness.cpp start line: 231 end line: 270 size: 33 LOC McCabe index: 4 number of parameters: 5 id: 3157 unit: bool IRGenDebugInfoImpl::buildDebugInfoExpression() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2450 end line: 2483 size: 33 LOC McCabe index: 11 number of parameters: 2 id: 3158 unit: static void emitDynamicSelfMetadata() file: lib/IRGen/IRGenSIL.cpp start line: 2127 end line: 2165 size: 33 LOC McCabe index: 9 number of parameters: 1 id: 3159 unit: void IRGenSILFunction::visitBeginUnpairedAccessInst() file: lib/IRGen/IRGenSIL.cpp start line: 5662 end line: 5706 size: 33 LOC McCabe index: 6 number of parameters: 1 id: 3160 unit: static void performRedundantCheckUnownedRemoval() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 882 end line: 923 size: 33 LOC McCabe index: 16 number of parameters: 1 id: 3161 unit: inline RT_Kind classifyInstruction() file: lib/LLVMPasses/LLVMARCOpts.h start line: 31 end line: 76 size: 33 LOC McCabe index: 6 number of parameters: 1 id: 3162 unit: void emitRenameLabelChanges() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 501 end line: 538 size: 33 LOC McCabe index: 11 number of parameters: 3 id: 3163 unit: void handleStringRepresentableArg() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 974 end line: 1006 size: 33 LOC McCabe index: 7 number of parameters: 3 id: 3164 unit: bool walkToDeclPre() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1406 end line: 1444 size: 33 LOC McCabe index: 14 number of parameters: 2 id: 3165 unit: uint32_t swift::validateUTF8CharacterAndAdvance() file: lib/Parse/Lexer.cpp start line: 119 end line: 174 size: 33 LOC McCabe index: 17 number of parameters: 2 id: 3166 unit: static void parseWhereGuard() file: lib/Parse/ParseStmt.cpp start line: 993 end line: 1032 size: 33 LOC McCabe index: 6 number of parameters: 5 id: 3167 unit: SourceLoc Parser::skipUntilGreaterInTypeList() file: lib/Parse/Parser.cpp start line: 721 end line: 760 size: 33 LOC McCabe index: 19 number of parameters: 1 id: 3168 unit: SymbolicValue::Kind SymbolicValue::getKind() file: lib/SIL/IR/SILConstants.cpp start line: 165 end line: 197 size: 33 LOC McCabe index: 16 number of parameters: 0 id: 3169 unit: void updateResultTypeForForeignInfo() file: lib/SIL/IR/SILFunctionType.cpp start line: 1591 end line: 1635 size: 33 LOC McCabe index: 10 number of parameters: 4 id: 3170 unit: StringRef OperandOwnership::asString() file: lib/SIL/IR/SILValue.cpp start line: 388 end line: 420 size: 33 LOC McCabe index: 15 number of parameters: 0 id: 3171 unit: bool SILParserState::parseSILDefaultWitnessTable() file: lib/SIL/Parser/ParseSIL.cpp start line: 7273 end line: 7321 size: 33 LOC McCabe index: 7 number of parameters: 1 id: 3172 unit: bool swift::getAllBorrowIntroducingValues() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1011 end line: 1062 size: 33 LOC McCabe index: 10 number of parameters: 2 id: 3173 unit: BorrowedValue swift::getSingleBorrowIntroducingValue() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1065 end line: 1114 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3174 unit: bool swift::getAllOwnedValueIntroducers() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1116 end line: 1167 size: 33 LOC McCabe index: 10 number of parameters: 2 id: 3175 unit: CanSILFunctionType checkApplySubstitutions() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1519 end line: 1558 size: 33 LOC McCabe index: 5 number of parameters: 2 id: 3176 unit: void checkInitExistentialMetatypeInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3875 end line: 3910 size: 33 LOC McCabe index: 2 number of parameters: 1 id: 3177 unit: ManagedValue ArgumentSource::getAsSingleValue() file: lib/SILGen/ArgumentSource.cpp start line: 44 end line: 76 size: 33 LOC McCabe index: 9 number of parameters: 2 id: 3178 unit: ResultPlanPtr ResultPlanBuilder::build() file: lib/SILGen/ResultPlan.cpp start line: 868 end line: 922 size: 33 LOC McCabe index: 9 number of parameters: 3 id: 3179 unit: ManagedValue SILGenFunction::emitNativeToBridgedError() file: lib/SILGen/SILGenBridging.cpp start line: 1227 end line: 1270 size: 33 LOC McCabe index: 3 number of parameters: 4 id: 3180 unit: static ManagedValue emitBuiltinTypeTrait() file: lib/SILGen/SILGenBuiltin.cpp start line: 1062 end line: 1104 size: 33 LOC McCabe index: 6 number of parameters: 5 id: 3181 unit: static ManagedValue emitBuiltinCreateAsyncTaskInGroup() file: lib/SILGen/SILGenBuiltin.cpp start line: 1489 end line: 1524 size: 33 LOC McCabe index: 1 number of parameters: 5 id: 3182 unit: void bindValue() file: lib/SILGen/SILGenDecl.cpp start line: 548 end line: 594 size: 33 LOC McCabe index: 9 number of parameters: 3 id: 3183 unit: void SILGenFunction::emitClassMemberDestruction() file: lib/SILGen/SILGenDestructor.cpp start line: 222 end line: 276 size: 33 LOC McCabe index: 7 number of parameters: 3 id: 3184 unit: ManagedValue project() file: lib/SILGen/SILGenLValue.cpp start line: 2143 end line: 2187 size: 33 LOC McCabe index: 6 number of parameters: 3 id: 3185 unit: static SGFAccessKind getBaseAccessKind() file: lib/SILGen/SILGenLValue.cpp start line: 3111 end line: 3157 size: 33 LOC McCabe index: 9 number of parameters: 5 id: 3186 unit: SILValue SILGenFunction::emitConversionToSemanticRValue() file: lib/SILGen/SILGenLValue.cpp start line: 3852 end line: 3885 size: 33 LOC McCabe index: 6 number of parameters: 3 id: 3187 unit: RValue SILGenFunction::emitLoadOfLValue() file: lib/SILGen/SILGenLValue.cpp start line: 4203 end line: 4248 size: 33 LOC McCabe index: 7 number of parameters: 4 id: 3188 unit: std::string AccessSummaryAnalysis::getSubPathDescription() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 549 end line: 588 size: 33 LOC McCabe index: 6 number of parameters: 4 id: 3189 unit: void LoopRegion::print() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 72 end line: 106 size: 33 LOC McCabe index: 9 number of parameters: 3 id: 3190 unit: static SILValue getBeginScopeInst() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 566 end line: 602 size: 33 LOC McCabe index: 12 number of parameters: 1 id: 3191 unit: static bool isLocalObject() file: lib/SILOptimizer/Analysis/ValueTracking.cpp start line: 39 end line: 81 size: 33 LOC McCabe index: 12 number of parameters: 1 id: 3192 unit: void ExistentialTransform::convertExistentialArgTypesToGenericArgTypes() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp start line: 277 end line: 323 size: 33 LOC McCabe index: 4 number of parameters: 2 id: 3193 unit: bool SILGlobalOpt::optimizeInitializer() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 428 end line: 477 size: 33 LOC McCabe index: 8 number of parameters: 2 id: 3194 unit: bool SILGlobalOpt::tryRemoveUnusedGlobal() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 568 end line: 611 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3195 unit: void SILGlobalOpt::collect() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 720 end line: 759 size: 33 LOC McCabe index: 13 number of parameters: 0 id: 3196 unit: void run() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 755 end line: 810 size: 33 LOC McCabe index: 8 number of parameters: 0 id: 3197 unit: bool COWArrayOpt::run() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 1011 end line: 1054 size: 33 LOC McCabe index: 9 number of parameters: 0 id: 3198 unit: void ArrayInfo::classifyUsesOfArray() file: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp start line: 295 end line: 338 size: 33 LOC McCabe index: 10 number of parameters: 1 id: 3199 unit: static bool fixupClosureLifetimes() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 972 end line: 1019 size: 33 LOC McCabe index: 10 number of parameters: 3 id: 3200 unit: static void diagnosePoundAssert() file: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp start line: 155 end line: 192 size: 33 LOC McCabe index: 9 number of parameters: 3 id: 3201 unit: bool ClosureArgDataflowState::performConsumingDataflow() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 689 end line: 726 size: 33 LOC McCabe index: 10 number of parameters: 2 id: 3202 unit: static void scalarizeLoadBorrow() file: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.cpp start line: 85 end line: 126 size: 33 LOC McCabe index: 8 number of parameters: 2 id: 3203 unit: bool AllocOptimize::promoteLoadCopy() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2057 end line: 2120 size: 33 LOC McCabe index: 6 number of parameters: 1 id: 3204 unit: bool AllocOptimize::canPromoteTake() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2226 end line: 2287 size: 33 LOC McCabe index: 9 number of parameters: 2 id: 3205 unit: static void lowerAssignInstruction() file: lib/SILOptimizer/Mandatory/RawSILInstLowering.cpp start line: 29 end line: 93 size: 33 LOC McCabe index: 5 number of parameters: 2 id: 3206 unit: static SILValue convertIntroducerToGuaranteed() file: lib/SILOptimizer/SemanticARC/OwnershipLiveRange.cpp start line: 270 end line: 302 size: 33 LOC McCabe index: 15 number of parameters: 1 id: 3207 unit: bool SemanticARCOptVisitor::processWorklist() file: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.cpp start line: 65 end line: 122 size: 33 LOC McCabe index: 11 number of parameters: 0 id: 3208 unit: void ReleaseCodeMotionContext::initializeCodeMotionDataFlow() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 764 end line: 812 size: 33 LOC McCabe index: 13 number of parameters: 0 id: 3209 unit: static void processBlock() file: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp start line: 208 end line: 247 size: 33 LOC McCabe index: 8 number of parameters: 1 id: 3210 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitAllocRefInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 707 end line: 741 size: 33 LOC McCabe index: 4 number of parameters: 1 id: 3211 unit: void MandatoryGenericSpecializer::run() file: lib/SILOptimizer/Transforms/GenericSpecializer.cpp start line: 158 end line: 201 size: 33 LOC McCabe index: 12 number of parameters: 0 id: 3212 unit: static bool tryMoveCondFailToPreds() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2772 end line: 2829 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3213 unit: void TempLValueOptPass::combineCopyAndDestroy() file: lib/SILOptimizer/Transforms/TempLValueOpt.cpp start line: 259 end line: 297 size: 33 LOC McCabe index: 12 number of parameters: 1 id: 3214 unit: void run() file: lib/SILOptimizer/UtilityPasses/SILSkippingChecker.cpp start line: 89 end line: 128 size: 33 LOC McCabe index: 11 number of parameters: 0 id: 3215 unit: void BasicBlockCloner::updateSSAAfterCloning() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 208 end line: 253 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 3216 unit: static bool createPrespecialized() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2404 end line: 2444 size: 33 LOC McCabe index: 8 number of parameters: 3 id: 3217 unit: NullablePtr visitSwitchStmt() file: lib/Sema/BuilderTransform.cpp start line: 1418 end line: 1462 size: 33 LOC McCabe index: 7 number of parameters: 2 id: 3218 unit: Optional ConstraintSystem::applySolution() file: lib/Sema/CSApply.cpp start line: 8851 end line: 8905 size: 33 LOC McCabe index: 9 number of parameters: 2 id: 3219 unit: void BindingSet::finalize() file: lib/Sema/CSBindings.cpp start line: 470 end line: 522 size: 33 LOC McCabe index: 9 number of parameters: 1 id: 3220 unit: static bool isDeclMoreConstrainedThan() file: lib/Sema/CSRanking.cpp start line: 299 end line: 340 size: 33 LOC McCabe index: 12 number of parameters: 2 id: 3221 unit: static Type getOpenedResultBuilderTypeFor() file: lib/Sema/CSSimplify.cpp start line: 9132 end line: 9175 size: 33 LOC McCabe index: 11 number of parameters: 2 id: 3222 unit: void ConstraintSystem::addConstraint() file: lib/Sema/CSSimplify.cpp start line: 12500 end line: 12536 size: 33 LOC McCabe index: 8 number of parameters: 3 id: 3223 unit: bool SplitterStep::mergePartialSolutions() file: lib/Sema/CSStep.cpp start line: 208 end line: 260 size: 33 LOC McCabe index: 9 number of parameters: 0 id: 3224 unit: static void maybeAddMemberwiseDefaultArg() file: lib/Sema/CodeSynthesis.cpp start line: 120 end line: 179 size: 33 LOC McCabe index: 16 number of parameters: 4 id: 3225 unit: static void bindArchetypesFromContext() file: lib/Sema/ConstraintSystem.cpp start line: 1493 end line: 1536 size: 33 LOC McCabe index: 7 number of parameters: 4 id: 3226 unit: static bool validateCodingKeysEnum() file: lib/Sema/DerivedConformanceCodable.cpp start line: 429 end line: 474 size: 33 LOC McCabe index: 7 number of parameters: 2 id: 3227 unit: Type swift::getMemberTypeForComparison() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 68 end line: 114 size: 33 LOC McCabe index: 8 number of parameters: 2 id: 3228 unit: static bool noteFixableMismatchedTypes() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 471 end line: 509 size: 33 LOC McCabe index: 6 number of parameters: 2 id: 3229 unit: static void checkOperatorOrPrecedenceGroupRedeclaration() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 463 end line: 504 size: 33 LOC McCabe index: 10 number of parameters: 4 id: 3230 unit: static bool classifyWitness() file: lib/Sema/TypeCheckEffects.cpp start line: 133 end line: 180 size: 33 LOC McCabe index: 10 number of parameters: 4 id: 3231 unit: bool isAnyExpr() file: lib/Sema/TypeCheckType.h start line: 210 end line: 242 size: 33 LOC McCabe index: 27 number of parameters: 0 id: 3232 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 1421 end line: 1467 size: 33 LOC McCabe index: 6 number of parameters: 1 id: 3233 unit: void TBDGenVisitor::visit() file: lib/TBDGen/TBDGen.cpp start line: 1196 end line: 1239 size: 33 LOC McCabe index: 10 number of parameters: 1 id: 3234 unit: bool LookupBucketFor() file: stdlib/include/llvm/ADT/DenseMap.h start line: 550 end line: 598 size: 33 LOC McCabe index: 10 number of parameters: 2 id: 3235 unit: func parseNames() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 581 end line: 628 size: 33 LOC McCabe index: 4 number of parameters: 2 id: 3236 unit: void DefaultActorImpl::enqueue() file: stdlib/public/Concurrency/Actor.cpp start line: 1339 end line: 1396 size: 33 LOC McCabe index: 9 number of parameters: 1 id: 3237 unit: static void swift_task_switchImpl() file: stdlib/public/Concurrency/Actor.cpp start line: 1573 end line: 1623 size: 33 LOC McCabe index: 7 number of parameters: 3 id: 3238 unit: void swift_task_future_wait_throwingImpl() file: stdlib/public/Concurrency/Task.cpp start line: 952 end line: 993 size: 33 LOC McCabe index: 4 number of parameters: 5 id: 3239 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1167 end line: 1467 size: 33 LOC McCabe index: 1 number of parameters: 2 id: 3240 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2483 end line: 2822 size: 33 LOC McCabe index: 1 number of parameters: 1 id: 3241 unit: static inline void storeEnumElement() file: stdlib/public/runtime/EnumImpl.h start line: 27 end line: 62 size: 33 LOC McCabe index: 6 number of parameters: 3 id: 3242 unit: static void initProtocolWitness() file: stdlib/public/runtime/Metadata.cpp start line: 4694 end line: 4732 size: 33 LOC McCabe index: 10 number of parameters: 3 id: 3243 unit: static StringRef getTagForParameter() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 89 end line: 122 size: 33 LOC McCabe index: 18 number of parameters: 1 id: 3244 unit: static void mapLocToLatestSnapshot() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 635 end line: 673 size: 33 LOC McCabe index: 8 number of parameters: 3 id: 3245 unit: RetTy visit() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 325 end line: 358 size: 33 LOC McCabe index: 6 number of parameters: 1 id: 3246 unit: RetTy visit() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp start line: 108 end line: 141 size: 33 LOC McCabe index: 7 number of parameters: 1 id: 3247 unit: DeferredNodeInfo getDeferredChild() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 331 end line: 363 size: 33 LOC McCabe index: 5 number of parameters: 2 id: 3248 unit: static int printTypeContextInfo() file: tools/swift-ide-test/swift-ide-test.cpp start line: 932 end line: 968 size: 33 LOC McCabe index: 5 number of parameters: 1 id: 3249 unit: int main() file: tools/swift-serialize-diagnostics/swift-serialize-diagnostics.cpp start line: 55 end line: 97 size: 33 LOC McCabe index: 4 number of parameters: 2 id: 3250 unit: def __init__() file: utils/build_swift/build_swift/argparse/actions.py start line: 0 end line: 0 size: 33 LOC McCabe index: 9 number of parameters: 12 id: 3251 unit: func getLinkingConsonant() file: utils/gen-unicode-data/Sources/GenGraphemeBreakProperty/IndicRules.swift start line: 15 end line: 67 size: 33 LOC McCabe index: 4 number of parameters: 1 id: 3252 unit: func emitScalars() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 173 end line: 216 size: 33 LOC McCabe index: 4 number of parameters: 2 id: 3253 unit: def __init__() file: utils/optimizer_counters_to_sql.py start line: 0 end line: 0 size: 33 LOC McCabe index: 4 number of parameters: 2 id: 3254 unit: def unrpathize() file: utils/swift-darwin-postprocess.py start line: 0 end line: 0 size: 33 LOC McCabe index: 5 number of parameters: 1 id: 3255 unit: static void runInsertAndMergeTest() file: utils/test-list-merger/TestListMerger.cpp start line: 114 end line: 165 size: 33 LOC McCabe index: 9 number of parameters: 1 id: 3256 unit: int main() file: utils/test-prefix-map/main.cpp start line: 108 end line: 156 size: 33 LOC McCabe index: 12 number of parameters: 2 id: 3257 unit: func avalancheTest() file: validation-test/stdlib/HashingAvalanche.swift start line: 12 end line: 46 size: 33 LOC McCabe index: 7 number of parameters: 2 id: 3258 unit: func _checkDictionaryFastEnumerationImpl() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 875 end line: 911 size: 33 LOC McCabe index: 3 number of parameters: 2 id: 3259 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 585 end line: 619 size: 33 LOC McCabe index: 3 number of parameters: 1 id: 3260 unit: inline bool TypeRepr::isSimple() file: include/swift/AST/TypeRepr.h start line: 1314 end line: 1346 size: 32 LOC McCabe index: 26 number of parameters: 0 id: 3261 unit: bool parseSingleModuleEntry() file: include/swift/Frontend/ModuleInterfaceLoader.h start line: 258 end line: 290 size: 32 LOC McCabe index: 10 number of parameters: 2 id: 3262 unit: CanType getType() file: include/swift/SIL/AbstractionPattern.h start line: 1006 end line: 1037 size: 32 LOC McCabe index: 22 number of parameters: 0 id: 3263 unit: void rewriteType() file: include/swift/SIL/AbstractionPattern.h start line: 1050 end line: 1081 size: 32 LOC McCabe index: 24 number of parameters: 2 id: 3264 unit: bool hasForeignErrorStrippingResultOptionality() file: include/swift/SIL/AbstractionPattern.h start line: 1170 end line: 1202 size: 32 LOC McCabe index: 22 number of parameters: 0 id: 3265 unit: Type addJoinConstraint() file: include/swift/Sema/ConstraintSystem.h start line: 3569 end line: 3617 size: 32 LOC McCabe index: 10 number of parameters: 5 id: 3266 unit: Type ASTBuilder::resolveOpaqueType() file: lib/AST/ASTDemangler.cpp start line: 247 end line: 283 size: 32 LOC McCabe index: 7 number of parameters: 3 id: 3267 unit: static NodePointer mangleSILDifferentiabilityWitnessAsNode() file: lib/AST/ASTMangler.cpp start line: 506 end line: 537 size: 32 LOC McCabe index: 4 number of parameters: 4 id: 3268 unit: void PrintAST::printGenericSignature() file: lib/AST/ASTPrinter.cpp start line: 1567 end line: 1611 size: 32 LOC McCabe index: 6 number of parameters: 3 id: 3269 unit: static void addNamespaceMembers() file: lib/AST/ASTPrinter.cpp start line: 2271 end line: 2311 size: 32 LOC McCabe index: 12 number of parameters: 2 id: 3270 unit: void printModuleContext() file: lib/AST/ASTPrinter.cpp start line: 4966 end line: 5009 size: 32 LOC McCabe index: 11 number of parameters: 1 id: 3271 unit: bool ConformanceLookupTable::addProtocol() file: lib/AST/ConformanceLookupTable.cpp start line: 411 end line: 464 size: 32 LOC McCabe index: 12 number of parameters: 3 id: 3272 unit: static bool isDefaultInitializable() file: lib/AST/Decl.cpp start line: 1799 end line: 1846 size: 32 LOC McCabe index: 15 number of parameters: 2 id: 3273 unit: bool PatternBindingDecl::isDefaultInitializable() file: lib/AST/Decl.cpp start line: 1876 end line: 1929 size: 32 LOC McCabe index: 15 number of parameters: 1 id: 3274 unit: DeclName AbstractFunctionDecl::getEffectiveFullName() file: lib/AST/Decl.cpp start line: 7207 end line: 7244 size: 32 LOC McCabe index: 13 number of parameters: 0 id: 3275 unit: DiagnosticBehavior DiagnosticState::determineBehavior() file: lib/AST/DiagnosticEngine.cpp start line: 988 end line: 1045 size: 32 LOC McCabe index: 16 number of parameters: 1 id: 3276 unit: void DiagnosticEngine::emitDiagnostic() file: lib/AST/DiagnosticEngine.cpp start line: 1246 end line: 1283 size: 32 LOC McCabe index: 9 number of parameters: 1 id: 3277 unit: bool GenericSignatureBuilder::addSameTypeRewriteRule() file: lib/AST/GenericSignatureBuilder.cpp start line: 3273 end line: 3321 size: 32 LOC McCabe index: 5 number of parameters: 2 id: 3278 unit: void ModuleDependencies::addModuleDependencies() file: lib/AST/ModuleDependencies.cpp start line: 93 end line: 131 size: 32 LOC McCabe index: 6 number of parameters: 2 id: 3279 unit: void Pattern::forEachVariable() file: lib/AST/Pattern.cpp start line: 199 end line: 240 size: 32 LOC McCabe index: 15 number of parameters: 1 id: 3280 unit: MutableTerm RewriteContext::getMutableTermForType() file: lib/AST/RequirementMachine/InterfaceType.cpp start line: 102 end line: 144 size: 32 LOC McCabe index: 7 number of parameters: 2 id: 3281 unit: void RewriteSystem::simplifyRightHandSides() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 517 end line: 567 size: 32 LOC McCabe index: 5 number of parameters: 0 id: 3282 unit: bool NameImporter::hasErrorMethodNameCollision() file: lib/ClangImporter/ImportName.cpp start line: 1376 end line: 1417 size: 32 LOC McCabe index: 7 number of parameters: 3 id: 3283 unit: bool NameImporter::forEachDistinctImportName() file: lib/ClangImporter/ImportName.cpp start line: 2278 end line: 2315 size: 32 LOC McCabe index: 8 number of parameters: 3 id: 3284 unit: ImportedType ClangImporter::Implementation::importPropertyType() file: lib/ClangImporter/ImportType.cpp start line: 1690 end line: 1726 size: 32 LOC McCabe index: 8 number of parameters: 2 id: 3285 unit: ManglingError Remangler::mangleGenericArgs() file: lib/Demangling/OldRemangler.cpp start line: 2147 end line: 2185 size: 32 LOC McCabe index: 9 number of parameters: 3 id: 3286 unit: void Driver::printHelp() file: lib/Driver/Driver.cpp start line: 3549 end line: 3587 size: 32 LOC McCabe index: 10 number of parameters: 1 id: 3287 unit: ModuleDepGraph::Changes ModuleDepGraph::integrate() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 237 end line: 280 size: 32 LOC McCabe index: 9 number of parameters: 2 id: 3288 unit: void diagnose() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 294 end line: 335 size: 32 LOC McCabe index: 9 number of parameters: 5 id: 3289 unit: bool typecheckParsedType() file: lib/IDE/CodeCompletion.cpp start line: 1572 end line: 1610 size: 32 LOC McCabe index: 8 number of parameters: 0 id: 3290 unit: void addCallArgumentCompletionResults() file: lib/IDE/CodeCompletion.cpp start line: 4704 end line: 4739 size: 32 LOC McCabe index: 7 number of parameters: 2 id: 3291 unit: void deliverDotExprResults() file: lib/IDE/CodeCompletion.cpp start line: 6786 end line: 6824 size: 32 LOC McCabe index: 8 number of parameters: 7 id: 3292 unit: void ConformingMethodListCallbacks::doneParsing() file: lib/IDE/ConformingMethodList.cpp start line: 67 end line: 110 size: 32 LOC McCabe index: 13 number of parameters: 0 id: 3293 unit: void analyzeInitializer() file: lib/IDE/ExprContextAnalysis.cpp start line: 1225 end line: 1256 size: 32 LOC McCabe index: 8 number of parameters: 1 id: 3294 unit: Signature SignatureExpansion::getSignature() file: lib/IRGen/GenCall.cpp start line: 1872 end line: 1907 size: 32 LOC McCabe index: 5 number of parameters: 0 id: 3295 unit: void forNontrivialPayloads() file: lib/IRGen/GenEnum.cpp start line: 4456 end line: 4500 size: 32 LOC McCabe index: 5 number of parameters: 3 id: 3296 unit: void storePayloadTag() file: lib/IRGen/GenEnum.cpp start line: 5027 end line: 5072 size: 32 LOC McCabe index: 5 number of parameters: 4 id: 3297 unit: static llvm::AttributeList getValueWitnessAttrs() file: lib/IRGen/GenOpaque.cpp start line: 160 end line: 202 size: 32 LOC McCabe index: 16 number of parameters: 2 id: 3298 unit: void addAssociatedConformance() file: lib/IRGen/GenProto.cpp start line: 1431 end line: 1469 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3299 unit: void IRGenSILFunction::visitExistentialMetatypeInst() file: lib/IRGen/IRGenSIL.cpp start line: 2790 end line: 2823 size: 32 LOC McCabe index: 6 number of parameters: 1 id: 3300 unit: void IRGenSILFunction::visitClassMethodInst() file: lib/IRGen/IRGenSIL.cpp start line: 6953 end line: 7006 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3301 unit: SILParameterInfo LargeSILTypeMapper::getNewParameter() file: lib/IRGen/LoadableByAddress.cpp start line: 386 end line: 418 size: 32 LOC McCabe index: 6 number of parameters: 3 id: 3302 unit: static bool hasMandatoryRewriteUse() file: lib/IRGen/LoadableByAddress.cpp start line: 1216 end line: 1247 size: 32 LOC McCabe index: 10 number of parameters: 2 id: 3303 unit: static void createResultTyInstrAndLoad() file: lib/IRGen/LoadableByAddress.cpp start line: 1953 end line: 1989 size: 32 LOC McCabe index: 6 number of parameters: 3 id: 3304 unit: bool LoadableByAddress::recreateUncheckedEnumDataInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 2640 end line: 2671 size: 32 LOC McCabe index: 5 number of parameters: 2 id: 3305 unit: static void maybeEmitDebugInfoForLocalTypeData() file: lib/IRGen/LocalTypeData.cpp start line: 319 end line: 366 size: 32 LOC McCabe index: 12 number of parameters: 3 id: 3306 unit: bool irgen::isCanonicalCompleteTypeMetadataStaticallyAddressable() file: lib/IRGen/MetadataRequest.cpp start line: 921 end line: 976 size: 32 LOC McCabe index: 13 number of parameters: 2 id: 3307 unit: void AlignedGroupEntry::destroy() file: lib/IRGen/TypeLayout.cpp start line: 1030 end line: 1066 size: 32 LOC McCabe index: 6 number of parameters: 2 id: 3308 unit: bool IndexSwiftASTWalker::reportRelatedTypeRef() file: lib/Index/Index.cpp start line: 1304 end line: 1337 size: 32 LOC McCabe index: 11 number of parameters: 3 id: 3309 unit: static int diff_commonOverlap() file: lib/Migrator/Diff.h start line: 740 end line: 779 size: 32 LOC McCabe index: 10 number of parameters: 2 id: 3310 unit: OptionSet swift::parseSanitizerRecoverArgValues() file: lib/Option/SanitizerOptions.cpp start line: 218 end line: 259 size: 32 LOC McCabe index: 6 number of parameters: 4 id: 3311 unit: ParserResult Parser::parseStmtRepeat() file: lib/Parse/ParseStmt.cpp start line: 1946 end line: 1983 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3312 unit: bool Parser::canParseTypeTupleBody() file: lib/Parse/ParseType.cpp start line: 1636 end line: 1682 size: 32 LOC McCabe index: 21 number of parameters: 0 id: 3313 unit: void visitClassDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 291 end line: 331 size: 32 LOC McCabe index: 6 number of parameters: 1 id: 3314 unit: void printBlockArgumentUses() file: lib/SIL/IR/SILPrinter.cpp start line: 701 end line: 742 size: 32 LOC McCabe index: 12 number of parameters: 1 id: 3315 unit: void SILWitnessTable::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3575 end line: 3615 size: 32 LOC McCabe index: 6 number of parameters: 2 id: 3316 unit: static CanAnyFunctionType getEntryPointInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2631 end line: 2668 size: 32 LOC McCabe index: 4 number of parameters: 1 id: 3317 unit: Source emit() file: lib/SIL/Utils/DynamicCasts.cpp start line: 889 end line: 933 size: 32 LOC McCabe index: 7 number of parameters: 2 id: 3318 unit: bool swift::memInstMustInitialize() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2041 end line: 2077 size: 32 LOC McCabe index: 12 number of parameters: 1 id: 3319 unit: void MemoryLocations::analyzeLocations() file: lib/SIL/Utils/MemoryLocations.cpp start line: 142 end line: 178 size: 32 LOC McCabe index: 13 number of parameters: 1 id: 3320 unit: OwnedValueIntroducer swift::getSingleOwnedValueIntroducer() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1169 end line: 1216 size: 32 LOC McCabe index: 10 number of parameters: 1 id: 3321 unit: bool SILValueOwnershipChecker::checkYieldWithoutLifetimeEndingUses() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 489 end line: 538 size: 32 LOC McCabe index: 9 number of parameters: 2 id: 3322 unit: void verifyCheckedCast() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3941 end line: 3987 size: 32 LOC McCabe index: 7 number of parameters: 4 id: 3323 unit: void checkSwitchEnumAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4744 end line: 4787 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3324 unit: bool maybeEmitDelayed() file: lib/SILGen/SILGenApply.cpp start line: 3200 end line: 3275 size: 32 LOC McCabe index: 11 number of parameters: 2 id: 3325 unit: void SILGenFunction::emitSetAccessor() file: lib/SILGen/SILGenApply.cpp start line: 5780 end line: 5819 size: 32 LOC McCabe index: 8 number of parameters: 9 id: 3326 unit: static ManagedValue createInputFunctionArgument() file: lib/SILGen/SILGenBuilder.cpp start line: 433 end line: 471 size: 32 LOC McCabe index: 13 number of parameters: 5 id: 3327 unit: static ManagedValue emitBuiltinAllocWithTailElems() file: lib/SILGen/SILGenBuiltin.cpp start line: 1002 end line: 1036 size: 32 LOC McCabe index: 5 number of parameters: 5 id: 3328 unit: RValue emitUnconditionalCast() file: lib/SILGen/SILGenDynamicCast.cpp start line: 78 end line: 116 size: 32 LOC McCabe index: 4 number of parameters: 2 id: 3329 unit: RValue SILGenFunction::emitFormalEvaluationRValueForSelfInDelegationInit() file: lib/SILGen/SILGenExpr.cpp start line: 840 end line: 892 size: 32 LOC McCabe index: 8 number of parameters: 4 id: 3330 unit: uint16_t SILGenFunction::emitBasicProlog() file: lib/SILGen/SILGenProlog.cpp start line: 921 end line: 963 size: 32 LOC McCabe index: 7 number of parameters: 7 id: 3331 unit: bool BottomUpRefCountState::merge() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 289 end line: 331 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 3332 unit: bool TopDownRefCountState::merge() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 735 end line: 776 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 3333 unit: void DifferentiableActivityInfo::propagateVariedInwardsThroughProjections() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 239 end line: 282 size: 32 LOC McCabe index: 11 number of parameters: 2 id: 3334 unit: static bool checkTruncOverflow() file: lib/SILOptimizer/Analysis/ValueTracking.cpp start line: 334 end line: 379 size: 32 LOC McCabe index: 9 number of parameters: 1 id: 3335 unit: SILValue materializeAdjointDirect() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 316 end line: 347 size: 32 LOC McCabe index: 7 number of parameters: 2 id: 3336 unit: void CapturePropagationCloner::cloneClosure() file: lib/SILOptimizer/IPO/CapturePropagation.cpp start line: 164 end line: 216 size: 32 LOC McCabe index: 6 number of parameters: 1 id: 3337 unit: void run() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 1454 end line: 1493 size: 32 LOC McCabe index: 6 number of parameters: 0 id: 3338 unit: static bool cleanFunction() file: lib/SILOptimizer/Mandatory/IRGenPrepare.cpp start line: 36 end line: 78 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 3339 unit: static void substituteConstants() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 929 end line: 984 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 3340 unit: void PhiNodeCopyCleanupInserter::emit() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 991 end line: 1050 size: 32 LOC McCabe index: 8 number of parameters: 1 id: 3341 unit: bool AllocOptimize::promoteLoadBorrow() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2156 end line: 2223 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3342 unit: bool swift::eliminateDeadAllocations() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2890 end line: 2931 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 3343 unit: void addHighLevelLoopOptPasses() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 282 end line: 336 size: 32 LOC McCabe index: 1 number of parameters: 1 id: 3344 unit: void AccessConflictAndMergeAnalysis::propagateAccessSetsBottomUp() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 604 end line: 640 size: 32 LOC McCabe index: 9 number of parameters: 2 id: 3345 unit: void COWOptsPass::collectEscapePoints() file: lib/SILOptimizer/Transforms/COWOpts.cpp start line: 221 end line: 254 size: 32 LOC McCabe index: 12 number of parameters: 3 id: 3346 unit: static void createRefCountOpForPayload() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 50 end line: 107 size: 32 LOC McCabe index: 8 number of parameters: 4 id: 3347 unit: bool BBEnumTagDataflowState::sinkIncrementsOutOfSwitchRegions() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 747 end line: 807 size: 32 LOC McCabe index: 8 number of parameters: 2 id: 3348 unit: bool SimplifyCFG::simplifyCheckedCastValueBranchBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2455 end line: 2496 size: 32 LOC McCabe index: 3 number of parameters: 1 id: 3349 unit: bool SimplifyCFG::simplifyTermWithIdenticalDestBlocks() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2714 end line: 2748 size: 32 LOC McCabe index: 9 number of parameters: 1 id: 3350 unit: bool SimplifyCFG::simplifyArgs() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 4048 end line: 4094 size: 32 LOC McCabe index: 12 number of parameters: 1 id: 3351 unit: bool StackPromotion::tryPromoteAlloc() file: lib/SILOptimizer/Transforms/StackPromotion.cpp start line: 101 end line: 150 size: 32 LOC McCabe index: 8 number of parameters: 3 id: 3352 unit: bool SinkAddressProjections::cloneProjections() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 327 end line: 369 size: 32 LOC McCabe index: 7 number of parameters: 0 id: 3353 unit: bool visitForwardingUse() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 545 end line: 581 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 3354 unit: void CheckedCastBrJumpThreading::Edit::modifyCFGForSuccessPreds() file: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp start line: 269 end line: 316 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3355 unit: void swift::emitDestroyOperation() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 858 end line: 904 size: 32 LOC McCabe index: 9 number of parameters: 4 id: 3356 unit: void swift::recursivelyDeleteTriviallyDeadInstructions() file: lib/SILOptimizer/Utils/InstructionDeleter.cpp start line: 323 end line: 372 size: 32 LOC McCabe index: 13 number of parameters: 3 id: 3357 unit: void SILSSAUpdater::rewriteUse() file: lib/SILOptimizer/Utils/SILSSAUpdater.cpp start line: 107 end line: 146 size: 32 LOC McCabe index: 10 number of parameters: 1 id: 3358 unit: static void depthFirstSearch() file: lib/Sema/ConstraintGraph.cpp start line: 655 end line: 703 size: 32 LOC McCabe index: 8 number of parameters: 5 id: 3359 unit: void ConstraintSystem::assignFixedType() file: lib/Sema/ConstraintSystem.cpp start line: 158 end line: 207 size: 32 LOC McCabe index: 12 number of parameters: 4 id: 3360 unit: void DerivedConformance::diagnoseAnyNonConformingMemberTypes() file: lib/Sema/DerivedConformances.cpp start line: 202 end line: 235 size: 32 LOC McCabe index: 6 number of parameters: 3 id: 3361 unit: void ImportResolver::crossImport() file: lib/Sema/ImportResolution.cpp start line: 992 end line: 1064 size: 32 LOC McCabe index: 9 number of parameters: 2 id: 3362 unit: void markDirectCallee() file: lib/Sema/PreCheckExpr.cpp start line: 855 end line: 901 size: 32 LOC McCabe index: 8 number of parameters: 1 id: 3363 unit: void visitEnumDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 672 end line: 704 size: 32 LOC McCabe index: 6 number of parameters: 1 id: 3364 unit: void AttributeChecker::visitFinalAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1693 end line: 1736 size: 32 LOC McCabe index: 12 number of parameters: 1 id: 3365 unit: static void lookupReplacedDecl() file: lib/Sema/TypeCheckAttr.cpp start line: 2512 end line: 2549 size: 32 LOC McCabe index: 7 number of parameters: 4 id: 3366 unit: void CircularityChecker::addPathElement() file: lib/Sema/TypeCheckCircularity.cpp start line: 457 end line: 499 size: 32 LOC McCabe index: 7 number of parameters: 3 id: 3367 unit: static ActorIsolation getActorIsolationFromWrappedProperty() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3248 end line: 3288 size: 32 LOC McCabe index: 14 number of parameters: 1 id: 3368 unit: void TypeChecker::notePlaceholderReplacementTypes() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 970 end line: 1007 size: 32 LOC McCabe index: 8 number of parameters: 2 id: 3369 unit: bool ClosureHasExplicitResultRequest::evaluate() file: lib/Sema/TypeCheckExpr.cpp start line: 760 end line: 805 size: 32 LOC McCabe index: 6 number of parameters: 2 id: 3370 unit: static Type getTypeForDisplay() file: lib/Sema/TypeCheckProtocol.cpp start line: 2204 end line: 2253 size: 32 LOC McCabe index: 9 number of parameters: 2 id: 3371 unit: static bool shouldWarnAboutPotentialWitness() file: lib/Sema/TypeCheckProtocol.cpp start line: 5778 end line: 5836 size: 32 LOC McCabe index: 16 number of parameters: 5 id: 3372 unit: void swift::checkUnknownAttrRestrictions() file: lib/Sema/TypeCheckStmt.cpp start line: 2112 end line: 2146 size: 32 LOC McCabe index: 8 number of parameters: 3 id: 3373 unit: static void computeLoweredStoredProperties() file: lib/Sema/TypeCheckStorage.cpp start line: 108 end line: 151 size: 32 LOC McCabe index: 13 number of parameters: 1 id: 3374 unit: void visitIdentTypeRepr() file: lib/Sema/TypeCheckType.cpp start line: 4128 end line: 4161 size: 32 LOC McCabe index: 10 number of parameters: 1 id: 3375 unit: bool isConstraintImplicitExistential() file: lib/Sema/TypeCheckType.h start line: 246 end line: 277 size: 32 LOC McCabe index: 27 number of parameters: 0 id: 3376 unit: bool isParametrizedProtocolSupported() file: lib/Sema/TypeCheckType.h start line: 280 end line: 311 size: 32 LOC McCabe index: 27 number of parameters: 0 id: 3377 unit: void visitParamDecl() file: lib/Serialization/Serialization.cpp start line: 3727 end line: 3764 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3378 unit: llvm::ErrorOr SerializedModuleLoaderBase::scanModuleFile() file: lib/Serialization/SerializedModuleLoader.cpp start line: 392 end line: 433 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3379 unit: void swift::symbolgraphgen::serialize() file: lib/SymbolGraphGen/JSON.cpp start line: 135 end line: 166 size: 32 LOC McCabe index: 8 number of parameters: 3 id: 3380 unit: func checkSort_WhereElementIsComparable() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 542 end line: 581 size: 32 LOC McCabe index: 4 number of parameters: 3 id: 3381 unit: func checkSortInPlace_Predicate() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 1204 end line: 1241 size: 32 LOC McCabe index: 4 number of parameters: 3 id: 3382 unit: func _enqueueJobGlobal() file: stdlib/public/Concurrency/Task.swift start line: 809 end line: 844 size: 32 LOC McCabe index: 3 number of parameters: 1 id: 3383 unit: bool TypeRefBuilder::getFieldTypeRefs() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 233 end line: 273 size: 32 LOC McCabe index: 9 number of parameters: 4 id: 3384 unit: func decode() file: stdlib/public/core/Codable.swift start line: 1181 end line: 1467 size: 32 LOC McCabe index: 1 number of parameters: 2 id: 3385 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2494 end line: 2822 size: 32 LOC McCabe index: 1 number of parameters: 1 id: 3386 unit: static SWIFT_CC() file: stdlib/public/runtime/Metadata.cpp start line: 3202 end line: 3261 size: 32 LOC McCabe index: 6 number of parameters: 1 id: 3387 unit: void _swift_debug_verifyTypeLayoutAttribute() file: stdlib/public/runtime/Metadata.cpp start line: 4410 end line: 4443 size: 32 LOC McCabe index: 4 number of parameters: 5 id: 3388 unit: static MetadataResponse getSuperclassForMaybeIncompleteMetadata() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 188 end line: 240 size: 32 LOC McCabe index: 9 number of parameters: 3 id: 3389 unit: void swift_stdlib_random() file: stdlib/public/stubs/Random.cpp start line: 83 end line: 121 size: 32 LOC McCabe index: 11 number of parameters: 2 id: 3390 unit: __swift_int32_t _swift_stdlib_getMapping() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 162 end line: 206 size: 32 LOC McCabe index: 6 number of parameters: 2 id: 3391 unit: void ASTProducer::enqueueConsumer() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 1202 end line: 1242 size: 32 LOC McCabe index: 5 number of parameters: 3 id: 3392 unit: static void prepareDemangleRequest() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2344 end line: 2382 size: 32 LOC McCabe index: 6 number of parameters: 2 id: 3393 unit: void DocStructureArrayBuilder::beginSubStructure() file: tools/SourceKit/tools/sourcekitd/lib/API/DocStructureArray.cpp start line: 174 end line: 207 size: 32 LOC McCabe index: 1 number of parameters: 17 id: 3394 unit: def get_extended_grapheme_cluster_rules_matrix() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 32 LOC McCabe index: 8 number of parameters: 1 id: 3395 unit: def run() file: utils/swift_build_support/swift_build_support/shell.py start line: 0 end line: 0 size: 32 LOC McCabe index: 8 number of parameters: 2 id: 3396 unit: def obtain_additional_swift_sources() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3397 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 401 end line: 436 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 3398 unit: def add_import_benchmark() file: benchmark/scripts/create_benchmark.py start line: 0 end line: 0 size: 31 LOC McCabe index: 12 number of parameters: 1 id: 3399 unit: static inline void appendWithXMLEscaping() file: include/swift/Markup/XMLUtils.h start line: 24 end line: 54 size: 31 LOC McCabe index: 7 number of parameters: 2 id: 3400 unit: void SILCloner::commonFixUp() file: include/swift/SIL/SILCloner.h start line: 750 end line: 788 size: 31 LOC McCabe index: 11 number of parameters: 1 id: 3401 unit: void print() file: include/swift/SILOptimizer/Differentiation/AdjointValue.h start line: 165 end line: 195 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 3402 unit: void visitSILFunctionType() file: lib/AST/ASTDumper.cpp start line: 3862 end line: 3894 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 3403 unit: void ASTMangler::appendOpaqueTypeArchetype() file: lib/AST/ASTMangler.cpp start line: 1915 end line: 1958 size: 31 LOC McCabe index: 7 number of parameters: 5 id: 3404 unit: void ASTMangler::appendModule() file: lib/AST/ASTMangler.cpp start line: 2241 end line: 2285 size: 31 LOC McCabe index: 11 number of parameters: 2 id: 3405 unit: static std::vector getUniqueFeaturesUsed() file: lib/AST/ASTPrinter.cpp start line: 2982 end line: 3022 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3406 unit: void PrintAST::printFunctionParameters() file: lib/AST/ASTPrinter.cpp start line: 3600 end line: 3636 size: 31 LOC McCabe index: 10 number of parameters: 1 id: 3407 unit: bool shouldPrintFullyQualified() file: lib/AST/ASTPrinter.cpp start line: 5026 end line: 5068 size: 31 LOC McCabe index: 16 number of parameters: 1 id: 3408 unit: void ScopeCreator::addChildrenForKnownAttributes() file: lib/AST/ASTScopeCreation.cpp start line: 498 end line: 536 size: 31 LOC McCabe index: 12 number of parameters: 2 id: 3409 unit: void ConformanceLookupTable::ConformanceEntry::dump() file: lib/AST/ConformanceLookupTable.cpp start line: 77 end line: 116 size: 31 LOC McCabe index: 8 number of parameters: 2 id: 3410 unit: SourceRange Decl::getSourceRangeIncludingAttrs() file: lib/AST/Decl.cpp start line: 552 end line: 594 size: 31 LOC McCabe index: 14 number of parameters: 0 id: 3411 unit: int TypeDecl::compare() file: lib/AST/Decl.cpp start line: 3746 end line: 3785 size: 31 LOC McCabe index: 14 number of parameters: 2 id: 3412 unit: bool Deserializer::enterTopLevelBlock() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 67 end line: 108 size: 31 LOC McCabe index: 9 number of parameters: 0 id: 3413 unit: static void expandSameTypeConstraints() file: lib/AST/GenericSignatureBuilder.cpp start line: 5402 end line: 5444 size: 31 LOC McCabe index: 10 number of parameters: 2 id: 3414 unit: void GenericSignatureBuilder::ExplicitRequirement::dump() file: lib/AST/GenericSignatureBuilder.cpp start line: 5446 end line: 5479 size: 31 LOC McCabe index: 8 number of parameters: 2 id: 3415 unit: static void desugarSameTypeRequirement() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 56 end line: 95 size: 31 LOC McCabe index: 7 number of parameters: 3 id: 3416 unit: Type ProtocolCompositionType::get() file: lib/AST/Type.cpp start line: 3849 end line: 3894 size: 31 LOC McCabe index: 11 number of parameters: 3 id: 3417 unit: std::error_code swift::atomicallyWritingToFile() file: lib/Basic/FileSystem.cpp start line: 119 end line: 166 size: 31 LOC McCabe index: 7 number of parameters: 2 id: 3418 unit: void Mangler::verify() file: lib/Basic/Mangler.cpp start line: 159 end line: 193 size: 31 LOC McCabe index: 9 number of parameters: 1 id: 3419 unit: bool DummyTaskQueue::execute() file: lib/Basic/TaskQueue.cpp start line: 71 end line: 113 size: 31 LOC McCabe index: 11 number of parameters: 3 id: 3420 unit: StringRef swift::unicode::extractFirstExtendedGraphemeCluster() file: lib/Basic/Unicode.cpp start line: 48 end line: 90 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3421 unit: void ClangImporter::Implementation::loadAllMembersIntoExtension() file: lib/ClangImporter/ImportDecl.cpp start line: 9964 end line: 10009 size: 31 LOC McCabe index: 7 number of parameters: 2 id: 3422 unit: Type ClangImporter::Implementation::applyParamAttributes() file: lib/ClangImporter/ImportType.cpp start line: 1745 end line: 1786 size: 31 LOC McCabe index: 8 number of parameters: 2 id: 3423 unit: NodePointer Demangler::demangleStandardSubstitution() file: lib/Demangling/Demangler.cpp start line: 986 end line: 1016 size: 31 LOC McCabe index: 7 number of parameters: 0 id: 3424 unit: NodePointer demangleDependentMemberTypeName() file: lib/Demangling/OldDemangler.cpp start line: 1431 end line: 1468 size: 31 LOC McCabe index: 10 number of parameters: 2 id: 3425 unit: ManglingError Remangler::mangleSILBoxTypeWithLayout() file: lib/Demangling/OldRemangler.cpp start line: 2528 end line: 2560 size: 31 LOC McCabe index: 5 number of parameters: 2 id: 3426 unit: bool Deserializer::enterGraphBlock() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 68 end line: 109 size: 31 LOC McCabe index: 9 number of parameters: 0 id: 3427 unit: static void validateDeploymentTarget() file: lib/Driver/DarwinToolChains.cpp start line: 879 end line: 910 size: 31 LOC McCabe index: 11 number of parameters: 3 id: 3428 unit: static bool printSwiftFeature() file: lib/FrontendTool/FrontendTool.cpp start line: 1083 end line: 1116 size: 31 LOC McCabe index: 3 number of parameters: 1 id: 3429 unit: static bool canDeclContextHandleAsync() file: lib/IDE/CodeCompletion.cpp start line: 1773 end line: 1816 size: 31 LOC McCabe index: 11 number of parameters: 1 id: 3430 unit: void addTypeRelationFromProtocol() file: lib/IDE/CodeCompletion.cpp start line: 4318 end line: 4356 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3431 unit: static StringRef getResultBuilderDocComment() file: lib/IDE/CodeCompletion.cpp start line: 5557 end line: 5594 size: 31 LOC McCabe index: 9 number of parameters: 1 id: 3432 unit: static void postProcessResults() file: lib/IDE/CodeCompletion.cpp start line: 6547 end line: 6586 size: 31 LOC McCabe index: 14 number of parameters: 4 id: 3433 unit: void printNestedGroup() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 174 end line: 209 size: 31 LOC McCabe index: 13 number of parameters: 3 id: 3434 unit: void swift::ide::printCodeCompletionResultSourceText() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 420 end line: 451 size: 31 LOC McCabe index: 11 number of parameters: 2 id: 3435 unit: bool RefactoringActionConvertToTernaryExpr::performChange() file: lib/IDE/Refactoring.cpp start line: 2781 end line: 2823 size: 31 LOC McCabe index: 3 number of parameters: 0 id: 3436 unit: int swift::ide::findLocalRenameRanges() file: lib/IDE/Refactoring.cpp start line: 8570 end line: 8604 size: 31 LOC McCabe index: 7 number of parameters: 4 id: 3437 unit: void SignatureExpansion::expandAsyncAwaitType() file: lib/IRGen/GenCall.cpp start line: 1831 end line: 1870 size: 31 LOC McCabe index: 4 number of parameters: 0 id: 3438 unit: void emitAndAddMethodList() file: lib/IRGen/GenClass.cpp start line: 1737 end line: 1767 size: 31 LOC McCabe index: 5 number of parameters: 3 id: 3439 unit: void buildPropertyAttributes() file: lib/IRGen/GenClass.cpp start line: 2000 end line: 2053 size: 31 LOC McCabe index: 11 number of parameters: 2 id: 3440 unit: void addReifiedVTableEntry() file: lib/IRGen/GenMeta.cpp start line: 3333 end line: 3370 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3441 unit: void LoweredValue::getExplosion() file: lib/IRGen/IRGenSIL.cpp start line: 1637 end line: 1674 size: 31 LOC McCabe index: 11 number of parameters: 3 id: 3442 unit: void IRGenSILFunction::visitValueMetatypeInst() file: lib/IRGen/IRGenSIL.cpp start line: 2752 end line: 2788 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 3443 unit: static void rewriteUsesOfSscalar() file: lib/IRGen/LoadableByAddress.cpp start line: 1734 end line: 1775 size: 31 LOC McCabe index: 9 number of parameters: 4 id: 3444 unit: static MetadataResponse emitNominalPrespecializedGenericMetadataRef() file: lib/IRGen/MetadataRequest.cpp start line: 587 end line: 621 size: 31 LOC McCabe index: 4 number of parameters: 5 id: 3445 unit: bool SwiftMergeFunctions::tryMergeEquivalenceClass() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 832 end line: 879 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3446 unit: bool wrapAttributeReference() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 843 end line: 874 size: 31 LOC McCabe index: 10 number of parameters: 3 id: 3447 unit: static bool isGenericTypeDisambiguatingToken() file: lib/Parse/ParseType.cpp start line: 1389 end line: 1424 size: 31 LOC McCabe index: 21 number of parameters: 1 id: 3448 unit: void SyntaxParsingContext::dumpStack() file: lib/Parse/SyntaxParsingContext.cpp start line: 385 end line: 415 size: 31 LOC McCabe index: 10 number of parameters: 1 id: 3449 unit: void visitExistentialType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1790 end line: 1824 size: 31 LOC McCabe index: 10 number of parameters: 3 id: 3450 unit: struct alignas() file: lib/SIL/IR/SILConstants.cpp start line: 480 end line: 523 size: 31 LOC McCabe index: 1 number of parameters: 1 id: 3451 unit: bool SILInstruction::isTriviallyDuplicatable() file: lib/SIL/IR/SILInstruction.cpp start line: 1317 end line: 1368 size: 31 LOC McCabe index: 19 number of parameters: 0 id: 3452 unit: void SILModule::performOnceForPrespecializedImportedExtensions() file: lib/SIL/IR/SILModule.cpp start line: 892 end line: 927 size: 31 LOC McCabe index: 11 number of parameters: 1 id: 3453 unit: void visitKeyPathInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2462 end line: 2502 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 3454 unit: CaptureKind TypeConverter::getDeclCaptureKind() file: lib/SIL/IR/TypeLowering.cpp start line: 99 end line: 146 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3455 unit: bool SILParser::parseSubstitutions() file: lib/SIL/Parser/ParseSIL.cpp start line: 1936 end line: 1978 size: 31 LOC McCabe index: 9 number of parameters: 3 id: 3456 unit: void checkSelectValueCases() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4603 end line: 4643 size: 31 LOC McCabe index: 3 number of parameters: 1 id: 3457 unit: static void emitBorrowedLValueRecursive() file: lib/SILGen/SILGenApply.cpp start line: 3450 end line: 3490 size: 31 LOC McCabe index: 7 number of parameters: 7 id: 3458 unit: static ManagedValue emitManagedParameter() file: lib/SILGen/SILGenBridging.cpp start line: 297 end line: 338 size: 31 LOC McCabe index: 11 number of parameters: 4 id: 3459 unit: SILValue SILGenFunction::emitMetatypeOfValue() file: lib/SILGen/SILGenExpr.cpp start line: 2387 end line: 2423 size: 31 LOC McCabe index: 8 number of parameters: 2 id: 3460 unit: LValue prepareLValue() file: lib/SILGen/SILGenLValue.cpp start line: 1752 end line: 1784 size: 31 LOC McCabe index: 5 number of parameters: 5 id: 3461 unit: RValue get() file: lib/SILGen/SILGenLValue.cpp start line: 2037 end line: 2074 size: 31 LOC McCabe index: 7 number of parameters: 4 id: 3462 unit: void emitUsingAccessor() file: lib/SILGen/SILGenLValue.cpp start line: 2665 end line: 2699 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3463 unit: bool LoopARCPairingContext::processRegion() file: lib/SILOptimizer/ARC/ARCSequenceOpts.cpp start line: 130 end line: 171 size: 31 LOC McCabe index: 5 number of parameters: 3 id: 3464 unit: bool CallerAnalysis::ApplySiteFinderVisitor::visitFunctionRefBaseInst() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 117 end line: 164 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 3465 unit: void setAdjointValue() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 409 end line: 442 size: 31 LOC McCabe index: 3 number of parameters: 3 id: 3466 unit: void PullbackCloner::Implementation::emitZeroDerivativesForNonvariedResult() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2179 end line: 2222 size: 31 LOC McCabe index: 5 number of parameters: 1 id: 3467 unit: void TangentBuilder::emitZeroIntoBuffer() file: lib/SILOptimizer/Differentiation/TangentBuilder.cpp start line: 26 end line: 59 size: 31 LOC McCabe index: 5 number of parameters: 3 id: 3468 unit: bool SILClosureSpecializerTransform::specialize() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 1359 end line: 1405 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 3469 unit: static void replaceLoadsFromGlobal() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 345 end line: 375 size: 31 LOC McCabe index: 7 number of parameters: 3 id: 3470 unit: bool COWArrayOpt::checkSafeArrayElementUse() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 600 end line: 660 size: 31 LOC McCabe index: 11 number of parameters: 2 id: 3471 unit: static bool isRecursiveCall() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 59 end line: 107 size: 31 LOC McCabe index: 11 number of parameters: 1 id: 3472 unit: void NestedSemanticFunctionCheck::run() file: lib/SILOptimizer/Mandatory/NestedSemanticFunctionCheck.cpp start line: 102 end line: 138 size: 31 LOC McCabe index: 11 number of parameters: 0 id: 3473 unit: static Optional collectConstants() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 413 end line: 467 size: 31 LOC McCabe index: 9 number of parameters: 1 id: 3474 unit: static bool tryEliminateOSLogMessage() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 1178 end line: 1227 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3475 unit: bool PerformanceDiagnostics::visitCallee() file: lib/SILOptimizer/Mandatory/PerformanceDiagnostics.cpp start line: 116 end line: 155 size: 31 LOC McCabe index: 10 number of parameters: 3 id: 3476 unit: static inline void updateAvailableValuesHelper() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1478 end line: 1530 size: 31 LOC McCabe index: 7 number of parameters: 7 id: 3477 unit: void run() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 808 end line: 846 size: 31 LOC McCabe index: 10 number of parameters: 0 id: 3478 unit: bool tryOutline() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 1307 end line: 1341 size: 31 LOC McCabe index: 7 number of parameters: 4 id: 3479 unit: static bool tryToSinkRefCountAcrossSwitch() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1483 end line: 1535 size: 31 LOC McCabe index: 7 number of parameters: 4 id: 3480 unit: bool StringOptimization::optimizeGetCString() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 344 end line: 383 size: 31 LOC McCabe index: 8 number of parameters: 1 id: 3481 unit: void run() file: lib/SILOptimizer/UtilityPasses/RCIdentityDumper.cpp start line: 37 end line: 73 size: 31 LOC McCabe index: 7 number of parameters: 0 id: 3482 unit: static SILValue constantFoldIntrinsic() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 319 end line: 352 size: 31 LOC McCabe index: 12 number of parameters: 3 id: 3483 unit: static bool isApplyOfKnownAvailability() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1410 end line: 1445 size: 31 LOC McCabe index: 9 number of parameters: 1 id: 3484 unit: bool swift::canDevirtualizeApply() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 1242 end line: 1303 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3485 unit: static NodePointer mangleAutoDiffFunctionAsNode() file: lib/SILOptimizer/Utils/DifferentiationMangler.cpp start line: 44 end line: 74 size: 31 LOC McCabe index: 4 number of parameters: 4 id: 3486 unit: void processFuncStatsChanges() file: lib/SILOptimizer/Utils/OptimizerStatsUtils.cpp start line: 708 end line: 747 size: 31 LOC McCabe index: 17 number of parameters: 4 id: 3487 unit: static bool isConstantArg() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 895 end line: 933 size: 31 LOC McCabe index: 10 number of parameters: 1 id: 3488 unit: void BindingSet::inferTransitiveBindings() file: lib/Sema/CSBindings.cpp start line: 399 end line: 468 size: 31 LOC McCabe index: 12 number of parameters: 1 id: 3489 unit: static void createConjunction() file: lib/Sema/CSClosure.cpp start line: 179 end line: 232 size: 31 LOC McCabe index: 7 number of parameters: 3 id: 3490 unit: void MissingOptionalUnwrapFailure::offerDefaultValueUnwrapFixIt() file: lib/Sema/CSDiagnostics.cpp start line: 1303 end line: 1343 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3491 unit: bool SkipUnhandledConstructInResultBuilderFailure::diagnosePatternBinding() file: lib/Sema/CSDiagnostics.cpp start line: 5872 end line: 5916 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3492 unit: bool NonEphemeralConversionFailure::diagnosePointerInit() file: lib/Sema/CSDiagnostics.cpp start line: 6775 end line: 6815 size: 31 LOC McCabe index: 8 number of parameters: 0 id: 3493 unit: Type visitRegexLiteralExpr() file: lib/Sema/CSGen.cpp start line: 1261 end line: 1292 size: 31 LOC McCabe index: 5 number of parameters: 1 id: 3494 unit: static void collectNonOveriddenSuperclassInits() file: lib/Sema/CodeSynthesis.cpp start line: 998 end line: 1042 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3495 unit: Type ConstraintSystem::openOpaqueType() file: lib/Sema/ConstraintSystem.cpp start line: 838 end line: 882 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 3496 unit: void swift::fixItEncloseTrailingClosure() file: lib/Sema/MiscDiagnostics.cpp start line: 3441 end line: 3478 size: 31 LOC McCabe index: 5 number of parameters: 4 id: 3497 unit: void visitClassDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1300 end line: 1337 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3498 unit: bool CircularityChecker::diagnoseCircularity() file: lib/Sema/TypeCheckCircularity.cpp start line: 504 end line: 546 size: 31 LOC McCabe index: 8 number of parameters: 3 id: 3499 unit: void CircularityChecker::diagnoseNonWellFoundedEnum() file: lib/Sema/TypeCheckCircularity.cpp start line: 581 end line: 617 size: 31 LOC McCabe index: 13 number of parameters: 1 id: 3500 unit: ClosureActorIsolation determineClosureIsolation() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2789 end line: 2833 size: 31 LOC McCabe index: 13 number of parameters: 1 id: 3501 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckEffects.cpp start line: 417 end line: 451 size: 31 LOC McCabe index: 13 number of parameters: 1 id: 3502 unit: void diagnoseUnhandledThrowStmt() file: lib/Sema/TypeCheckEffects.cpp start line: 1816 end line: 1850 size: 31 LOC McCabe index: 13 number of parameters: 2 id: 3503 unit: bool isWellFormed() file: lib/Sema/TypeCheckProtocol.h start line: 499 end line: 531 size: 31 LOC McCabe index: 25 number of parameters: 0 id: 3504 unit: bool isViable() file: lib/Sema/TypeCheckProtocol.h start line: 535 end line: 567 size: 31 LOC McCabe index: 25 number of parameters: 0 id: 3505 unit: bool hasWitnessType() file: lib/Sema/TypeCheckProtocol.h start line: 570 end line: 602 size: 31 LOC McCabe index: 25 number of parameters: 0 id: 3506 unit: Type AssociatedTypeInference::computeFixedTypeWitness() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 806 end line: 853 size: 31 LOC McCabe index: 13 number of parameters: 1 id: 3507 unit: void createPropertyStoreOrCallSuperclassSetter() file: lib/Sema/TypeCheckStorage.cpp start line: 1162 end line: 1207 size: 31 LOC McCabe index: 7 number of parameters: 6 id: 3508 unit: void ModuleFile::lookupVisibleDecls() file: lib/Serialization/ModuleFile.cpp start line: 542 end line: 578 size: 31 LOC McCabe index: 10 number of parameters: 3 id: 3509 unit: void visitTypeAliasDecl() file: lib/Serialization/Serialization.cpp start line: 3375 end line: 3411 size: 31 LOC McCabe index: 4 number of parameters: 1 id: 3510 unit: bool ImplicitSerializedModuleLoader::maybeDiagnoseTargetMismatch() file: lib/Serialization/SerializedModuleLoader.cpp start line: 473 end line: 513 size: 31 LOC McCabe index: 6 number of parameters: 3 id: 3511 unit: void DeclarationFragmentPrinter::printAbridgedType() file: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp start line: 172 end line: 204 size: 31 LOC McCabe index: 8 number of parameters: 2 id: 3512 unit: unsigned RecordTypeInfoBuilder::addField() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1265 end line: 1314 size: 31 LOC McCabe index: 12 number of parameters: 4 id: 3513 unit: llvm::Optional TypeRef::getSubstMap() file: stdlib/public/Reflection/TypeRef.cpp start line: 967 end line: 997 size: 31 LOC McCabe index: 8 number of parameters: 0 id: 3514 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 340 end line: 499 size: 31 LOC McCabe index: 1 number of parameters: 2 id: 3515 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1196 end line: 1467 size: 31 LOC McCabe index: 1 number of parameters: 2 id: 3516 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2319 end line: 2404 size: 31 LOC McCabe index: 1 number of parameters: 1 id: 3517 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2505 end line: 2822 size: 31 LOC McCabe index: 1 number of parameters: 1 id: 3518 unit: static void _buildNameForMetadata() file: stdlib/public/runtime/Casting.cpp start line: 82 end line: 119 size: 31 LOC McCabe index: 8 number of parameters: 3 id: 3519 unit: static inline uint32_t loadEnumElement() file: stdlib/public/runtime/EnumImpl.h start line: 67 end line: 100 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 3520 unit: static void initObjCClass() file: stdlib/public/runtime/Metadata.cpp start line: 2882 end line: 2922 size: 31 LOC McCabe index: 6 number of parameters: 4 id: 3521 unit: AnyReturn subscript() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 542 end line: 585 size: 31 LOC McCabe index: 3 number of parameters: 3 id: 3522 unit: int reflectExistentialImpl() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 459 end line: 496 size: 31 LOC McCabe index: 3 number of parameters: 4 id: 3523 unit: void compile::SessionManager::performCompileAsync() file: tools/SourceKit/lib/SwiftLang/SwiftCompile.cpp start line: 87 end line: 124 size: 31 LOC McCabe index: 3 number of parameters: 5 id: 3524 unit: bool forEachChanged() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 541 end line: 582 size: 31 LOC McCabe index: 9 number of parameters: 3 id: 3525 unit: static unsigned resolveFromLineCol() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2620 end line: 2652 size: 31 LOC McCabe index: 10 number of parameters: 3 id: 3526 unit: void CodeCompletionResultsArrayBuilder::add() file: tools/SourceKit/tools/sourcekitd/lib/API/CodeCompletionResultsArray.cpp start line: 48 end line: 81 size: 31 LOC McCabe index: 1 number of parameters: 13 id: 3527 unit: static std::unique_ptr getInputBufForRequest() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 418 end line: 452 size: 31 LOC McCabe index: 7 number of parameters: 4 id: 3528 unit: static bool isSemanticEditorDisabled() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 3400 end line: 3437 size: 31 LOC McCabe index: 4 number of parameters: 0 id: 3529 unit: OpaqueSyntaxNode makeDeferredLayout() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 256 end line: 291 size: 31 LOC McCabe index: 7 number of parameters: 3 id: 3530 unit: void handleDiagnostic() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 443 end line: 477 size: 31 LOC McCabe index: 4 number of parameters: 2 id: 3531 unit: static int doPrintModuleComments() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3510 end line: 3550 size: 31 LOC McCabe index: 5 number of parameters: 3 id: 3532 unit: static void runSpecificPasses() file: tools/swift-llvm-opt/LLVMOpt.cpp start line: 174 end line: 212 size: 31 LOC McCabe index: 8 number of parameters: 4 id: 3533 unit: static void printDiagInfo() file: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp start line: 187 end line: 217 size: 31 LOC McCabe index: 6 number of parameters: 4 id: 3534 unit: def __init__() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 31 LOC McCabe index: 9 number of parameters: 2 id: 3535 unit: def get_grapheme_cluster_break_tests_as_unicode_scalars() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 31 LOC McCabe index: 11 number of parameters: 1 id: 3536 unit: def random_bug_finder() file: utils/bug_reducer/bug_reducer/random_bug_finder.py start line: 0 end line: 0 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 3537 unit: func generateNormalization() file: utils/gen-unicode-data/Sources/GenNormalization/main.swift start line: 16 end line: 61 size: 31 LOC McCabe index: 2 number of parameters: 1 id: 3538 unit: func getName() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 15 end line: 57 size: 31 LOC McCabe index: 6 number of parameters: 3 id: 3539 unit: def DemangleNodeSummaryProvider() file: utils/lldb/lldbSwiftDataFormatters.py start line: 0 end line: 0 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 3540 unit: static void runInsertAndMergeTests() file: utils/test-list-merger/TestListMerger.cpp start line: 190 end line: 224 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 3541 unit: func a() file: validation-test/compiler_crashers_fixed/00336-swift-parser-parsetoplevelcodedecldelayed.swift start line: 76 end line: 106 size: 31 LOC McCabe index: 2 number of parameters: 0 id: 3542 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 446 end line: 479 size: 31 LOC McCabe index: 3 number of parameters: 1 id: 3543 unit: func parseField() file: benchmark/single-source/CSVParsing.swift start line: 137 end line: 167 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 3544 unit: struct alignas() file: include/swift/AST/Import.h start line: 500 end line: 546 size: 30 LOC McCabe index: 4 number of parameters: 1 id: 3545 unit: void insert() file: include/swift/Basic/SuccessorMap.h start line: 100 end line: 143 size: 30 LOC McCabe index: 15 number of parameters: 2 id: 3546 unit: std::pair getOrInsert() file: include/swift/Runtime/Concurrent.h start line: 1183 end line: 1222 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3547 unit: bool isTuple() file: include/swift/SIL/AbstractionPattern.h start line: 1278 end line: 1307 size: 30 LOC McCabe index: 22 number of parameters: 0 id: 3548 unit: size_t getNumTupleElements() file: include/swift/SIL/AbstractionPattern.h start line: 1309 end line: 1338 size: 30 LOC McCabe index: 22 number of parameters: 0 id: 3549 unit: void SILCloner::visitStoreInst() file: include/swift/SIL/SILCloner.h start line: 1120 end line: 1151 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3550 unit: void visitDifferentiableFunctionExtractInst() file: include/swift/SIL/TypeSubstCloner.h start line: 318 end line: 375 size: 30 LOC McCabe index: 3 number of parameters: 1 id: 3551 unit: void solveDataFlow() file: include/swift/SILOptimizer/Utils/PerformanceInlinerUtils.h start line: 365 end line: 398 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 3552 unit: static void mapping() file: include/swift/Syntax/Serialization/SyntaxDeserialization.h start line: 161 end line: 193 size: 30 LOC McCabe index: 3 number of parameters: 2 id: 3553 unit: StringRef SDKNodeType::getTypeRoleDescription() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 379 end line: 408 size: 30 LOC McCabe index: 17 number of parameters: 0 id: 3554 unit: void SDKNodeDecl::jsonize() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2002 end line: 2032 size: 30 LOC McCabe index: 2 number of parameters: 1 id: 3555 unit: static bool isHigherPrecedenceThan() file: lib/AST/ASTContext.cpp start line: 1591 end line: 1641 size: 30 LOC McCabe index: 11 number of parameters: 2 id: 3556 unit: llvm::StringSet ASTContext::getAllModuleSearchPathsSet() file: lib/AST/ASTContext.cpp start line: 1918 end line: 1956 size: 30 LOC McCabe index: 3 number of parameters: 0 id: 3557 unit: bool ASTContext::isTypeBridgedInExternalModule() file: lib/AST/ASTContext.cpp start line: 4981 end line: 5020 size: 30 LOC McCabe index: 26 number of parameters: 1 id: 3558 unit: void printArgumentList() file: lib/AST/ASTDumper.cpp start line: 2533 end line: 2570 size: 30 LOC McCabe index: 9 number of parameters: 2 id: 3559 unit: void ASTMangler::appendFunctionInputType() file: lib/AST/ASTMangler.cpp start line: 2598 end line: 2635 size: 30 LOC McCabe index: 7 number of parameters: 3 id: 3560 unit: void ASTScopeImpl::lookup() file: lib/AST/ASTScopeLookup.cpp start line: 118 end line: 160 size: 30 LOC McCabe index: 6 number of parameters: 3 id: 3561 unit: void checkTrivialSubtype() file: lib/AST/ASTVerifier.cpp start line: 3356 end line: 3392 size: 30 LOC McCabe index: 7 number of parameters: 3 id: 3562 unit: inline bool isBuiltinTypeOverloaded() file: lib/AST/Builtins.cpp start line: 1940 end line: 1969 size: 30 LOC McCabe index: 17 number of parameters: 2 id: 3563 unit: void Decl::setInvalid() file: lib/AST/Decl.cpp start line: 466 end line: 496 size: 30 LOC McCabe index: 19 number of parameters: 0 id: 3564 unit: static bool isDirectToStorageAccess() file: lib/AST/Decl.cpp start line: 1988 end line: 2035 size: 30 LOC McCabe index: 14 number of parameters: 3 id: 3565 unit: SourceRange FuncDecl::getSourceRange() file: lib/AST/Decl.cpp start line: 8438 end line: 8477 size: 30 LOC McCabe index: 12 number of parameters: 0 id: 3566 unit: static bool removalDisconnectsEquivalenceClass() file: lib/AST/GenericSignatureBuilder.cpp start line: 7167 end line: 7208 size: 30 LOC McCabe index: 9 number of parameters: 6 id: 3567 unit: void RewriteSystem::checkMergedAssociatedType() file: lib/AST/RequirementMachine/KnuthBendix.cpp start line: 295 end line: 334 size: 30 LOC McCabe index: 13 number of parameters: 2 id: 3568 unit: void RequirementMachine::dump() file: lib/AST/RequirementMachine/RequirementMachine.cpp start line: 286 end line: 317 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3569 unit: void ModuleSearchPathLookup::rebuildLookupTable() file: lib/AST/SearchPathOptions.cpp start line: 35 end line: 70 size: 30 LOC McCabe index: 6 number of parameters: 3 id: 3570 unit: bool TypeBase::isActorType() file: lib/AST/Type.cpp start line: 386 end line: 426 size: 30 LOC McCabe index: 13 number of parameters: 0 id: 3571 unit: void TupleTypeRepr::printImpl() file: lib/AST/TypeRepr.cpp start line: 427 end line: 461 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3572 unit: void WordIterator::computeNextPosition() file: lib/Basic/StringExtras.cpp start line: 117 end line: 165 size: 30 LOC McCabe index: 19 number of parameters: 0 id: 3573 unit: bool ClangImporter::importBridgingHeader() file: lib/ClangImporter/ClangImporter.cpp start line: 1509 end line: 1545 size: 30 LOC McCabe index: 4 number of parameters: 5 id: 3574 unit: bool ClangImporter::emitPrecompiledModule() file: lib/ClangImporter/ClangImporter.cpp start line: 1713 end line: 1747 size: 30 LOC McCabe index: 3 number of parameters: 3 id: 3575 unit: bool PlatformAvailability::isPlatformRelevant() file: lib/ClangImporter/ClangImporter.cpp start line: 2142 end line: 2180 size: 30 LOC McCabe index: 18 number of parameters: 1 id: 3576 unit: NodePointer Demangler::demangleMultiSubstitutions() file: lib/Demangling/Demangler.cpp start line: 926 end line: 965 size: 30 LOC McCabe index: 9 number of parameters: 0 id: 3577 unit: NodePointer demangleTopLevel() file: lib/Demangling/OldDemangler.cpp start line: 201 end line: 243 size: 30 LOC McCabe index: 11 number of parameters: 0 id: 3578 unit: ManglingError Remangler::mangleDependentGenericSignature() file: lib/Demangling/OldRemangler.cpp start line: 1869 end line: 1904 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 3579 unit: void writeEncodedModuleIdJSONValue() file: lib/DependencyScan/ScanDependencies.cpp start line: 388 end line: 418 size: 30 LOC McCabe index: 4 number of parameters: 3 id: 3580 unit: void Driver::buildInputs() file: lib/Driver/Driver.cpp start line: 1323 end line: 1362 size: 30 LOC McCabe index: 9 number of parameters: 3 id: 3581 unit: static void addRuntimeLibraryFlags() file: lib/Driver/ToolChains.cpp start line: 347 end line: 385 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3582 unit: void ToolChain::JobContext::addFrontendCommandLineInputArguments() file: lib/Driver/ToolChains.cpp start line: 752 end line: 785 size: 30 LOC McCabe index: 13 number of parameters: 5 id: 3583 unit: bool CompilerInstance::setup() file: lib/Frontend/Frontend.cpp start line: 365 end line: 410 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3584 unit: void ABIDependencyEvaluator::computeABIDependenciesForModule() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 406 end line: 435 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 3585 unit: void addStorePath() file: lib/IDE/APIDigesterData.cpp start line: 541 end line: 570 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3586 unit: Type getTypeOfMember() file: lib/IDE/CodeCompletion.cpp start line: 2540 end line: 2594 size: 30 LOC McCabe index: 11 number of parameters: 2 id: 3587 unit: void getGenericRequirementCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4760 end line: 4800 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3588 unit: void SimpleCachingCodeCompletionConsumer::handleResultsAndModules() file: lib/IDE/CodeCompletion.cpp start line: 7522 end line: 7561 size: 30 LOC McCabe index: 3 number of parameters: 3 id: 3589 unit: bool swift::ide::getCompletionDiagnostics() file: lib/IDE/CodeCompletionDiagnostics.cpp start line: 147 end line: 179 size: 30 LOC McCabe index: 9 number of parameters: 4 id: 3590 unit: OrphanKind getOrphanKind() file: lib/IDE/IDERequests.cpp start line: 776 end line: 814 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 3591 unit: void analyzeDeclRef() file: lib/IDE/IDERequests.cpp start line: 960 end line: 1000 size: 30 LOC McCabe index: 13 number of parameters: 4 id: 3592 unit: void REPLCompletions::populate() file: lib/IDE/REPLCodeCompletion.cpp start line: 264 end line: 301 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3593 unit: void splitAndRenameParamLabel() file: lib/IDE/Refactoring.cpp start line: 178 end line: 219 size: 30 LOC McCabe index: 5 number of parameters: 3 id: 3594 unit: void swift::ide::collectAvailableRefactorings() file: lib/IDE/Refactoring.cpp start line: 8352 end line: 8384 size: 30 LOC McCabe index: 13 number of parameters: 3 id: 3595 unit: void SignatureExpansion::expandAsyncReturnType() file: lib/IRGen/GenCall.cpp start line: 1700 end line: 1738 size: 30 LOC McCabe index: 4 number of parameters: 0 id: 3596 unit: void irgen::forwardAsyncCallResult() file: lib/IRGen/GenCall.cpp start line: 5140 end line: 5172 size: 30 LOC McCabe index: 3 number of parameters: 4 id: 3597 unit: void IRGenModule::SetCStringLiteralSection() file: lib/IRGen/GenDecl.cpp start line: 1032 end line: 1062 size: 30 LOC McCabe index: 12 number of parameters: 2 id: 3598 unit: void storeEnumTagSinglePayload() file: lib/IRGen/GenEnum.cpp start line: 3324 end line: 3361 size: 30 LOC McCabe index: 3 number of parameters: 6 id: 3599 unit: void fixLifetime() file: lib/IRGen/GenEnum.cpp start line: 4653 end line: 4691 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3600 unit: static void buildMethodDescriptorFields() file: lib/IRGen/GenMeta.cpp start line: 272 end line: 313 size: 30 LOC McCabe index: 6 number of parameters: 4 id: 3601 unit: static FunctionPointer emitLoadOfValueWitnessFunction() file: lib/IRGen/GenOpaque.cpp start line: 404 end line: 438 size: 30 LOC McCabe index: 4 number of parameters: 3 id: 3602 unit: static uint64_t getYieldTypesHash() file: lib/IRGen/GenPointerAuth.cpp start line: 531 end line: 566 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3603 unit: void IRGenModule::emitSILStaticInitializers() file: lib/IRGen/IRGenSIL.cpp start line: 7015 end line: 7052 size: 30 LOC McCabe index: 7 number of parameters: 0 id: 3604 unit: SILType LargeSILTypeMapper::getNewTupleType() file: lib/IRGen/LoadableByAddress.cpp start line: 445 end line: 474 size: 30 LOC McCabe index: 6 number of parameters: 4 id: 3605 unit: void handleFunctionCallToPropertyChange() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 802 end line: 836 size: 30 LOC McCabe index: 5 number of parameters: 3 id: 3606 unit: void patch_addContext() file: lib/Migrator/Diff.h start line: 1787 end line: 1826 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3607 unit: static bool advanceToEndOfLine() file: lib/Parse/Lexer.cpp start line: 383 end line: 416 size: 30 LOC McCabe index: 11 number of parameters: 4 id: 3608 unit: void printEncodedString() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 233 end line: 266 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 3609 unit: bool printImportedAlias() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1538 end line: 1573 size: 30 LOC McCabe index: 8 number of parameters: 3 id: 3610 unit: static SymbolicValue getIndexedElement() file: lib/SIL/IR/SILConstants.cpp start line: 1113 end line: 1150 size: 30 LOC McCabe index: 9 number of parameters: 3 id: 3611 unit: static CanType getKnownType() file: lib/SIL/IR/SILFunctionType.cpp start line: 981 end line: 1020 size: 30 LOC McCabe index: 7 number of parameters: 4 id: 3612 unit: static void destructureYieldsForReadAccessor() file: lib/SIL/IR/SILFunctionType.cpp start line: 1764 end line: 1796 size: 30 LOC McCabe index: 5 number of parameters: 5 id: 3613 unit: static CanSILFunctionType getSILFunctionTypeForAbstractCFunction() file: lib/SIL/IR/SILFunctionType.cpp start line: 2793 end line: 2824 size: 30 LOC McCabe index: 7 number of parameters: 5 id: 3614 unit: void SILModule::checkForLeaks() file: lib/SIL/IR/SILModule.cpp start line: 153 end line: 190 size: 30 LOC McCabe index: 9 number of parameters: 0 id: 3615 unit: void printDebugVar() file: lib/SIL/IR/SILPrinter.cpp start line: 1276 end line: 1311 size: 30 LOC McCabe index: 13 number of parameters: 2 id: 3616 unit: RetTy visitSILFunctionType() file: lib/SIL/IR/TypeLowering.cpp start line: 296 end line: 329 size: 30 LOC McCabe index: 9 number of parameters: 3 id: 3617 unit: SILValue recursiveFindRoot() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 783 end line: 817 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 3618 unit: SILValue Projection::getOperandForAggregate() file: lib/SIL/Utils/Projection.cpp start line: 837 end line: 868 size: 30 LOC McCabe index: 16 number of parameters: 1 id: 3619 unit: void State::initializeAllNonConsumingUses() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 194 end line: 235 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3620 unit: bool LoadBorrowImmutabilityAnalysis::isImmutableInScope() file: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp start line: 304 end line: 342 size: 30 LOC McCabe index: 8 number of parameters: 3 id: 3621 unit: void MemoryLifetimeVerifier::checkFuncArgument() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 720 end line: 755 size: 30 LOC McCabe index: 12 number of parameters: 4 id: 3622 unit: void checkLoadInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2149 end line: 2183 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3623 unit: void checkCondBranchInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4817 end line: 4857 size: 30 LOC McCabe index: 2 number of parameters: 1 id: 3624 unit: void SILGenFunction::ForceTryEmission::finish() file: lib/SILGen/SILGenExpr.cpp start line: 1091 end line: 1128 size: 30 LOC McCabe index: 4 number of parameters: 0 id: 3625 unit: void SILGenFunction::emitAssignToLValue() file: lib/SILGen/SILGenLValue.cpp start line: 4508 end line: 4559 size: 30 LOC McCabe index: 7 number of parameters: 3 id: 3626 unit: void SILGenModule::emitLazyConformancesForType() file: lib/SILGen/SILGenLazyConformance.cpp start line: 325 end line: 359 size: 30 LOC McCabe index: 14 number of parameters: 1 id: 3627 unit: static void emitDiagnoseOfUnexpectedEnumCaseValue() file: lib/SILGen/SILGenPattern.cpp start line: 2604 end line: 2637 size: 30 LOC McCabe index: 4 number of parameters: 3 id: 3628 unit: void translateInOut() file: lib/SILGen/SILGenPoly.cpp start line: 1522 end line: 1572 size: 30 LOC McCabe index: 2 number of parameters: 6 id: 3629 unit: static WitnessDispatchKind getWitnessDispatchKind() file: lib/SILGen/SILGenPoly.cpp start line: 4509 end line: 4559 size: 30 LOC McCabe index: 13 number of parameters: 2 id: 3630 unit: void run() file: lib/SILOptimizer/ARC/ARCLoopOpts.cpp start line: 42 end line: 85 size: 30 LOC McCabe index: 5 number of parameters: 0 id: 3631 unit: bool swift::isARCInertTrapBB() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 1016 end line: 1061 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 3632 unit: static SILValue getArrayUninitializedInitResult() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 669 end line: 704 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 3633 unit: bool ColdBlockInfo::isCold() file: lib/SILOptimizer/Analysis/ColdBlockInfo.cpp start line: 120 end line: 152 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 3634 unit: bool EpilogueARCContext::computeEpilogueARC() file: lib/SILOptimizer/Analysis/EpilogueARCAnalysis.cpp start line: 116 end line: 168 size: 30 LOC McCabe index: 10 number of parameters: 0 id: 3635 unit: static SILValue stripRCIdentityPreservingInsts() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 72 end line: 138 size: 30 LOC McCabe index: 17 number of parameters: 1 id: 3636 unit: void forEachApplyDirectResult() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 101 end line: 130 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 3637 unit: bool LinearMapInfo::shouldDifferentiateInstruction() file: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp start line: 513 end line: 555 size: 30 LOC McCabe index: 14 number of parameters: 1 id: 3638 unit: void SILClosureSpecializerTransform::run() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 957 end line: 1004 size: 30 LOC McCabe index: 8 number of parameters: 0 id: 3639 unit: static int getSpecializationLevelRecursive() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 1073 end line: 1115 size: 30 LOC McCabe index: 11 number of parameters: 2 id: 3640 unit: void SILGlobalOpt::optimizeGlobalAccess() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 671 end line: 710 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3641 unit: static bool isLessThanCheck() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 446 end line: 483 size: 30 LOC McCabe index: 10 number of parameters: 4 id: 3642 unit: static bool isNonMutatingArraySemanticCall() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 305 end line: 336 size: 30 LOC McCabe index: 22 number of parameters: 1 id: 3643 unit: bool COWArrayOpt::isRetainReleasedBeforeMutate() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 340 end line: 400 size: 30 LOC McCabe index: 12 number of parameters: 2 id: 3644 unit: bool DifferentiationTransformer::processDifferentiableFunctionInst() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 1285 end line: 1324 size: 30 LOC McCabe index: 5 number of parameters: 1 id: 3645 unit: void run() file: lib/SILOptimizer/Mandatory/LexicalLifetimeEliminator.cpp start line: 22 end line: 60 size: 30 LOC McCabe index: 10 number of parameters: 0 id: 3646 unit: bool OptimizeHopToExecutor::removeDeadHopToExecutors() file: lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp start line: 261 end line: 300 size: 30 LOC McCabe index: 9 number of parameters: 0 id: 3647 unit: static bool stripOwnership() file: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp start line: 503 end line: 556 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 3648 unit: bool AvailableValueDataflowContext::computeAvailableValues() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 1652 end line: 1697 size: 30 LOC McCabe index: 7 number of parameters: 5 id: 3649 unit: bool AllocOptimize::optimizeMemoryAccesses() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2790 end line: 2827 size: 30 LOC McCabe index: 10 number of parameters: 0 id: 3650 unit: void performCommandlineSpecifiedTransforms() file: lib/SILOptimizer/SemanticARC/SemanticARCOpts.cpp start line: 75 end line: 105 size: 30 LOC McCabe index: 13 number of parameters: 1 id: 3651 unit: bool AccessConflictAndMergeAnalysis::analyze() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 502 end line: 537 size: 30 LOC McCabe index: 6 number of parameters: 0 id: 3652 unit: bool AccessConflictAndMergeAnalysis::identifyBeginAccesses() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 551 end line: 600 size: 30 LOC McCabe index: 8 number of parameters: 0 id: 3653 unit: bool CopyForwarding::markStoredValueUsers() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 886 end line: 927 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 3654 unit: bool DeadObjectElimination::getDeadInstsAfterInitializerRemoved() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 894 end line: 933 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3655 unit: void DSEContext::processRead() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 827 end line: 882 size: 30 LOC McCabe index: 7 number of parameters: 3 id: 3656 unit: void run() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 1349 end line: 1388 size: 30 LOC McCabe index: 8 number of parameters: 0 id: 3657 unit: void run() file: lib/SILOptimizer/UtilityPasses/IVInfoPrinter.cpp start line: 37 end line: 74 size: 30 LOC McCabe index: 12 number of parameters: 0 id: 3658 unit: void printTypeExpansionWithProjection() file: lib/SILOptimizer/UtilityPasses/LSLocationPrinter.cpp start line: 104 end line: 137 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3659 unit: SILValue CastOptimizer::optimizeMetatypeConversion() file: lib/SILOptimizer/Utils/CastOptimizer.cpp start line: 1718 end line: 1759 size: 30 LOC McCabe index: 5 number of parameters: 2 id: 3660 unit: bool swift::canReplaceLoadSequence() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1241 end line: 1278 size: 30 LOC McCabe index: 14 number of parameters: 1 id: 3661 unit: SILValue OwnershipRAUWPrepare::prepareReplacement() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 1112 end line: 1160 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 3662 unit: SemanticFunctionLevel swift::getSemanticFunctionLevel() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 571 end line: 620 size: 30 LOC McCabe index: 21 number of parameters: 1 id: 3663 unit: bool tryHoistOverInstruction() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 141 end line: 170 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 3664 unit: StackNesting::Changes StackNesting::adaptDeallocs() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 264 end line: 307 size: 30 LOC McCabe index: 9 number of parameters: 0 id: 3665 unit: void ExprRewriter::peepholeDictionaryUpcast() file: lib/Sema/CSApply.cpp start line: 6215 end line: 6259 size: 30 LOC McCabe index: 5 number of parameters: 6 id: 3666 unit: bool rewriteFunction() file: lib/Sema/CSApply.cpp start line: 8171 end line: 8204 size: 30 LOC McCabe index: 8 number of parameters: 1 id: 3667 unit: bool RequirementFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 358 end line: 392 size: 30 LOC McCabe index: 7 number of parameters: 0 id: 3668 unit: bool ContextualFailure::diagnoseThrowsTypeMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 2808 end line: 2848 size: 30 LOC McCabe index: 6 number of parameters: 0 id: 3669 unit: bool MissingArgumentsFailure::diagnoseInvalidTupleDestructuring() file: lib/Sema/CSDiagnostics.cpp start line: 4685 end line: 4725 size: 30 LOC McCabe index: 9 number of parameters: 0 id: 3670 unit: bool AssignmentTypeMismatchFailure::diagnoseMissingConformance() file: lib/Sema/CSDiagnostics.cpp start line: 6852 end line: 6891 size: 30 LOC McCabe index: 10 number of parameters: 0 id: 3671 unit: bool MissingQuialifierInMemberRefFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7097 end line: 7136 size: 30 LOC McCabe index: 6 number of parameters: 0 id: 3672 unit: void ConstraintGraph::printConnectedComponents() file: lib/Sema/ConstraintGraph.cpp start line: 1561 end line: 1597 size: 30 LOC McCabe index: 3 number of parameters: 2 id: 3673 unit: Added buildLoggerCall() file: lib/Sema/PCMacro.cpp start line: 614 end line: 652 size: 30 LOC McCabe index: 3 number of parameters: 2 id: 3674 unit: void AttributeChecker::visitInlinableAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2422 end line: 2464 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 3675 unit: void maybeDiagStorageAccess() file: lib/Sema/TypeCheckAvailability.cpp start line: 3028 end line: 3067 size: 30 LOC McCabe index: 7 number of parameters: 3 id: 3676 unit: static std::string getFixItStringForDecodable() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1242 end line: 1277 size: 30 LOC McCabe index: 2 number of parameters: 2 id: 3677 unit: void visitImportDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1756 end line: 1793 size: 30 LOC McCabe index: 8 number of parameters: 1 id: 3678 unit: void diagnoseAsyncInIllegalContext() file: lib/Sema/TypeCheckEffects.cpp start line: 1907 end line: 1938 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3679 unit: static bool checkObjCWitnessSelector() file: lib/Sema/TypeCheckProtocol.cpp start line: 216 end line: 257 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 3680 unit: bool WitnessChecker::checkWitnessAccess() file: lib/Sema/TypeCheckProtocol.cpp start line: 1520 end line: 1565 size: 30 LOC McCabe index: 10 number of parameters: 3 id: 3681 unit: void ConformanceChecker::resolveSingleWitness() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 2126 end line: 2169 size: 30 LOC McCabe index: 11 number of parameters: 1 id: 3682 unit: static bool typeCheckConditionForStatement() file: lib/Sema/TypeCheckStmt.cpp start line: 511 end line: 544 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 3683 unit: void ModuleFile::configureStorage() file: lib/Serialization/Deserialization.cpp start line: 2410 end line: 2448 size: 30 LOC McCabe index: 9 number of parameters: 6 id: 3684 unit: void SILSerializer::writeSILVTable() file: lib/Serialization/SerializeSIL.cpp start line: 2585 end line: 2626 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 3685 unit: std::error_code ImplicitSerializedModuleLoader::findModuleFilesInDirectory() file: lib/Serialization/SerializedModuleLoader.cpp start line: 435 end line: 471 size: 30 LOC McCabe index: 12 number of parameters: 8 id: 3686 unit: void swift::symbolgraphgen::serialize() file: lib/SymbolGraphGen/JSON.cpp start line: 92 end line: 124 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3687 unit: void TBDGenVisitor::visitAbstractStorageDecl() file: lib/TBDGen/TBDGen.cpp start line: 774 end line: 810 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3688 unit: iterator insert() file: stdlib/include/llvm/ADT/SmallVector.h start line: 847 end line: 903 size: 30 LOC McCabe index: 5 number of parameters: 3 id: 3689 unit: func readInputNormalizationTest() file: stdlib/private/StdlibUnicodeUnittest/StdlibUnicodeUnittest.swift start line: 78 end line: 115 size: 30 LOC McCabe index: 2 number of parameters: 1 id: 3690 unit: func findSubstring() file: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift start line: 38 end line: 78 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 3691 unit: func _taskCreateNullaryContinuationJob() file: stdlib/public/Concurrency/Task.swift start line: 874 end line: 910 size: 30 LOC McCabe index: 1 number of parameters: 2 id: 3692 unit: bool __swift::__runtime::llvm::consumeUnsignedInteger() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 394 end line: 440 size: 30 LOC McCabe index: 13 number of parameters: 3 id: 3693 unit: bool doDecrementNonAtomicSlow() file: stdlib/public/SwiftShims/RefCount.h start line: 1039 end line: 1077 size: 30 LOC McCabe index: 8 number of parameters: 2 id: 3694 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 348 end line: 499 size: 30 LOC McCabe index: 1 number of parameters: 2 id: 3695 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1211 end line: 1467 size: 30 LOC McCabe index: 1 number of parameters: 2 id: 3696 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2516 end line: 2822 size: 30 LOC McCabe index: 1 number of parameters: 1 id: 3697 unit: func _formChanges() file: stdlib/public/core/Diffing.swift start line: 302 end line: 337 size: 30 LOC McCabe index: 11 number of parameters: 3 id: 3698 unit: func character() file: stdlib/public/core/StringBridge.swift start line: 32 end line: 78 size: 30 LOC McCabe index: 1 number of parameters: 1 id: 3699 unit: func _bridgeToObjectiveCImpl() file: stdlib/public/core/StringBridge.swift start line: 587 end line: 627 size: 30 LOC McCabe index: 5 number of parameters: 0 id: 3700 unit: static void performBasicLayout() file: stdlib/public/runtime/Metadata.cpp start line: 1778 end line: 1814 size: 30 LOC McCabe index: 6 number of parameters: 5 id: 3701 unit: static void intervalContainingPowerOf10_Binary128() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2719 end line: 2761 size: 30 LOC McCabe index: 4 number of parameters: 4 id: 3702 unit: __swift_uint8_t _swift_stdlib_getGraphemeBreakProperty() file: stdlib/public/stubs/Unicode/UnicodeGrapheme.cpp start line: 22 end line: 68 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 3703 unit: def __init__() file: tools/SourceKit/bindings/python/sourcekitd/capi.py start line: 0 end line: 0 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 3704 unit: static void swiftCodeCompleteImpl() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 95 end line: 126 size: 30 LOC McCabe index: 2 number of parameters: 8 id: 3705 unit: static bool reportSourceDocInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1195 end line: 1230 size: 30 LOC McCabe index: 4 number of parameters: 3 id: 3706 unit: UIdent UIdentVisitor::visitFuncDecl() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 135 end line: 166 size: 30 LOC McCabe index: 16 number of parameters: 1 id: 3707 unit: static void setLocationInfoForClangNode() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 840 end line: 874 size: 30 LOC McCabe index: 5 number of parameters: 3 id: 3708 unit: int main() file: tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp start line: 66 end line: 103 size: 30 LOC McCabe index: 4 number of parameters: 2 id: 3709 unit: int main() file: tools/swift-demangle/swift-demangle.cpp start line: 371 end line: 405 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3710 unit: static int doPrintIndexedSymbols() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3977 end line: 4013 size: 30 LOC McCabe index: 6 number of parameters: 3 id: 3711 unit: explicit ObjectMemoryReader() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 414 end line: 448 size: 30 LOC McCabe index: 8 number of parameters: 1 id: 3712 unit: static std::string tokToString() file: unittests/Parse/TokenizerTests.cpp start line: 34 end line: 65 size: 30 LOC McCabe index: 5 number of parameters: 1 id: 3713 unit: def apply_edits() file: utils/apply-fixit-edits.py start line: 0 end line: 0 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3714 unit: def pass_bug_reducer() file: utils/bug_reducer/bug_reducer/opt_bug_reducer.py start line: 0 end line: 0 size: 30 LOC McCabe index: 4 number of parameters: 5 id: 3715 unit: func emitScalarNames() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 129 end line: 171 size: 30 LOC McCabe index: 4 number of parameters: 2 id: 3716 unit: init() file: utils/gen-unicode-data/Sources/GenUtils/Mph.swift start line: 17 end line: 54 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 3717 unit: def to_lnt_test_obj() file: utils/jobstats/jobstats.py start line: 0 end line: 0 size: 30 LOC McCabe index: 2 number of parameters: 2 id: 3718 unit: func _parseMultipleCodeUnits() file: validation-test/compiler_crashers_2_fixed/0109-sr4737.swift start line: 636 end line: 670 size: 30 LOC McCabe index: 9 number of parameters: 0 id: 3719 unit: mutating func next() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 851 end line: 885 size: 30 LOC McCabe index: 6 number of parameters: 0 id: 3720 unit: func _checkArrayFastEnumerationImpl() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 642 end line: 677 size: 30 LOC McCabe index: 3 number of parameters: 3 id: 3721 unit: func _checkSetFastEnumerationImpl() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 721 end line: 754 size: 30 LOC McCabe index: 3 number of parameters: 3 id: 3722 unit: func sliceConcurrentAppendThread() file: validation-test/stdlib/StringSlicesConcurrentAppend.swift start line: 51 end line: 92 size: 30 LOC McCabe index: 6 number of parameters: 1 id: 3723 unit: func _formChanges() file: benchmark/single-source/DiffingMyers.swift start line: 141 end line: 175 size: 29 LOC McCabe index: 11 number of parameters: 3 id: 3724 unit: mutating func sendHeaders() file: benchmark/single-source/HTTP2StateMachine.swift start line: 66 end line: 103 size: 29 LOC McCabe index: 14 number of parameters: 1 id: 3725 unit: mutating func receiveHeaders() file: benchmark/single-source/HTTP2StateMachine.swift start line: 106 end line: 142 size: 29 LOC McCabe index: 14 number of parameters: 1 id: 3726 unit: bool visitAnyFunctionType() file: include/swift/AST/TypeMatcher.h start line: 262 end line: 301 size: 29 LOC McCabe index: 10 number of parameters: 3 id: 3727 unit: class alignas() file: include/swift/AST/Types.h start line: 6069 end line: 6127 size: 29 LOC McCabe index: 3 number of parameters: 1 id: 3728 unit: llvm::Optional iterateConformances() file: include/swift/Reflection/ReflectionContext.h start line: 1117 end line: 1154 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3729 unit: bool isForeign() file: include/swift/SIL/AbstractionPattern.h start line: 1088 end line: 1116 size: 29 LOC McCabe index: 22 number of parameters: 0 id: 3730 unit: bool isExactType() file: include/swift/SIL/AbstractionPattern.h start line: 1243 end line: 1272 size: 29 LOC McCabe index: 22 number of parameters: 1 id: 3731 unit: explicit SILArgumentConvention() file: include/swift/SIL/SILArgumentConvention.h start line: 41 end line: 69 size: 29 LOC McCabe index: 9 number of parameters: 1 id: 3732 unit: static StringRef getTypeName() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1009 end line: 1039 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3733 unit: void printAnyFunctionTypeCommon() file: lib/AST/ASTDumper.cpp start line: 3811 end line: 3845 size: 29 LOC McCabe index: 4 number of parameters: 3 id: 3734 unit: void ASTMangler::appendExistentialLayout() file: lib/AST/ASTMangler.cpp start line: 1040 end line: 1073 size: 29 LOC McCabe index: 11 number of parameters: 3 id: 3735 unit: bool Decl::shouldPrintInContext() file: lib/AST/ASTPrinter.cpp start line: 4780 end line: 4821 size: 29 LOC McCabe index: 13 number of parameters: 1 id: 3736 unit: void visitTupleType() file: lib/AST/ASTPrinter.cpp start line: 5210 end line: 5242 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3737 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1795 end line: 1831 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3738 unit: void ConformanceLookupTable::registerProtocolConformance() file: lib/AST/ConformanceLookupTable.cpp start line: 924 end line: 962 size: 29 LOC McCabe index: 7 number of parameters: 2 id: 3739 unit: bool EnumDecl::hasOnlyCasesWithoutAssociatedValues() file: lib/AST/Decl.cpp start line: 4803 end line: 4836 size: 29 LOC McCabe index: 9 number of parameters: 0 id: 3740 unit: Optional extractParamOutlineItem() file: lib/AST/DocComment.cpp start line: 37 end line: 74 size: 29 LOC McCabe index: 7 number of parameters: 2 id: 3741 unit: bool RewriteTreeNode::addRewriteRule() file: lib/AST/GenericSignatureBuilder.cpp start line: 2916 end line: 2958 size: 29 LOC McCabe index: 10 number of parameters: 2 id: 3742 unit: static Type resolveDependentMemberTypes() file: lib/AST/GenericSignatureBuilder.cpp start line: 3462 end line: 3503 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3743 unit: Type GenericSignatureBuilder::getCanonicalTypeInContext() file: lib/AST/GenericSignatureBuilder.cpp start line: 3728 end line: 3771 size: 29 LOC McCabe index: 9 number of parameters: 2 id: 3744 unit: void SpecializedProtocolConformance::computeConditionalRequirements() file: lib/AST/ProtocolConformance.cpp start line: 948 end line: 983 size: 29 LOC McCabe index: 7 number of parameters: 0 id: 3745 unit: bool Type::isPrivateStdlibType() file: lib/AST/Type.cpp start line: 5650 end line: 5687 size: 29 LOC McCabe index: 11 number of parameters: 1 id: 3746 unit: CanType TypeJoin::visitFunctionType() file: lib/AST/TypeJoinMeet.cpp start line: 320 end line: 359 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 3747 unit: void ClangImporter::lookupBridgingHeaderDecls() file: lib/ClangImporter/ClangImporter.cpp start line: 2863 end line: 2892 size: 29 LOC McCabe index: 11 number of parameters: 2 id: 3748 unit: void ClangImporter::lookupRelatedEntity() file: lib/ClangImporter/ClangImporter.cpp start line: 3057 end line: 3085 size: 29 LOC McCabe index: 7 number of parameters: 4 id: 3749 unit: Optional ClangImporter::getModuleDependencies() file: lib/ClangImporter/ClangModuleDependencyScanner.cpp start line: 307 end line: 347 size: 29 LOC McCabe index: 4 number of parameters: 3 id: 3750 unit: StringRef importer::getCommonPluralPrefix() file: lib/ClangImporter/ImportEnumInfo.cpp start line: 194 end line: 234 size: 29 LOC McCabe index: 12 number of parameters: 2 id: 3751 unit: ImportResult VisitFunctionProtoType() file: lib/ClangImporter/ImportType.cpp start line: 632 end line: 674 size: 29 LOC McCabe index: 8 number of parameters: 1 id: 3752 unit: static Type maybeImportCFOutParameter() file: lib/ClangImporter/ImportType.cpp start line: 1353 end line: 1388 size: 29 LOC McCabe index: 9 number of parameters: 3 id: 3753 unit: ImportedType ClangImporter::Implementation::importFunctionReturnType() file: lib/ClangImporter/ImportType.cpp start line: 1788 end line: 1825 size: 29 LOC McCabe index: 9 number of parameters: 3 id: 3754 unit: bool ClangImporter::Implementation::matchesHashableBound() file: lib/ClangImporter/ImportType.cpp start line: 2864 end line: 2902 size: 29 LOC McCabe index: 12 number of parameters: 1 id: 3755 unit: void importer::finalizeLookupTable() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 2033 end line: 2069 size: 29 LOC McCabe index: 7 number of parameters: 3 id: 3756 unit: void SubstitutionEntry::deepHash() file: lib/Demangling/Remangler.cpp start line: 62 end line: 90 size: 29 LOC McCabe index: 10 number of parameters: 1 id: 3757 unit: ManglingError Remangler::mangleDependentMemberType() file: lib/Demangling/Remangler.cpp start line: 1134 end line: 1163 size: 29 LOC McCabe index: 7 number of parameters: 2 id: 3758 unit: void Driver::buildJobs() file: lib/Driver/Driver.cpp start line: 2431 end line: 2467 size: 29 LOC McCabe index: 8 number of parameters: 6 id: 3759 unit: static void SaveModuleInterfaceArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 367 end line: 400 size: 29 LOC McCabe index: 6 number of parameters: 4 id: 3760 unit: bool FrontendInputsAndOutputs::verifyInputs() file: lib/Frontend/FrontendInputsAndOutputs.cpp start line: 237 end line: 267 size: 29 LOC McCabe index: 9 number of parameters: 4 id: 3761 unit: static bool compileLLVMIR() file: lib/FrontendTool/FrontendTool.cpp start line: 448 end line: 481 size: 29 LOC McCabe index: 4 number of parameters: 1 id: 3762 unit: std::string swift::ide::removeCodeCompletionTokens() file: lib/IDE/CodeCompletion.cpp start line: 83 end line: 114 size: 29 LOC McCabe index: 11 number of parameters: 3 id: 3763 unit: void addEnumElementRef() file: lib/IDE/CodeCompletion.cpp start line: 3546 end line: 3584 size: 29 LOC McCabe index: 7 number of parameters: 4 id: 3764 unit: void retypeCheckFunctionBody() file: lib/IDE/CompileInstance.cpp start line: 153 end line: 194 size: 29 LOC McCabe index: 1 number of parameters: 3 id: 3765 unit: void CompileInstance::performSema() file: lib/IDE/CompileInstance.cpp start line: 283 end line: 324 size: 29 LOC McCabe index: 7 number of parameters: 4 id: 3766 unit: void analyzeDecl() file: lib/IDE/ExprContextAnalysis.cpp start line: 1179 end line: 1207 size: 29 LOC McCabe index: 8 number of parameters: 1 id: 3767 unit: bool walkToExprPre() file: lib/IDE/IDETypeChecking.cpp start line: 690 end line: 724 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3768 unit: bool walkToDeclPre() file: lib/IDE/IDETypeChecking.cpp start line: 800 end line: 834 size: 29 LOC McCabe index: 5 number of parameters: 2 id: 3769 unit: bool walkToExprPre() file: lib/IDE/Refactoring.cpp start line: 1911 end line: 1945 size: 29 LOC McCabe index: 10 number of parameters: 1 id: 3770 unit: bool RefactoringActionConvertToComputedProperty::performChange() file: lib/IDE/Refactoring.cpp start line: 3840 end line: 3879 size: 29 LOC McCabe index: 2 number of parameters: 0 id: 3771 unit: void addCompletionHandlerArgument() file: lib/IDE/Refactoring.cpp start line: 7878 end line: 7923 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3772 unit: bool SemaAnnotator::handleCustomAttributes() file: lib/IDE/SourceEntityWalker.cpp start line: 678 end line: 711 size: 29 LOC McCabe index: 13 number of parameters: 1 id: 3773 unit: bool NameMatcher::tryResolve() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 583 end line: 614 size: 29 LOC McCabe index: 9 number of parameters: 3 id: 3774 unit: bool ModelASTWalker::searchForURL() file: lib/IDE/SyntaxModel.cpp start line: 1557 end line: 1586 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 3775 unit: bool mayOverlap() file: lib/IRGen/AllocStackHoisting.cpp start line: 187 end line: 220 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3776 unit: FailableCastResult irgen::emitClassIdenticalCast() file: lib/IRGen/GenCast.cpp start line: 88 end line: 134 size: 29 LOC McCabe index: 5 number of parameters: 4 id: 3777 unit: void IRGenModule::emitVTableStubs() file: lib/IRGen/GenDecl.cpp start line: 1992 end line: 2025 size: 29 LOC McCabe index: 5 number of parameters: 0 id: 3778 unit: void irgen::emitClassExistentialContainer() file: lib/IRGen/GenExistential.cpp start line: 1755 end line: 1792 size: 29 LOC McCabe index: 4 number of parameters: 7 id: 3779 unit: void irgen::emitMetatypeOfBoxedExistential() file: lib/IRGen/GenExistential.cpp start line: 1901 end line: 1940 size: 29 LOC McCabe index: 1 number of parameters: 4 id: 3780 unit: void IRGenFunction::storeReferenceStorageExtraInhabitant() file: lib/IRGen/GenHeap.cpp start line: 714 end line: 745 size: 29 LOC McCabe index: 10 number of parameters: 4 id: 3781 unit: Address irgen::emitProjectValueInBuffer() file: lib/IRGen/GenOpaque.cpp start line: 1224 end line: 1260 size: 29 LOC McCabe index: 4 number of parameters: 3 id: 3782 unit: bool IRGenDebugInfoImpl::handleFragmentDIExpr() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2409 end line: 2448 size: 29 LOC McCabe index: 6 number of parameters: 2 id: 3783 unit: bool emitLifetimeExtendingUse() file: lib/IRGen/IRGenSIL.cpp start line: 708 end line: 741 size: 29 LOC McCabe index: 8 number of parameters: 1 id: 3784 unit: static std::unique_ptr getCallEmissionForLoweredValue() file: lib/IRGen/IRGenSIL.cpp start line: 2982 end line: 3014 size: 29 LOC McCabe index: 11 number of parameters: 7 id: 3785 unit: bool LoadableByAddress::recreateUncheckedTakeEnumDataAddrInst() file: lib/IRGen/LoadableByAddress.cpp start line: 2673 end line: 2701 size: 29 LOC McCabe index: 4 number of parameters: 2 id: 3786 unit: bool hasVisibleValueWitnessTable() file: lib/IRGen/MetadataRequest.cpp start line: 3161 end line: 3194 size: 29 LOC McCabe index: 15 number of parameters: 1 id: 3787 unit: void associatePatternElement() file: lib/Index/Index.cpp start line: 303 end line: 338 size: 29 LOC McCabe index: 12 number of parameters: 5 id: 3788 unit: bool IndexSwiftASTWalker::initIndexSymbol() file: lib/Index/Index.cpp start line: 1600 end line: 1635 size: 29 LOC McCabe index: 10 number of parameters: 4 id: 3789 unit: void Parser::parseTopLevel() file: lib/Parse/ParseDecl.cpp start line: 169 end line: 214 size: 29 LOC McCabe index: 11 number of parameters: 1 id: 3790 unit: bool Parser::parseAnyIdentifier() file: lib/Parse/Parser.cpp start line: 939 end line: 974 size: 29 LOC McCabe index: 5 number of parameters: 4 id: 3791 unit: DeclNameRef swift::formDeclNameRef() file: lib/Parse/Parser.cpp start line: 1469 end line: 1509 size: 29 LOC McCabe index: 13 number of parameters: 6 id: 3792 unit: static bool isClangTypeMoreIndirectThanSubstType() file: lib/SIL/IR/SILFunctionType.cpp start line: 1260 end line: 1305 size: 29 LOC McCabe index: 12 number of parameters: 3 id: 3793 unit: void printUserList() file: lib/SIL/IR/SILPrinter.cpp start line: 887 end line: 926 size: 29 LOC McCabe index: 10 number of parameters: 2 id: 3794 unit: void printInContext() file: lib/SIL/IR/SILPrinter.cpp start line: 1195 end line: 1226 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3795 unit: bool SILType::aggregateContainsRecord() file: lib/SIL/IR/SILType.cpp start line: 282 end line: 330 size: 29 LOC McCabe index: 12 number of parameters: 3 id: 3796 unit: static CanAnyFunctionType getDestructorInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2518 end line: 2550 size: 29 LOC McCabe index: 5 number of parameters: 3 id: 3797 unit: bool SILParser::parseSILIdentifier() file: lib/SIL/Parser/ParseSIL.cpp start line: 479 end line: 511 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3798 unit: bool SILParserState::parseDeclSILStage() file: lib/SIL/Parser/ParseSIL.cpp start line: 6452 end line: 6482 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 3799 unit: bool swift::canUseScalarCheckedCastInstructions() file: lib/SIL/Utils/DynamicCasts.cpp start line: 1191 end line: 1248 size: 29 LOC McCabe index: 14 number of parameters: 3 id: 3800 unit: void MemoryLocations::initFieldsCounter() file: lib/SIL/Utils/MemoryLocations.cpp start line: 446 end line: 476 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 3801 unit: bool LinearLifetimeChecker::usesNotContainedWithinLifetime() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 699 end line: 735 size: 29 LOC McCabe index: 5 number of parameters: 3 id: 3802 unit: void requireABICompatibleFunctionTypes() file: lib/SIL/Verifier/SILVerifier.cpp start line: 879 end line: 910 size: 29 LOC McCabe index: 3 number of parameters: 4 id: 3803 unit: void checkTryApplyInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1681 end line: 1714 size: 29 LOC McCabe index: 3 number of parameters: 1 id: 3804 unit: void checkSuperMethodInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3467 end line: 3500 size: 29 LOC McCabe index: 2 number of parameters: 1 id: 3805 unit: void checkSelectEnumCases() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4515 end line: 4553 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3806 unit: void SILGenModule::visitTopLevelCodeDecl() file: lib/SILGen/SILGen.cpp start line: 1903 end line: 1941 size: 29 LOC McCabe index: 11 number of parameters: 1 id: 3807 unit: void SILGenFunction::emitYield() file: lib/SILGen/SILGenApply.cpp start line: 4779 end line: 4815 size: 29 LOC McCabe index: 4 number of parameters: 4 id: 3808 unit: static ManagedValue emitBuiltinConvertUnownedUnsafeToGuaranteed() file: lib/SILGen/SILGenBuiltin.cpp start line: 1345 end line: 1384 size: 29 LOC McCabe index: 5 number of parameters: 5 id: 3809 unit: void set() file: lib/SILGen/SILGenLValue.cpp start line: 2076 end line: 2109 size: 29 LOC McCabe index: 6 number of parameters: 4 id: 3810 unit: AliasResult AliasAnalysis::aliasAddressProjection() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 221 end line: 292 size: 29 LOC McCabe index: 13 number of parameters: 4 id: 3811 unit: void CalleeCache::computeClassMethodCallees() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 104 end line: 143 size: 29 LOC McCabe index: 11 number of parameters: 0 id: 3812 unit: void EscapeAnalysis::ConnectionGraph::mergePointsTo() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 866 end line: 906 size: 29 LOC McCabe index: 8 number of parameters: 2 id: 3813 unit: void PassManagerVerifierAnalysis::verifyFull() file: lib/SILOptimizer/Analysis/PassManagerVerifierAnalysis.cpp start line: 81 end line: 125 size: 29 LOC McCabe index: 8 number of parameters: 0 id: 3814 unit: static void mapInterfaceTypes() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 287 end line: 318 size: 29 LOC McCabe index: 7 number of parameters: 4 id: 3815 unit: static SILValue projectLoadValue() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 1164 end line: 1193 size: 29 LOC McCabe index: 4 number of parameters: 5 id: 3816 unit: void ClosureCloner::visitLoadInst() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 708 end line: 752 size: 29 LOC McCabe index: 9 number of parameters: 1 id: 3817 unit: static SILValue testControlVariableBit() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2704 end line: 2740 size: 29 LOC McCabe index: 5 number of parameters: 6 id: 3818 unit: static void checkStaticExclusivity() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 896 end line: 958 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3819 unit: void run() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 972 end line: 1013 size: 29 LOC McCabe index: 8 number of parameters: 0 id: 3820 unit: bool SILCombiner::canReplaceArg() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 896 end line: 949 size: 29 LOC McCabe index: 9 number of parameters: 4 id: 3821 unit: void visitNestedAccess() file: lib/SILOptimizer/SemanticARC/LoadCopyToLoadBorrowOpt.cpp start line: 74 end line: 115 size: 29 LOC McCabe index: 9 number of parameters: 1 id: 3822 unit: static void eliminateRetainsPrecedingProgramTerminationPoints() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 1081 end line: 1140 size: 29 LOC McCabe index: 11 number of parameters: 1 id: 3823 unit: static void updateBasicBlockArgTypes() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 764 end line: 804 size: 29 LOC McCabe index: 7 number of parameters: 3 id: 3824 unit: static ApplyWitnessPair getOpenExistentialUsers() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 1197 end line: 1239 size: 29 LOC McCabe index: 11 number of parameters: 1 id: 3825 unit: bool DestroyHoisting::combineWith() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 559 end line: 587 size: 29 LOC McCabe index: 6 number of parameters: 2 id: 3826 unit: void run() file: lib/SILOptimizer/Transforms/MergeCondFail.cpp start line: 46 end line: 87 size: 29 LOC McCabe index: 13 number of parameters: 0 id: 3827 unit: void BlockState::dump() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1182 end line: 1211 size: 29 LOC McCabe index: 13 number of parameters: 1 id: 3828 unit: bool SimplifyCFG::simplifyProgramTerminationBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 4096 end line: 4148 size: 29 LOC McCabe index: 10 number of parameters: 1 id: 3829 unit: static llvm::Optional classifyFunction() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 77 end line: 112 size: 29 LOC McCabe index: 14 number of parameters: 1 id: 3830 unit: bool swift::isInstructionTriviallyDead() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 132 end line: 182 size: 29 LOC McCabe index: 16 number of parameters: 1 id: 3831 unit: bool recursivelyAnalyzeInstruction() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1195 end line: 1227 size: 29 LOC McCabe index: 10 number of parameters: 1 id: 3832 unit: SILValue swift::makeValueAvailable() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1698 end line: 1735 size: 29 LOC McCabe index: 5 number of parameters: 2 id: 3833 unit: bool shouldBuildCurryThunk() file: lib/Sema/CSApply.cpp start line: 1038 end line: 1090 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3834 unit: return handleOptionalBindings() file: lib/Sema/CSApply.cpp start line: 3817 end line: 3852 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 3835 unit: void visitCaseStmt() file: lib/Sema/CSClosure.cpp start line: 726 end line: 762 size: 29 LOC McCabe index: 5 number of parameters: 1 id: 3836 unit: bool MissingMemberFailure::diagnoseInLiteralCollectionContext() file: lib/Sema/CSDiagnostics.cpp start line: 3779 end line: 3814 size: 29 LOC McCabe index: 11 number of parameters: 0 id: 3837 unit: bool AreAllStoredPropertiesDefaultInitableRequest::evaluate() file: lib/Sema/CodeSynthesis.cpp start line: 908 end line: 951 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3838 unit: static void diagnoseConstantArgumentRequirementOfCall() file: lib/Sema/ConstantnessSemaDiagnostics.cpp start line: 298 end line: 331 size: 29 LOC McCabe index: 12 number of parameters: 2 id: 3839 unit: void buildOneWayConstraintGraph() file: lib/Sema/ConstraintGraph.cpp start line: 1117 end line: 1154 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 3840 unit: static void diagnoseObjCAttrWithoutFoundation() file: lib/Sema/TypeCheckAttr.cpp start line: 1019 end line: 1061 size: 29 LOC McCabe index: 8 number of parameters: 4 id: 3841 unit: void warnAboutGlobalActorIsoChangeInSwift6() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1288 end line: 1332 size: 29 LOC McCabe index: 10 number of parameters: 2 id: 3842 unit: static bool inferFinalAndDiagnoseIfNeeded() file: lib/Sema/TypeCheckDecl.cpp start line: 288 end line: 322 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3843 unit: bool swift::isMemberOperator() file: lib/Sema/TypeCheckDecl.cpp start line: 1894 end line: 1937 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3844 unit: static void minimizeOverriddenAssociatedTypes() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 2030 end line: 2066 size: 29 LOC McCabe index: 8 number of parameters: 1 id: 3845 unit: void visitAssociatedTypeDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2194 end line: 2231 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 3846 unit: void visitEnumDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2275 end line: 2319 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 3847 unit: void TypeChecker::checkParameterList() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 3207 end line: 3246 size: 29 LOC McCabe index: 12 number of parameters: 2 id: 3848 unit: bool ConformanceHasEffectRequest::evaluate() file: lib/Sema/TypeCheckEffects.cpp start line: 182 end line: 219 size: 29 LOC McCabe index: 7 number of parameters: 3 id: 3849 unit: bool hasPolymorphicEffect() file: lib/Sema/TypeCheckEffects.cpp start line: 1438 end line: 1475 size: 29 LOC McCabe index: 13 number of parameters: 1 id: 3850 unit: static bool isBetterMatch() file: lib/Sema/TypeCheckProtocol.cpp start line: 1193 end line: 1232 size: 29 LOC McCabe index: 9 number of parameters: 4 id: 3851 unit: AccessScope WitnessChecker::getRequiredAccessScope() file: lib/Sema/TypeCheckProtocol.cpp start line: 1483 end line: 1518 size: 29 LOC McCabe index: 6 number of parameters: 0 id: 3852 unit: static void diagnoseWitnessFixAccessLevel() file: lib/Sema/TypeCheckProtocol.cpp start line: 3309 end line: 3341 size: 29 LOC McCabe index: 7 number of parameters: 4 id: 3853 unit: static bool hasValidMethod() file: lib/Sema/TypeCheckProtocol.cpp start line: 6035 end line: 6071 size: 29 LOC McCabe index: 8 number of parameters: 2 id: 3854 unit: bool AssociatedTypeInference::isBetterSolution() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1615 end line: 1649 size: 29 LOC McCabe index: 8 number of parameters: 2 id: 3855 unit: static void finishProtocolStorageImplInfo() file: lib/Sema/TypeCheckStorage.cpp start line: 3022 end line: 3054 size: 29 LOC McCabe index: 7 number of parameters: 2 id: 3856 unit: Type CustomAttrTypeRequest::evaluate() file: lib/Sema/TypeCheckType.cpp start line: 4234 end line: 4276 size: 29 LOC McCabe index: 5 number of parameters: 4 id: 3857 unit: bool ModuleFile::readDefaultWitnessTable() file: lib/Serialization/Deserialization.cpp start line: 1166 end line: 1203 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 3858 unit: static bool enterTopLevelModuleBlock() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 45 end line: 80 size: 29 LOC McCabe index: 9 number of parameters: 3 id: 3859 unit: static inline decls_block::RecordKind getKindForTable() file: lib/Serialization/ModuleFormat.h start line: 2052 end line: 2084 size: 29 LOC McCabe index: 12 number of parameters: 1 id: 3860 unit: void Availability::serialize() file: lib/SymbolGraphGen/AvailabilityMixin.cpp start line: 167 end line: 195 size: 29 LOC McCabe index: 8 number of parameters: 1 id: 3861 unit: void swift::symbolgraphgen::filterGenericRequirements() file: lib/SymbolGraphGen/JSON.cpp start line: 230 end line: 270 size: 29 LOC McCabe index: 9 number of parameters: 5 id: 3862 unit: void SymbolGraph::recordDefaultImplementationRelationships() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 385 end line: 421 size: 29 LOC McCabe index: 10 number of parameters: 1 id: 3863 unit: iterator insert() file: stdlib/include/llvm/ADT/SmallVector.h start line: 782 end line: 841 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 3864 unit: func checkSortInPlace_WhereElementIsComparable() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 1113 end line: 1148 size: 29 LOC McCabe index: 4 number of parameters: 3 id: 3865 unit: func parseNumericTypes() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 179 end line: 215 size: 29 LOC McCabe index: 6 number of parameters: 2 id: 3866 unit: static void swift_task_future_waitImpl() file: stdlib/public/Concurrency/Task.cpp start line: 897 end line: 933 size: 29 LOC McCabe index: 4 number of parameters: 5 id: 3867 unit: inline void AsyncTask::flagAsRunning() file: stdlib/public/Concurrency/TaskPrivate.h start line: 387 end line: 417 size: 29 LOC McCabe index: 5 number of parameters: 0 id: 3868 unit: inline void AsyncTask::flagAsSuspended() file: stdlib/public/Concurrency/TaskPrivate.h start line: 419 end line: 449 size: 29 LOC McCabe index: 5 number of parameters: 0 id: 3869 unit: static void performEscalationAction() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 533 end line: 574 size: 29 LOC McCabe index: 9 number of parameters: 2 id: 3870 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 356 end line: 499 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 3871 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1226 end line: 1467 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 3872 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2527 end line: 2822 size: 29 LOC McCabe index: 1 number of parameters: 1 id: 3873 unit: mutating func visitComputedComponent() file: stdlib/public/core/KeyPath.swift start line: 3561 end line: 3589 size: 29 LOC McCabe index: 1 number of parameters: 9 id: 3874 unit: bool swift::equalContexts() file: stdlib/public/runtime/Metadata.cpp start line: 2114 end line: 2161 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3875 unit: static void copyProtocolWitness() file: stdlib/public/runtime/Metadata.cpp start line: 4735 end line: 4771 size: 29 LOC McCabe index: 10 number of parameters: 3 id: 3876 unit: __swift_uint8_t _swift_stdlib_getNumericType() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 87 end line: 126 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 3877 unit: __swift_uint16_t _swift_stdlib_getAge() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 348 end line: 387 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 3878 unit: __swift_uint8_t _swift_stdlib_getGeneralCategory() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 390 end line: 429 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 3879 unit: static bool override_equalContexts() file: stdlib/toolchain/Compatibility51/ProtocolConformance.cpp start line: 143 end line: 190 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3880 unit: void SwiftLangSupport::codeCompleteUpdate() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 1224 end line: 1258 size: 29 LOC McCabe index: 4 number of parameters: 5 id: 3881 unit: void SwiftLangSupport::getConformingMethodList() file: tools/SourceKit/lib/SwiftLang/SwiftConformingMethodList.cpp start line: 157 end line: 190 size: 29 LOC McCabe index: 3 number of parameters: 8 id: 3882 unit: static void indexModule() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 208 end line: 248 size: 29 LOC McCabe index: 3 number of parameters: 5 id: 3883 unit: static void printVariableType() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2062 end line: 2090 size: 29 LOC McCabe index: 3 number of parameters: 3 id: 3884 unit: static void nmModule() file: tools/sil-nm/SILNM.cpp start line: 103 end line: 134 size: 29 LOC McCabe index: 1 number of parameters: 1 id: 3885 unit: static int doPrintSwiftFileInterface() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3070 end line: 3102 size: 29 LOC McCabe index: 4 number of parameters: 3 id: 3886 unit: void threadedExecute() file: unittests/runtime/ThreadingHelpers.h start line: 22 end line: 64 size: 29 LOC McCabe index: 6 number of parameters: 3 id: 3887 unit: func generateBinaryProps() file: utils/gen-unicode-data/Sources/GenScalarProps/BinProps.swift start line: 220 end line: 257 size: 29 LOC McCabe index: 4 number of parameters: 2 id: 3888 unit: def SmallBitVectorSummaryProvider() file: utils/lldb/lldbSwiftDataFormatters.py start line: 0 end line: 0 size: 29 LOC McCabe index: 7 number of parameters: 2 id: 3889 unit: def get_child_at_index() file: utils/lldb/lldbSwiftDataFormatters.py start line: 0 end line: 0 size: 29 LOC McCabe index: 13 number of parameters: 2 id: 3890 unit: def compute_iters_number() file: utils/swift-bench.py start line: 0 end line: 0 size: 29 LOC McCabe index: 9 number of parameters: 2 id: 3891 unit: def execute_product_build_steps() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 29 LOC McCabe index: 13 number of parameters: 3 id: 3892 unit: func testRace() file: validation-test/Sanitizers/tsan-inout.swift start line: 29 end line: 64 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 3893 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 125 end line: 154 size: 29 LOC McCabe index: 3 number of parameters: 2 id: 3894 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 491 end line: 520 size: 29 LOC McCabe index: 3 number of parameters: 2 id: 3895 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 572 end line: 601 size: 29 LOC McCabe index: 3 number of parameters: 2 id: 3896 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 653 end line: 682 size: 29 LOC McCabe index: 3 number of parameters: 2 id: 3897 unit: func d() file: validation-test/compiler_crashers_fixed/00170-swift-parser-skipsingle.swift start line: 124 end line: 158 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 3898 unit: func prefix() file: validation-test/compiler_crashers_fixed/00181-swift-parser-parseexprclosure.swift start line: 84 end line: 115 size: 29 LOC McCabe index: 1 number of parameters: 1 id: 3899 unit: func integerRangeTest() file: validation-test/stdlib/Random.swift start line: 55 end line: 99 size: 29 LOC McCabe index: 4 number of parameters: 1 id: 3900 unit: func runSILPrinter() file: SwiftCompilerSources/Sources/Optimizer/FunctionPasses/SILPrinter.swift start line: 17 end line: 48 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 3901 unit: func testFloat() file: benchmark/single-source/Radix2CooleyTukey.swift start line: 230 end line: 261 size: 28 LOC McCabe index: 2 number of parameters: 1 id: 3902 unit: bool readHeapObjectExtraInhabitantIndex() file: include/swift/Remote/MemoryReader.h start line: 164 end line: 191 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 3903 unit: void storeIndexAt() file: include/swift/Runtime/Concurrent.h start line: 780 end line: 808 size: 28 LOC McCabe index: 10 number of parameters: 4 id: 3904 unit: bool hasGenericSignature() file: include/swift/SIL/AbstractionPattern.h start line: 603 end line: 630 size: 28 LOC McCabe index: 22 number of parameters: 0 id: 3905 unit: void addUnresolvedValueMemberConstraint() file: include/swift/Sema/ConstraintSystem.h start line: 3680 end line: 3709 size: 28 LOC McCabe index: 5 number of parameters: 6 id: 3906 unit: int swift::ide::api::findDeclUsr() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2353 end line: 2381 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 3907 unit: Type ASTBuilder::createBoundGenericType() file: lib/AST/ASTDemangler.cpp start line: 285 end line: 325 size: 28 LOC McCabe index: 7 number of parameters: 3 id: 3908 unit: static void printParameterFlags() file: lib/AST/ASTPrinter.cpp start line: 3378 end line: 3410 size: 28 LOC McCabe index: 13 number of parameters: 4 id: 3909 unit: void visitSILBoxType() file: lib/AST/ASTPrinter.cpp start line: 5834 end line: 5868 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 3910 unit: void DerivativeFunctionTypeError::log() file: lib/AST/AutoDiff.cpp start line: 390 end line: 417 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 3911 unit: clang::QualType ClangTypeConverter::convert() file: lib/AST/ClangTypeConverter.cpp start line: 830 end line: 862 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 3912 unit: SourceLoc Decl::getLoc() file: lib/AST/Decl.cpp start line: 690 end line: 718 size: 28 LOC McCabe index: 11 number of parameters: 1 id: 3913 unit: void swift::simple_display() file: lib/AST/Decl.cpp start line: 4603 end line: 4633 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 3914 unit: static bool enterTopLevelModuleBlock() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 531 end line: 563 size: 28 LOC McCabe index: 9 number of parameters: 3 id: 3915 unit: bool FloatingRequirementSource::isDerived() file: lib/AST/GenericSignatureBuilder.cpp start line: 1702 end line: 1732 size: 28 LOC McCabe index: 18 number of parameters: 0 id: 3916 unit: Optional GlobalModuleDependenciesCache::findDependencies() file: lib/AST/ModuleDependencies.cpp start line: 348 end line: 377 size: 28 LOC McCabe index: 9 number of parameters: 2 id: 3917 unit: void NormalProtocolConformance::finishSignatureConformances() file: lib/AST/ProtocolConformance.cpp start line: 817 end line: 866 size: 28 LOC McCabe index: 7 number of parameters: 0 id: 3918 unit: void RewriteSystem::simplifyLeftHandSides() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 474 end line: 510 size: 28 LOC McCabe index: 8 number of parameters: 0 id: 3919 unit: static bool isBridgeableObjectType() file: lib/AST/Type.cpp start line: 2545 end line: 2585 size: 28 LOC McCabe index: 10 number of parameters: 1 id: 3920 unit: void UnqualifiedLookupFactory::lookForAModuleWithTheGivenName() file: lib/AST/UnqualifiedLookup.cpp start line: 424 end line: 465 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 3921 unit: void WordIterator::computePrevPosition() file: lib/Basic/StringExtras.cpp start line: 167 end line: 211 size: 28 LOC McCabe index: 21 number of parameters: 0 id: 3922 unit: void ClangImporter::loadObjCMethods() file: lib/ClangImporter/ClangImporter.cpp start line: 3435 end line: 3475 size: 28 LOC McCabe index: 6 number of parameters: 5 id: 3923 unit: void handlePropertyRedeclaration() file: lib/ClangImporter/ImportDecl.cpp start line: 5681 end line: 5724 size: 28 LOC McCabe index: 11 number of parameters: 2 id: 3924 unit: void SwiftDeclConverter::recordObjCOverride() file: lib/ClangImporter/ImportDecl.cpp start line: 7211 end line: 7249 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 3925 unit: static Type decomposeCompletionHandlerType() file: lib/ClangImporter/ImportType.cpp start line: 2257 end line: 2292 size: 28 LOC McCabe index: 11 number of parameters: 2 id: 3926 unit: NodePointer demangleTuple() file: lib/Demangling/OldDemangler.cpp start line: 1751 end line: 1781 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 3927 unit: bool swift::dependencies::scanDependencies() file: lib/DependencyScan/ScanDependencies.cpp start line: 1232 end line: 1276 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 3928 unit: bool swift::dependencies::batchScanDependencies() file: lib/DependencyScan/ScanDependencies.cpp start line: 1313 end line: 1346 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 3929 unit: bool swift::dependencies::batchPrescanDependencies() file: lib/DependencyScan/ScanDependencies.cpp start line: 1348 end line: 1381 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 3930 unit: void partitionIntoBatches() file: lib/Driver/Compilation.cpp start line: 1152 end line: 1182 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 3931 unit: void match() file: lib/DriverTool/swift_api_digester_main.cpp start line: 358 end line: 392 size: 28 LOC McCabe index: 11 number of parameters: 0 id: 3932 unit: void SameNameNodeMatcher::match() file: lib/DriverTool/swift_api_digester_main.cpp start line: 471 end line: 508 size: 28 LOC McCabe index: 8 number of parameters: 0 id: 3933 unit: static StringRef getRightComment() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1431 end line: 1458 size: 28 LOC McCabe index: 18 number of parameters: 2 id: 3934 unit: int extractAPI() file: lib/DriverTool/swift_api_extract_main.cpp start line: 199 end line: 232 size: 28 LOC McCabe index: 6 number of parameters: 0 id: 3935 unit: Optional ArgsToFrontendInputsConverter::convert() file: lib/Frontend/ArgsToFrontendInputsConverter.cpp start line: 41 end line: 77 size: 28 LOC McCabe index: 7 number of parameters: 1 id: 3936 unit: void CompilerInvocation::buildDebugFlags() file: lib/Frontend/CompilerInvocation.cpp start line: 1723 end line: 1756 size: 28 LOC McCabe index: 8 number of parameters: 4 id: 3937 unit: static bool ParseTBDGenArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1758 end line: 1792 size: 28 LOC McCabe index: 7 number of parameters: 4 id: 3938 unit: Optional CompilerInstance::getInputBuffersIfPresent() file: lib/Frontend/Frontend.cpp start line: 724 end line: 754 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 3939 unit: bool ModuleInterfaceCheckerImpl::tryEmitForwardingModule() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1181 end line: 1211 size: 28 LOC McCabe index: 4 number of parameters: 4 id: 3940 unit: static bool performCompile() file: lib/FrontendTool/FrontendTool.cpp start line: 1296 end line: 1332 size: 28 LOC McCabe index: 8 number of parameters: 3 id: 3941 unit: bool isImplicitlyCurriedInstanceMethod() file: lib/IDE/CodeCompletion.cpp start line: 3085 end line: 3114 size: 28 LOC McCabe index: 13 number of parameters: 1 id: 3942 unit: void ide::getDocumentationCommentAsDoxygen() file: lib/IDE/CommentConversion.cpp start line: 821 end line: 853 size: 28 LOC McCabe index: 7 number of parameters: 2 id: 3943 unit: void analyzeStmt() file: lib/IDE/ExprContextAnalysis.cpp start line: 1129 end line: 1156 size: 28 LOC McCabe index: 11 number of parameters: 1 id: 3944 unit: void wrapScopeInContinationIfNecessary() file: lib/IDE/Refactoring.cpp start line: 6356 end line: 6392 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 3945 unit: void addForwardingCallTo() file: lib/IDE/Refactoring.cpp start line: 7787 end line: 7824 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 3946 unit: void swift::ide::collectAvailableRefactorings() file: lib/IDE/Refactoring.cpp start line: 8386 end line: 8417 size: 28 LOC McCabe index: 4 number of parameters: 5 id: 3947 unit: std::vector NameMatcher::resolve() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 81 end line: 117 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 3948 unit: bool NameMatcher::handleCustomAttrs() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 163 end line: 197 size: 28 LOC McCabe index: 14 number of parameters: 1 id: 3949 unit: void EnumImplStrategy::callOutlinedCopy() file: lib/IRGen/GenEnum.cpp start line: 275 end line: 306 size: 28 LOC McCabe index: 12 number of parameters: 6 id: 3950 unit: static Flags getMethodDescriptorFlags() file: lib/IRGen/GenMeta.cpp start line: 242 end line: 270 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 3951 unit: void IRGenModule::addVTableTypeMetadata() file: lib/IRGen/GenMeta.cpp start line: 358 end line: 388 size: 28 LOC McCabe index: 7 number of parameters: 4 id: 3952 unit: static void emitInitializeClassMetadata() file: lib/IRGen/GenMeta.cpp start line: 2488 end line: 2532 size: 28 LOC McCabe index: 4 number of parameters: 5 id: 3953 unit: void addAssociatedType() file: lib/IRGen/GenProto.cpp start line: 1399 end line: 1429 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 3954 unit: void storeEnumTagSinglePayload() file: lib/IRGen/GenStruct.cpp start line: 841 end line: 871 size: 28 LOC McCabe index: 2 number of parameters: 6 id: 3955 unit: static Address emitDefaultInitializeBufferWithCopyOfBuffer() file: lib/IRGen/GenValueWitness.cpp start line: 303 end line: 332 size: 28 LOC McCabe index: 3 number of parameters: 6 id: 3956 unit: Address TypeInfo::indexArray() file: lib/IRGen/GenValueWitness.cpp start line: 1353 end line: 1390 size: 28 LOC McCabe index: 5 number of parameters: 4 id: 3957 unit: std::string IRGenMangler::mangleValueWitness() file: lib/IRGen/IRGenMangler.cpp start line: 38 end line: 66 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 3958 unit: void emitDebugVariableRangeExtension() file: lib/IRGen/IRGenSIL.cpp start line: 749 end line: 783 size: 28 LOC McCabe index: 10 number of parameters: 1 id: 3959 unit: void IRGenSILFunction::visitBeginAccessInst() file: lib/IRGen/IRGenSIL.cpp start line: 5623 end line: 5655 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 3960 unit: static bool isUnitTest() file: lib/Index/IndexSymbol.cpp start line: 40 end line: 82 size: 28 LOC McCabe index: 14 number of parameters: 1 id: 3961 unit: bool SwiftMergeFunctions::tryMapToParameter() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 980 end line: 1014 size: 28 LOC McCabe index: 8 number of parameters: 4 id: 3962 unit: void printSwift3ObjCDeprecatedInference() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 951 end line: 979 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 3963 unit: bool printIfKnownGenericStruct() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1662 end line: 1694 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 3964 unit: CanType handleUnabstractedFunctionType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1724 end line: 1757 size: 28 LOC McCabe index: 4 number of parameters: 4 id: 3965 unit: void SILLocation::dump() file: lib/SIL/IR/SILLocation.cpp start line: 179 end line: 208 size: 28 LOC McCabe index: 12 number of parameters: 0 id: 3966 unit: bool SILParser::parseSILDebugLocation() file: lib/SIL/Parser/ParseSIL.cpp start line: 2143 end line: 2173 size: 28 LOC McCabe index: 10 number of parameters: 2 id: 3967 unit: SILValue swift::findOwnershipReferenceAggregate() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 903 end line: 930 size: 28 LOC McCabe index: 11 number of parameters: 1 id: 3968 unit: static void emitRemark() file: lib/SIL/Utils/OptimizationRemark.cpp start line: 303 end line: 336 size: 28 LOC McCabe index: 9 number of parameters: 4 id: 3969 unit: void swift::printSILLocationDescription() file: lib/SIL/Utils/PrettyStackTrace.cpp start line: 38 end line: 65 size: 28 LOC McCabe index: 8 number of parameters: 3 id: 3970 unit: void PrunedLivenessBoundary::compute() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 246 end line: 283 size: 28 LOC McCabe index: 9 number of parameters: 2 id: 3971 unit: void verifyOpenedArchetype() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4015 end line: 4043 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 3972 unit: void emitSourceFile() file: lib/SILGen/SILGen.cpp start line: 2122 end line: 2158 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 3973 unit: ManagedValue SILGenFunction::emitAsyncLetStart() file: lib/SILGen/SILGenApply.cpp start line: 5917 end line: 5948 size: 28 LOC McCabe index: 1 number of parameters: 5 id: 3974 unit: static ManagedValue emitBuiltinBeginUnpairedModifyAccess() file: lib/SILGen/SILGenBuiltin.cpp start line: 537 end line: 568 size: 28 LOC McCabe index: 3 number of parameters: 5 id: 3975 unit: void TupleInitialization::copyOrInitValueInto() file: lib/SILGen/SILGenDecl.cpp start line: 51 end line: 87 size: 28 LOC McCabe index: 6 number of parameters: 4 id: 3976 unit: void SILGenFunction::emitDeallocatingDestructor() file: lib/SILGen/SILGenDestructor.cpp start line: 121 end line: 175 size: 28 LOC McCabe index: 1 number of parameters: 1 id: 3977 unit: static ManagedValue convertCFunctionSignature() file: lib/SILGen/SILGenExpr.cpp start line: 1510 end line: 1547 size: 28 LOC McCabe index: 7 number of parameters: 4 id: 3978 unit: static bool mayLieAboutNonOptionalReturn() file: lib/SILGen/SILGenExpr.cpp start line: 4161 end line: 4199 size: 28 LOC McCabe index: 11 number of parameters: 2 id: 3979 unit: LValue SILGenFunction::emitPropertyLValue() file: lib/SILGen/SILGenLValue.cpp start line: 3670 end line: 3705 size: 28 LOC McCabe index: 1 number of parameters: 7 id: 3980 unit: ManagedValue SILGenFunction::emitFormalAccessLoad() file: lib/SILGen/SILGenLValue.cpp start line: 3796 end line: 3840 size: 28 LOC McCabe index: 10 number of parameters: 6 id: 3981 unit: void SILGenModule::useConformancesFromObjectiveCType() file: lib/SILGen/SILGenLazyConformance.cpp start line: 91 end line: 123 size: 28 LOC McCabe index: 10 number of parameters: 1 id: 3982 unit: static void buildWithoutActuallyEscapingThunkBody() file: lib/SILGen/SILGenPoly.cpp start line: 3514 end line: 3555 size: 28 LOC McCabe index: 5 number of parameters: 2 id: 3983 unit: void ConsumedArgToEpilogueReleaseMatcher::collectMatchingDestroyAddresses() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 844 end line: 884 size: 28 LOC McCabe index: 12 number of parameters: 1 id: 3984 unit: bool AliasAnalysis::canApplyDecrementRefCount() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 663 end line: 712 size: 28 LOC McCabe index: 11 number of parameters: 2 id: 3985 unit: bool DestructorAnalysis::isSafeType() file: lib/SILOptimizer/Analysis/DestructorAnalysis.cpp start line: 46 end line: 94 size: 28 LOC McCabe index: 12 number of parameters: 1 id: 3986 unit: void EpilogueARCContext::initializeDataflow() file: lib/SILOptimizer/Analysis/EpilogueARCAnalysis.cpp start line: 24 end line: 60 size: 28 LOC McCabe index: 9 number of parameters: 0 id: 3987 unit: std::string CGForDotView::getNodeLabel() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1368 end line: 1395 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 3988 unit: void analyzeInstruction() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 261 end line: 296 size: 28 LOC McCabe index: 7 number of parameters: 1 id: 3989 unit: void OpaqueStorageAllocation::convertIndirectFunctionArgs() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 408 end line: 443 size: 28 LOC McCabe index: 5 number of parameters: 0 id: 3990 unit: bool MoveKillsCopyableAddressesChecker::performClosureDataflow() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 2145 end line: 2188 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 3991 unit: bool AvailableValueAggregator::canTake() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 544 end line: 582 size: 28 LOC McCabe index: 5 number of parameters: 2 id: 3992 unit: void run() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 1121 end line: 1167 size: 28 LOC McCabe index: 6 number of parameters: 0 id: 3993 unit: bool CSE::processLazyPropertyGetters() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 727 end line: 759 size: 28 LOC McCabe index: 3 number of parameters: 0 id: 3994 unit: DSEContext::ProcessKind DSEContext::getProcessFunctionKind() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 555 end line: 599 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 3995 unit: bool SimplifyCFG::simplifyCheckedCastBranchBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2418 end line: 2453 size: 28 LOC McCabe index: 1 number of parameters: 1 id: 3996 unit: bool StringOptimization::optimizeStringAppend() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 176 end line: 220 size: 28 LOC McCabe index: 7 number of parameters: 2 id: 3997 unit: bool StringOptimization::optimizeStringConcat() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 223 end line: 257 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 3998 unit: void run() file: lib/SILOptimizer/UtilityPasses/AADumper.cpp start line: 59 end line: 98 size: 28 LOC McCabe index: 7 number of parameters: 0 id: 3999 unit: void printTypeExpansion() file: lib/SILOptimizer/UtilityPasses/LSLocationPrinter.cpp start line: 71 end line: 102 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 4000 unit: void run() file: lib/SILOptimizer/UtilityPasses/MemBehaviorDumper.cpp start line: 78 end line: 113 size: 28 LOC McCabe index: 10 number of parameters: 0 id: 4001 unit: static bool canOptimizeCast() file: lib/SILOptimizer/Utils/CastOptimizer.cpp start line: 442 end line: 475 size: 28 LOC McCabe index: 6 number of parameters: 4 id: 4002 unit: void ReabstractionInfo::performPartialSpecializationPreparation() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1722 end line: 1762 size: 28 LOC McCabe index: 3 number of parameters: 3 id: 4003 unit: static bool keepArgsOfPartialApplyAlive() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 992 end line: 1030 size: 28 LOC McCabe index: 5 number of parameters: 4 id: 4004 unit: bool swift::tryEliminateOnlyOwnershipUsedForwardingInst() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1737 end line: 1772 size: 28 LOC McCabe index: 12 number of parameters: 2 id: 4005 unit: static void cleanupOperandsBeforeDeletion() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 261 end line: 290 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 4006 unit: bool swift::isNestedSemanticCall() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 653 end line: 682 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 4007 unit: bool closeExistential() file: lib/Sema/CSApply.cpp start line: 993 end line: 1033 size: 28 LOC McCabe index: 6 number of parameters: 3 id: 4008 unit: bool MissingConformanceFailure::diagnoseAsAmbiguousOperatorRef() file: lib/Sema/CSDiagnostics.cpp start line: 605 end line: 640 size: 28 LOC McCabe index: 7 number of parameters: 0 id: 4009 unit: bool MissingGenericArgumentsFailure::diagnoseForAnchor() file: lib/Sema/CSDiagnostics.cpp start line: 5635 end line: 5667 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 4010 unit: bool ArgumentMismatchFailure::diagnoseArchetypeMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 6437 end line: 6478 size: 28 LOC McCabe index: 8 number of parameters: 0 id: 4011 unit: bool CoercibleOptionalCheckedCastFailure::diagnoseConditionalCastExpr() file: lib/Sema/CSDiagnostics.cpp start line: 7747 end line: 7788 size: 28 LOC McCabe index: 7 number of parameters: 0 id: 4012 unit: std::pair walkToExprPre() file: lib/Sema/CSGen.cpp start line: 759 end line: 793 size: 28 LOC McCabe index: 11 number of parameters: 1 id: 4013 unit: Type visitApplyExpr() file: lib/Sema/CSGen.cpp start line: 2764 end line: 2803 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 4014 unit: static bool requiresBothTrailingClosureDirections() file: lib/Sema/CSSimplify.cpp start line: 881 end line: 925 size: 28 LOC McCabe index: 10 number of parameters: 4 id: 4015 unit: bool ConstraintSystem::solveForCodeCompletion() file: lib/Sema/CSSolver.cpp start line: 1506 end line: 1547 size: 28 LOC McCabe index: 5 number of parameters: 2 id: 4016 unit: SmallVector computeOneWayComponentOrdering() file: lib/Sema/ConstraintGraph.cpp start line: 1278 end line: 1315 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 4017 unit: void ConstraintSystem::recordOpenedTypes() file: lib/Sema/ConstraintSystem.cpp start line: 1197 end line: 1230 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 4018 unit: void VarDeclUsageChecker::handleIfConfig() file: lib/Sema/MiscDiagnostics.cpp start line: 3300 end line: 3335 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 4019 unit: static void checkExtensionGenericParamAccess() file: lib/Sema/TypeCheckAccess.cpp start line: 1910 end line: 1939 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 4020 unit: void AttributeChecker::visitMarkerAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5717 end line: 5750 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 4021 unit: void maybeDiagKeyPath() file: lib/Sema/TypeCheckAvailability.cpp start line: 2966 end line: 2996 size: 28 LOC McCabe index: 15 number of parameters: 1 id: 4022 unit: static Type getTypeForCompletion() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 1043 end line: 1095 size: 28 LOC McCabe index: 9 number of parameters: 2 id: 4023 unit: bool checkNonMemberReference() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2586 end line: 2622 size: 28 LOC McCabe index: 10 number of parameters: 3 id: 4024 unit: static bool checkObjCInForeignClassContext() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 396 end line: 429 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 4025 unit: static bool isCIntegerType() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1499 end line: 1533 size: 28 LOC McCabe index: 7 number of parameters: 1 id: 4026 unit: Type swift::getDistributedActorIDType() file: lib/Sema/TypeCheckDistributed.cpp start line: 396 end line: 429 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 4027 unit: static void finishNSManagedImplInfo() file: lib/Sema/TypeCheckStorage.cpp start line: 3133 end line: 3175 size: 28 LOC McCabe index: 10 number of parameters: 2 id: 4028 unit: static void diagnoseUnboundGenericType() file: lib/Sema/TypeCheckType.cpp start line: 994 end line: 1027 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 4029 unit: DeclBaseName ModuleFile::getDeclBaseName() file: lib/Serialization/Deserialization.cpp start line: 1986 end line: 2016 size: 28 LOC McCabe index: 12 number of parameters: 1 id: 4030 unit: Expected deserializeSILBoxType() file: lib/Serialization/Deserialization.cpp start line: 5732 end line: 5766 size: 28 LOC McCabe index: 7 number of parameters: 2 id: 4031 unit: void writeDeclRef() file: lib/Serialization/Serialization.cpp start line: 4837 end line: 4867 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 4032 unit: void SILSerializer::writeSILBasicBlock() file: lib/Serialization/SerializeSIL.cpp start line: 591 end line: 632 size: 28 LOC McCabe index: 3 number of parameters: 1 id: 4033 unit: Optional forEachModuleSearchPath() file: lib/Serialization/SerializedModuleLoader.cpp start line: 87 end line: 120 size: 28 LOC McCabe index: 10 number of parameters: 4 id: 4034 unit: void getAvailabilities() file: lib/SymbolGraphGen/Symbol.cpp start line: 398 end line: 437 size: 28 LOC McCabe index: 7 number of parameters: 3 id: 4035 unit: void SmallVectorImpl::swap() file: stdlib/include/llvm/ADT/SmallVector.h start line: 937 end line: 970 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 4036 unit: void testExclusivityNonNested() file: stdlib/private/RuntimeUnittest/ExclusivityTests.cpp start line: 48 end line: 77 size: 28 LOC McCabe index: 3 number of parameters: 0 id: 4037 unit: static void swift_asyncLet_finishImpl() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 391 end line: 429 size: 28 LOC McCabe index: 2 number of parameters: 5 id: 4038 unit: static dispatch_queue_t getGlobalQueue() file: stdlib/public/Concurrency/DispatchGlobalExecutor.inc start line: 118 end line: 165 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 4039 unit: func _enqueueJobGlobalWithDelay() file: stdlib/public/Concurrency/Task.swift start line: 814 end line: 844 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 4040 unit: static void performCancellationAction() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 450 end line: 491 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 4041 unit: void swift_reflection_dumpInfoForTypeRef() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 635 end line: 663 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 4042 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 364 end line: 499 size: 28 LOC McCabe index: 1 number of parameters: 2 id: 4043 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1241 end line: 1467 size: 28 LOC McCabe index: 1 number of parameters: 2 id: 4044 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2327 end line: 2404 size: 28 LOC McCabe index: 1 number of parameters: 1 id: 4045 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2538 end line: 2822 size: 28 LOC McCabe index: 1 number of parameters: 1 id: 4046 unit: func getCharacters() file: stdlib/public/core/StringBridge.swift start line: 35 end line: 78 size: 28 LOC McCabe index: 1 number of parameters: 2 id: 4047 unit: void swift::runtime::environment::initialize() file: stdlib/public/runtime/EnvironmentVariables.cpp start line: 144 end line: 190 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 4048 unit: MetadataResponse swift::swift_getCanonicalSpecializedMetadata() file: stdlib/public/runtime/Metadata.cpp start line: 771 end line: 805 size: 28 LOC McCabe index: 4 number of parameters: 3 id: 4049 unit: MetadataResponse swift::swift_checkMetadataState() file: stdlib/public/runtime/Metadata.cpp start line: 5432 end line: 5467 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 4050 unit: const FieldType childMetadata() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 245 end line: 284 size: 28 LOC McCabe index: 9 number of parameters: 3 id: 4051 unit: static double getSemanticContextScore() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 586 end line: 615 size: 28 LOC McCabe index: 17 number of parameters: 2 id: 4052 unit: SwiftInvocationRef SwiftASTManager::getTypecheckInvocation() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 711 end line: 744 size: 28 LOC McCabe index: 3 number of parameters: 4 id: 4053 unit: void SwiftASTManager::processASTAsync() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 746 end line: 777 size: 28 LOC McCabe index: 6 number of parameters: 5 id: 4054 unit: static void addParameters() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 903 end line: 932 size: 28 LOC McCabe index: 7 number of parameters: 5 id: 4055 unit: static bool getModuleInterfaceInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1034 end line: 1070 size: 28 LOC McCabe index: 7 number of parameters: 3 id: 4056 unit: ImmutableTextSnapshotRef SwiftEditorDocument::replaceText() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1934 end line: 1987 size: 28 LOC McCabe index: 5 number of parameters: 5 id: 4057 unit: bool withEntityInfo() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 118 end line: 146 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 4058 unit: StringRef getTypeTagForCurrentContext() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 334 end line: 364 size: 28 LOC McCabe index: 13 number of parameters: 0 id: 4059 unit: void SwiftLangSupport::getCursorInfoFromUSR() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2105 end line: 2136 size: 28 LOC McCabe index: 4 number of parameters: 7 id: 4060 unit: void SwiftLangSupport::getExpressionContextInfo() file: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp start line: 128 end line: 160 size: 28 LOC McCabe index: 3 number of parameters: 7 id: 4061 unit: static void printRangeInfo() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2006 end line: 2036 size: 28 LOC McCabe index: 5 number of parameters: 3 id: 4062 unit: void wrapForTest() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1780 end line: 1809 size: 28 LOC McCabe index: 24 number of parameters: 2 id: 4063 unit: static ReflectionContextHolder makeReflectionContextForObjectFiles() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 607 end line: 637 size: 28 LOC McCabe index: 3 number of parameters: 1 id: 4064 unit: func getGraphemeBreakPropertyData() file: utils/gen-unicode-data/Sources/GenGraphemeBreakProperty/main.swift start line: 65 end line: 114 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 4065 unit: func getBinaryProperties() file: utils/gen-unicode-data/Sources/GenScalarProps/BinProps.swift start line: 144 end line: 184 size: 28 LOC McCabe index: 4 number of parameters: 2 id: 4066 unit: func addCustomSearchButtonToWebView() file: utils/parser-lib/profile-input.swift start line: 2210 end line: 2251 size: 28 LOC McCabe index: 2 number of parameters: 1 id: 4067 unit: def evaluate_delta() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 28 LOC McCabe index: 9 number of parameters: 1 id: 4068 unit: def main() file: utils/python_format.py start line: 0 end line: 0 size: 28 LOC McCabe index: 14 number of parameters: 0 id: 4069 unit: def compile_source() file: utils/swift-bench.py start line: 0 end line: 0 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 4070 unit: def capture() file: utils/swift_build_support/swift_build_support/shell.py start line: 0 end line: 0 size: 28 LOC McCabe index: 10 number of parameters: 7 id: 4071 unit: def randomTypeReference() file: utils/type-layout-fuzzer.py start line: 0 end line: 0 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 4072 unit: mutating func receiveWindowUpdate() file: benchmark/single-source/HTTP2StateMachine.swift start line: 259 end line: 293 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4073 unit: func testDouble() file: benchmark/single-source/Radix2CooleyTukey.swift start line: 113 end line: 143 size: 27 LOC McCabe index: 2 number of parameters: 1 id: 4074 unit: bool collect() file: include/swift/ABI/TypeIdentity.h start line: 117 end line: 150 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4075 unit: class alignas() file: include/swift/AST/Decl.h start line: 4682 end line: 4728 size: 27 LOC McCabe index: 1 number of parameters: 1 id: 4076 unit: template void Reallocate() file: include/swift/Demangling/Demangler.h start line: 177 end line: 207 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 4077 unit: static LinkEntity forDispatchThunk() file: include/swift/IRGen/Linking.h start line: 673 end line: 704 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 4078 unit: static LinkEntity forMethodDescriptor() file: include/swift/IRGen/Linking.h start line: 706 end line: 737 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 4079 unit: bool addImage() file: include/swift/Reflection/ReflectionContext.h start line: 662 end line: 693 size: 27 LOC McCabe index: 4 number of parameters: 2 id: 4080 unit: void finishScheduling() file: include/swift/SILOptimizer/Analysis/BottomUpIPAnalysis.h start line: 256 end line: 287 size: 27 LOC McCabe index: 9 number of parameters: 0 id: 4081 unit: static StringRef getSimpleName() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1086 end line: 1112 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4082 unit: Optional SDKContext::getFixedBinaryOrder() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1223 end line: 1254 size: 27 LOC McCabe index: 10 number of parameters: 1 id: 4083 unit: CanOpenedArchetypeType OpenedArchetypeType::get() file: lib/AST/ASTContext.cpp start line: 4455 end line: 4497 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 4084 unit: CanGenericSignature ASTContext::getOpenedArchetypeSignature() file: lib/AST/ASTContext.cpp start line: 5182 end line: 5217 size: 27 LOC McCabe index: 4 number of parameters: 1 id: 4085 unit: Type ASTBuilder::createSILBoxTypeWithLayout() file: lib/AST/ASTDemangler.cpp start line: 681 end line: 709 size: 27 LOC McCabe index: 6 number of parameters: 3 id: 4086 unit: std::string ASTMangler::mangleReabstractionThunkHelper() file: lib/AST/ASTMangler.cpp start line: 383 end line: 414 size: 27 LOC McCabe index: 6 number of parameters: 6 id: 4087 unit: void PrintAST::printMembers() file: lib/AST/ASTPrinter.cpp start line: 2349 end line: 2378 size: 27 LOC McCabe index: 9 number of parameters: 4 id: 4088 unit: void ASTScopeImpl::dumpOneScopeMapLocation() file: lib/AST/ASTScopePrinting.cpp start line: 42 end line: 71 size: 27 LOC McCabe index: 4 number of parameters: 1 id: 4089 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 961 end line: 992 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 4090 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2301 end line: 2331 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4091 unit: void autodiff::getFunctionSemanticResultTypes() file: lib/AST/AutoDiff.cpp start line: 179 end line: 212 size: 27 LOC McCabe index: 9 number of parameters: 3 id: 4092 unit: GenericSignature autodiff::getConstrainedDerivativeGenericSignature() file: lib/AST/AutoDiff.cpp start line: 250 end line: 279 size: 27 LOC McCabe index: 5 number of parameters: 5 id: 4093 unit: bool Decl::isPrivateStdlibDecl() file: lib/AST/Decl.cpp start line: 866 end line: 897 size: 27 LOC McCabe index: 11 number of parameters: 1 id: 4094 unit: OverloadSignature ValueDecl::getOverloadSignature() file: lib/AST/Decl.cpp start line: 2826 end line: 2859 size: 27 LOC McCabe index: 8 number of parameters: 0 id: 4095 unit: bool DeclContext::walkContext() file: lib/AST/DeclContext.cpp start line: 491 end line: 518 size: 27 LOC McCabe index: 12 number of parameters: 1 id: 4096 unit: StringRef Decl::getBriefComment() file: lib/AST/DocComment.cpp start line: 507 end line: 542 size: 27 LOC McCabe index: 8 number of parameters: 0 id: 4097 unit: bool Expr::isTypeReference() file: lib/AST/Expr.cpp start line: 493 end line: 536 size: 27 LOC McCabe index: 10 number of parameters: 2 id: 4098 unit: void UsableFilteringDeclConsumer::foundDecl() file: lib/AST/NameLookup.cpp start line: 151 end line: 188 size: 27 LOC McCabe index: 11 number of parameters: 3 id: 4099 unit: PlatformKind swift::targetPlatform() file: lib/AST/PlatformKind.cpp start line: 113 end line: 143 size: 27 LOC McCabe index: 11 number of parameters: 1 id: 4100 unit: bool ProtocolConformance::isCanonical() file: lib/AST/ProtocolConformance.cpp start line: 1528 end line: 1559 size: 27 LOC McCabe index: 10 number of parameters: 0 id: 4101 unit: static DebugOptions parseDebugFlags() file: lib/AST/RequirementMachine/RewriteContext.cpp start line: 23 end line: 52 size: 27 LOC McCabe index: 3 number of parameters: 1 id: 4102 unit: Symbol Symbol::forConcreteConformance() file: lib/AST/RequirementMachine/Symbol.cpp start line: 443 end line: 474 size: 27 LOC McCabe index: 3 number of parameters: 4 id: 4103 unit: SubstitutionMap SubstitutionMap::get() file: lib/AST/SubstitutionMap.cpp start line: 207 end line: 243 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 4104 unit: CanType visitTupleType() file: lib/AST/Type.cpp start line: 2286 end line: 2314 size: 27 LOC McCabe index: 7 number of parameters: 4 id: 4105 unit: static bool matchesFunctionType() file: lib/AST/Type.cpp start line: 3053 end line: 3091 size: 27 LOC McCabe index: 12 number of parameters: 5 id: 4106 unit: bool Task::execute() file: lib/Basic/Default/Task.inc start line: 66 end line: 97 size: 27 LOC McCabe index: 6 number of parameters: 0 id: 4107 unit: static Optional skipTypeSuffix() file: lib/Basic/StringExtras.cpp start line: 345 end line: 383 size: 27 LOC McCabe index: 15 number of parameters: 1 id: 4108 unit: std::string getSwiftFullVersion() file: lib/Basic/Version.cpp start line: 406 end line: 439 size: 27 LOC McCabe index: 3 number of parameters: 1 id: 4109 unit: bool ClangImporter::addSearchPath() file: lib/ClangImporter/ClangImporter.cpp start line: 1302 end line: 1335 size: 27 LOC McCabe index: 6 number of parameters: 3 id: 4110 unit: void ClangImporter::Implementation::lookupObjCMembers() file: lib/ClangImporter/ClangImporter.cpp start line: 4135 end line: 4171 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4111 unit: static void finishMissingOptionalWitnesses() file: lib/ClangImporter/ImportDecl.cpp start line: 9155 end line: 9187 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4112 unit: static bool isErrorOutParameter() file: lib/ClangImporter/ImportName.cpp start line: 105 end line: 139 size: 27 LOC McCabe index: 10 number of parameters: 2 id: 4113 unit: static bool shouldImportAsInitializer() file: lib/ClangImporter/ImportName.cpp start line: 767 end line: 810 size: 27 LOC McCabe index: 9 number of parameters: 3 id: 4114 unit: static Type maybeImportNSErrorOutParameter() file: lib/ClangImporter/ImportType.cpp start line: 1314 end line: 1351 size: 27 LOC McCabe index: 9 number of parameters: 3 id: 4115 unit: void SwiftLookupTableWriter::populateTableWithDecl() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 2071 end line: 2106 size: 27 LOC McCabe index: 9 number of parameters: 3 id: 4116 unit: NodePointer demangleSpecializedAttribute() file: lib/Demangling/OldDemangler.cpp start line: 697 end line: 737 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4117 unit: NodePointer demangleArchetypeType() file: lib/Demangling/OldDemangler.cpp start line: 1722 end line: 1749 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4118 unit: ManglingError Remangler::mangleEntityContext() file: lib/Demangling/OldRemangler.cpp start line: 1343 end line: 1376 size: 27 LOC McCabe index: 8 number of parameters: 3 id: 4119 unit: ManglingError Remangler::mangleEntityType() file: lib/Demangling/OldRemangler.cpp start line: 1378 end line: 1406 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4120 unit: ManglingError Remangler::mangleDependentMemberType() file: lib/Demangling/OldRemangler.cpp start line: 2037 end line: 2066 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 4121 unit: ManglingError Remangler::mangleDependentGenericSignature() file: lib/Demangling/Remangler.cpp start line: 1094 end line: 1124 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 4122 unit: static StringRef baseNameForImage() file: lib/Driver/Driver.cpp start line: 2541 end line: 2571 size: 27 LOC McCabe index: 11 number of parameters: 6 id: 4123 unit: void Driver::chooseModuleInterfacePath() file: lib/Driver/Driver.cpp start line: 3314 end line: 3342 size: 27 LOC McCabe index: 8 number of parameters: 6 id: 4124 unit: int swift_indent_main() file: lib/DriverTool/swift_indent_main.cpp start line: 236 end line: 268 size: 27 LOC McCabe index: 6 number of parameters: 3 id: 4125 unit: void ArgsToFrontendOptionsConverter::computeDumpScopeMapLocations() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 381 end line: 412 size: 27 LOC McCabe index: 9 number of parameters: 0 id: 4126 unit: static void ParseSymbolGraphArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 1152 end line: 1184 size: 27 LOC McCabe index: 3 number of parameters: 4 id: 4127 unit: bool DependencyVerifier::diagnoseUnfulfilledObligations() file: lib/Frontend/DependencyVerifier.cpp start line: 481 end line: 511 size: 27 LOC McCabe index: 6 number of parameters: 2 id: 4128 unit: bool maybePrintInsertionAfter() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 415 end line: 445 size: 27 LOC McCabe index: 9 number of parameters: 3 id: 4129 unit: void render() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 853 end line: 882 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 4130 unit: static void annotateSnippetWithInfo() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 886 end line: 922 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4131 unit: void CodeCompletionResultBuilder::setAssociatedDecl() file: lib/IDE/CodeCompletion.cpp start line: 666 end line: 703 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4132 unit: void addResultBuilderBuildCompletion() file: lib/IDE/CodeCompletion.cpp start line: 5596 end line: 5626 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 4133 unit: static bool areAnyDependentFilesInvalidated() file: lib/IDE/CompletionInstance.cpp start line: 238 end line: 280 size: 27 LOC McCabe index: 7 number of parameters: 5 id: 4134 unit: int swift::ide::syntacticRename() file: lib/IDE/Refactoring.cpp start line: 8506 end line: 8537 size: 27 LOC McCabe index: 5 number of parameters: 4 id: 4135 unit: void IRGenerator::emitObjCActorsNeedingSuperclassSwizzle() file: lib/IRGen/GenDecl.cpp start line: 1947 end line: 1987 size: 27 LOC McCabe index: 3 number of parameters: 0 id: 4136 unit: OwnedAddress irgen::emitBoxedExistentialContainerAllocation() file: lib/IRGen/GenExistential.cpp start line: 1699 end line: 1735 size: 27 LOC McCabe index: 2 number of parameters: 4 id: 4137 unit: static void emitStoreWeakLikeCall() file: lib/IRGen/GenHeap.cpp start line: 925 end line: 957 size: 27 LOC McCabe index: 8 number of parameters: 4 id: 4138 unit: static void hashStringForType() file: lib/IRGen/GenPointerAuth.cpp start line: 424 end line: 457 size: 27 LOC McCabe index: 8 number of parameters: 4 id: 4139 unit: void MetadataPath::print() file: lib/IRGen/GenProto.cpp start line: 2781 end line: 2807 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4140 unit: static std::string getReflectionSectionName() file: lib/IRGen/GenReflection.cpp start line: 1260 end line: 1286 size: 27 LOC McCabe index: 10 number of parameters: 3 id: 4141 unit: void addFieldInfo() file: lib/IRGen/GenStruct.cpp start line: 1127 end line: 1156 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 4142 unit: llvm::SmallString getTargetDependentLibraryOption() file: lib/IRGen/IRGenModule.cpp start line: 1273 end line: 1303 size: 27 LOC McCabe index: 9 number of parameters: 2 id: 4143 unit: void TypeInfo::callOutlinedCopy() file: lib/IRGen/Outlining.cpp start line: 135 end line: 165 size: 27 LOC McCabe index: 12 number of parameters: 6 id: 4144 unit: void OutliningMetadataCollector::emitCallToOutlinedCopy() file: lib/IRGen/Outlining.cpp start line: 167 end line: 195 size: 27 LOC McCabe index: 5 number of parameters: 6 id: 4145 unit: static void addYAMLTypeInfoNode() file: lib/IRGen/TypeLayoutDumper.cpp start line: 78 end line: 112 size: 27 LOC McCabe index: 11 number of parameters: 3 id: 4146 unit: bool getNameAndUSR() file: lib/Index/Index.cpp start line: 451 end line: 479 size: 27 LOC McCabe index: 6 number of parameters: 4 id: 4147 unit: bool visitDeclReference() file: lib/Index/Index.cpp start line: 791 end line: 828 size: 27 LOC McCabe index: 12 number of parameters: 6 id: 4148 unit: bool index::indexAndRecord() file: lib/Index/IndexRecord.cpp start line: 680 end line: 716 size: 27 LOC McCabe index: 2 number of parameters: 8 id: 4149 unit: static bool performLocalRetainUnownedOpt() file: lib/LLVMPasses/LLVMARCOpts.cpp start line: 840 end line: 878 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4150 unit: bool SwiftMergeFunctions::deriveParams() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 901 end line: 945 size: 27 LOC McCabe index: 10 number of parameters: 3 id: 4151 unit: LineList LineList::subListWithRange() file: lib/Markup/LineList.cpp start line: 155 end line: 188 size: 27 LOC McCabe index: 5 number of parameters: 5 id: 4152 unit: DeclNameViewer getFuncRename() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 293 end line: 319 size: 27 LOC McCabe index: 8 number of parameters: 3 id: 4153 unit: bool handleQualifiedReplacement() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 554 end line: 581 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4154 unit: static bool isRightBound() file: lib/Parse/Lexer.cpp start line: 741 end line: 775 size: 27 LOC McCabe index: 19 number of parameters: 3 id: 4155 unit: static bool parseQualifiedDeclName() file: lib/Parse/ParseDecl.cpp start line: 1342 end line: 1391 size: 27 LOC McCabe index: 5 number of parameters: 4 id: 4156 unit: ParserResult Parser::parsePatternTuple() file: lib/Parse/ParsePattern.cpp start line: 1234 end line: 1266 size: 27 LOC McCabe index: 3 number of parameters: 0 id: 4157 unit: void visitGenericTypeParamType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1861 end line: 1890 size: 27 LOC McCabe index: 8 number of parameters: 2 id: 4158 unit: bool SILModule::isTypeMetadataAccessible() file: lib/SIL/IR/SIL.cpp start line: 99 end line: 148 size: 27 LOC McCabe index: 10 number of parameters: 1 id: 4159 unit: StringRef SILFunctionType::ABICompatibilityCheckResult::getMessage() file: lib/SIL/IR/SILFunctionType.cpp start line: 4480 end line: 4509 size: 27 LOC McCabe index: 12 number of parameters: 0 id: 4160 unit: void popRegions() file: lib/SIL/IR/SILProfiler.cpp start line: 812 end line: 841 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4161 unit: static bool parseSILLinkage() file: lib/SIL/Parser/ParseSIL.cpp start line: 770 end line: 809 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 4162 unit: void SILParser::bindSILGenericParams() file: lib/SIL/Parser/ParseSIL.cpp start line: 1300 end line: 1333 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4163 unit: void ProjectionTreeNode::createNextLevelChildren() file: lib/SIL/Utils/Projection.cpp start line: 1030 end line: 1062 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 4164 unit: void State::performDataflow() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 412 end line: 483 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4165 unit: bool SILValueOwnershipChecker::checkUses() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 619 end line: 684 size: 27 LOC McCabe index: 9 number of parameters: 0 id: 4166 unit: void checkStructExtractInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3120 end line: 3149 size: 27 LOC McCabe index: 3 number of parameters: 1 id: 4167 unit: ManagedValue CleanupCloner::clone() file: lib/SILGen/Cleanup.cpp start line: 392 end line: 422 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4168 unit: SmallVector SILGenFunction::emitKeyPathSubscriptOperands() file: lib/SILGen/SILGenApply.cpp start line: 6332 end line: 6363 size: 27 LOC McCabe index: 3 number of parameters: 3 id: 4169 unit: ManagedValue SILGenFunction::emitBridgedToNativeError() file: lib/SILGen/SILGenBridging.cpp start line: 1189 end line: 1224 size: 27 LOC McCabe index: 3 number of parameters: 2 id: 4170 unit: static RValue emitCollectionDowncastExpr() file: lib/SILGen/SILGenDynamicCast.cpp start line: 341 end line: 370 size: 27 LOC McCabe index: 7 number of parameters: 7 id: 4171 unit: RValue RValueEmitter::visitObjCSelectorExpr() file: lib/SILGen/SILGenExpr.cpp start line: 2564 end line: 2602 size: 27 LOC McCabe index: 6 number of parameters: 2 id: 4172 unit: void StmtEmitter::visitWhileStmt() file: lib/SILGen/SILGenStmt.cpp start line: 819 end line: 867 size: 27 LOC McCabe index: 3 number of parameters: 1 id: 4173 unit: RValue Scope::popPreservingValue() file: lib/SILGen/Scope.cpp start line: 73 end line: 124 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4174 unit: void AccessSummaryAnalysis::recompute() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 342 end line: 379 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4175 unit: static bool canHoistArrayArgument() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 283 end line: 317 size: 27 LOC McCabe index: 9 number of parameters: 4 id: 4176 unit: void GenericFunctionEffectAnalysis::analyzeCall() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 98 end line: 132 size: 27 LOC McCabe index: 7 number of parameters: 4 id: 4177 unit: SILValue TangentBuilder::emitAdd() file: lib/SILOptimizer/Differentiation/TangentBuilder.cpp start line: 170 end line: 200 size: 27 LOC McCabe index: 4 number of parameters: 3 id: 4178 unit: bool FunctionSignatureTransform::ArgumentExplosionAnalyzeParameters() file: lib/SILOptimizer/FunctionSignatureTransforms/ArgumentExplosionTransform.cpp start line: 315 end line: 356 size: 27 LOC McCabe index: 8 number of parameters: 0 id: 4179 unit: bool ExistentialSpecializer::canSpecializeCalleeFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialSpecializer.cpp start line: 209 end line: 259 size: 27 LOC McCabe index: 11 number of parameters: 1 id: 4180 unit: bool canHoistArrayPropsInst() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 394 end line: 437 size: 27 LOC McCabe index: 11 number of parameters: 1 id: 4181 unit: void LoopCloner::collectLoopLiveOutValues() file: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp start line: 292 end line: 324 size: 27 LOC McCabe index: 12 number of parameters: 1 id: 4182 unit: static bool isSuperInitUse() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1194 end line: 1237 size: 27 LOC McCabe index: 13 number of parameters: 1 id: 4183 unit: void propagateFunctionExits() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 408 end line: 452 size: 27 LOC McCabe index: 10 number of parameters: 0 id: 4184 unit: bool ElementUseCollector::collectContainerUses() file: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.cpp start line: 170 end line: 233 size: 27 LOC McCabe index: 13 number of parameters: 1 id: 4185 unit: static bool somethingIsRetained() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 442 end line: 468 size: 27 LOC McCabe index: 11 number of parameters: 2 id: 4186 unit: bool SemanticARCOptVisitor::visitBeginBorrowInst() file: lib/SILOptimizer/SemanticARC/BorrowScopeOpts.cpp start line: 27 end line: 68 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4187 unit: bool SemanticARCOptVisitor::eliminateDeadLiveRangeCopyValue() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 256 end line: 293 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4188 unit: void visitClassAccess() file: lib/SILOptimizer/SemanticARC/LoadCopyToLoadBorrowOpt.cpp start line: 197 end line: 253 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4189 unit: static bool canPromoteAllocBox() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 444 end line: 479 size: 27 LOC McCabe index: 4 number of parameters: 2 id: 4190 unit: void DCE::replaceBranchWithJump() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 504 end line: 533 size: 27 LOC McCabe index: 11 number of parameters: 2 id: 4191 unit: void DCE::collectControllingBlocksInTree() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 816 end line: 846 size: 27 LOC McCabe index: 8 number of parameters: 3 id: 4192 unit: void DestroyHoisting::moveDestroys() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 409 end line: 453 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4193 unit: bool ObjectOutliner::handleTailAddr() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 207 end line: 233 size: 27 LOC McCabe index: 10 number of parameters: 5 id: 4194 unit: bool SILPerformanceInliner::decideInColdBlock() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 664 end line: 695 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 4195 unit: void ReleaseDevirtualizer::run() file: lib/SILOptimizer/Transforms/ReleaseDevirtualizer.cpp start line: 67 end line: 103 size: 27 LOC McCabe index: 9 number of parameters: 0 id: 4196 unit: void SimplifyCFG::findLoopHeaders() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 954 end line: 991 size: 27 LOC McCabe index: 5 number of parameters: 0 id: 4197 unit: static bool splitBBArguments() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3327 end line: 3364 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4198 unit: void run() file: lib/SILOptimizer/Transforms/Sink.cpp start line: 119 end line: 160 size: 27 LOC McCabe index: 6 number of parameters: 0 id: 4199 unit: bool TempRValueOptPass::extendAccessScopes() file: lib/SILOptimizer/Transforms/TempRValueElimination.cpp start line: 387 end line: 426 size: 27 LOC McCabe index: 11 number of parameters: 3 id: 4200 unit: bool swift::splitAllCondBrCriticalEdgesWithNonTrivialArgs() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 694 end line: 730 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4201 unit: void CanonicalizeBorrowScope::filterOuterBorrowUseInsts() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 372 end line: 401 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4202 unit: void CheckedCastBrJumpThreading::optimizeFunction() file: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp start line: 658 end line: 703 size: 27 LOC McCabe index: 11 number of parameters: 0 id: 4203 unit: static bool isEffectivelyFinalMethod() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 85 end line: 134 size: 27 LOC McCabe index: 11 number of parameters: 4 id: 4204 unit: bool swift::calleesAreStaticallyKnowable() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1347 end line: 1383 size: 27 LOC McCabe index: 12 number of parameters: 2 id: 4205 unit: bool InvalidMemberRefOnProtocolMetatype::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7603 end line: 7640 size: 27 LOC McCabe index: 7 number of parameters: 0 id: 4206 unit: bool AllowTupleTypeMismatch::coalesceAndDiagnose() file: lib/Sema/CSFix.cpp start line: 438 end line: 467 size: 27 LOC McCabe index: 8 number of parameters: 3 id: 4207 unit: static Type genAssignDestType() file: lib/Sema/CSGen.cpp start line: 2999 end line: 3029 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 4208 unit: static bool isProtocolExtensionAsSpecializedAs() file: lib/Sema/CSRanking.cpp start line: 344 end line: 386 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 4209 unit: Optional missingArgument() file: lib/Sema/CSSimplify.cpp start line: 1068 end line: 1107 size: 27 LOC McCabe index: 6 number of parameters: 2 id: 4210 unit: bool ConstraintSystem::simplify() file: lib/Sema/CSSolver.cpp start line: 327 end line: 365 size: 27 LOC McCabe index: 9 number of parameters: 0 id: 4211 unit: void pruneOverloadSet() file: lib/Sema/CSStep.h start line: 720 end line: 754 size: 27 LOC McCabe index: 11 number of parameters: 1 id: 4212 unit: static bool validateCodingKeysEnum_enum() file: lib/Sema/DerivedConformanceCodable.cpp start line: 396 end line: 425 size: 27 LOC McCabe index: 6 number of parameters: 3 id: 4213 unit: std::pair walkToExprPre() file: lib/Sema/MiscDiagnostics.cpp start line: 4787 end line: 4816 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4214 unit: void AttributeChecker::visitNSCopyingAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1805 end line: 1843 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4215 unit: static bool checkLinearityParameters() file: lib/Sema/TypeCheckAttr.cpp start line: 5275 end line: 5305 size: 27 LOC McCabe index: 6 number of parameters: 6 id: 4216 unit: void buildIfStmtRefinementContext() file: lib/Sema/TypeCheckAvailability.cpp start line: 523 end line: 563 size: 27 LOC McCabe index: 4 number of parameters: 1 id: 4217 unit: void TypeChecker::diagnosePotentialUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1805 end line: 1836 size: 27 LOC McCabe index: 3 number of parameters: 5 id: 4218 unit: void propagateCaptures() file: lib/Sema/TypeCheckCaptures.cpp start line: 350 end line: 389 size: 27 LOC McCabe index: 10 number of parameters: 2 id: 4219 unit: void TypeChecker::checkPatternBindingCaptures() file: lib/Sema/TypeCheckCaptures.cpp start line: 697 end line: 730 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4220 unit: static bool shouldInferAttributeInContext() file: lib/Sema/TypeCheckConcurrency.cpp start line: 36 end line: 69 size: 27 LOC McCabe index: 13 number of parameters: 1 id: 4221 unit: void constraints::performSyntacticDiagnosticsForTarget() file: lib/Sema/TypeCheckConstraints.cpp start line: 289 end line: 320 size: 27 LOC McCabe index: 9 number of parameters: 3 id: 4222 unit: std::pair swift::getObjCMethodDiagInfo() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2057 end line: 2091 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4223 unit: static void checkInheritedDefaultValueRestrictions() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 935 end line: 968 size: 27 LOC McCabe index: 11 number of parameters: 1 id: 4224 unit: static void addOptionalityFixIts() file: lib/Sema/TypeCheckProtocol.cpp start line: 2435 end line: 2466 size: 27 LOC McCabe index: 10 number of parameters: 4 id: 4225 unit: void TypeChecker::checkExistentialTypes() file: lib/Sema/TypeCheckType.cpp start line: 4177 end line: 4206 size: 27 LOC McCabe index: 12 number of parameters: 1 id: 4226 unit: Expected deserializeBuiltinAliasType() file: lib/Serialization/Deserialization.cpp start line: 5102 end line: 5133 size: 27 LOC McCabe index: 9 number of parameters: 2 id: 4227 unit: void writeForeignErrorConvention() file: lib/Serialization/Serialization.cpp start line: 2851 end line: 2880 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4228 unit: func checkPartition() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 765 end line: 799 size: 27 LOC McCabe index: 4 number of parameters: 4 id: 4229 unit: func checkSortPredicateThrow() file: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift start line: 1082 end line: 1110 size: 27 LOC McCabe index: 3 number of parameters: 3 id: 4230 unit: func parseNumericValues() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 217 end line: 255 size: 27 LOC McCabe index: 4 number of parameters: 2 id: 4231 unit: func _taskGroupDestroy() file: stdlib/public/Concurrency/TaskGroup.swift start line: 879 end line: 913 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 4232 unit: func _taskLocalValuePush() file: stdlib/public/Concurrency/TaskLocal.swift start line: 216 end line: 248 size: 27 LOC McCabe index: 2 number of parameters: 2 id: 4233 unit: static NearestTaskDeadline swift_task_getNearestDeadlineImpl() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 637 end line: 678 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4234 unit: bool readMaskedInteger() file: stdlib/public/Reflection/TypeLowering.cpp start line: 762 end line: 788 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4235 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 372 end line: 499 size: 27 LOC McCabe index: 1 number of parameters: 2 id: 4236 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1256 end line: 1467 size: 27 LOC McCabe index: 1 number of parameters: 2 id: 4237 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2549 end line: 2822 size: 27 LOC McCabe index: 1 number of parameters: 1 id: 4238 unit: mutating func replaceSubrange() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 110 end line: 372 size: 27 LOC McCabe index: 1 number of parameters: 2 id: 4239 unit: static bool tryBridgeNonVerbatimFromObjectiveCUniversal() file: stdlib/public/runtime/Casting.cpp start line: 1259 end line: 1292 size: 27 LOC McCabe index: 7 number of parameters: 3 id: 4240 unit: inline unsigned getEnumTagSinglePayloadImpl() file: stdlib/public/runtime/EnumImpl.h start line: 102 end line: 139 size: 27 LOC McCabe index: 5 number of parameters: 6 id: 4241 unit: static uint8_t parse_uint8_t() file: stdlib/public/runtime/EnvironmentVariables.cpp start line: 66 end line: 94 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 4242 unit: static void swift_objc_classCopyFixupHandler() file: stdlib/public/runtime/Metadata.cpp start line: 412 end line: 450 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 4243 unit: void swift::blockOnMetadataDependency() file: stdlib/public/runtime/Metadata.cpp start line: 5771 end line: 5812 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 4244 unit: void swift::verifyMangledNameRoundtrip() file: stdlib/public/runtime/Metadata.cpp start line: 6099 end line: 6131 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 4245 unit: static id getSentinelForDepth() file: stdlib/public/stubs/OptionalBridgingHelper.mm start line: 67 end line: 98 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4246 unit: StringRef getTypeContextIdentity() file: stdlib/toolchain/Compatibility51/ProtocolConformance.cpp start line: 101 end line: 140 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 4247 unit: bool walkToDeclPre() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 970 end line: 999 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 4248 unit: void accept() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1258 end line: 1284 size: 27 LOC McCabe index: 1 number of parameters: 3 id: 4249 unit: void SwiftLangSupport::getDocInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1511 end line: 1543 size: 27 LOC McCabe index: 5 number of parameters: 4 id: 4250 unit: void SwiftLangSupport::editorOpenTypeInterface() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 627 end line: 659 size: 27 LOC McCabe index: 3 number of parameters: 3 id: 4251 unit: static void prepareMangleRequest() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2384 end line: 2413 size: 27 LOC McCabe index: 3 number of parameters: 2 id: 4252 unit: bool ASTScript::execute() file: tools/swift-ast-script/ASTScriptEvaluator.cpp start line: 111 end line: 144 size: 27 LOC McCabe index: 4 number of parameters: 0 id: 4253 unit: XMLValidator::Status XMLValidator::validate() file: tools/swift-ide-test/XMLValidator.cpp start line: 45 end line: 77 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 4254 unit: static int doPrintIndexedSymbolsFromModule() file: tools/swift-ide-test/swift-ide-test.cpp start line: 4015 end line: 4048 size: 27 LOC McCabe index: 4 number of parameters: 2 id: 4255 unit: func emitDecomp() file: utils/gen-unicode-data/Sources/GenNormalization/Decomp.swift start line: 57 end line: 108 size: 27 LOC McCabe index: 4 number of parameters: 3 id: 4256 unit: def run_build_script_with_data_file() file: utils/pass-pipeline/scripts/pipelines_build_script.py start line: 0 end line: 0 size: 27 LOC McCabe index: 4 number of parameters: 3 id: 4257 unit: def collect_frameworks() file: utils/swift-api-dump.py start line: 0 end line: 0 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 4258 unit: def __platforms_to_skip_build() file: utils/swift_build_support/swift_build_support/host_specific_configuration.py start line: 0 end line: 0 size: 27 LOC McCabe index: 12 number of parameters: 3 id: 4259 unit: def __platforms_archs_to_skip_test() file: utils/swift_build_support/swift_build_support/host_specific_configuration.py start line: 0 end line: 0 size: 27 LOC McCabe index: 5 number of parameters: 4 id: 4260 unit: def defineRandomClass() file: utils/type-layout-fuzzer.py start line: 0 end line: 0 size: 27 LOC McCabe index: 6 number of parameters: 2 id: 4261 unit: func d() file: validation-test/compiler_crashers_fixed/00176-vtable.swift start line: 672 end line: 706 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 4262 unit: func testIntegerType() file: validation-test/stdlib/SipHash.swift start line: 179 end line: 210 size: 27 LOC McCabe index: 4 number of parameters: 3 id: 4263 unit: func checkUnicodeScalarViewIteration() file: validation-test/stdlib/String.swift start line: 157 end line: 183 size: 27 LOC McCabe index: 3 number of parameters: 2 id: 4264 unit: def perform_build() file: benchmark/scripts/build_script_helper.py start line: 0 end line: 0 size: 26 LOC McCabe index: 2 number of parameters: 5 id: 4265 unit: func parseQuotedField() file: benchmark/single-source/CSVParsing.swift start line: 101 end line: 133 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 4266 unit: llvm::Optional readInstanceStartAndAlignmentFromClassMetadata() file: include/swift/Remote/MetadataReader.h start line: 513 end line: 552 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4267 unit: void SILCloner::visitLoadInst() file: include/swift/SIL/SILCloner.h start line: 1061 end line: 1088 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4268 unit: SILValue ApplyInstBase::getCalleeOrigin() file: include/swift/SIL/SILInstruction.h start line: 9464 end line: 9490 size: 26 LOC McCabe index: 7 number of parameters: 0 id: 4269 unit: inline void createEntryArguments() file: include/swift/SILOptimizer/Differentiation/Common.h start line: 258 end line: 285 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4270 unit: void mergeEquivalenceClasses() file: include/swift/Sema/ConstraintSystem.h start line: 416 end line: 447 size: 26 LOC McCabe index: 12 number of parameters: 2 id: 4271 unit: void ASTMangler::appendAnyProtocolConformance() file: lib/AST/ASTMangler.cpp start line: 3314 end line: 3344 size: 26 LOC McCabe index: 6 number of parameters: 3 id: 4272 unit: void printClangDocumentationComment() file: lib/AST/ASTPrinter.cpp start line: 613 end line: 642 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4273 unit: void PrintAST::visitClassDecl() file: lib/AST/ASTPrinter.cpp start line: 3299 end line: 3327 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4274 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1268 end line: 1296 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 4275 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2005 end line: 2035 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 4276 unit: void verifyParsed() file: lib/AST/ASTVerifier.cpp start line: 2875 end line: 2908 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4277 unit: bool visitPatternBindingDecl() file: lib/AST/ASTWalker.cpp start line: 186 end line: 212 size: 26 LOC McCabe index: 9 number of parameters: 1 id: 4278 unit: static bool isShortAvailable() file: lib/AST/Attr.cpp start line: 368 end line: 400 size: 26 LOC McCabe index: 13 number of parameters: 1 id: 4279 unit: AvailabilityContext ASTContext::getSwift53Availability() file: lib/AST/Availability.cpp start line: 408 end line: 438 size: 26 LOC McCabe index: 10 number of parameters: 0 id: 4280 unit: int ConformanceLookupTable::compareProtocolConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 1069 end line: 1103 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 4281 unit: bool ValueDecl::isUsableFromInline() file: lib/AST/Decl.cpp start line: 3283 end line: 3314 size: 26 LOC McCabe index: 15 number of parameters: 0 id: 4282 unit: SourceRange ParamDecl::getSourceRange() file: lib/AST/Decl.cpp start line: 6653 end line: 6689 size: 26 LOC McCabe index: 10 number of parameters: 0 id: 4283 unit: bool VarDecl::isSelfParamCaptureIsolated() file: lib/AST/Decl.cpp start line: 8862 end line: 8895 size: 26 LOC McCabe index: 13 number of parameters: 0 id: 4284 unit: bool DeclContext::isAsyncContext() file: lib/AST/DeclContext.cpp start line: 1221 end line: 1246 size: 26 LOC McCabe index: 13 number of parameters: 0 id: 4285 unit: void RewriteTreeNode::dump() file: lib/AST/GenericSignatureBuilder.cpp start line: 3103 end line: 3139 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4286 unit: void GenericSignatureBuilder::Implementation::removeRewriteTreeRedundancies() file: lib/AST/GenericSignatureBuilder.cpp start line: 3235 end line: 3271 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4287 unit: void GenericSignatureBuilder::addedNestedType() file: lib/AST/GenericSignatureBuilder.cpp start line: 4575 end line: 4609 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 4288 unit: void GenericSignatureBuilder::getBaseRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 5509 end line: 5540 size: 26 LOC McCabe index: 5 number of parameters: 4 id: 4289 unit: static void recordShadowedDeclsAfterSignatureMatch() file: lib/AST/NameLookup.cpp start line: 593 end line: 631 size: 26 LOC McCabe index: 6 number of parameters: 3 id: 4290 unit: void RewriteSystem::deleteRule() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 418 end line: 451 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 4291 unit: TypeSubstitutionMap TypeBase::getMemberSubstitutions() file: lib/AST/Type.cpp start line: 4636 end line: 4669 size: 26 LOC McCabe index: 9 number of parameters: 2 id: 4292 unit: Type TypeBase::adjustSuperclassMemberDeclType() file: lib/AST/Type.cpp start line: 4708 end line: 4737 size: 26 LOC McCabe index: 9 number of parameters: 3 id: 4293 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 1040 end line: 1065 size: 26 LOC McCabe index: 8 number of parameters: 2 id: 4294 unit: void TypeRefinementContext::print() file: lib/AST/TypeRefinementContext.cpp start line: 292 end line: 321 size: 26 LOC McCabe index: 6 number of parameters: 3 id: 4295 unit: bool visitSILFunctionType() file: lib/AST/TypeWalker.cpp start line: 131 end line: 160 size: 26 LOC McCabe index: 13 number of parameters: 1 id: 4296 unit: void UnqualifiedLookupFactory::performUnqualifiedLookup() file: lib/AST/UnqualifiedLookup.cpp start line: 270 end line: 301 size: 26 LOC McCabe index: 7 number of parameters: 0 id: 4297 unit: static void makeEnumRawValueGetter() file: lib/ClangImporter/ImportDecl.cpp start line: 614 end line: 643 size: 26 LOC McCabe index: 1 number of parameters: 3 id: 4298 unit: static void printFullContextPrefix() file: lib/ClangImporter/ImportName.cpp start line: 280 end line: 311 size: 26 LOC McCabe index: 6 number of parameters: 4 id: 4299 unit: ImportResult VisitEnumType() file: lib/ClangImporter/ImportType.cpp start line: 925 end line: 959 size: 26 LOC McCabe index: 12 number of parameters: 1 id: 4300 unit: std::string Context::getThunkTarget() file: lib/Demangling/Context.cpp start line: 142 end line: 174 size: 26 LOC McCabe index: 11 number of parameters: 1 id: 4301 unit: ManglingError Remangler::mangleImplConvention() file: lib/Demangling/OldRemangler.cpp start line: 1681 end line: 1706 size: 26 LOC McCabe index: 10 number of parameters: 2 id: 4302 unit: static Optional getOutputFilenameFromPathArgOrAsTopLevel() file: lib/Driver/Driver.cpp start line: 2487 end line: 2519 size: 26 LOC McCabe index: 5 number of parameters: 7 id: 4303 unit: static int diagnoseModuleChange() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1916 end line: 1941 size: 26 LOC McCabe index: 3 number of parameters: 10 id: 4304 unit: bool dependenciesAreUpToDate() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 464 end line: 489 size: 26 LOC McCabe index: 8 number of parameters: 3 id: 4305 unit: bool tryTupleExprCompletions() file: lib/IDE/CodeCompletion.cpp start line: 3938 end line: 3964 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 4306 unit: void addObjCPoundKeywordCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4519 end line: 4549 size: 26 LOC McCabe index: 11 number of parameters: 1 id: 4307 unit: void getPrecedenceGroupCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4911 end line: 4936 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4308 unit: void addAccessControlKeyword() file: lib/IDE/CodeCompletionResultBuilder.h start line: 169 end line: 195 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4309 unit: void CommentToXMLConverter::visitCommentParts() file: lib/IDE/CommentConversion.cpp start line: 266 end line: 298 size: 26 LOC McCabe index: 9 number of parameters: 1 id: 4310 unit: static SourceLoc getDeclStartPosition() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 812 end line: 840 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4311 unit: bool RefactoringActionCollapseNestedIfStmt::performChange() file: lib/IDE/Refactoring.cpp start line: 1842 end line: 1873 size: 26 LOC McCabe index: 4 number of parameters: 0 id: 4312 unit: static bool performCasesExpansionInSwitchStmt() file: lib/IDE/Refactoring.cpp start line: 2977 end line: 3007 size: 26 LOC McCabe index: 6 number of parameters: 4 id: 4313 unit: bool RefactoringActionExpandSwitchCases::performChange() file: lib/IDE/Refactoring.cpp start line: 3084 end line: 3110 size: 26 LOC McCabe index: 3 number of parameters: 0 id: 4314 unit: int swift::ide::findSyntacticRenameRanges() file: lib/IDE/Refactoring.cpp start line: 8539 end line: 8568 size: 26 LOC McCabe index: 5 number of parameters: 4 id: 4315 unit: std::pair swift::ide::getReferencedDecl() file: lib/IDE/Utils.cpp start line: 1157 end line: 1192 size: 26 LOC McCabe index: 11 number of parameters: 2 id: 4316 unit: void irgen::emitClassDeallocation() file: lib/IRGen/GenClass.cpp start line: 887 end line: 924 size: 26 LOC McCabe index: 5 number of parameters: 3 id: 4317 unit: void visitAbstractStorageDecl() file: lib/IRGen/GenDecl.cpp start line: 382 end line: 416 size: 26 LOC McCabe index: 2 number of parameters: 1 id: 4318 unit: void IRGenerator::emitEagerClassInitialization() file: lib/IRGen/GenDecl.cpp start line: 1906 end line: 1945 size: 26 LOC McCabe index: 3 number of parameters: 0 id: 4319 unit: void initializeMetadata() file: lib/IRGen/GenEnum.cpp start line: 658 end line: 689 size: 26 LOC McCabe index: 3 number of parameters: 5 id: 4320 unit: static void emitCopyLikeCall() file: lib/IRGen/GenHeap.cpp start line: 856 end line: 887 size: 26 LOC McCabe index: 7 number of parameters: 4 id: 4321 unit: void IRGenFunction::emitStrongRetain() file: lib/IRGen/GenHeap.cpp start line: 1020 end line: 1045 size: 26 LOC McCabe index: 8 number of parameters: 3 id: 4322 unit: void addUnderlyingTypeAndConformances() file: lib/IRGen/GenMeta.cpp start line: 2025 end line: 2055 size: 26 LOC McCabe index: 4 number of parameters: 0 id: 4323 unit: void addOutOfLineBaseProtocol() file: lib/IRGen/GenProto.cpp start line: 1313 end line: 1347 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4324 unit: void initializeWithTake() file: lib/IRGen/GenRecord.h start line: 242 end line: 272 size: 26 LOC McCabe index: 7 number of parameters: 5 id: 4325 unit: void IRGenDebugInfoImpl::finalize() file: lib/IRGen/IRGenDebugInfo.cpp start line: 1984 end line: 2011 size: 26 LOC McCabe index: 6 number of parameters: 0 id: 4326 unit: void IRGenSILFunction::visitBeginCOWMutationInst() file: lib/IRGen/IRGenSIL.cpp start line: 5175 end line: 5204 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 4327 unit: void IRGenSILFunction::visitIsEscapingClosureInst() file: lib/IRGen/IRGenSIL.cpp start line: 5211 end line: 5242 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4328 unit: void LocalTypeDataKind::print() file: lib/IRGen/LocalTypeData.cpp start line: 697 end line: 722 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4329 unit: Address ElementLayout::project() file: lib/IRGen/StructLayout.cpp start line: 158 end line: 186 size: 26 LOC McCabe index: 6 number of parameters: 4 id: 4330 unit: bool IndexSwiftASTWalker::initFuncDeclIndexSymbol() file: lib/Index/Index.cpp start line: 1656 end line: 1688 size: 26 LOC McCabe index: 11 number of parameters: 2 id: 4331 unit: void handleFuncDeclRename() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1165 end line: 1196 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 4332 unit: void handleOverridingPropertyChange() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1246 end line: 1278 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 4333 unit: void handleLocalParameterBridge() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1284 end line: 1319 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4334 unit: static void diff_main() file: lib/Migrator/Diff.h start line: 299 end line: 334 size: 26 LOC McCabe index: 5 number of parameters: 5 id: 4335 unit: static bool diff_halfMatch() file: lib/Migrator/Diff.h start line: 800 end line: 831 size: 26 LOC McCabe index: 11 number of parameters: 3 id: 4336 unit: bool MigrationState::print() file: lib/Migrator/MigrationState.cpp start line: 50 end line: 82 size: 26 LOC McCabe index: 1 number of parameters: 2 id: 4337 unit: void printReplacement() file: lib/Migrator/Migrator.cpp start line: 245 end line: 272 size: 26 LOC McCabe index: 5 number of parameters: 3 id: 4338 unit: static bool EncodeToUTF8() file: lib/Parse/Lexer.cpp start line: 62 end line: 100 size: 26 LOC McCabe index: 10 number of parameters: 2 id: 4339 unit: static Parser::ParseDeclOptions getMemberParseDeclOptions() file: lib/Parse/ParseDecl.cpp start line: 4762 end line: 4792 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4340 unit: ParserResult Parser::parseExprAs() file: lib/Parse/ParseExpr.cpp start line: 91 end line: 122 size: 26 LOC McCabe index: 7 number of parameters: 0 id: 4341 unit: static void printTupleNames() file: lib/Parse/ParseExpr.cpp start line: 2401 end line: 2432 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4342 unit: LayoutConstraint AbstractionPattern::getLayoutConstraint() file: lib/SIL/IR/AbstractionPattern.cpp start line: 256 end line: 283 size: 26 LOC McCabe index: 10 number of parameters: 0 id: 4343 unit: Type TypeConverter::getLoweredBridgedType() file: lib/SIL/IR/Bridging.cpp start line: 93 end line: 123 size: 26 LOC McCabe index: 12 number of parameters: 5 id: 4344 unit: void print() file: lib/SIL/IR/SILPrinter.cpp start line: 1119 end line: 1149 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4345 unit: void printSwitchEnumInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2355 end line: 2380 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4346 unit: void SILDebugScope::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3749 end line: 3775 size: 26 LOC McCabe index: 5 number of parameters: 3 id: 4347 unit: void lowerChildren() file: lib/SIL/IR/TypeLowering.cpp start line: 1337 end line: 1366 size: 26 LOC McCabe index: 2 number of parameters: 2 id: 4348 unit: static CanTupleType computeLoweredTupleType() file: lib/SIL/IR/TypeLowering.cpp start line: 1959 end line: 2002 size: 26 LOC McCabe index: 5 number of parameters: 4 id: 4349 unit: static SILValue findClosureStoredIntoBlock() file: lib/SIL/Utils/InstructionUtils.cpp start line: 868 end line: 915 size: 26 LOC McCabe index: 8 number of parameters: 1 id: 4350 unit: bool AccessPathDefUseTraversal::pushPhiUses() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1612 end line: 1648 size: 26 LOC McCabe index: 9 number of parameters: 2 id: 4351 unit: void verifyLLVMIntrinsic() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1755 end line: 1782 size: 26 LOC McCabe index: 10 number of parameters: 2 id: 4352 unit: void checkStructInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2786 end line: 2813 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 4353 unit: void checkClassMethodInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3435 end line: 3465 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 4354 unit: void checkInitExistentialRefInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3815 end line: 3844 size: 26 LOC McCabe index: 1 number of parameters: 1 id: 4355 unit: void checkSwitchValueInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4568 end line: 4601 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4356 unit: void processProtocolMethod() file: lib/SILGen/SILGenApply.cpp start line: 964 end line: 1001 size: 26 LOC McCabe index: 3 number of parameters: 3 id: 4357 unit: void DelayedArgument::emitDefaultArgument() file: lib/SILGen/SILGenApply.cpp start line: 3419 end line: 3448 size: 26 LOC McCabe index: 2 number of parameters: 4 id: 4358 unit: CallEmission CallEmission::forApplyExpr() file: lib/SILGen/SILGenApply.cpp start line: 4313 end line: 4355 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 4359 unit: static RValue visitDerivedToBaseExprOfSelf() file: lib/SILGen/SILGenExpr.cpp start line: 1272 end line: 1309 size: 26 LOC McCabe index: 4 number of parameters: 4 id: 4360 unit: void set() file: lib/SILGen/SILGenLValue.cpp start line: 977 end line: 1005 size: 26 LOC McCabe index: 5 number of parameters: 4 id: 4361 unit: ManagedValue SILGenFunction::emitLoad() file: lib/SILGen/SILGenLValue.cpp start line: 3745 end line: 3787 size: 26 LOC McCabe index: 10 number of parameters: 6 id: 4362 unit: void ResultPlanner::planScalarIntoDirectResult() file: lib/SILGen/SILGenPoly.cpp start line: 2492 end line: 2525 size: 26 LOC McCabe index: 3 number of parameters: 7 id: 4363 unit: void SILGenFunction::mergeCleanupBlocks() file: lib/SILGen/SILGenStmt.cpp start line: 120 end line: 172 size: 26 LOC McCabe index: 8 number of parameters: 0 id: 4364 unit: void addMethodImplementation() file: lib/SILGen/SILGenType.cpp start line: 597 end line: 634 size: 26 LOC McCabe index: 7 number of parameters: 4 id: 4365 unit: void emitType() file: lib/SILGen/SILGenType.cpp start line: 1060 end line: 1093 size: 26 LOC McCabe index: 11 number of parameters: 0 id: 4366 unit: void ARCBBState::mergePredTopDown() file: lib/SILOptimizer/ARC/ARCBBState.cpp start line: 85 end line: 131 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4367 unit: void ARCRegionState::mergePredTopDown() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 113 end line: 158 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4368 unit: void ARCRegionState::addInterestingInst() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 534 end line: 574 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4369 unit: bool ARCPairingContext::performMatching() file: lib/SILOptimizer/ARC/ARCSequenceOpts.cpp start line: 71 end line: 104 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4370 unit: void ARCSequenceDataflowEvaluator::mergePredecessors() file: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp start line: 126 end line: 173 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4371 unit: void DifferentiableActivityInfo::propagateUsefulThroughAddress() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 371 end line: 400 size: 26 LOC McCabe index: 11 number of parameters: 2 id: 4372 unit: void collectAllFormalResultsInTypeOrder() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 132 end line: 159 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 4373 unit: void visitSwitchEnumTermInst() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 325 end line: 356 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4374 unit: void GlobalPropertyOpt::replacePropertyCalls() file: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp start line: 439 end line: 472 size: 26 LOC McCabe index: 6 number of parameters: 0 id: 4375 unit: bool COWArrayOpt::checkUniqueArrayContainer() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 246 end line: 282 size: 26 LOC McCabe index: 8 number of parameters: 1 id: 4376 unit: void run() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 1059 end line: 1089 size: 26 LOC McCabe index: 6 number of parameters: 0 id: 4377 unit: static bool canAndShouldUnrollLoop() file: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp start line: 174 end line: 207 size: 26 LOC McCabe index: 12 number of parameters: 2 id: 4378 unit: void run() file: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp start line: 449 end line: 482 size: 26 LOC McCabe index: 8 number of parameters: 0 id: 4379 unit: void ApplyRewriter::canonicalizeResults() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 812 end line: 840 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4380 unit: static void getPathStringToElementRec() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 323 end line: 354 size: 26 LOC McCabe index: 6 number of parameters: 5 id: 4381 unit: bool LifetimeChecker::diagnoseReturnWithoutInitializingStoredProperties() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2022 end line: 2052 size: 26 LOC McCabe index: 7 number of parameters: 3 id: 4382 unit: static void checkCaptureAccess() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 729 end line: 768 size: 26 LOC McCabe index: 8 number of parameters: 2 id: 4383 unit: static void emitFatalError() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 851 end line: 879 size: 26 LOC McCabe index: 3 number of parameters: 3 id: 4384 unit: void DifferentiationTransformer::foldDifferentiableFunctionExtraction() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 1250 end line: 1283 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4385 unit: void OwnershipModelEliminatorVisitor::splitDestructure() file: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp start line: 445 end line: 485 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4386 unit: SILValue AvailableValueAggregator::aggregateTupleSubElts() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 744 end line: 779 size: 26 LOC McCabe index: 6 number of parameters: 4 id: 4387 unit: SILValue AvailableValueAggregator::aggregateStructSubElts() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 781 end line: 813 size: 26 LOC McCabe index: 6 number of parameters: 4 id: 4388 unit: void SILPassManager::execute() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 683 end line: 720 size: 26 LOC McCabe index: 9 number of parameters: 0 id: 4389 unit: void SILPassManager::addPass() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 849 end line: 874 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4390 unit: bool SILCombiner::tryOptimizeKeypath() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 469 end line: 502 size: 26 LOC McCabe index: 10 number of parameters: 1 id: 4391 unit: static bool isTrivial() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 1041 end line: 1066 size: 26 LOC McCabe index: 11 number of parameters: 2 id: 4392 unit: static bool canZapInstruction() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 235 end line: 284 size: 26 LOC McCabe index: 16 number of parameters: 3 id: 4393 unit: bool mergeCondFails() file: lib/SILOptimizer/Transforms/MergeCondFail.cpp start line: 91 end line: 124 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 4394 unit: void BlockState::processInstructionWithKind() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1089 end line: 1128 size: 26 LOC McCabe index: 7 number of parameters: 3 id: 4395 unit: Optional getArithOpRelation() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 521 end line: 546 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4396 unit: bool ReleaseDevirtualizer::createDeallocCall() file: lib/SILOptimizer/Transforms/ReleaseDevirtualizer.cpp start line: 121 end line: 158 size: 26 LOC McCabe index: 4 number of parameters: 3 id: 4397 unit: void CanonicalizeOSSALifetime::findOrInsertDestroys() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 548 end line: 582 size: 26 LOC McCabe index: 8 number of parameters: 0 id: 4398 unit: FullApplySite ReabstractionThunkGenerator::createReabstractionThunkApply() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2284 end line: 2310 size: 26 LOC McCabe index: 2 number of parameters: 1 id: 4399 unit: static void cleanupUseOldValueBeforeRAUW() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1632 end line: 1659 size: 26 LOC McCabe index: 7 number of parameters: 4 id: 4400 unit: SILValue ConstantTracker::getStoredValue() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 74 end line: 109 size: 26 LOC McCabe index: 10 number of parameters: 2 id: 4401 unit: bool TypeChecker::typeSupportsBuilderOp() file: lib/Sema/BuilderTransform.cpp start line: 2017 end line: 2048 size: 26 LOC McCabe index: 8 number of parameters: 5 id: 4402 unit: static bool applyTypeToClosureExpr() file: lib/Sema/CSApply.cpp start line: 5960 end line: 5997 size: 26 LOC McCabe index: 8 number of parameters: 3 id: 4403 unit: static Type adjustSelfTypeForMember() file: lib/Sema/CSApply.cpp start line: 7151 end line: 7195 size: 26 LOC McCabe index: 11 number of parameters: 4 id: 4404 unit: void BindingSet::determineLiteralCoverage() file: lib/Sema/CSBindings.cpp start line: 625 end line: 661 size: 26 LOC McCabe index: 7 number of parameters: 0 id: 4405 unit: bool BindingSet::isViable() file: lib/Sema/CSBindings.cpp start line: 944 end line: 989 size: 26 LOC McCabe index: 8 number of parameters: 1 id: 4406 unit: ASTNode visitSwitchStmt() file: lib/Sema/CSClosure.cpp start line: 1198 end line: 1232 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4407 unit: bool LabelingFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 849 end line: 879 size: 26 LOC McCabe index: 6 number of parameters: 0 id: 4408 unit: bool ConstraintSystem::simplifyAppliedOverloads() file: lib/Sema/CSSimplify.cpp start line: 10443 end line: 10477 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 4409 unit: StepResult take() file: lib/Sema/CSStep.h start line: 506 end line: 540 size: 26 LOC McCabe index: 8 number of parameters: 1 id: 4410 unit: SolutionApplicationTarget SolutionApplicationTarget::forInitialization() file: lib/Sema/ConstraintSystem.cpp start line: 5534 end line: 5563 size: 26 LOC McCabe index: 9 number of parameters: 5 id: 4411 unit: static bool canDeriveTangentVectorAsSelf() file: lib/Sema/DerivedConformanceDifferentiable.cpp start line: 131 end line: 161 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 4412 unit: void ImportResolver::bindImport() file: lib/Sema/ImportResolution.cpp start line: 303 end line: 339 size: 26 LOC McCabe index: 9 number of parameters: 1 id: 4413 unit: void checkNamedPattern() file: lib/Sema/TypeCheckAccess.cpp start line: 461 end line: 487 size: 26 LOC McCabe index: 6 number of parameters: 3 id: 4414 unit: void checkNamedPattern() file: lib/Sema/TypeCheckAccess.cpp start line: 1098 end line: 1126 size: 26 LOC McCabe index: 8 number of parameters: 3 id: 4415 unit: void visitEnumDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1268 end line: 1294 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4416 unit: void visitSubscriptDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1379 end line: 1406 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 4417 unit: void visitExtensionDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1818 end line: 1856 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4418 unit: static Optional getIsolationFromConformances() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3106 end line: 3136 size: 26 LOC McCabe index: 11 number of parameters: 1 id: 4419 unit: bool visitInstanceStorage() file: lib/Sema/TypeCheckConcurrency.cpp start line: 3836 end line: 3869 size: 26 LOC McCabe index: 10 number of parameters: 3 id: 4420 unit: unsigned swift::getObjCDiagnosticAttrKind() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 69 end line: 98 size: 26 LOC McCabe index: 20 number of parameters: 1 id: 4421 unit: static void maybeDiagnoseClassWithoutInitializers() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1433 end line: 1465 size: 26 LOC McCabe index: 14 number of parameters: 1 id: 4422 unit: void swift::checkDistributedActorConstructor() file: lib/Sema/TypeCheckDistributed.cpp start line: 308 end line: 347 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 4423 unit: Type StructuralTypeRequest::evaluate() file: lib/Sema/TypeCheckGeneric.cpp start line: 1022 end line: 1053 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4424 unit: void TypeChecker::coerceParameterListToType() file: lib/Sema/TypeCheckPattern.cpp start line: 1671 end line: 1710 size: 26 LOC McCabe index: 8 number of parameters: 2 id: 4425 unit: bool ConformanceChecker::checkObjCTypeErasedGenerics() file: lib/Sema/TypeCheckProtocol.cpp start line: 3236 end line: 3275 size: 26 LOC McCabe index: 7 number of parameters: 3 id: 4426 unit: static bool validateAutoClosureAttributeUse() file: lib/Sema/TypeCheckType.cpp start line: 1766 end line: 1799 size: 26 LOC McCabe index: 8 number of parameters: 4 id: 4427 unit: Expected deserializeAnyMetatypeType() file: lib/Serialization/Deserialization.cpp start line: 5421 end line: 5452 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 4428 unit: void visitPatternBindingDecl() file: lib/Serialization/Serialization.cpp start line: 3282 end line: 3311 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4429 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 4124 end line: 4157 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4430 unit: FileNameToGroupNameMap parse() file: lib/Serialization/SerializeDoc.cpp start line: 103 end line: 136 size: 26 LOC McCabe index: 7 number of parameters: 0 id: 4431 unit: static void writeIndexTable() file: lib/Serialization/SerializeSIL.cpp start line: 2475 end line: 2502 size: 26 LOC McCabe index: 8 number of parameters: 4 id: 4432 unit: void SymbolGraph::recordMemberRelationship() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 225 end line: 263 size: 26 LOC McCabe index: 14 number of parameters: 1 id: 4433 unit: void clear() file: stdlib/include/llvm/ADT/DenseMap.h start line: 105 end line: 135 size: 26 LOC McCabe index: 10 number of parameters: 0 id: 4434 unit: func finish() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 209 end line: 235 size: 26 LOC McCabe index: 4 number of parameters: 0 id: 4435 unit: func _taskIsCurrentExecutor() file: stdlib/public/Concurrency/Task.swift start line: 879 end line: 910 size: 26 LOC McCabe index: 1 number of parameters: 1 id: 4436 unit: func _jvpDifferentiableReduce() file: stdlib/public/Differentiation/ArrayDifferentiation.swift start line: 441 end line: 466 size: 26 LOC McCabe index: 3 number of parameters: 2 id: 4437 unit: bool readExtraInhabitantIndex() file: stdlib/public/Reflection/TypeLowering.cpp start line: 458 end line: 487 size: 26 LOC McCabe index: 6 number of parameters: 3 id: 4438 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 380 end line: 499 size: 26 LOC McCabe index: 1 number of parameters: 2 id: 4439 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1271 end line: 1467 size: 26 LOC McCabe index: 1 number of parameters: 2 id: 4440 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2560 end line: 2822 size: 26 LOC McCabe index: 1 number of parameters: 1 id: 4441 unit: func visitStored() file: stdlib/public/core/KeyPath.swift start line: 2743 end line: 2771 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4442 unit: func _measureRuntimeFunctionCountersDiffs() file: stdlib/public/core/RuntimeFunctionCounters.swift start line: 517 end line: 547 size: 26 LOC McCabe index: 3 number of parameters: 2 id: 4443 unit: int _swift_leaks_stopTrackingObjects() file: stdlib/public/runtime/Leaks.mm start line: 165 end line: 196 size: 26 LOC McCabe index: 1 number of parameters: 1 id: 4444 unit: struct alignas() file: stdlib/public/runtime/MetadataCache.h start line: 594 end line: 650 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 4445 unit: static size_t nan_details() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 310 end line: 335 size: 26 LOC McCabe index: 7 number of parameters: 6 id: 4446 unit: static int compareLiterals() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 738 end line: 769 size: 26 LOC McCabe index: 4 number of parameters: 2 id: 4447 unit: StringRef getTagForPrintNameContext() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 366 end line: 393 size: 26 LOC McCabe index: 11 number of parameters: 1 id: 4448 unit: bool SKCodeCompletionConsumer::handleResult() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2259 end line: 2286 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 4449 unit: static int doReconstructType() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3834 end line: 3862 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4450 unit: int parse_macho() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 567 end line: 593 size: 26 LOC McCabe index: 7 number of parameters: 4 id: 4451 unit: int doDumpRawTokenSyntax() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 679 end line: 707 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 4452 unit: def create_tables() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 26 LOC McCabe index: 10 number of parameters: 1 id: 4453 unit: def argument_parser() file: utils/android/adb_push_built_products/main.py start line: 0 end line: 0 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 4454 unit: func generateGraphemeBreakProperty() file: utils/gen-unicode-data/Sources/GenGraphemeBreakProperty/main.swift start line: 167 end line: 207 size: 26 LOC McCabe index: 2 number of parameters: 0 id: 4455 unit: func getAge() file: utils/gen-unicode-data/Sources/GenScalarProps/Age.swift start line: 15 end line: 52 size: 26 LOC McCabe index: 3 number of parameters: 3 id: 4456 unit: func emitAge() file: utils/gen-unicode-data/Sources/GenScalarProps/Age.swift start line: 54 end line: 87 size: 26 LOC McCabe index: 2 number of parameters: 2 id: 4457 unit: func getGeneralCategory() file: utils/gen-unicode-data/Sources/GenScalarProps/GeneralCategory.swift start line: 113 end line: 150 size: 26 LOC McCabe index: 3 number of parameters: 3 id: 4458 unit: func getNumericTypes() file: utils/gen-unicode-data/Sources/GenScalarProps/Numeric.swift start line: 32 end line: 69 size: 26 LOC McCabe index: 3 number of parameters: 3 id: 4459 unit: def __init__() file: utils/gyb_syntax_support/Node.py start line: 0 end line: 0 size: 26 LOC McCabe index: 12 number of parameters: 11 id: 4460 unit: def check_child_condition_raw() file: utils/gyb_syntax_support/__init__.py start line: 0 end line: 0 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 4461 unit: def merged_with() file: utils/jobstats/jobstats.py start line: 0 end line: 0 size: 26 LOC McCabe index: 7 number of parameters: 3 id: 4462 unit: def unwrap() file: utils/lldb/lldbCheckExpect.py start line: 0 end line: 0 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 4463 unit: def on_check_expect() file: utils/lldb/lldbCheckExpect.py start line: 0 end line: 0 size: 26 LOC McCabe index: 4 number of parameters: 3 id: 4464 unit: def addStatsFromInput() file: utils/optimizer_counters_to_sql.py start line: 0 end line: 0 size: 26 LOC McCabe index: 5 number of parameters: 2 id: 4465 unit: func urlBar() file: utils/parser-lib/profile-input.swift start line: 1387 end line: 1419 size: 26 LOC McCabe index: 4 number of parameters: 2 id: 4466 unit: def evaluate() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 26 LOC McCabe index: 9 number of parameters: 1 id: 4467 unit: def run_bench() file: utils/swift-bench.py start line: 0 end line: 0 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 4468 unit: def _execute_impl() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 26 LOC McCabe index: 14 number of parameters: 4 id: 4469 unit: def test_with_cmake() file: utils/swift_build_support/swift_build_support/products/cmake_product.py start line: 0 end line: 0 size: 26 LOC McCabe index: 10 number of parameters: 5 id: 4470 unit: def generate_linux_toolchain_file() file: utils/swift_build_support/swift_build_support/products/product.py start line: 0 end line: 0 size: 26 LOC McCabe index: 7 number of parameters: 3 id: 4471 unit: func _parseMultipleCodeUnits() file: validation-test/compiler_crashers_2_fixed/0109-sr4737.swift start line: 739 end line: 771 size: 26 LOC McCabe index: 9 number of parameters: 0 id: 4472 unit: func clone() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 724 end line: 750 size: 26 LOC McCabe index: 4 number of parameters: 2 id: 4473 unit: func c() file: validation-test/compiler_crashers_fixed/01255-getselftypeforcontainer.swift start line: 23 end line: 56 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 4474 unit: func helperDeleteThree() file: validation-test/stdlib/Dictionary.swift start line: 1729 end line: 1759 size: 26 LOC McCabe index: 1 number of parameters: 3 id: 4475 unit: func helperDeleteThree() file: validation-test/stdlib/Set.swift start line: 1121 end line: 1152 size: 26 LOC McCabe index: 1 number of parameters: 3 id: 4476 unit: func parsing() file: SwiftCompilerSources/Sources/SIL/SmallProjectionPath.swift start line: 478 end line: 503 size: 25 LOC McCabe index: 3 number of parameters: 0 id: 4477 unit: mutating func sendWindowUpdate() file: benchmark/single-source/HTTP2StateMachine.swift start line: 225 end line: 256 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4478 unit: static PrintOptions printForDiagnostics() file: include/swift/AST/PrintOptions.h start line: 542 end line: 566 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4479 unit: StoredPointer resolveRelativeIndirectProtocol() file: include/swift/Remote/MetadataReader.h start line: 2141 end line: 2178 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4480 unit: void runInDominanceOrderWithScopes() file: include/swift/SIL/Dominance.h start line: 201 end line: 243 size: 25 LOC McCabe index: 5 number of parameters: 3 id: 4481 unit: void appendOperandTypeName() file: include/swift/SIL/SILBuilder.h start line: 2697 end line: 2721 size: 25 LOC McCabe index: 10 number of parameters: 2 id: 4482 unit: inline OwnershipConstraint OperandOwnership::getOwnershipConstraint() file: include/swift/SIL/SILValue.h start line: 872 end line: 896 size: 25 LOC McCabe index: 15 number of parameters: 0 id: 4483 unit: void visitCheckedCastAddrBranchInst() file: include/swift/SIL/TypeSubstCloner.h start line: 256 end line: 286 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 4484 unit: void addValueMemberConstraint() file: include/swift/Sema/ConstraintSystem.h start line: 3650 end line: 3676 size: 25 LOC McCabe index: 5 number of parameters: 7 id: 4485 unit: StringRef SDKNodeDecl::getScreenInfo() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 420 end line: 450 size: 25 LOC McCabe index: 7 number of parameters: 0 id: 4486 unit: LayoutConstraint LayoutConstraint::getLayoutConstraint() file: lib/AST/ASTContext.cpp start line: 5428 end line: 5456 size: 25 LOC McCabe index: 4 number of parameters: 4 id: 4487 unit: std::string ASTMangler::mangleSILDifferentiabilityWitness() file: lib/AST/ASTMangler.cpp start line: 539 end line: 567 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4488 unit: std::string ASTMangler::mangleAnyDecl() file: lib/AST/ASTMangler.cpp start line: 759 end line: 787 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4489 unit: static bool containsRetroactiveConformance() file: lib/AST/ASTMangler.cpp start line: 1631 end line: 1662 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4490 unit: static bool escapeKeywordInContext() file: lib/AST/ASTPrinter.cpp start line: 469 end line: 499 size: 25 LOC McCabe index: 13 number of parameters: 2 id: 4491 unit: static bool usesFeatureActors() file: lib/AST/ASTPrinter.cpp start line: 2701 end line: 2731 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4492 unit: void PrintAST::visitEnumDecl() file: lib/AST/ASTPrinter.cpp start line: 3245 end line: 3270 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4493 unit: void PrintAST::visitStructDecl() file: lib/AST/ASTPrinter.cpp start line: 3272 end line: 3297 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4494 unit: bool isSimpleUnderPrintOptions() file: lib/AST/ASTPrinter.cpp start line: 4882 end line: 4906 size: 25 LOC McCabe index: 12 number of parameters: 1 id: 4495 unit: void visitBoundGenericType() file: lib/AST/ASTPrinter.cpp start line: 5248 end line: 5272 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4496 unit: void ASTScopeImpl::print() file: lib/AST/ASTScopePrinting.cpp start line: 80 end line: 109 size: 25 LOC McCabe index: 9 number of parameters: 4 id: 4497 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1352 end line: 1382 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4498 unit: bool lookThroughLValue() file: lib/AST/ASTVerifier.cpp start line: 3273 end line: 3297 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4499 unit: bool visitExtensionDecl() file: lib/AST/ASTWalker.cpp start line: 154 end line: 184 size: 25 LOC McCabe index: 13 number of parameters: 1 id: 4500 unit: bool AccessNoteDeclName::matches() file: lib/AST/AccessNotes.cpp start line: 52 end line: 98 size: 25 LOC McCabe index: 10 number of parameters: 1 id: 4501 unit: Type ArgumentList::composeTupleOrParenType() file: lib/AST/ArgumentList.cpp start line: 262 end line: 286 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4502 unit: void AnyFunctionType::getSubsetParameters() file: lib/AST/AutoDiff.cpp start line: 149 end line: 177 size: 25 LOC McCabe index: 6 number of parameters: 3 id: 4503 unit: bool ProtocolDecl::walkInheritedProtocols() file: lib/AST/Decl.cpp start line: 5032 end line: 5065 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4504 unit: SourceLoc swift::extractNearestSourceLoc() file: lib/AST/DeclContext.cpp start line: 1248 end line: 1275 size: 25 LOC McCabe index: 13 number of parameters: 1 id: 4505 unit: static bool typeSpellingIsAmbiguous() file: lib/AST/DiagnosticEngine.cpp start line: 544 end line: 575 size: 25 LOC McCabe index: 11 number of parameters: 3 id: 4506 unit: bool SourceFileDepGraph::verify() file: lib/AST/FineGrainedDependencies.cpp start line: 203 end line: 231 size: 25 LOC McCabe index: 4 number of parameters: 0 id: 4507 unit: StringRef swift::extractInlinableText() file: lib/AST/InlinableText.cpp start line: 181 end line: 218 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4508 unit: static std::string modulePathForVerification() file: lib/AST/ModuleDependencies.cpp start line: 420 end line: 444 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4509 unit: static void installPropertyWrapperMembersIfNeeded() file: lib/AST/NameLookup.cpp start line: 1682 end line: 1710 size: 25 LOC McCabe index: 11 number of parameters: 2 id: 4510 unit: void swift::getDirectlyInheritedNominalTypeDecls() file: lib/AST/NameLookup.cpp start line: 2721 end line: 2756 size: 25 LOC McCabe index: 5 number of parameters: 4 id: 4511 unit: void PropertyBag::dump() file: lib/AST/RequirementMachine/PropertyMap.cpp start line: 98 end line: 127 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4512 unit: Symbol Symbol::forAssociatedType() file: lib/AST/RequirementMachine/Symbol.cpp start line: 290 end line: 319 size: 25 LOC McCabe index: 3 number of parameters: 3 id: 4513 unit: bool TypeBase::hasTypeRepr() file: lib/AST/Type.cpp start line: 613 end line: 643 size: 25 LOC McCabe index: 13 number of parameters: 0 id: 4514 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 540 end line: 565 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4515 unit: CanType TypeJoin::visitProtocolType() file: lib/AST/TypeJoinMeet.cpp start line: 437 end line: 475 size: 25 LOC McCabe index: 9 number of parameters: 1 id: 4516 unit: llvm::Optional SourceManager::resolveFromLineCol() file: lib/Basic/SourceLoc.cpp start line: 375 end line: 401 size: 25 LOC McCabe index: 8 number of parameters: 3 id: 4517 unit: void ClangImporter::loadExtensions() file: lib/ClangImporter/ClangImporter.cpp start line: 3393 end line: 3433 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4518 unit: void ClangImporter::Implementation::lookupValueDWARF() file: lib/ClangImporter/DWARFImporter.cpp start line: 143 end line: 170 size: 25 LOC McCabe index: 8 number of parameters: 4 id: 4519 unit: static Type findImmutableCFSuperclass() file: lib/ClangImporter/ImportDecl.cpp start line: 5989 end line: 6024 size: 25 LOC McCabe index: 9 number of parameters: 3 id: 4520 unit: static bool conformsToProtocolInOriginalModule() file: lib/ClangImporter/ImportDecl.cpp start line: 6155 end line: 6187 size: 25 LOC McCabe index: 12 number of parameters: 2 id: 4521 unit: ImportResult VisitReferenceType() file: lib/ClangImporter/ImportType.cpp start line: 533 end line: 562 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4522 unit: ImportedType ClangImporter::Implementation::importEffectfulPropertyType() file: lib/ClangImporter/ImportType.cpp start line: 2294 end line: 2335 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4523 unit: static data_type ReadData() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1451 end line: 1485 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4524 unit: NodePointer Demangler::demangleOperatorIdentifier() file: lib/Demangling/Demangler.cpp start line: 1109 end line: 1136 size: 25 LOC McCabe index: 9 number of parameters: 0 id: 4525 unit: bool Demangler::demangleBoundGenerics() file: lib/Demangling/Demangler.cpp start line: 1651 end line: 1677 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4526 unit: NodePointer Demangler::demangleDifferentiabilityWitness() file: lib/Demangling/Demangler.cpp start line: 2704 end line: 2728 size: 25 LOC McCabe index: 8 number of parameters: 0 id: 4527 unit: NodePointer demangleImplParameterOrResult() file: lib/Demangling/OldDemangler.cpp start line: 2352 end line: 2381 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4528 unit: bool SubstitutionEntry::deepEquals() file: lib/Demangling/Remangler.cpp start line: 92 end line: 119 size: 25 LOC McCabe index: 13 number of parameters: 2 id: 4529 unit: void markFinished() file: lib/Driver/Compilation.cpp start line: 389 end line: 413 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4530 unit: Compilation::Result Compilation::performJobs() file: lib/Driver/Compilation.cpp start line: 1846 end line: 1875 size: 25 LOC McCabe index: 17 number of parameters: 1 id: 4531 unit: std::unique_ptr Driver::buildTaskQueue() file: lib/Driver/Driver.cpp start line: 380 end line: 405 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4532 unit: static void computeArgsHash() file: lib/Driver/Driver.cpp start line: 407 end line: 434 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4533 unit: ModuleDepGraph::PreexistingNodeIfAny ModuleDepGraph::findPreexistingMatch() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 282 end line: 306 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4534 unit: static void PrintArg() file: lib/Frontend/CompilerInvocation.cpp start line: 309 end line: 342 size: 25 LOC McCabe index: 8 number of parameters: 3 id: 4535 unit: bool CompilerInstance::setUpInputs() file: lib/Frontend/Frontend.cpp start line: 651 end line: 684 size: 25 LOC McCabe index: 8 number of parameters: 0 id: 4536 unit: static std::string getBackupPublicModuleInterfacePath() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 436 end line: 460 size: 25 LOC McCabe index: 4 number of parameters: 4 id: 4537 unit: bool finishProcessing() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 119 end line: 153 size: 25 LOC McCabe index: 5 number of parameters: 0 id: 4538 unit: void addTypeAliasRef() file: lib/IDE/CodeCompletion.cpp start line: 3483 end line: 3508 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4539 unit: bool addAccessControl() file: lib/IDE/CodeCompletion.cpp start line: 5147 end line: 5191 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4540 unit: double FuzzyStringMatcher::scoreCandidate() file: lib/IDE/FuzzyStringMatcher.cpp start line: 167 end line: 204 size: 25 LOC McCabe index: 13 number of parameters: 1 id: 4541 unit: bool RefactoringActionReplaceBodiesWithFatalError::isApplicable() file: lib/IDE/Refactoring.cpp start line: 1760 end line: 1785 size: 25 LOC McCabe index: 12 number of parameters: 2 id: 4542 unit: void HoistAllocStack::collectHoistableInstructions() file: lib/IRGen/AllocStackHoisting.cpp start line: 366 end line: 393 size: 25 LOC McCabe index: 8 number of parameters: 0 id: 4543 unit: void addClassMembers() file: lib/IRGen/ClassMetadataVisitor.h start line: 113 end line: 183 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4544 unit: void irgen::emitMetatypeOfOpaqueExistential() file: lib/IRGen/GenExistential.cpp start line: 1867 end line: 1899 size: 25 LOC McCabe index: 1 number of parameters: 4 id: 4545 unit: APInt IRGenModule::getReferenceStorageExtraInhabitantValue() file: lib/IRGen/GenHeap.cpp start line: 629 end line: 659 size: 25 LOC McCabe index: 10 number of parameters: 4 id: 4546 unit: static void emitMetadataCompletionFunction() file: lib/IRGen/GenMeta.cpp start line: 179 end line: 218 size: 25 LOC McCabe index: 3 number of parameters: 3 id: 4547 unit: PartialPattern buildExtraDataPattern() file: lib/IRGen/GenMeta.cpp start line: 4856 end line: 4884 size: 25 LOC McCabe index: 6 number of parameters: 0 id: 4548 unit: void NecessaryBindings::addTypeMetadata() file: lib/IRGen/GenProto.cpp start line: 2916 end line: 2956 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4549 unit: static void addValueWitnessesForAbstractType() file: lib/IRGen/GenValueWitness.cpp start line: 1045 end line: 1076 size: 25 LOC McCabe index: 3 number of parameters: 4 id: 4550 unit: ConstantReference irgen::emitValueWitnessTable() file: lib/IRGen/GenValueWitness.cpp start line: 1193 end line: 1229 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4551 unit: void IRGenSILFunction::visitDifferentiabilityWitnessFunctionInst() file: lib/IRGen/IRGenSIL.cpp start line: 2521 end line: 2548 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4552 unit: FunctionPointer::Kind irgen::classifyFunctionPointerKind() file: lib/IRGen/IRGenSIL.cpp start line: 2550 end line: 2582 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4553 unit: void IRGenSILFunction::visitThrowInst() file: lib/IRGen/IRGenSIL.cpp start line: 3755 end line: 3785 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4554 unit: static void emitUncheckedValueBitCast() file: lib/IRGen/IRGenSIL.cpp start line: 5914 end line: 5950 size: 25 LOC McCabe index: 4 number of parameters: 6 id: 4555 unit: static void trivialRefConversion() file: lib/IRGen/IRGenSIL.cpp start line: 6004 end line: 6035 size: 25 LOC McCabe index: 5 number of parameters: 3 id: 4556 unit: void IRGenSILFunction::visitInitBlockStorageHeaderInst() file: lib/IRGen/IRGenSIL.cpp start line: 6644 end line: 6675 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4557 unit: void LargeValueVisitor::visitSwitchEnumInst() file: lib/IRGen/LoadableByAddress.cpp start line: 880 end line: 906 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4558 unit: MetadataAccessStrategy irgen::getTypeMetadataAccessStrategy() file: lib/IRGen/MetadataRequest.cpp start line: 1033 end line: 1078 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4559 unit: void irgen::applyLayoutAttributes() file: lib/IRGen/StructLayout.cpp start line: 111 end line: 137 size: 25 LOC McCabe index: 7 number of parameters: 4 id: 4560 unit: void EnumTypeLayoutEntry::destroySinglePayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 2005 end line: 2033 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4561 unit: bool addRelation() file: lib/Index/Index.cpp start line: 529 end line: 556 size: 25 LOC McCabe index: 6 number of parameters: 3 id: 4562 unit: bool IndexSwiftASTWalker::initFuncRefIndexSymbol() file: lib/Index/Index.cpp start line: 1690 end line: 1720 size: 25 LOC McCabe index: 10 number of parameters: 3 id: 4563 unit: static int diff_xIndex() file: lib/Migrator/Diff.h start line: 1371 end line: 1400 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4564 unit: void Lexer::lexDollarIdent() file: lib/Parse/Lexer.cpp start line: 918 end line: 949 size: 25 LOC McCabe index: 8 number of parameters: 0 id: 4565 unit: static bool advanceIfMultilineDelimiter() file: lib/Parse/Lexer.cpp start line: 1293 end line: 1321 size: 25 LOC McCabe index: 10 number of parameters: 4 id: 4566 unit: bool Parser::isTerminatorForBraceItemListKind() file: lib/Parse/ParseStmt.cpp start line: 203 end line: 234 size: 25 LOC McCabe index: 11 number of parameters: 2 id: 4567 unit: void printSingleMethodParam() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 412 end line: 437 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4568 unit: bool SILDeclRef::isDynamicallyReplaceable() file: lib/SIL/IR/SILDeclRef.cpp start line: 1326 end line: 1367 size: 25 LOC McCabe index: 16 number of parameters: 0 id: 4569 unit: ResultConvention getResult() file: lib/SIL/IR/SILFunctionType.cpp start line: 2511 end line: 2553 size: 25 LOC McCabe index: 10 number of parameters: 1 id: 4570 unit: void printSILMultipleValueInstructionResult() file: lib/SIL/IR/SILPrinter.cpp start line: 1165 end line: 1193 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4571 unit: void SILWitnessTable::convertToDefinition() file: lib/SIL/IR/SILWitnessTable.cpp start line: 140 end line: 167 size: 25 LOC McCabe index: 9 number of parameters: 3 id: 4572 unit: static Optional lookupGlobalDecl() file: lib/SIL/Parser/ParseSIL.cpp start line: 6496 end line: 6529 size: 25 LOC McCabe index: 5 number of parameters: 4 id: 4573 unit: void BorrowingOperandKind::print() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 378 end line: 402 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4574 unit: bool BorrowingOperand::visitBorrowIntroducingUserResults() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 508 end line: 532 size: 25 LOC McCabe index: 9 number of parameters: 1 id: 4575 unit: SwiftInt SILType_getFieldIdxOfNominalType() file: lib/SIL/Utils/SILBridging.cpp start line: 423 end line: 449 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4576 unit: void SILValue::verifyOwnership() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 785 end line: 831 size: 25 LOC McCabe index: 9 number of parameters: 1 id: 4577 unit: void checkBeginApplyInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1716 end line: 1743 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4578 unit: void checkStructElementAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3171 end line: 3197 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 4579 unit: void checkRefElementAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3199 end line: 3225 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 4580 unit: void checkObjCSuperMethodInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3545 end line: 3572 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 4581 unit: void checkInitExistentialAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3756 end line: 3786 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4582 unit: void checkThinToThickFunctionInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4137 end line: 4163 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4583 unit: void checkLinearFunctionInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5157 end line: 5186 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4584 unit: void emitIndirect() file: lib/SILGen/SILGenApply.cpp start line: 3016 end line: 3053 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4585 unit: ManagedValue SILGenBuilder::createTuple() file: lib/SILGen/SILGenBuilder.cpp start line: 808 end line: 844 size: 25 LOC McCabe index: 3 number of parameters: 3 id: 4586 unit: static ManagedValue emitBuiltinCastToBridgeObject() file: lib/SILGen/SILGenBuiltin.cpp start line: 767 end line: 799 size: 25 LOC McCabe index: 6 number of parameters: 5 id: 4587 unit: void SILGenFunction::emitDistributedActorClassMemberDestruction() file: lib/SILGen/SILGenDistributed.cpp start line: 567 end line: 613 size: 25 LOC McCabe index: 3 number of parameters: 5 id: 4588 unit: void SILGenFunction::emitProfilerIncrement() file: lib/SILGen/SILGenFunction.cpp start line: 1134 end line: 1166 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4589 unit: void SILGenModule::emitGlobalInitialization() file: lib/SILGen/SILGenGlobalVariable.cpp start line: 187 end line: 225 size: 25 LOC McCabe index: 3 number of parameters: 2 id: 4590 unit: static void copyBorrowedYieldsIntoTemporary() file: lib/SILGen/SILGenLValue.cpp start line: 710 end line: 735 size: 25 LOC McCabe index: 3 number of parameters: 6 id: 4591 unit: RValue get() file: lib/SILGen/SILGenLValue.cpp start line: 947 end line: 975 size: 25 LOC McCabe index: 5 number of parameters: 4 id: 4592 unit: void PatternMatchEmission::bindIrrefutablePatterns() file: lib/SILGen/SILGenPattern.cpp start line: 1159 end line: 1185 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4593 unit: static void forwardFunctionArguments() file: lib/SILGen/SILGenPoly.cpp start line: 1664 end line: 1692 size: 25 LOC McCabe index: 4 number of parameters: 5 id: 4594 unit: void StmtEmitter::visitRepeatWhileStmt() file: lib/SILGen/SILGenStmt.cpp start line: 976 end line: 1015 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4595 unit: CalleeList CalleeCache::getCalleeListForCalleeKind() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 252 end line: 282 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4596 unit: void CallerAnalysis::verify() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 339 end line: 364 size: 25 LOC McCabe index: 5 number of parameters: 0 id: 4597 unit: void DifferentiationInvoker::print() file: lib/SILOptimizer/Differentiation/DifferentiationInvoker.cpp start line: 44 end line: 78 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4598 unit: void printAdjointValueMapping() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 687 end line: 713 size: 25 LOC McCabe index: 5 number of parameters: 0 id: 4599 unit: void printAdjointBufferMapping() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 715 end line: 741 size: 25 LOC McCabe index: 5 number of parameters: 0 id: 4600 unit: SILValue reabstractFunction() file: lib/SILOptimizer/Differentiation/Thunk.cpp start line: 527 end line: 556 size: 25 LOC McCabe index: 3 number of parameters: 6 id: 4601 unit: static bool mayWriteTo() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 169 end line: 197 size: 25 LOC McCabe index: 8 number of parameters: 4 id: 4602 unit: static bool hoistInstructions() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 308 end line: 335 size: 25 LOC McCabe index: 6 number of parameters: 3 id: 4603 unit: static bool canHoistUpDefault() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 686 end line: 718 size: 25 LOC McCabe index: 9 number of parameters: 4 id: 4604 unit: bool SelectEnforcement::hasPotentiallyEscapedAtAnyReachableBlock() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 406 end line: 442 size: 25 LOC McCabe index: 10 number of parameters: 2 id: 4605 unit: SourceAccess AccessEnforcementSelection::getSourceAccess() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 689 end line: 737 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4606 unit: void run() file: lib/SILOptimizer/Mandatory/MoveFunctionCanonicalization.cpp start line: 279 end line: 316 size: 25 LOC McCabe index: 7 number of parameters: 0 id: 4607 unit: static void injectDebugPoison() file: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp start line: 341 end line: 380 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4608 unit: bool swift::optimizeMemoryAccesses() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2849 end line: 2888 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4609 unit: void swift::runSILOptimizationPasses() file: lib/SILOptimizer/PassManager/Passes.cpp start line: 99 end line: 135 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4610 unit: SILValue SILCombiner::canCastArg() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 1017 end line: 1058 size: 25 LOC McCabe index: 8 number of parameters: 4 id: 4611 unit: static bool getIncomingJoinedLiveRangeOperands() file: lib/SILOptimizer/SemanticARC/OwnedToGuaranteedPhiOpt.cpp start line: 97 end line: 125 size: 25 LOC McCabe index: 6 number of parameters: 2 id: 4612 unit: bool SemanticARCOptVisitor::visitUncheckedOwnershipConversionInst() file: lib/SILOptimizer/SemanticARC/OwnershipConversionElimination.cpp start line: 24 end line: 66 size: 25 LOC McCabe index: 10 number of parameters: 1 id: 4613 unit: void OwnershipLiveRange::insertEndBorrowsAtDestroys() file: lib/SILOptimizer/SemanticARC/OwnershipLiveRange.cpp start line: 153 end line: 240 size: 25 LOC McCabe index: 5 number of parameters: 3 id: 4614 unit: void RetainCodeMotionContext::computeCodeMotionGenKillSet() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 456 end line: 486 size: 25 LOC McCabe index: 9 number of parameters: 0 id: 4615 unit: void GlobalAccessRemoval::recordAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementWMO.cpp start line: 219 end line: 249 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4616 unit: bool isOptRemarksEnabled() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 771 end line: 805 size: 25 LOC McCabe index: 8 number of parameters: 0 id: 4617 unit: void DSEContext::processBasicBlockForGenKillSet() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 601 end line: 643 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4618 unit: CanSILFunctionType BridgedProperty::getOutlinedFunctionType() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 293 end line: 318 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 4619 unit: static void promoteDebugValueAddr() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 164 end line: 195 size: 25 LOC McCabe index: 9 number of parameters: 4 id: 4620 unit: static bool isAddressForLoad() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1406 end line: 1443 size: 25 LOC McCabe index: 12 number of parameters: 3 id: 4621 unit: static SILValue skipInvert() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1484 end line: 1512 size: 25 LOC McCabe index: 9 number of parameters: 3 id: 4622 unit: bool SimplifyCFG::tailDuplicateObjCMethodCallSuccessorBlocks() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3034 end line: 3072 size: 25 LOC McCabe index: 9 number of parameters: 0 id: 4623 unit: void run() file: lib/SILOptimizer/UtilityPasses/ConstantEvaluableSubsetChecker.cpp start line: 159 end line: 190 size: 25 LOC McCabe index: 6 number of parameters: 0 id: 4624 unit: static bool shouldHaveSkippedFunction() file: lib/SILOptimizer/UtilityPasses/SILSkippingChecker.cpp start line: 27 end line: 79 size: 25 LOC McCabe index: 13 number of parameters: 1 id: 4625 unit: static bool isSafeNonExitTerminator() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 732 end line: 759 size: 25 LOC McCabe index: 17 number of parameters: 1 id: 4626 unit: bool swift::findAllNonFailureExitBBs() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 774 end line: 815 size: 25 LOC McCabe index: 9 number of parameters: 2 id: 4627 unit: static void insertDestroyAtInst() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 402 end line: 428 size: 25 LOC McCabe index: 5 number of parameters: 6 id: 4628 unit: bool CanonicalizeBorrowScope::isRewritableOSSAForward() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 83 end line: 116 size: 25 LOC McCabe index: 12 number of parameters: 1 id: 4629 unit: SILValue CanonicalizeBorrowScope::getCanonicalBorrowedDef() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 121 end line: 153 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4630 unit: bool visitUse() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 415 end line: 442 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4631 unit: static void replaceUsesOfExtract() file: lib/SILOptimizer/Utils/CanonicalizeInstruction.cpp start line: 110 end line: 138 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4632 unit: SymbolicValue ConstExprFunctionState::getConstantValue() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 1328 end line: 1369 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4633 unit: unsigned swift::getNumInOutArguments() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 235 end line: 260 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4634 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 212 end line: 247 size: 25 LOC McCabe index: 3 number of parameters: 2 id: 4635 unit: bool LSLocation::enumerateLSLocation() file: lib/SILOptimizer/Utils/LoadStoreOptUtils.cpp start line: 278 end line: 317 size: 25 LOC McCabe index: 5 number of parameters: 8 id: 4636 unit: bool ContextualFailure::trySequenceSubsequenceFixIts() file: lib/Sema/CSDiagnostics.cpp start line: 2944 end line: 2974 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4637 unit: bool InOutConversionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6167 end line: 6196 size: 25 LOC McCabe index: 5 number of parameters: 0 id: 4638 unit: bool IgnoreAssignmentDestinationType::diagnoseForAmbiguity() file: lib/Sema/CSFix.cpp start line: 1397 end line: 1432 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4639 unit: Type getSuperType() file: lib/Sema/CSGen.cpp start line: 2805 end line: 2834 size: 25 LOC McCabe index: 6 number of parameters: 4 id: 4640 unit: std::string swift::describeGenericType() file: lib/Sema/ConstraintSystem.cpp start line: 3461 end line: 3492 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4641 unit: void swift::performAbstractFuncDeclDiagnostics() file: lib/Sema/MiscDiagnostics.cpp start line: 3347 end line: 3382 size: 25 LOC McCabe index: 12 number of parameters: 1 id: 4642 unit: Added logDeclOrMemberRef() file: lib/Sema/PlaygroundTransform.cpp start line: 628 end line: 658 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4643 unit: void AttributeChecker::visitRequiredAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2210 end line: 2241 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4644 unit: ExportContext ExportContext::forDeclSignature() file: lib/Sema/TypeCheckAvailability.cpp start line: 176 end line: 203 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 4645 unit: static void fixAvailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1629 end line: 1660 size: 25 LOC McCabe index: 5 number of parameters: 4 id: 4646 unit: void TypeChecker::diagnosePotentialAccessorUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1752 end line: 1784 size: 25 LOC McCabe index: 3 number of parameters: 5 id: 4647 unit: bool CircularityChecker::addMember() file: lib/Sema/TypeCheckCircularity.cpp start line: 291 end line: 334 size: 25 LOC McCabe index: 8 number of parameters: 4 id: 4648 unit: void noteIsolatedActorMember() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1837 end line: 1872 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4649 unit: static bool checkObjCActorIsolation() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 432 end line: 462 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4650 unit: static void diagnoseChangesByAccessNote() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1493 end line: 1523 size: 25 LOC McCabe index: 6 number of parameters: 5 id: 4651 unit: void swift::diagnoseAttrsAddedByAccessNote() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1627 end line: 1657 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4652 unit: static bool requiresAttr() file: lib/Sema/TypeCheckObjC.h start line: 99 end line: 124 size: 25 LOC McCabe index: 20 number of parameters: 1 id: 4653 unit: static void diagnoseIgnoredLiteral() file: lib/Sema/TypeCheckStmt.cpp start line: 1229 end line: 1259 size: 25 LOC McCabe index: 11 number of parameters: 2 id: 4654 unit: DowngradeToWarning checkDowngradeToWarning() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 900 end line: 926 size: 25 LOC McCabe index: 10 number of parameters: 0 id: 4655 unit: static llvm::Error skipGenericRequirements() file: lib/Serialization/Deserialization.cpp start line: 923 end line: 953 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 4656 unit: void DeclarationFragmentPrinter::printTypeRef() file: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp start line: 136 end line: 163 size: 25 LOC McCabe index: 7 number of parameters: 4 id: 4657 unit: void TBDGenVisitor::visitVarDecl() file: lib/TBDGen/TBDGen.cpp start line: 812 end line: 849 size: 25 LOC McCabe index: 11 number of parameters: 1 id: 4658 unit: static void swift_asyncLet_consume_throwingImpl() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 497 end line: 529 size: 25 LOC McCabe index: 2 number of parameters: 5 id: 4659 unit: func next() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 490 end line: 514 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4660 unit: static void fillGroupNextResult() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 532 end line: 565 size: 25 LOC McCabe index: 6 number of parameters: 2 id: 4661 unit: void TypeRefBuilder::dumpFieldSection() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 393 end line: 417 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4662 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 388 end line: 499 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 4663 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1286 end line: 1467 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 4664 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2335 end line: 2404 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4665 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2571 end line: 2822 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4666 unit: static NodePointer extractFunctionTypeFromMethod() file: stdlib/public/runtime/MetadataLookup.cpp start line: 1918 end line: 1948 size: 25 LOC McCabe index: 6 number of parameters: 3 id: 4667 unit: void swift::addImageProtocolConformanceBlockCallbackUnsafe() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 532 end line: 575 size: 25 LOC McCabe index: 5 number of parameters: 3 id: 4668 unit: void SWIFT_RT_TRACK_INVOCATION_NAME() file: stdlib/public/runtime/RuntimeInvocationsTracking.cpp start line: 101 end line: 125 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 4669 unit: static void shiftRightRoundingUp256() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2221 end line: 2245 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4670 unit: __swift_intptr_t _swift_stdlib_getMphIdx() file: stdlib/public/stubs/Unicode/UnicodeData.cpp start line: 51 end line: 104 size: 25 LOC McCabe index: 5 number of parameters: 5 id: 4671 unit: bool LimitedResultView::walk() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 1099 end line: 1125 size: 25 LOC McCabe index: 9 number of parameters: 1 id: 4672 unit: ASTBuildOperationRef ASTProducer::getBuildOperationForConsumer() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 1176 end line: 1200 size: 25 LOC McCabe index: 7 number of parameters: 3 id: 4673 unit: static bool canonicalizeFilterName() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 773 end line: 800 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 4674 unit: bool walkToSubStructurePre() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 824 end line: 855 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4675 unit: static bool reportModuleDocInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1072 end line: 1103 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4676 unit: void SwiftEditorDocument::resetSyntaxInfo() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2001 end line: 2035 size: 25 LOC McCabe index: 3 number of parameters: 4 id: 4677 unit: void SwiftEditorDocument::readSemanticInfo() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2100 end line: 2128 size: 25 LOC McCabe index: 6 number of parameters: 2 id: 4678 unit: bool SwiftInterfaceGenContext::matches() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 492 end line: 523 size: 25 LOC McCabe index: 10 number of parameters: 2 id: 4679 unit: void SwiftLangSupport::getRangeInfo() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1904 end line: 1929 size: 25 LOC McCabe index: 4 number of parameters: 7 id: 4680 unit: static void notification_receiver() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1568 end line: 1595 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4681 unit: std::unique_ptr createBuffer() file: tools/SourceKit/tools/sourcekitd/lib/API/ExpressionTypeArray.cpp start line: 179 end line: 204 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4682 unit: static sourcekitd_response_t demangleNames() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1603 end line: 1633 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4683 unit: void serializeSyntaxTreeAsJson() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 3106 end line: 3133 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 4684 unit: bool YAMLRequestParser::parseDict() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 736 end line: 766 size: 25 LOC McCabe index: 6 number of parameters: 3 id: 4685 unit: OpaqueSyntaxNode recordDeferredLayout() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 303 end line: 329 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4686 unit: int main() file: tools/swift-demangle-yamldump/swift-demangle-yamldump.cpp start line: 190 end line: 219 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 4687 unit: static int doDumpImporterLookupTables() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1936 end line: 1966 size: 25 LOC McCabe index: 3 number of parameters: 2 id: 4688 unit: static int doPrintTypeInterfaceForTypeUsr() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3668 end line: 3692 size: 25 LOC McCabe index: 4 number of parameters: 3 id: 4689 unit: double evaluate() file: unittests/AST/ArithmeticEvaluator.cpp start line: 101 end line: 130 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 4690 unit: template void lockableThreaded() file: unittests/runtime/Mutex.cpp start line: 64 end line: 90 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4691 unit: template void readLockWhileReadLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 351 end line: 382 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4692 unit: template void readLockWhileWriteLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 394 end line: 424 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4693 unit: template void writeLockWhileReadLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 436 end line: 466 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4694 unit: template void writeLockWhileWriteLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 478 end line: 508 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4695 unit: def __init__() file: utils/api_checker/swift-api-checker.py start line: 0 end line: 0 size: 25 LOC McCabe index: 4 number of parameters: 6 id: 4696 unit: func getCompExclusions() file: utils/gen-unicode-data/Sources/GenNormalization/Comp.swift start line: 15 end line: 54 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4697 unit: func getSpecialMappings() file: utils/gen-unicode-data/Sources/GenScalarProps/Mappings.swift start line: 39 end line: 72 size: 25 LOC McCabe index: 2 number of parameters: 4 id: 4698 unit: func addSearchEngine() file: utils/parser-lib/profile-input.swift start line: 2289 end line: 2316 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 4699 unit: def show_paired_incrementality() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 4700 unit: def build() file: utils/swift_build_support/swift_build_support/products/ninja.py start line: 0 end line: 0 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4701 unit: def swiftpm_config() file: utils/swift_build_support/swift_build_support/targets.py start line: 0 end line: 0 size: 25 LOC McCabe index: 2 number of parameters: 5 id: 4702 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 90 end line: 123 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4703 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 172 end line: 205 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4704 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 456 end line: 489 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4705 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 537 end line: 570 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4706 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 618 end line: 651 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 4707 unit: mutating func _parseInvalid() file: validation-test/compiler_crashers_2_fixed/0109-sr4737.swift start line: 673 end line: 703 size: 25 LOC McCabe index: 10 number of parameters: 0 id: 4708 unit: func projectReadOnly() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 752 end line: 782 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 4709 unit: func runAll() file: validation-test/compiler_crashers_2_fixed/rdar80704984_2.swift start line: 57 end line: 86 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 4710 unit: func validateBreadcrumbs() file: validation-test/stdlib/StringBreadcrumbs.swift start line: 42 end line: 76 size: 25 LOC McCabe index: 3 number of parameters: 1 id: 4711 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 265 end line: 289 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4712 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 299 end line: 323 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4713 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 333 end line: 357 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4714 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 367 end line: 391 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 4715 unit: func testSimpleRequestResponse() file: benchmark/single-source/HTTP2StateMachine.swift start line: 297 end line: 329 size: 24 LOC McCabe index: 19 number of parameters: 0 id: 4716 unit: func createNSDictionary() file: benchmark/single-source/ObjectiveCBridging.swift start line: 343 end line: 367 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 4717 unit: func createNSSet() file: benchmark/single-source/ObjectiveCBridging.swift start line: 509 end line: 533 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 4718 unit: class alignas() file: include/swift/AST/GenericParamList.h start line: 350 end line: 389 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 4719 unit: inline bool TypeBase::hasSimpleTypeRepr() file: include/swift/AST/Types.h start line: 6642 end line: 6672 size: 24 LOC McCabe index: 10 number of parameters: 0 id: 4720 unit: bool addImage() file: include/swift/Reflection/ReflectionContext.h start line: 616 end line: 652 size: 24 LOC McCabe index: 10 number of parameters: 1 id: 4721 unit: IndexStorage resize() file: include/swift/Runtime/Concurrent.h start line: 906 end line: 942 size: 24 LOC McCabe index: 6 number of parameters: 3 id: 4722 unit: SILArgumentConvention getArgumentOperandConvention() file: include/swift/SIL/ApplySite.h start line: 365 end line: 388 size: 24 LOC McCabe index: 13 number of parameters: 1 id: 4723 unit: inline StringRef getDebugVarName() file: include/swift/SIL/DebugUtils.h start line: 332 end line: 356 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4724 unit: void setPhase() file: include/swift/Sema/ConstraintSystem.h start line: 2781 end line: 2811 size: 24 LOC McCabe index: 9 number of parameters: 1 id: 4725 unit: void swift::ide::api::nodeSetDifference() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 779 end line: 802 size: 24 LOC McCabe index: 7 number of parameters: 4 id: 4726 unit: std::string ASTMangler::mangleWitnessThunk() file: lib/AST/ASTMangler.cpp start line: 221 end line: 247 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4727 unit: void ASTMangler::appendFunction() file: lib/AST/ASTMangler.cpp start line: 2464 end line: 2490 size: 24 LOC McCabe index: 6 number of parameters: 4 id: 4728 unit: void PrintAST::visitTypeAliasDecl() file: lib/AST/ASTPrinter.cpp start line: 3179 end line: 3213 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4729 unit: void visitGenericFunctionType() file: lib/AST/ASTPrinter.cpp start line: 5653 end line: 5681 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4730 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1119 end line: 1142 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4731 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1384 end line: 1413 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4732 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1415 end line: 1440 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4733 unit: bool doIt() file: lib/AST/ASTWalker.cpp start line: 1281 end line: 1307 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 4734 unit: AvailabilityContext ASTContext::getSwift50Availability() file: lib/AST/Availability.cpp start line: 269 end line: 297 size: 24 LOC McCabe index: 10 number of parameters: 0 id: 4735 unit: AvailabilityContext ASTContext::getSwift51Availability() file: lib/AST/Availability.cpp start line: 307 end line: 335 size: 24 LOC McCabe index: 10 number of parameters: 0 id: 4736 unit: AvailabilityContext Decl::getAvailabilityForLinkage() file: lib/AST/Decl.cpp start line: 905 end line: 938 size: 24 LOC McCabe index: 9 number of parameters: 0 id: 4737 unit: void IterableDeclContext::loadAllMembers() file: lib/AST/DeclContext.cpp start line: 983 end line: 1019 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4738 unit: bool Deserializer::readMetadata() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 110 end line: 140 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4739 unit: ConstraintResult GenericSignatureBuilder::addLayoutRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 4268 end line: 4303 size: 24 LOC McCabe index: 5 number of parameters: 4 id: 4740 unit: ConstraintResult GenericSignatureBuilder::addSameTypeRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 4975 end line: 5001 size: 24 LOC McCabe index: 3 number of parameters: 5 id: 4741 unit: bool walkToDeclPre() file: lib/AST/InlinableText.cpp start line: 125 end line: 167 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4742 unit: void SourceLookupCache::lookupClassMembers() file: lib/AST/Module.cpp start line: 401 end line: 432 size: 24 LOC McCabe index: 11 number of parameters: 2 id: 4743 unit: static void findOverlayFilesInternal() file: lib/AST/ModuleLoader.cpp start line: 103 end line: 154 size: 24 LOC McCabe index: 3 number of parameters: 5 id: 4744 unit: static bool isAcceptableLookupResult() file: lib/AST/NameLookup.cpp start line: 1557 end line: 1586 size: 24 LOC McCabe index: 9 number of parameters: 4 id: 4745 unit: void NormalProtocolConformance::setSignatureConformances() file: lib/AST/ProtocolConformance.cpp start line: 555 end line: 580 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 4746 unit: bool RequirementMachine::isCanonicalTypeInContext() file: lib/AST/RequirementMachine/GenericSignatureQueries.cpp start line: 261 end line: 295 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4747 unit: Symbol Symbol::forSuperclass() file: lib/AST/RequirementMachine/Symbol.cpp start line: 380 end line: 409 size: 24 LOC McCabe index: 3 number of parameters: 3 id: 4748 unit: Symbol Symbol::forConcreteType() file: lib/AST/RequirementMachine/Symbol.cpp start line: 412 end line: 440 size: 24 LOC McCabe index: 3 number of parameters: 3 id: 4749 unit: Type TypeBase::getAnyPointerElementType() file: lib/AST/Type.cpp start line: 689 end line: 712 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4750 unit: Type TypeBase::getSuperclass() file: lib/AST/Type.cpp start line: 1852 end line: 1891 size: 24 LOC McCabe index: 9 number of parameters: 1 id: 4751 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 1519 end line: 1547 size: 24 LOC McCabe index: 8 number of parameters: 2 id: 4752 unit: void BasicSourceFileInfo::populateWithSourceFileIfNeeded() file: lib/Basic/BasicSourceInfo.cpp start line: 30 end line: 59 size: 24 LOC McCabe index: 5 number of parameters: 0 id: 4753 unit: bool isMatching() file: lib/Basic/LangOptions.cpp start line: 138 end line: 163 size: 24 LOC McCabe index: 6 number of parameters: 4 id: 4754 unit: bool SourceManager::openVirtualFile() file: lib/Basic/SourceLoc.cpp start line: 109 end line: 134 size: 24 LOC McCabe index: 5 number of parameters: 3 id: 4755 unit: Version::operator llvm::VersionTuple() file: lib/Basic/Version.cpp start line: 267 end line: 290 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4756 unit: bool importer::isUnavailableInSwift() file: lib/ClangImporter/ClangAdapter.cpp start line: 713 end line: 743 size: 24 LOC McCabe index: 9 number of parameters: 3 id: 4757 unit: void ClangImporter::Implementation::loadAllMembersOfRecordDecl() file: lib/ClangImporter/ImportDecl.cpp start line: 9881 end line: 9917 size: 24 LOC McCabe index: 13 number of parameters: 1 id: 4758 unit: ImportResult VisitVectorType() file: lib/ClangImporter/ImportType.cpp start line: 599 end line: 630 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4759 unit: Type ClangImporter::Implementation::getNamedSwiftType() file: lib/ClangImporter/ImportType.cpp start line: 2780 end line: 2814 size: 24 LOC McCabe index: 9 number of parameters: 2 id: 4760 unit: void EmitData() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1257 end line: 1284 size: 24 LOC McCabe index: 4 number of parameters: 4 id: 4761 unit: NodePointer Demangler::demangleTypeAnnotation() file: lib/Demangling/Demangler.cpp start line: 763 end line: 786 size: 24 LOC McCabe index: 8 number of parameters: 0 id: 4762 unit: NodePointer Demangler::demangleLocalIdentifier() file: lib/Demangling/Demangler.cpp start line: 1138 end line: 1161 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4763 unit: bool Deserializer::readMetadata() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 113 end line: 143 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4764 unit: bool swift::dependencies::prescanDependencies() file: lib/DependencyScan/ScanDependencies.cpp start line: 1278 end line: 1311 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4765 unit: void scheduleCommandIfNecessaryAndPossible() file: lib/Driver/Compilation.cpp start line: 325 end line: 362 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4766 unit: void checkUnfinishedJobs() file: lib/Driver/Compilation.cpp start line: 1408 end line: 1436 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4767 unit: void Driver::parseDriverKind() file: lib/Driver/Driver.cpp start line: 83 end line: 113 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4768 unit: void Driver::chooseRemappingOutputPath() file: lib/Driver/Driver.cpp start line: 3287 end line: 3312 size: 24 LOC McCabe index: 6 number of parameters: 3 id: 4769 unit: void Driver::chooseLoadedModuleTracePath() file: lib/Driver/Driver.cpp start line: 3406 end line: 3438 size: 24 LOC McCabe index: 5 number of parameters: 4 id: 4770 unit: static void escapeAndPrintString() file: lib/Driver/Job.cpp start line: 299 end line: 332 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4771 unit: static bool shouldDisallowNewDriver() file: lib/DriverTool/driver.cpp start line: 139 end line: 164 size: 24 LOC McCabe index: 7 number of parameters: 3 id: 4772 unit: bool ArgsToFrontendOptionsConverter::computeModuleName() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 530 end line: 565 size: 24 LOC McCabe index: 10 number of parameters: 0 id: 4773 unit: static void performSILOptimizations() file: lib/Frontend/Frontend.cpp start line: 1305 end line: 1330 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4774 unit: void lineRangesForRange() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 669 end line: 697 size: 24 LOC McCabe index: 3 number of parameters: 2 id: 4775 unit: void getUnresolvedMemberCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4637 end line: 4668 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4776 unit: bool ide::getDocumentationCommentAsXML() file: lib/IDE/CommentConversion.cpp start line: 459 end line: 485 size: 24 LOC McCabe index: 5 number of parameters: 3 id: 4777 unit: FormatContext walkToLocation() file: lib/IDE/Formatting.cpp start line: 1230 end line: 1257 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4778 unit: static StringRef correctNameInternal() file: lib/IDE/Refactoring.cpp start line: 1092 end line: 1120 size: 24 LOC McCabe index: 7 number of parameters: 3 id: 4779 unit: void classifyNodes() file: lib/IDE/Refactoring.cpp start line: 5114 end line: 5140 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4780 unit: void ContextInfoCallbacks::doneParsing() file: lib/IDE/TypeContextInfo.cpp start line: 88 end line: 122 size: 24 LOC McCabe index: 8 number of parameters: 0 id: 4781 unit: void EnumPayload::emitSwitch() file: lib/IRGen/EnumPayload.cpp start line: 271 end line: 299 size: 24 LOC McCabe index: 4 number of parameters: 4 id: 4782 unit: MetadataResponse irgen::emitOpaqueTypeMetadataRef() file: lib/IRGen/GenArchetype.cpp start line: 507 end line: 532 size: 24 LOC McCabe index: 1 number of parameters: 3 id: 4783 unit: void irgen::emitAsyncFunctionEntry() file: lib/IRGen/GenCall.cpp start line: 3869 end line: 3897 size: 24 LOC McCabe index: 1 number of parameters: 4 id: 4784 unit: void IRGenFunction::emitScalarReturn() file: lib/IRGen/GenCall.cpp start line: 4347 end line: 4377 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 4785 unit: Explosion IRGenFunction::coerceValueTo() file: lib/IRGen/GenCall.cpp start line: 4709 end line: 4737 size: 24 LOC McCabe index: 4 number of parameters: 3 id: 4786 unit: static void forEachProtocolWitnessTable() file: lib/IRGen/GenExistential.cpp start line: 1615 end line: 1642 size: 24 LOC McCabe index: 6 number of parameters: 7 id: 4787 unit: ContainedAddress irgen::emitBoxedExistentialProjection() file: lib/IRGen/GenExistential.cpp start line: 1645 end line: 1674 size: 24 LOC McCabe index: 1 number of parameters: 4 id: 4788 unit: uint16_t getKindSpecificFlags() file: lib/IRGen/GenMeta.cpp start line: 1682 end line: 1714 size: 24 LOC McCabe index: 9 number of parameters: 0 id: 4789 unit: void irgen::emitLazySpecializedGenericTypeMetadata() file: lib/IRGen/GenMeta.cpp start line: 2251 end line: 2274 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4790 unit: void emitInstantiationFunction() file: lib/IRGen/GenMeta.cpp start line: 2582 end line: 2620 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 4791 unit: void irgen::emitStructMetadata() file: lib/IRGen/GenMeta.cpp start line: 4577 end line: 4605 size: 24 LOC McCabe index: 2 number of parameters: 2 id: 4792 unit: void irgen::emitEnumMetadata() file: lib/IRGen/GenMeta.cpp start line: 4913 end line: 4941 size: 24 LOC McCabe index: 2 number of parameters: 2 id: 4793 unit: void addGenericWitnessTable() file: lib/IRGen/GenProto.cpp start line: 1969 end line: 1999 size: 24 LOC McCabe index: 2 number of parameters: 0 id: 4794 unit: static void save() file: lib/IRGen/GenProto.cpp start line: 2874 end line: 2897 size: 24 LOC McCabe index: 4 number of parameters: 4 id: 4795 unit: void NecessaryBindings::addAbstractConditionalRequirements() file: lib/IRGen/GenProto.cpp start line: 2960 end line: 2984 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4796 unit: void initializeWithCopy() file: lib/IRGen/GenRecord.h start line: 212 end line: 240 size: 24 LOC McCabe index: 8 number of parameters: 5 id: 4797 unit: void addField() file: lib/IRGen/GenReflection.cpp start line: 707 end line: 737 size: 24 LOC McCabe index: 4 number of parameters: 3 id: 4798 unit: static Address emitDefaultAllocateBuffer() file: lib/IRGen/GenValueWitness.cpp start line: 273 end line: 299 size: 24 LOC McCabe index: 4 number of parameters: 5 id: 4799 unit: static void initLLVMModule() file: lib/IRGen/IRGen.cpp start line: 930 end line: 959 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 4800 unit: static void bindParameter() file: lib/IRGen/IRGenSIL.cpp start line: 1880 end line: 1913 size: 24 LOC McCabe index: 3 number of parameters: 6 id: 4801 unit: void IRGenSILFunction::visitDifferentiableFunctionInst() file: lib/IRGen/IRGenSIL.cpp start line: 2437 end line: 2475 size: 24 LOC McCabe index: 2 number of parameters: 1 id: 4802 unit: void IRGenFunction::bindLocalTypeDataFromSelfWitnessTable() file: lib/IRGen/LocalTypeData.cpp start line: 461 end line: 487 size: 24 LOC McCabe index: 2 number of parameters: 3 id: 4803 unit: Size irgen::getStaticTupleElementOffset() file: lib/IRGen/MetadataLayout.cpp start line: 523 end line: 554 size: 24 LOC McCabe index: 2 number of parameters: 3 id: 4804 unit: void StructLayoutBuilder::addFixedSizeElement() file: lib/IRGen/StructLayout.cpp start line: 274 end line: 318 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4805 unit: bool AlignedGroupEntry::canValueWitnessExtraInhabitantsUpTo() file: lib/IRGen/TypeLayout.cpp start line: 903 end line: 932 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4806 unit: void IndexSwiftASTWalker::visitModule() file: lib/Index/Index.cpp start line: 1040 end line: 1064 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 4807 unit: bool isSimpleReplacement() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 322 end line: 347 size: 24 LOC McCabe index: 10 number of parameters: 3 id: 4808 unit: void Lexer::initialize() file: lib/Parse/Lexer.cpp start line: 190 end line: 224 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4809 unit: Type getForeignResultType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 464 end line: 496 size: 24 LOC McCabe index: 9 number of parameters: 4 id: 4810 unit: void finishFunctionType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1920 end line: 1944 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4811 unit: bool addImport() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 135 end line: 164 size: 24 LOC McCabe index: 10 number of parameters: 1 id: 4812 unit: bool AbstractionPattern::requiresClass() file: lib/SIL/IR/AbstractionPattern.cpp start line: 228 end line: 254 size: 24 LOC McCabe index: 9 number of parameters: 0 id: 4813 unit: bool SILDeclRef::isTransparent() file: lib/SIL/IR/SILDeclRef.cpp start line: 529 end line: 558 size: 24 LOC McCabe index: 11 number of parameters: 0 id: 4814 unit: ProtocolConformanceRef substWitnessConformance() file: lib/SIL/IR/SILFunctionType.cpp start line: 3776 end line: 3807 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4815 unit: bool TupleExtractInst::isTrivialEltOfOneRCIDTuple() file: lib/SIL/IR/SILInstructions.cpp start line: 1274 end line: 1319 size: 24 LOC McCabe index: 8 number of parameters: 0 id: 4816 unit: bool StructExtractInst::isTrivialFieldOfOneRCIDStruct() file: lib/SIL/IR/SILInstructions.cpp start line: 1418 end line: 1464 size: 24 LOC McCabe index: 8 number of parameters: 0 id: 4817 unit: void SILGlobalVariable::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3041 end line: 3072 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4818 unit: std::pair walkToExprPre() file: lib/SIL/IR/SILProfiler.cpp start line: 1063 end line: 1097 size: 24 LOC McCabe index: 11 number of parameters: 1 id: 4819 unit: CanSILBoxType TypeConverter::getBoxTypeForEnumElement() file: lib/SIL/IR/TypeLowering.cpp start line: 3539 end line: 3574 size: 24 LOC McCabe index: 3 number of parameters: 3 id: 4820 unit: bool SILParser::parseSILBBArgsAtBranch() file: lib/SIL/Parser/ParseSIL.cpp start line: 1908 end line: 1932 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4821 unit: std::string SpecializationMangler::finalize() file: lib/SIL/Utils/GenericSpecializationMangler.cpp start line: 49 end line: 73 size: 24 LOC McCabe index: 5 number of parameters: 0 id: 4822 unit: bool swift::onlyAffectsRefCount() file: lib/SIL/Utils/InstructionUtils.cpp start line: 278 end line: 301 size: 24 LOC McCabe index: 15 number of parameters: 1 id: 4823 unit: SILValue visitAccessProjection() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1313 end line: 1343 size: 24 LOC McCabe index: 9 number of parameters: 2 id: 4824 unit: SILType Projection::getType() file: lib/SIL/Utils/Projection.cpp start line: 187 end line: 212 size: 24 LOC McCabe index: 11 number of parameters: 3 id: 4825 unit: Optional ProjectionPath::getProjectionPath() file: lib/SIL/Utils/Projection.cpp start line: 364 end line: 409 size: 24 LOC McCabe index: 11 number of parameters: 2 id: 4826 unit: void SILInstruction::verifyDebugInfo() file: lib/SIL/Verifier/DebugInfoVerifier.cpp start line: 28 end line: 57 size: 24 LOC McCabe index: 9 number of parameters: 0 id: 4827 unit: void State::checkPredsForDoubleConsume() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 348 end line: 377 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 4828 unit: void checkBeginUnpairedAccessInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2302 end line: 2330 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4829 unit: void checkOpenExistentialAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3574 end line: 3603 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4830 unit: void checkExistentialProtocolConformances() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3912 end line: 3939 size: 24 LOC McCabe index: 6 number of parameters: 3 id: 4831 unit: void emit() file: lib/SILGen/SILGenApply.cpp start line: 2483 end line: 2506 size: 24 LOC McCabe index: 9 number of parameters: 3 id: 4832 unit: SILValue SILGenFunction::emitApplyWithRethrow() file: lib/SILGen/SILGenApply.cpp start line: 4717 end line: 4747 size: 24 LOC McCabe index: 2 number of parameters: 5 id: 4833 unit: RValue SILGenFunction::emitLiteral() file: lib/SILGen/SILGenApply.cpp start line: 5224 end line: 5256 size: 24 LOC McCabe index: 4 number of parameters: 2 id: 4834 unit: ArgumentSource AccessorBaseArgPreparer::prepareAccessorAddressBaseArg() file: lib/SILGen/SILGenApply.cpp start line: 5526 end line: 5565 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4835 unit: static bool areRelatedTypesForBridgingPeephole() file: lib/SILGen/SILGenConvert.cpp start line: 1297 end line: 1337 size: 24 LOC McCabe index: 10 number of parameters: 2 id: 4836 unit: RValue SILGenFunction::emitCollectionConversion() file: lib/SILGen/SILGenExpr.cpp start line: 1357 end line: 1384 size: 24 LOC McCabe index: 1 number of parameters: 6 id: 4837 unit: void LValue::addMemberSubscriptComponent() file: lib/SILGen/SILGenLValue.cpp start line: 3514 end line: 3539 size: 24 LOC McCabe index: 2 number of parameters: 13 id: 4838 unit: ManagedValue SILGenFunction::emitLoad() file: lib/SILGen/SILGenLValue.cpp start line: 3708 end line: 3736 size: 24 LOC McCabe index: 3 number of parameters: 8 id: 4839 unit: void PatternMatchEmission::emitWildcardDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 1080 end line: 1119 size: 24 LOC McCabe index: 5 number of parameters: 4 id: 4840 unit: void plan() file: lib/SILGen/SILGenPoly.cpp start line: 1921 end line: 1952 size: 24 LOC McCabe index: 1 number of parameters: 7 id: 4841 unit: SILValue SILGenFunction::emitMainExecutor() file: lib/SILGen/SILGenProlog.cpp start line: 683 end line: 714 size: 24 LOC McCabe index: 2 number of parameters: 1 id: 4842 unit: SILValue SILGenFunction::emitLoadGlobalActorExecutor() file: lib/SILGen/SILGenProlog.cpp start line: 731 end line: 757 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4843 unit: void ARCBBState::mergeSuccBottomUp() file: lib/SILOptimizer/ARC/ARCBBState.cpp start line: 31 end line: 75 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4844 unit: void ARCRegionState::mergeSuccBottomUp() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 55 end line: 99 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4845 unit: static bool canApplyOfBuiltinUseNonTrivialValues() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 101 end line: 128 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 4846 unit: bool walkToDeclPre() file: lib/SILOptimizer/Analysis/ProtocolConformanceAnalysis.cpp start line: 37 end line: 62 size: 24 LOC McCabe index: 10 number of parameters: 1 id: 4847 unit: void RCIdentityFunctionInfo::visitRCUses() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 549 end line: 595 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4848 unit: bool FunctionSideEffects::setDefinedEffects() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 346 end line: 373 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4849 unit: void setTangentValue() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 277 end line: 301 size: 24 LOC McCabe index: 5 number of parameters: 3 id: 4850 unit: void visitCopyAddrInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 909 end line: 937 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4851 unit: void visitLoadOperation() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1428 end line: 1455 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4852 unit: bool FunctionSignatureTransform::removeDeadArgs() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 717 end line: 756 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4853 unit: bool FunctionSignatureTransform::OwnedToGuaranteedAnalyzeResults() file: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp start line: 116 end line: 146 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4854 unit: static void markReabstractionPartialApplyAsUsed() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 1006 end line: 1029 size: 24 LOC McCabe index: 6 number of parameters: 3 id: 4855 unit: void run() file: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp start line: 613 end line: 642 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4856 unit: SILValue ApplyRewriter::materializeIndirectResultAddress() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 847 end line: 876 size: 24 LOC McCabe index: 4 number of parameters: 2 id: 4857 unit: void AddressLowering::runOnFunction() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1486 end line: 1526 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4858 unit: static bool isStoreObjcWeak() file: lib/SILOptimizer/Mandatory/DiagnoseLifetimeIssues.cpp start line: 120 end line: 150 size: 24 LOC McCabe index: 9 number of parameters: 2 id: 4859 unit: bool DifferentiationTransformer::processLinearFunctionInst() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 1326 end line: 1356 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4860 unit: void MandatoryCombiner::addReachableCodeToWorklist() file: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp start line: 212 end line: 240 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4861 unit: void SILPassManager::addFunctionToWorklist() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 764 end line: 812 size: 24 LOC McCabe index: 11 number of parameters: 2 id: 4862 unit: void run() file: lib/SILOptimizer/SILCombiner/SILCombine.cpp start line: 532 end line: 561 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 4863 unit: void run() file: lib/SILOptimizer/SemanticARC/SemanticARCOpts.cpp start line: 140 end line: 182 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4864 unit: void AccessConflictAndMergeAnalysis::visitMayRelease() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 739 end line: 772 size: 24 LOC McCabe index: 4 number of parameters: 2 id: 4865 unit: bool CSE::processFunction() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 683 end line: 723 size: 24 LOC McCabe index: 4 number of parameters: 2 id: 4866 unit: static bool canNRVO() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 1461 end line: 1503 size: 24 LOC McCabe index: 11 number of parameters: 1 id: 4867 unit: void DCE::computeMinPredecessorLevels() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 788 end line: 814 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4868 unit: void DestroyHoisting::initDataflow() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 218 end line: 243 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4869 unit: static Optional shouldInlineGeneric() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 585 end line: 637 size: 24 LOC McCabe index: 12 number of parameters: 1 id: 4870 unit: static bool hoistSILArgumentReleaseInst() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 865 end line: 905 size: 24 LOC McCabe index: 9 number of parameters: 1 id: 4871 unit: static SILValue findValueShallowRoot() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 957 end line: 992 size: 24 LOC McCabe index: 9 number of parameters: 1 id: 4872 unit: static bool sinkIncrementsIntoSwitchRegions() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1653 end line: 1695 size: 24 LOC McCabe index: 4 number of parameters: 3 id: 4873 unit: bool MemoryToRegisters::run() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1772 end line: 1799 size: 24 LOC McCabe index: 8 number of parameters: 0 id: 4874 unit: void run() file: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp start line: 593 end line: 629 size: 24 LOC McCabe index: 9 number of parameters: 0 id: 4875 unit: void run() file: lib/SILOptimizer/UtilityPasses/EpilogueARCMatcherDumper.cpp start line: 40 end line: 71 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4876 unit: SILValue RewriteOuterBorrowUses::createOuterValues() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 645 end line: 674 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4877 unit: bool CanonicalizeBorrowScope::consolidateBorrowScope() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 744 end line: 777 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4878 unit: APInt swift::constantFoldCast() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 113 end line: 138 size: 24 LOC McCabe index: 9 number of parameters: 2 id: 4879 unit: static bool growingSubstitutions() file: lib/SILOptimizer/Utils/Generics.cpp start line: 263 end line: 294 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4880 unit: void ReabstractionInfo::finishPartialSpecializationPreparation() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1764 end line: 1797 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4881 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 346 end line: 380 size: 24 LOC McCabe index: 3 number of parameters: 2 id: 4882 unit: void printCounterChange() file: lib/SILOptimizer/Utils/OptimizerStatsUtils.cpp start line: 605 end line: 637 size: 24 LOC McCabe index: 1 number of parameters: 7 id: 4883 unit: void StackNesting::dump() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 333 end line: 356 size: 24 LOC McCabe index: 5 number of parameters: 0 id: 4884 unit: void visitPatternBindingDecl() file: lib/Sema/BuilderTransform.cpp start line: 269 end line: 303 size: 24 LOC McCabe index: 9 number of parameters: 1 id: 4885 unit: NullablePtr visitCaseStmt() file: lib/Sema/BuilderTransform.cpp start line: 1464 end line: 1493 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4886 unit: Type swift::inferResultBuilderComponentType() file: lib/Sema/BuilderTransform.cpp start line: 2050 end line: 2079 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4887 unit: void finalize() file: lib/Sema/CSApply.cpp start line: 5150 end line: 5178 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 4888 unit: LiteralBindingKind BindingSet::getLiteralKind() file: lib/Sema/CSBindings.cpp start line: 1571 end line: 1601 size: 24 LOC McCabe index: 8 number of parameters: 0 id: 4889 unit: bool AbstractRawRepresentableFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 7208 end line: 7235 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4890 unit: bool MissingContextualTypeForNil::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7453 end line: 7491 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 4891 unit: bool AllowInvalidRefInKeyPath::diagnose() file: lib/Sema/CSFix.cpp start line: 1004 end line: 1030 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 4892 unit: static bool isSelfRecursiveKeyPathDynamicMemberLookup() file: lib/Sema/CSSimplify.cpp start line: 7473 end line: 7511 size: 24 LOC McCabe index: 7 number of parameters: 3 id: 4893 unit: void ConstraintGraphNode::removeConstraint() file: lib/Sema/ConstraintGraph.cpp start line: 146 end line: 179 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4894 unit: TinyPtrVector connectedComponents() file: lib/Sema/ConstraintGraph.cpp start line: 1028 end line: 1064 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4895 unit: Type ConstraintSystem::replaceInferableTypesWithTypeVars() file: lib/Sema/ConstraintSystem.cpp start line: 783 end line: 811 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4896 unit: void ImportResolver::addCrossImportableModules() file: lib/Sema/ImportResolution.cpp start line: 1156 end line: 1207 size: 24 LOC McCabe index: 9 number of parameters: 1 id: 4897 unit: void transformStmtCondition() file: lib/Sema/PCMacro.cpp start line: 112 end line: 136 size: 24 LOC McCabe index: 8 number of parameters: 2 id: 4898 unit: Added buildLoggerCallWithApply() file: lib/Sema/PlaygroundTransform.cpp start line: 812 end line: 843 size: 24 LOC McCabe index: 2 number of parameters: 2 id: 4899 unit: bool AttributeChecker::visitAbstractAccessControlAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 769 end line: 799 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 4900 unit: void addCapture() file: lib/Sema/TypeCheckCaptures.cpp start line: 178 end line: 211 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 4901 unit: void noteGlobalActorOnContext() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1802 end line: 1833 size: 24 LOC McCabe index: 11 number of parameters: 2 id: 4902 unit: bool TypeChecker::typesSatisfyConstraint() file: lib/Sema/TypeCheckConstraints.cpp start line: 733 end line: 762 size: 24 LOC McCabe index: 8 number of parameters: 6 id: 4903 unit: void visitEnumElementDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2890 end line: 2921 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4904 unit: Classification classifyFunctionBody() file: lib/Sema/TypeCheckEffects.cpp start line: 954 end line: 982 size: 24 LOC McCabe index: 6 number of parameters: 3 id: 4905 unit: ShouldRecurse_t checkAutoClosure() file: lib/Sema/TypeCheckEffects.cpp start line: 2316 end line: 2347 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4906 unit: Type swift::computeWrappedValueType() file: lib/Sema/TypeCheckPropertyWrapper.cpp start line: 664 end line: 692 size: 24 LOC McCabe index: 7 number of parameters: 3 id: 4907 unit: static void inferStaticInitializeObjCMetadata() file: lib/Sema/TypeCheckProtocol.cpp start line: 5979 end line: 6018 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4908 unit: static SelfTypeKind getSelfTypeKind() file: lib/Sema/TypeCheckType.cpp start line: 1308 end line: 1345 size: 24 LOC McCabe index: 11 number of parameters: 2 id: 4909 unit: static llvm::Error skipAssociatedTypeMembers() file: lib/Serialization/Deserialization.cpp start line: 956 end line: 985 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 4910 unit: void ModuleFile::loadObjCMethods() file: lib/Serialization/ModuleFile.cpp start line: 624 end line: 656 size: 24 LOC McCabe index: 7 number of parameters: 4 id: 4911 unit: void ModuleFile::loadDerivativeFunctionConfigurations() file: lib/Serialization/ModuleFile.cpp start line: 658 end line: 684 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 4912 unit: static uint8_t getRawStableDefaultArgumentKind() file: lib/Serialization/Serialization.cpp start line: 1289 end line: 1313 size: 24 LOC McCabe index: 2 number of parameters: 1 id: 4913 unit: bool walkToDeclPre() file: lib/Serialization/SerializeDoc.cpp start line: 714 end line: 746 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4914 unit: void SILSerializer::writeSILGlobalVar() file: lib/Serialization/SerializeSIL.cpp start line: 2558 end line: 2583 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4915 unit: void SILSerializer::writeSILWitnessTable() file: lib/Serialization/SerializeSIL.cpp start line: 2652 end line: 2682 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 4916 unit: std::error_code SerializedModuleLoaderBase::openModuleFile() file: lib/Serialization/SerializedModuleLoader.cpp start line: 339 end line: 390 size: 24 LOC McCabe index: 5 number of parameters: 3 id: 4917 unit: void TBDGenVisitor::addDifferentiabilityWitness() file: lib/TBDGen/TBDGen.cpp start line: 591 end line: 621 size: 24 LOC McCabe index: 4 number of parameters: 5 id: 4918 unit: template iterator insert_one_impl() file: stdlib/include/llvm/ADT/SmallVector.h start line: 737 end line: 771 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 4919 unit: func parseMappings() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 281 end line: 311 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4920 unit: func parseAge() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 383 end line: 414 size: 24 LOC McCabe index: 3 number of parameters: 2 id: 4921 unit: func taskCreateFlags() file: stdlib/public/Concurrency/Task.swift start line: 438 end line: 461 size: 24 LOC McCabe index: 6 number of parameters: 6 id: 4922 unit: int StringRef::compare_numeric() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 58 end line: 86 size: 24 LOC McCabe index: 16 number of parameters: 1 id: 4923 unit: void TypeRefBuilder::dumpAssociatedTypeSection() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 419 end line: 445 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4924 unit: static swift_typeinfo_t convertTypeInfo() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 427 end line: 452 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 4925 unit: static swift_childinfo_t convertChild() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 454 end line: 479 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4926 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 396 end line: 499 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 4927 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1301 end line: 1467 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 4928 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2582 end line: 2822 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 4929 unit: mutating func visitHeader() file: stdlib/public/core/KeyPath.swift start line: 2676 end line: 2702 size: 24 LOC McCabe index: 1 number of parameters: 4 id: 4930 unit: func _fastCStringContents() file: stdlib/public/core/StringBridge.swift start line: 40 end line: 78 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 4931 unit: init() file: stdlib/public/core/StringBridge.swift start line: 307 end line: 332 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4932 unit: void swift::swift_initStructMetadata() file: stdlib/public/runtime/Metadata.cpp start line: 2375 end line: 2405 size: 24 LOC McCabe index: 3 number of parameters: 5 id: 4933 unit: template void ProtocolConformanceDescriptor::dump() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 107 end line: 135 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 4934 unit: static void swift_image_constructor() file: stdlib/public/runtime/SwiftRT-COFF.cpp start line: 60 end line: 89 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 4935 unit: static void swift_image_constructor() file: stdlib/public/runtime/SwiftRT-ELF.cpp start line: 51 end line: 80 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 4936 unit: static uint64_t uint64ToStringImpl() file: stdlib/public/stubs/Stubs.cpp start line: 81 end line: 106 size: 24 LOC McCabe index: 6 number of parameters: 5 id: 4937 unit: size_t EditableTextBuffer::getSizeForSnapshot() file: tools/SourceKit/lib/Support/ImmutableTextBuffer.cpp start line: 259 end line: 287 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4938 unit: void SwiftLangSupport::codeComplete() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 195 end line: 223 size: 24 LOC McCabe index: 3 number of parameters: 7 id: 4939 unit: UIdent SwiftLangSupport::getUIDForAccessor() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 341 end line: 365 size: 24 LOC McCabe index: 17 number of parameters: 3 id: 4940 unit: static void computeDiagnostics() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1589 end line: 1617 size: 24 LOC McCabe index: 1 number of parameters: 6 id: 4941 unit: void SwiftLangSupport::getDiagnostics() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1877 end line: 1902 size: 24 LOC McCabe index: 4 number of parameters: 5 id: 4942 unit: static void findRelatedIdents() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2152 end line: 2178 size: 24 LOC McCabe index: 4 number of parameters: 6 id: 4943 unit: static void fillDictionaryForDiagnosticInfo() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2998 end line: 3024 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 4944 unit: std::unique_ptr createBuffer() file: tools/SourceKit/tools/sourcekitd/lib/API/VariableTypeArray.cpp start line: 114 end line: 138 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4945 unit: void tryDemangleDecl() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3805 end line: 3831 size: 24 LOC McCabe index: 5 number of parameters: 3 id: 4946 unit: func dumpGenericMetadata() file: tools/swift-inspect/Sources/swift-inspect/main.swift start line: 50 end line: 75 size: 24 LOC McCabe index: 5 number of parameters: 3 id: 4947 unit: def perform_build() file: tools/swift-inspect/build_script_helper.py start line: 0 end line: 0 size: 24 LOC McCabe index: 2 number of parameters: 2 id: 4948 unit: std::vector RaceTest() file: unittests/runtime/Metadata.cpp start line: 67 end line: 96 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4949 unit: template void tryReadLockWhileReadLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 551 end line: 581 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4950 unit: def print_summary() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 24 LOC McCabe index: 8 number of parameters: 2 id: 4951 unit: def main() file: utils/android/adb_push_built_products/main.py start line: 0 end line: 0 size: 24 LOC McCabe index: 5 number of parameters: 0 id: 4952 unit: func emitBinaryProps() file: utils/gen-unicode-data/Sources/GenScalarProps/BinProps.swift start line: 186 end line: 218 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 4953 unit: def check_parsed_child_condition_raw() file: utils/gyb_syntax_support/__init__.py start line: 0 end line: 0 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 4954 unit: def merge_all_jobstats() file: utils/jobstats/jobstats.py start line: 0 end line: 0 size: 24 LOC McCabe index: 7 number of parameters: 6 id: 4955 unit: def ssapass_passlist() file: utils/pass-pipeline/src/pass_pipeline_library.py start line: 0 end line: 0 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 4956 unit: def dump_module_api() file: utils/swift-api-dump.py start line: 0 end line: 0 size: 24 LOC McCabe index: 7 number of parameters: 6 id: 4957 unit: def process_module_files() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 24 LOC McCabe index: 10 number of parameters: 2 id: 4958 unit: def compute_host_specific_variables() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 4959 unit: def cmake_source_version() file: utils/swift_build_support/swift_build_support/cmake.py start line: 0 end line: 0 size: 24 LOC McCabe index: 8 number of parameters: 2 id: 4960 unit: def build() file: utils/swift_build_support/swift_build_support/products/tsan_libdispatch.py start line: 0 end line: 0 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 4961 unit: def update_all_repositories() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 24 LOC McCabe index: 6 number of parameters: 4 id: 4962 unit: func p() file: validation-test/compiler_crashers_fixed/01105-void.swift start line: 18 end line: 41 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 4963 unit: init() file: benchmark/single-source/ChaCha.swift start line: 59 end line: 102 size: 23 LOC McCabe index: 2 number of parameters: 3 id: 4964 unit: func collectMetadata() file: benchmark/utils/DriverUtils.swift start line: 472 end line: 501 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 4965 unit: bool visitBoundGenericType() file: include/swift/AST/TypeMatcher.h start line: 367 end line: 393 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 4966 unit: MutableArrayRef claimStorage() file: include/swift/Basic/EncodedSequence.h start line: 200 end line: 232 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 4967 unit: void IterateConformanceTable() file: include/swift/Reflection/ReflectionContext.h start line: 1087 end line: 1112 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 4968 unit: StoredPointer allocationMetadataPointer() file: include/swift/Reflection/ReflectionContext.h start line: 1158 end line: 1180 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 4969 unit: bool isMetadataSourceReady() file: include/swift/Reflection/ReflectionContext.h start line: 1511 end line: 1534 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 4970 unit: bool readFunctionPointerExtraInhabitantIndex() file: include/swift/Remote/MemoryReader.h start line: 193 end line: 215 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 4971 unit: inline SILBasicBlock::iterator eraseFromParentWithDebugInsts() file: include/swift/SIL/DebugUtils.h start line: 200 end line: 226 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 4972 unit: static unsigned getHashValue() file: include/swift/SIL/MemAccessUtils.h start line: 826 end line: 848 size: 23 LOC McCabe index: 11 number of parameters: 1 id: 4973 unit: static BorrowedValueKind get() file: include/swift/SIL/OwnershipUtils.h start line: 435 end line: 457 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 4974 unit: bool isTransformationTerminator() file: include/swift/SIL/SILInstruction.h start line: 8006 end line: 8028 size: 23 LOC McCabe index: 17 number of parameters: 0 id: 4975 unit: SourceRange getSourceRange() file: include/swift/Sema/ConstraintSystem.h start line: 2136 end line: 2163 size: 23 LOC McCabe index: 8 number of parameters: 0 id: 4976 unit: bool getExpressionTooComplex() file: include/swift/Sema/ConstraintSystem.h start line: 5214 end line: 5247 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 4977 unit: StringRef printGenericSignature() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1164 end line: 1186 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 4978 unit: bool ASTContext::canImportModuleImpl() file: lib/AST/ASTContext.cpp start line: 2208 end line: 2235 size: 23 LOC McCabe index: 8 number of parameters: 4 id: 4979 unit: bool ForeignRepresentationInfo::isRepresentableAsOptional() file: lib/AST/ASTContext.cpp start line: 4762 end line: 4790 size: 23 LOC McCabe index: 8 number of parameters: 0 id: 4980 unit: bool ASTContext::overrideGenericSignatureReqsSatisfied() file: lib/AST/ASTContext.cpp start line: 5313 end line: 5340 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 4981 unit: void visitInterpolatedStringLiteralExpr() file: lib/AST/ASTDumper.cpp start line: 1873 end line: 1897 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 4982 unit: void visitEditorPlaceholderExpr() file: lib/AST/ASTDumper.cpp start line: 2718 end line: 2742 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 4983 unit: void visitIdentTypeRepr() file: lib/AST/ASTDumper.cpp start line: 2970 end line: 2992 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 4984 unit: SourceRange ASTNode::getSourceRange() file: lib/AST/ASTNode.cpp start line: 27 end line: 51 size: 23 LOC McCabe index: 9 number of parameters: 0 id: 4985 unit: void printTransformedTypeWithOptions() file: lib/AST/ASTPrinter.cpp start line: 767 end line: 793 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 4986 unit: static bool usesBuiltinType() file: lib/AST/ASTPrinter.cpp start line: 2857 end line: 2883 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 4987 unit: void PrintAST::visitProtocolDecl() file: lib/AST/ASTPrinter.cpp start line: 3329 end line: 3358 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 4988 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1638 end line: 1664 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 4989 unit: bool visitNominalTypeDecl() file: lib/AST/ASTWalker.cpp start line: 286 end line: 318 size: 23 LOC McCabe index: 12 number of parameters: 1 id: 4990 unit: AvailabilityContext ASTContext::getSwift52Availability() file: lib/AST/Availability.cpp start line: 379 end line: 406 size: 23 LOC McCabe index: 10 number of parameters: 0 id: 4991 unit: void ConformanceLookupTable::expandImpliedConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 480 end line: 512 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 4992 unit: bool ExtensionDecl::isEquivalentToExtendedContext() file: lib/AST/Decl.cpp start line: 1364 end line: 1392 size: 23 LOC McCabe index: 6 number of parameters: 0 id: 4993 unit: bool EnumDecl::isFormallyExhaustive() file: lib/AST/Decl.cpp start line: 4838 end line: 4880 size: 23 LOC McCabe index: 10 number of parameters: 1 id: 4994 unit: bool VarDecl::isMemberwiseInitialized() file: lib/AST/Decl.cpp start line: 6175 end line: 6217 size: 23 LOC McCabe index: 17 number of parameters: 1 id: 4995 unit: void FileSpecificDiagnosticConsumer::computeConsumersOrderedByRange() file: lib/AST/DiagnosticConsumer.cpp start line: 89 end line: 122 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 4996 unit: ConstraintResult GenericSignatureBuilder::addSameTypeRequirementDirect() file: lib/AST/GenericSignatureBuilder.cpp start line: 5003 end line: 5031 size: 23 LOC McCabe index: 5 number of parameters: 4 id: 4997 unit: void swift::simple_display() file: lib/AST/Module.cpp start line: 3142 end line: 3165 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 4998 unit: void namelookup::filterForDiscriminator() file: lib/AST/NameLookup.cpp start line: 856 end line: 881 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 4999 unit: void FindLocalVal::checkValueDecl() file: lib/AST/NameLookup.cpp start line: 2812 end line: 2839 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5000 unit: void FindLocalVal::visitBraceStmt() file: lib/AST/NameLookup.cpp start line: 2922 end line: 2953 size: 23 LOC McCabe index: 10 number of parameters: 2 id: 5001 unit: void FindLocalVal::visitCaseStmt() file: lib/AST/NameLookup.cpp start line: 2963 end line: 2995 size: 23 LOC McCabe index: 9 number of parameters: 1 id: 5002 unit: Type PropertyMap::getTypeFromSubstitutionSchema() file: lib/AST/RequirementMachine/InterfaceType.cpp start line: 464 end line: 495 size: 23 LOC McCabe index: 5 number of parameters: 4 id: 5003 unit: void RequirementMachine::initWithAbstractRequirements() file: lib/AST/RequirementMachine/RequirementMachine.cpp start line: 144 end line: 175 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5004 unit: ArrayRef RewriteContext::getProtocolComponent() file: lib/AST/RequirementMachine/RewriteContext.cpp start line: 253 end line: 280 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 5005 unit: static void verifyFields() file: lib/AST/SILLayout.cpp start line: 46 end line: 71 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5006 unit: Type TypeBase::replaceCovariantResultType() file: lib/AST/Type.cpp start line: 994 end line: 1023 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5007 unit: void print() file: lib/Basic/Statistic.cpp start line: 196 end line: 218 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5008 unit: static bool suppressOverriddenMethods() file: lib/ClangImporter/ImportDecl.cpp start line: 8105 end line: 8135 size: 23 LOC McCabe index: 9 number of parameters: 4 id: 5009 unit: static bool canBridgeTypes() file: lib/ClangImporter/ImportType.cpp start line: 1237 end line: 1260 size: 23 LOC McCabe index: 17 number of parameters: 1 id: 5010 unit: static bool isCFAudited() file: lib/ClangImporter/ImportType.cpp start line: 1263 end line: 1286 size: 23 LOC McCabe index: 17 number of parameters: 1 id: 5011 unit: void Node::removeChildAt() file: lib/Demangling/Demangler.cpp start line: 378 end line: 400 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5012 unit: NodePointer Demangler::popTuple() file: lib/Demangling/Demangler.cpp start line: 1463 end line: 1487 size: 23 LOC McCabe index: 5 number of parameters: 0 id: 5013 unit: NodePointer Demangler::demangleGenericSignature() file: lib/Demangling/Demangler.cpp start line: 3510 end line: 3532 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5014 unit: void NodePrinter::printEntityType() file: lib/Demangling/NodePrinter.cpp start line: 3077 end line: 3100 size: 23 LOC McCabe index: 7 number of parameters: 4 id: 5015 unit: ManglingError Remangler::mangleImplFunctionConvention() file: lib/Demangling/Remangler.cpp start line: 1721 end line: 1743 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5016 unit: void Serializer::addArray() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 893 end line: 921 size: 23 LOC McCabe index: 4 number of parameters: 3 id: 5017 unit: static bool findXcodeClangPath() file: lib/Driver/DarwinToolChains.cpp start line: 174 end line: 200 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5018 unit: void toolchains::Darwin::addLTOLibArgs() file: lib/Driver/DarwinToolChains.cpp start line: 322 end line: 348 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5019 unit: static bool isSDKTooOld() file: lib/Driver/Driver.cpp start line: 1405 end line: 1432 size: 23 LOC McCabe index: 8 number of parameters: 4 id: 5020 unit: void Driver::chooseObjectiveCHeaderOutputPath() file: lib/Driver/Driver.cpp start line: 3477 end line: 3506 size: 23 LOC McCabe index: 7 number of parameters: 4 id: 5021 unit: static unsigned printActions() file: lib/Driver/Driver.cpp start line: 3508 end line: 3534 size: 23 LOC McCabe index: 3 number of parameters: 2 id: 5022 unit: bool detectFuncToProperty() file: lib/DriverTool/swift_api_digester_main.cpp start line: 186 end line: 208 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5023 unit: static StringRef getLeftComment() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1407 end line: 1429 size: 23 LOC McCabe index: 15 number of parameters: 2 id: 5024 unit: static void findTypeMemberDiffs() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1781 end line: 1806 size: 23 LOC McCabe index: 4 number of parameters: 3 id: 5025 unit: static bool readBreakageAllowlist() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1845 end line: 1867 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 5026 unit: void DiagnosticVerifier::printRemainingDiagnostics() file: lib/Frontend/DiagnosticVerifier.cpp start line: 913 end line: 939 size: 23 LOC McCabe index: 6 number of parameters: 0 id: 5027 unit: bool CompilerInstance::setupDiagnosticVerifierIfNeeded() file: lib/Frontend/Frontend.cpp start line: 312 end line: 338 size: 23 LOC McCabe index: 4 number of parameters: 0 id: 5028 unit: void CompilerInstance::setUpDiagnosticOptions() file: lib/Frontend/Frontend.cpp start line: 468 end line: 490 size: 23 LOC McCabe index: 6 number of parameters: 0 id: 5029 unit: bool CompilerInstance::loadStdlibIfNeeded() file: lib/Frontend/Frontend.cpp start line: 1132 end line: 1160 size: 23 LOC McCabe index: 6 number of parameters: 0 id: 5030 unit: DependencyStatus checkDependency() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 398 end line: 429 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 5031 unit: static void emitSwiftdepsForAllPrimaryInputsIfNeeded() file: lib/FrontendTool/FrontendTool.cpp start line: 641 end line: 680 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5032 unit: void ABIDependencyEvaluator::computeABIDependenciesForClangModule() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 457 end line: 498 size: 23 LOC McCabe index: 10 number of parameters: 1 id: 5033 unit: void CodeCompletionResultBuilder::addTypeAnnotation() file: lib/IDE/CodeCompletion.cpp start line: 1077 end line: 1102 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 5034 unit: void addSuperKeyword() file: lib/IDE/CodeCompletion.cpp start line: 1513 end line: 1537 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5035 unit: bool tryModuleCompletions() file: lib/IDE/CodeCompletion.cpp start line: 3979 end line: 4007 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5036 unit: void getPostfixKeywordCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4058 end line: 4082 size: 23 LOC McCabe index: 6 number of parameters: 2 id: 5037 unit: void addInfixOperatorCompletion() file: lib/IDE/CodeCompletion.cpp start line: 4196 end line: 4221 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 5038 unit: void tryInfixOperatorCompletion() file: lib/IDE/CodeCompletion.cpp start line: 4223 end line: 4255 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5039 unit: static void undoSingleExpressionReturn() file: lib/IDE/CodeCompletion.cpp start line: 6904 end line: 6929 size: 23 LOC McCabe index: 9 number of parameters: 1 id: 5040 unit: void swift::ide::printCodeCompletionResultTypeName() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 304 end line: 330 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5041 unit: void swift::ide::CompletionInstance::performOperation() file: lib/IDE/CompletionInstance.cpp start line: 636 end line: 674 size: 23 LOC McCabe index: 3 number of parameters: 8 id: 5042 unit: void scanTokensUntil() file: lib/IDE/Formatting.cpp start line: 1582 end line: 1605 size: 23 LOC McCabe index: 13 number of parameters: 1 id: 5043 unit: bool CursorInfoResolver::tryResolve() file: lib/IDE/IDERequests.cpp start line: 103 end line: 131 size: 23 LOC McCabe index: 8 number of parameters: 6 id: 5044 unit: void initFromOptionalTry() file: lib/IDE/Refactoring.cpp start line: 4636 end line: 4661 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5045 unit: bool createAsyncWrapper() file: lib/IDE/Refactoring.cpp start line: 6051 end line: 6083 size: 23 LOC McCabe index: 4 number of parameters: 0 id: 5046 unit: void convertNodes() file: lib/IDE/Refactoring.cpp start line: 6274 end line: 6307 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5047 unit: static StringRef tag() file: lib/IDE/Refactoring.cpp start line: 8230 end line: 8252 size: 23 LOC McCabe index: 10 number of parameters: 1 id: 5048 unit: static bool findPlaceholder() file: lib/IDE/Utils.cpp start line: 584 end line: 610 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5049 unit: bool FulfillmentMap::addFulfillment() file: lib/IRGen/Fulfillment.cpp start line: 316 end line: 346 size: 23 LOC McCabe index: 6 number of parameters: 4 id: 5050 unit: static bool canMatchByTruncation() file: lib/IRGen/GenCall.cpp start line: 4403 end line: 4432 size: 23 LOC McCabe index: 11 number of parameters: 3 id: 5051 unit: void DistributedAccessor::emitLoadOfWitnessTables() file: lib/IRGen/GenDistributed.cpp start line: 452 end line: 481 size: 23 LOC McCabe index: 2 number of parameters: 4 id: 5052 unit: void emitValueSwitch() file: lib/IRGen/GenEnum.cpp start line: 894 end line: 921 size: 23 LOC McCabe index: 5 number of parameters: 5 id: 5053 unit: Address irgen::emitOpaqueExistentialContainerInit() file: lib/IRGen/GenExistential.cpp start line: 1807 end line: 1838 size: 23 LOC McCabe index: 2 number of parameters: 6 id: 5054 unit: unsigned IRGenModule::getReferenceStorageExtraInhabitantCount() file: lib/IRGen/GenHeap.cpp start line: 573 end line: 598 size: 23 LOC McCabe index: 10 number of parameters: 2 id: 5055 unit: SpareBitVector IRGenModule::getReferenceStorageSpareBits() file: lib/IRGen/GenHeap.cpp start line: 600 end line: 627 size: 23 LOC McCabe index: 10 number of parameters: 2 id: 5056 unit: ConstantReference getValueWitnessTable() file: lib/IRGen/GenMeta.cpp start line: 3086 end line: 3111 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 5057 unit: void irgen::emitSpecializedGenericClassMetadata() file: lib/IRGen/GenMeta.cpp start line: 4094 end line: 4126 size: 23 LOC McCabe index: 1 number of parameters: 3 id: 5058 unit: void NecessaryBindings::addProtocolConformance() file: lib/IRGen/GenProto.cpp start line: 2986 end line: 3013 size: 23 LOC McCabe index: 6 number of parameters: 2 id: 5059 unit: CanSILFunctionType createCXXCopyConstructorFunctionType() file: lib/IRGen/GenStruct.cpp start line: 421 end line: 450 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 5060 unit: void verify() file: lib/IRGen/GenTuple.cpp start line: 180 end line: 207 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 5061 unit: Address IRGenFunction::emitAddressAtOffset() file: lib/IRGen/IRGenFunction.cpp start line: 441 end line: 471 size: 23 LOC McCabe index: 3 number of parameters: 5 id: 5062 unit: void IRGenSILFunction::visitGlobalValueInst() file: lib/IRGen/IRGenSIL.cpp start line: 2701 end line: 2726 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5063 unit: static void emitApplyArgument() file: lib/IRGen/IRGenSIL.cpp start line: 2825 end line: 2859 size: 23 LOC McCabe index: 4 number of parameters: 4 id: 5064 unit: void IRGenSILFunction::visitSwitchEnumInst() file: lib/IRGen/IRGenSIL.cpp start line: 4045 end line: 4078 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5065 unit: bool LargeSILTypeMapper::containsDifferentFunctionSignature() file: lib/IRGen/LoadableByAddress.cpp start line: 194 end line: 216 size: 23 LOC McCabe index: 6 number of parameters: 4 id: 5066 unit: void LoadableStorageAllocation::insertIndirectReturnArgs() file: lib/IRGen/LoadableByAddress.cpp start line: 1401 end line: 1424 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 5067 unit: void LoadableStorageAllocation::convertIndirectFunctionArgs() file: lib/IRGen/LoadableByAddress.cpp start line: 1426 end line: 1453 size: 23 LOC McCabe index: 5 number of parameters: 0 id: 5068 unit: bool LoadableByAddress::recreateTupleInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 2748 end line: 2775 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5069 unit: bool LoadableByAddress::recreateBuiltinInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 2880 end line: 2904 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5070 unit: bool getPseudoAccessorNameAndUSR() file: lib/Index/Index.cpp start line: 503 end line: 527 size: 23 LOC McCabe index: 4 number of parameters: 4 id: 5071 unit: void IndexSwiftASTWalker::collectRecursiveModuleImports() file: lib/Index/Index.cpp start line: 1867 end line: 1901 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5072 unit: FoundResult findChild() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 58 end line: 81 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 5073 unit: llvm::StringSet funcNamesForOverrideRemoval() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1321 end line: 1343 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 5074 unit: static string_t diff_toDelta() file: lib/Migrator/Diff.h start line: 1522 end line: 1545 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5075 unit: ParserResult Parser::parseExprArrow() file: lib/Parse/ParseExpr.cpp start line: 128 end line: 156 size: 23 LOC McCabe index: 7 number of parameters: 0 id: 5076 unit: void Parser::validateCollectionElement() file: lib/Parse/ParseExpr.cpp start line: 3669 end line: 3696 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5077 unit: ParserResult Parser::parseTypeArray() file: lib/Parse/ParseType.cpp start line: 1229 end line: 1263 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 5078 unit: void relexComment() file: lib/Parse/Parser.cpp start line: 428 end line: 452 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5079 unit: void Parser::skipListUntilDeclRBrace() file: lib/Parse/Parser.cpp start line: 788 end line: 819 size: 23 LOC McCabe index: 10 number of parameters: 3 id: 5080 unit: bool SyntaxParsingCache::nodeCanBeReused() file: lib/Parse/SyntaxParsingCache.cpp start line: 26 end line: 61 size: 23 LOC McCabe index: 6 number of parameters: 4 id: 5081 unit: void forwardDeclareType() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 238 end line: 260 size: 23 LOC McCabe index: 12 number of parameters: 1 id: 5082 unit: bool writeEnum() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 454 end line: 481 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5083 unit: AbstractionPattern AbstractionPattern::getAutoDiffDerivativeFunctionType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1205 end line: 1227 size: 23 LOC McCabe index: 4 number of parameters: 5 id: 5084 unit: void FullApplySite::insertAfterFullEvaluation() file: lib/SIL/IR/ApplySite.cpp start line: 23 end line: 45 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5085 unit: bool isImplicitPlusOneCFResult() file: lib/SIL/IR/SILFunctionType.cpp start line: 2485 end line: 2509 size: 23 LOC McCabe index: 16 number of parameters: 0 id: 5086 unit: CanAnyFunctionType TypeConverter::getBridgedFunctionType() file: lib/SIL/IR/SILFunctionType.cpp start line: 4010 end line: 4037 size: 23 LOC McCabe index: 3 number of parameters: 4 id: 5087 unit: bool TermInst::isFunctionExiting() file: lib/SIL/IR/SILInstructions.cpp start line: 1519 end line: 1542 size: 23 LOC McCabe index: 17 number of parameters: 0 id: 5088 unit: bool TermInst::isProgramTerminating() file: lib/SIL/IR/SILInstructions.cpp start line: 1544 end line: 1567 size: 23 LOC McCabe index: 17 number of parameters: 0 id: 5089 unit: void SILModule::notifyAddedInstruction() file: lib/SIL/IR/SILModule.cpp start line: 779 end line: 804 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5090 unit: void visitTupleInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1945 end line: 1973 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5091 unit: static void printFileIDMap() file: lib/SIL/IR/SILPrinter.cpp start line: 3270 end line: 3302 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5092 unit: void adjustForNonLocalExits() file: lib/SIL/IR/SILProfiler.cpp start line: 756 end line: 784 size: 23 LOC McCabe index: 12 number of parameters: 2 id: 5093 unit: RetTy visitExistentialType() file: lib/SIL/IR/TypeLowering.cpp start line: 546 end line: 572 size: 23 LOC McCabe index: 6 number of parameters: 3 id: 5094 unit: static CanAnyFunctionType getIVarInitDestroyerInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2554 end line: 2578 size: 23 LOC McCabe index: 3 number of parameters: 3 id: 5095 unit: void SILParser::setLocalValue() file: lib/SIL/Parser/ParseSIL.cpp start line: 723 end line: 753 size: 23 LOC McCabe index: 4 number of parameters: 3 id: 5096 unit: bool SILParser::parseASTType() file: lib/SIL/Parser/ParseSIL.cpp start line: 1270 end line: 1298 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 5097 unit: bool SILParser::parseSILLocation() file: lib/SIL/Parser/ParseSIL.cpp start line: 2083 end line: 2108 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5098 unit: void BitDataflow::exitReachableAnalysis() file: lib/SIL/Utils/BitDataflow.cpp start line: 45 end line: 69 size: 23 LOC McCabe index: 7 number of parameters: 0 id: 5099 unit: SILValue swift::stripSinglePredecessorArgs() file: lib/SIL/Utils/InstructionUtils.cpp start line: 67 end line: 107 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5100 unit: void AccessRepresentation::print() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 550 end line: 572 size: 23 LOC McCabe index: 11 number of parameters: 1 id: 5101 unit: void AccessPathDefUseTraversal::initializePathIndices() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1582 end line: 1608 size: 23 LOC McCabe index: 9 number of parameters: 1 id: 5102 unit: void AccessPathDefUseTraversal::followProjection() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1700 end line: 1723 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5103 unit: bool BorrowedValue::visitExtendedScopeEndingUses() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 683 end line: 710 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5104 unit: bool MemoryLifetimeVerifier::isEnumTrivialAt() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 141 end line: 170 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5105 unit: void checkApplyInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1654 end line: 1679 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 5106 unit: void checkInitExistentialValueInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3788 end line: 3813 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 5107 unit: void visitAddressTupleType() file: lib/SILGen/RValue.cpp start line: 119 end line: 156 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5108 unit: static void verifyHelper() file: lib/SILGen/RValue.cpp start line: 387 end line: 416 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5109 unit: static void emitOrDelayFunction() file: lib/SILGen/SILGen.cpp start line: 1139 end line: 1173 size: 23 LOC McCabe index: 6 number of parameters: 3 id: 5110 unit: bool emitDelayedConversion() file: lib/SILGen/SILGenApply.cpp start line: 3289 end line: 3317 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 5111 unit: RValue SILGenFunction::emitGetAccessor() file: lib/SILGen/SILGenApply.cpp start line: 5748 end line: 5778 size: 23 LOC McCabe index: 5 number of parameters: 9 id: 5112 unit: static ManagedValue emitCastToReferenceType() file: lib/SILGen/SILGenBuiltin.cpp start line: 277 end line: 307 size: 23 LOC McCabe index: 6 number of parameters: 6 id: 5113 unit: static ManagedValue emitBuiltinPerformInstantaneousReadAccess() file: lib/SILGen/SILGenBuiltin.cpp start line: 571 end line: 606 size: 23 LOC McCabe index: 3 number of parameters: 5 id: 5114 unit: static SILValue emitMetatypeOfDelegatingInitExclusivelyBorrowedSelf() file: lib/SILGen/SILGenExpr.cpp start line: 2351 end line: 2385 size: 23 LOC McCabe index: 2 number of parameters: 4 id: 5115 unit: void SILGenFunction::emitOpenExistentialExprImpl() file: lib/SILGen/SILGenExpr.cpp start line: 5162 end line: 5192 size: 23 LOC McCabe index: 3 number of parameters: 2 id: 5116 unit: void LogicalPathComponent::writeback() file: lib/SILGen/SILGenLValue.cpp start line: 412 end line: 443 size: 23 LOC McCabe index: 10 number of parameters: 5 id: 5117 unit: static SILValue enterAccessScope() file: lib/SILGen/SILGenLValue.cpp start line: 577 end line: 606 size: 23 LOC McCabe index: 3 number of parameters: 8 id: 5118 unit: static void emitAssignWithSetter() file: lib/SILGen/SILGenLValue.cpp start line: 1420 end line: 1443 size: 23 LOC McCabe index: 6 number of parameters: 11 id: 5119 unit: LValue SILGenLValue::visitOpaqueValueExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3049 end line: 3077 size: 23 LOC McCabe index: 3 number of parameters: 3 id: 5120 unit: void PatternMatchEmission::emitTupleObjectDispatch() file: lib/SILGen/SILGenPattern.cpp start line: 1438 end line: 1468 size: 23 LOC McCabe index: 3 number of parameters: 4 id: 5121 unit: static void explodeTuple() file: lib/SILGen/SILGenPoly.cpp start line: 662 end line: 688 size: 23 LOC McCabe index: 6 number of parameters: 4 id: 5122 unit: SILValue ResultPlanner::execute() file: lib/SILGen/SILGenPoly.cpp start line: 2718 end line: 2753 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5123 unit: bool isARCSignificantTerminator() file: lib/SILOptimizer/ARC/ARCSequenceOptUtils.cpp start line: 17 end line: 47 size: 23 LOC McCabe index: 17 number of parameters: 1 id: 5124 unit: void ClassHierarchyAnalysis::getIndirectSubClasses() file: lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp start line: 72 end line: 107 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5125 unit: bool EscapeAnalysis::buildConnectionGraphForDestructor() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1894 end line: 1925 size: 23 LOC McCabe index: 7 number of parameters: 5 id: 5126 unit: bool EscapeAnalysis::deinitIsKnownToNotCapture() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2436 end line: 2464 size: 23 LOC McCabe index: 12 number of parameters: 1 id: 5127 unit: bool EscapeAnalysis::canEscapeToUsePoint() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2683 end line: 2724 size: 23 LOC McCabe index: 10 number of parameters: 3 id: 5128 unit: bool LinearMapInfo::shouldDifferentiateApplySite() file: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp start line: 470 end line: 499 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5129 unit: bool VJPCloner::Implementation::run() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 1082 end line: 1119 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 5130 unit: static bool isClosureAppliedIn() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 1033 end line: 1060 size: 23 LOC McCabe index: 10 number of parameters: 3 id: 5131 unit: bool CrossModuleOptimization::shouldSerialize() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 362 end line: 394 size: 23 LOC McCabe index: 10 number of parameters: 1 id: 5132 unit: static bool canBeChangedExternally() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 479 end line: 508 size: 23 LOC McCabe index: 11 number of parameters: 1 id: 5133 unit: static void getDominatingBlocks() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 253 end line: 279 size: 23 LOC McCabe index: 3 number of parameters: 3 id: 5134 unit: bool LifetimeChecker::shouldEmitError() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 673 end line: 707 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5135 unit: void LifetimeChecker::injectActorHopForBlock() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 893 end line: 926 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 5136 unit: bool isUseOfSelfInInitializer() file: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp start line: 158 end line: 182 size: 23 LOC McCabe index: 11 number of parameters: 1 id: 5137 unit: static void diagnoseUnreachable() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 1036 end line: 1073 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 5138 unit: static bool upwardScanForUseOut() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 454 end line: 486 size: 23 LOC McCabe index: 11 number of parameters: 2 id: 5139 unit: bool RetainCodeMotionContext::performCodeMotion() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 488 end line: 521 size: 23 LOC McCabe index: 7 number of parameters: 0 id: 5140 unit: bool DominatedAccessRemoval::optimizeDominatedAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 473 end line: 502 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 5141 unit: void AccessConflictAndMergeAnalysis::visitBeginAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 662 end line: 704 size: 23 LOC McCabe index: 6 number of parameters: 2 id: 5142 unit: void run() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 1099 end line: 1125 size: 23 LOC McCabe index: 10 number of parameters: 0 id: 5143 unit: void run() file: lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp start line: 325 end line: 353 size: 23 LOC McCabe index: 8 number of parameters: 0 id: 5144 unit: static bool isLazyPropertyGetter() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 914 end line: 950 size: 23 LOC McCabe index: 10 number of parameters: 1 id: 5145 unit: static bool seemsUseful() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 47 end line: 82 size: 23 LOC McCabe index: 13 number of parameters: 1 id: 5146 unit: static bool isDeadStoreInertInstruction() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 149 end line: 171 size: 23 LOC McCabe index: 14 number of parameters: 1 id: 5147 unit: void BlockState::initStoreSetAtEndOfBlock() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 690 end line: 715 size: 23 LOC McCabe index: 9 number of parameters: 1 id: 5148 unit: void DestroyHoisting::moveDestroysInBlock() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 468 end line: 497 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 5149 unit: bool MandatoryGenericSpecializer::optimize() file: lib/SILOptimizer/Transforms/GenericSpecializer.cpp start line: 205 end line: 237 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5150 unit: bool ObjectOutliner::run() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 62 end line: 91 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5151 unit: void BlockState::mergePredecessorAvailSetAndValue() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 644 end line: 674 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5152 unit: static bool knownRelation() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 205 end line: 232 size: 23 LOC McCabe index: 13 number of parameters: 3 id: 5153 unit: static bool isCaptured() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1462 end line: 1501 size: 23 LOC McCabe index: 10 number of parameters: 2 id: 5154 unit: static bool runSROAOnFunction() file: lib/SILOptimizer/Transforms/SILSROA.cpp start line: 308 end line: 339 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5155 unit: static bool isTryApplyOfConvertFunction() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2560 end line: 2595 size: 23 LOC McCabe index: 9 number of parameters: 3 id: 5156 unit: static bool containsProblematicNode() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 261 end line: 287 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5157 unit: bool swift::mergeBasicBlockWithSuccessor() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 634 end line: 664 size: 23 LOC McCabe index: 8 number of parameters: 3 id: 5158 unit: bool CanonicalizeOSSALifetime::canonicalizeValueLifetime() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 771 end line: 813 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 5159 unit: void GenericCloner::visitTerminator() file: lib/SILOptimizer/Utils/GenericCloner.cpp start line: 164 end line: 188 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5160 unit: void processFuncStatHistory() file: lib/SILOptimizer/Utils/OptimizerStatsUtils.cpp start line: 674 end line: 701 size: 23 LOC McCabe index: 8 number of parameters: 3 id: 5161 unit: void GuaranteedOwnershipExtension::transform() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 233 end line: 255 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5162 unit: bool Solution::isTypeReference() file: lib/Sema/CSApply.cpp start line: 383 end line: 409 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5163 unit: void visitCaseItemPattern() file: lib/Sema/CSClosure.cpp start line: 453 end line: 484 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5164 unit: bool ArgumentMismatchFailure::diagnosePatternMatchingMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 6407 end line: 6435 size: 23 LOC McCabe index: 5 number of parameters: 0 id: 5165 unit: bool ContextualMismatch::diagnoseForAmbiguity() file: lib/Sema/CSFix.cpp start line: 344 end line: 369 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5166 unit: Type operator() file: lib/Sema/CSSimplify.cpp start line: 1279 end line: 1317 size: 23 LOC McCabe index: 7 number of parameters: 0 id: 5167 unit: void ConstraintGraph::Change::undo() file: lib/Sema/ConstraintGraph.cpp start line: 483 end line: 512 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5168 unit: void ConstraintGraphNode::verify() file: lib/Sema/ConstraintGraph.cpp start line: 1653 end line: 1677 size: 23 LOC McCabe index: 2 number of parameters: 1 id: 5169 unit: Type ConstraintSystem::openOpaqueType() file: lib/Sema/ConstraintSystem.cpp start line: 884 end line: 916 size: 23 LOC McCabe index: 10 number of parameters: 3 id: 5170 unit: static bool isMemberDeclAppliedInternal() file: lib/Sema/IDETypeCheckingRequests.cpp start line: 142 end line: 176 size: 23 LOC McCabe index: 11 number of parameters: 3 id: 5171 unit: static void diagnoseNoSuchModule() file: lib/Sema/ImportResolution.cpp start line: 413 end line: 438 size: 23 LOC McCabe index: 7 number of parameters: 4 id: 5172 unit: void swift::diagnoseUnownedImmediateDeallocation() file: lib/Sema/MiscDiagnostics.cpp start line: 2132 end line: 2159 size: 23 LOC McCabe index: 6 number of parameters: 4 id: 5173 unit: void VarDeclUsageChecker::markBaseOfStorageUse() file: lib/Sema/MiscDiagnostics.cpp start line: 3086 end line: 3119 size: 23 LOC McCabe index: 10 number of parameters: 3 id: 5174 unit: Optional TypeChecker::omitNeedlessWords() file: lib/Sema/MiscDiagnostics.cpp start line: 5149 end line: 5181 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5175 unit: void buildGuardStmtRefinementContext() file: lib/Sema/TypeCheckAvailability.cpp start line: 588 end line: 628 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5176 unit: void ConstraintSystem::forEachExpr() file: lib/Sema/TypeCheckConstraints.cpp start line: 2038 end line: 2064 size: 23 LOC McCabe index: 3 number of parameters: 2 id: 5177 unit: static bool isEnumObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1536 end line: 1571 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5178 unit: static bool requiresDefinition() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2678 end line: 2711 size: 23 LOC McCabe index: 14 number of parameters: 1 id: 5179 unit: void diagnoseUnhandledTry() file: lib/Sema/TypeCheckEffects.cpp start line: 1852 end line: 1876 size: 23 LOC McCabe index: 12 number of parameters: 2 id: 5180 unit: void diagnoseUnhandledAsyncSite() file: lib/Sema/TypeCheckEffects.cpp start line: 1949 end line: 1972 size: 23 LOC McCabe index: 10 number of parameters: 4 id: 5181 unit: static OptionalAdjustmentPosition classifyOptionalityIssues() file: lib/Sema/TypeCheckProtocol.cpp start line: 2406 end line: 2433 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5182 unit: void InferredAssociatedTypesByWitness::dump() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 70 end line: 95 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5183 unit: void InferredTypeWitnessesSolution::dump() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 97 end line: 119 size: 23 LOC McCabe index: 4 number of parameters: 0 id: 5184 unit: static void finishLazyVariableImplInfo() file: lib/Sema/TypeCheckStorage.cpp start line: 3056 end line: 3090 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5185 unit: bool TypeResolution::areSameType() file: lib/Sema/TypeCheckType.cpp start line: 223 end line: 260 size: 23 LOC McCabe index: 11 number of parameters: 2 id: 5186 unit: Type ResolveTypeRequest::evaluate() file: lib/Sema/TypeCheckType.cpp start line: 1986 end line: 2015 size: 23 LOC McCabe index: 5 number of parameters: 4 id: 5187 unit: void ModuleFile::readAssociatedTypes() file: lib/Serialization/Deserialization.cpp start line: 892 end line: 920 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5188 unit: Expected deserializeDestructor() file: lib/Serialization/Deserialization.cpp start line: 4195 end line: 4225 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5189 unit: Expected deserializeTupleType() file: lib/Serialization/Deserialization.cpp start line: 5270 end line: 5298 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5190 unit: Expected ModuleFile::getTypeChecked() file: lib/Serialization/Deserialization.cpp start line: 6084 end line: 6112 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5191 unit: data_type ReadData() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 127 end line: 152 size: 23 LOC McCabe index: 4 number of parameters: 3 id: 5192 unit: data_type ReadData() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 504 end line: 530 size: 23 LOC McCabe index: 2 number of parameters: 3 id: 5193 unit: void forEachTargetModuleBasename() file: lib/Serialization/SerializedModuleLoader.cpp start line: 46 end line: 83 size: 23 LOC McCabe index: 6 number of parameters: 2 id: 5194 unit: static void serialize() file: lib/TBDGen/APIGen.cpp start line: 130 end line: 152 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5195 unit: void TBDGenVisitor::addAutoDiffLinearMapFunction() file: lib/TBDGen/TBDGen.cpp start line: 548 end line: 575 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 5196 unit: void addSymbol() file: lib/TBDGen/TBDGen.cpp start line: 1366 end line: 1390 size: 23 LOC McCabe index: 8 number of parameters: 3 id: 5197 unit: hash_code hash_combine_range_impl() file: stdlib/include/llvm/ADT/Hashing.h start line: 407 end line: 439 size: 23 LOC McCabe index: 7 number of parameters: 2 id: 5198 unit: std::pair insert_imp() file: stdlib/include/llvm/ADT/SmallPtrSet.h start line: 124 end line: 152 size: 23 LOC McCabe index: 7 number of parameters: 1 id: 5199 unit: void DestroyAll() file: stdlib/include/llvm/Support/Allocator.h start line: 398 end line: 424 size: 23 LOC McCabe index: 5 number of parameters: 0 id: 5200 unit: static void swift_asyncLet_consumeImpl() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 450 end line: 479 size: 23 LOC McCabe index: 2 number of parameters: 5 id: 5201 unit: func _taskGroupAddPendingTask() file: stdlib/public/Concurrency/TaskGroup.swift start line: 884 end line: 913 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5202 unit: bool swift::addStatusRecord() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 263 end line: 298 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 5203 unit: void swapToJob() file: stdlib/public/Concurrency/VoucherSupport.h start line: 64 end line: 97 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5204 unit: func _executeDistributedTarget() file: stdlib/public/Distributed/DistributedActorSystem.swift start line: 345 end line: 377 size: 23 LOC McCabe index: 1 number of parameters: 9 id: 5205 unit: static swift_layout_kind_t convertAllocationChunkKind() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 481 end line: 503 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 5206 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 404 end line: 499 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 5207 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1316 end line: 1467 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 5208 unit: mutating func decode() file: stdlib/public/core/Codable.swift start line: 2593 end line: 2822 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 5209 unit: mutating func reserveCapacity() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 125 end line: 372 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 5210 unit: func _uint64ToString() file: stdlib/public/core/Runtime.swift start line: 448 end line: 470 size: 23 LOC McCabe index: 2 number of parameters: 3 id: 5211 unit: static bool parse_bool() file: stdlib/public/runtime/EnvironmentVariables.cpp start line: 42 end line: 64 size: 23 LOC McCabe index: 13 number of parameters: 3 id: 5212 unit: void AccessSet::remove() file: stdlib/public/runtime/Exclusivity.cpp start line: 204 end line: 229 size: 23 LOC McCabe index: 6 number of parameters: 1 id: 5213 unit: static inline void swift_deallocObjectImpl() file: stdlib/public/runtime/HeapObject.cpp start line: 786 end line: 884 size: 23 LOC McCabe index: 3 number of parameters: 4 id: 5214 unit: void CONSUME_BLOCK() file: stdlib/public/runtime/ImageInspectionMachO.cpp start line: 85 end line: 113 size: 23 LOC McCabe index: 4 number of parameters: 5 id: 5215 unit: static void shiftRightRoundingDown256() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2194 end line: 2216 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 5216 unit: static bool checkInnerResult() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 853 end line: 875 size: 23 LOC McCabe index: 8 number of parameters: 4 id: 5217 unit: bool walkToTypeReprPre() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1569 end line: 1591 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5218 unit: Action startSourceEntity() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 62 end line: 94 size: 23 LOC McCabe index: 10 number of parameters: 1 id: 5219 unit: static bool passCursorInfoForModule() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 677 end line: 701 size: 23 LOC McCabe index: 3 number of parameters: 4 id: 5220 unit: static DeclName getSwiftDeclName() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 1227 end line: 1249 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5221 unit: static bool handleREPLInput() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 569 end line: 594 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5222 unit: static void printExpressionType() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2038 end line: 2060 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 5223 unit: bool SKDocConsumer::handleAvailableAttribute() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1808 end line: 1832 size: 23 LOC McCabe index: 9 number of parameters: 1 id: 5224 unit: static void getFunctionNames() file: tools/sil-func-extractor/SILFunctionExtractor.cpp start line: 132 end line: 155 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 5225 unit: static std::string getNodeTreeAsYAML() file: tools/swift-demangle-yamldump/swift-demangle-yamldump.cpp start line: 99 end line: 125 size: 23 LOC McCabe index: 3 number of parameters: 2 id: 5226 unit: std::pair walkToExprPre() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3193 end line: 3217 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 5227 unit: static int doPrintComments() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3480 end line: 3508 size: 23 LOC McCabe index: 2 number of parameters: 3 id: 5228 unit: void enumerateDirectory() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 956 end line: 980 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 5229 unit: func emit() file: utils/gen-unicode-data/Sources/GenGraphemeBreakProperty/main.swift start line: 117 end line: 164 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 5230 unit: func getNameAliases() file: utils/gen-unicode-data/Sources/GenScalarProps/NameAlias.swift start line: 15 end line: 50 size: 23 LOC McCabe index: 3 number of parameters: 3 id: 5231 unit: func getNumericValues() file: utils/gen-unicode-data/Sources/GenScalarProps/Numeric.swift start line: 71 end line: 104 size: 23 LOC McCabe index: 3 number of parameters: 3 id: 5232 unit: def tokenize_python_to_unmatched_close_curly() file: utils/gyb.py start line: 0 end line: 0 size: 23 LOC McCabe index: 6 number of parameters: 3 id: 5233 unit: def calculate_node_hash() file: utils/gyb_syntax_support/__init__.py start line: 0 end line: 0 size: 23 LOC McCabe index: 7 number of parameters: 0 id: 5234 unit: def find_profiles_in() file: utils/jobstats/jobstats.py start line: 0 end line: 0 size: 23 LOC McCabe index: 9 number of parameters: 2 id: 5235 unit: def write_lnt_values() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 5236 unit: def install() file: utils/swift_build_support/swift_build_support/products/playgroundsupport.py start line: 0 end line: 0 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 5237 unit: static void checkConsistency() file: utils/test-clustered-bit-vector/generator.cpp start line: 18 end line: 42 size: 23 LOC McCabe index: 6 number of parameters: 4 id: 5238 unit: func projectMutableAddress() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 784 end line: 813 size: 23 LOC McCabe index: 5 number of parameters: 5 id: 5239 unit: func a() file: validation-test/compiler_crashers_fixed/00901-ab.swift start line: 124 end line: 146 size: 23 LOC McCabe index: 2 number of parameters: 1 id: 5240 unit: func test() file: validation-test/stdlib/String.swift start line: 2068 end line: 2093 size: 23 LOC McCabe index: 8 number of parameters: 0 id: 5241 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 489 end line: 511 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 5242 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 521 end line: 543 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 5243 unit: func testNumber() file: validation-test/stdlib/ValidationNSNumberBridging.swift start line: 553 end line: 575 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 5244 unit: func bubbleDown() file: benchmark/multi-source/PrimsSplit/Prims.swift start line: 96 end line: 117 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5245 unit: func parseAltIndices() file: benchmark/single-source/CSVParsing.swift start line: 292 end line: 316 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 5246 unit: func bubbleDown() file: benchmark/single-source/Prims.swift start line: 104 end line: 125 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5247 unit: func bubbleDown() file: benchmark/single-source/PrimsNonStrongRef.swift start line: 1077 end line: 1098 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5248 unit: func primsMainLoop() file: benchmark/single-source/PrimsNonStrongRef.swift start line: 1152 end line: 1185 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5249 unit: func primsMainLoopClosureAccess() file: benchmark/single-source/PrimsNonStrongRef.swift start line: 1187 end line: 1220 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5250 unit: func edits() file: benchmark/single-source/StringEdits.swift start line: 38 end line: 70 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5251 unit: bool visitTupleType() file: include/swift/AST/TypeMatcher.h start line: 116 end line: 144 size: 22 LOC McCabe index: 7 number of parameters: 3 id: 5252 unit: class alignas() file: include/swift/IDE/CodeCompletion.h start line: 386 end line: 419 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 5253 unit: void push_back() file: include/swift/Runtime/Concurrent.h start line: 542 end line: 570 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5254 unit: bool isConditional() file: include/swift/SIL/DynamicCasts.h start line: 469 end line: 490 size: 22 LOC McCabe index: 7 number of parameters: 0 id: 5255 unit: bool isConvertableToGuaranteed() file: include/swift/SIL/OwnershipUtils.h start line: 1114 end line: 1135 size: 22 LOC McCabe index: 15 number of parameters: 0 id: 5256 unit: bool hasConsumingGuaranteedOperands() file: include/swift/SIL/OwnershipUtils.h start line: 1141 end line: 1162 size: 22 LOC McCabe index: 15 number of parameters: 0 id: 5257 unit: inline SILLinkage effectiveLinkageForClassMember() file: include/swift/SIL/SILLinkage.h start line: 232 end line: 256 size: 22 LOC McCabe index: 10 number of parameters: 2 id: 5258 unit: SourceLoc getLoc() file: include/swift/Sema/ConstraintSystem.h start line: 2166 end line: 2192 size: 22 LOC McCabe index: 8 number of parameters: 0 id: 5259 unit: void printParameterList() file: lib/AST/ASTDumper.cpp start line: 961 end line: 986 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5260 unit: std::string ASTMangler::mangleGlobalInit() file: lib/AST/ASTMangler.cpp start line: 357 end line: 381 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5261 unit: void ASTMangler::appendProtocolName() file: lib/AST/ASTMangler.cpp start line: 2288 end line: 2316 size: 22 LOC McCabe index: 9 number of parameters: 2 id: 5262 unit: void ASTMangler::appendAccessorEntity() file: lib/AST/ASTMangler.cpp start line: 3111 end line: 3134 size: 22 LOC McCabe index: 5 number of parameters: 3 id: 5263 unit: void ASTNode::walk() file: lib/AST/ASTNode.cpp start line: 95 end line: 117 size: 22 LOC McCabe index: 11 number of parameters: 1 id: 5264 unit: void printAccess() file: lib/AST/ASTPrinter.cpp start line: 701 end line: 722 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5265 unit: void visitParentType() file: lib/AST/ASTPrinter.cpp start line: 5274 end line: 5301 size: 22 LOC McCabe index: 9 number of parameters: 1 id: 5266 unit: void Requirement::dump() file: lib/AST/ASTPrinter.cpp start line: 6269 end line: 6291 size: 22 LOC McCabe index: 9 number of parameters: 1 id: 5267 unit: void GenericParamList::print() file: lib/AST/ASTPrinter.cpp start line: 6724 end line: 6747 size: 22 LOC McCabe index: 3 number of parameters: 2 id: 5268 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1610 end line: 1636 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 5269 unit: bool ArgumentList::matches() file: lib/AST/ArgumentList.cpp start line: 288 end line: 315 size: 22 LOC McCabe index: 9 number of parameters: 2 id: 5270 unit: clang::QualType ClangTypeConverter::visitClassType() file: lib/AST/ClangTypeConverter.cpp start line: 495 end line: 527 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 5271 unit: Optional ValueDecl::getObjCRuntimeName() file: lib/AST/Decl.cpp start line: 3196 end line: 3222 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5272 unit: Type ConstructorDecl::getInitializerInterfaceType() file: lib/AST/Decl.cpp start line: 8596 end line: 8626 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 5273 unit: bool DependencyKey::verify() file: lib/AST/FineGrainedDependencies.cpp start line: 272 end line: 293 size: 22 LOC McCabe index: 17 number of parameters: 0 id: 5274 unit: void enumerateNominalUses() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 470 end line: 496 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 5275 unit: void GenericSignatureImpl::forEachParam() file: lib/AST/GenericSignature.cpp start line: 98 end line: 134 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5276 unit: int swift::compareDependentTypes() file: lib/AST/GenericSignature.cpp start line: 743 end line: 778 size: 22 LOC McCabe index: 10 number of parameters: 2 id: 5277 unit: int IndexSubset::findNext() file: lib/AST/IndexSubset.cpp start line: 97 end line: 118 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5278 unit: int IndexSubset::findPrevious() file: lib/AST/IndexSubset.cpp start line: 120 end line: 141 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5279 unit: LayoutConstraint getLayoutConstraint() file: lib/AST/LayoutConstraint.cpp start line: 25 end line: 52 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5280 unit: void BuiltinUnit::LookupCache::lookupValue() file: lib/AST/Module.cpp start line: 93 end line: 118 size: 22 LOC McCabe index: 6 number of parameters: 4 id: 5281 unit: void SourceLookupCache::addToUnqualifiedLookupCache() file: lib/AST/Module.cpp start line: 229 end line: 259 size: 22 LOC McCabe index: 14 number of parameters: 2 id: 5282 unit: bool FileUnit::walk() file: lib/AST/Module.cpp start line: 2871 end line: 2899 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5283 unit: static bool findOverlayFilesInDirectory() file: lib/AST/ModuleLoader.cpp start line: 76 end line: 101 size: 22 LOC McCabe index: 6 number of parameters: 5 id: 5284 unit: void PropertyBag::copyPropertiesFrom() file: lib/AST/RequirementMachine/PropertyMap.cpp start line: 181 end line: 213 size: 22 LOC McCabe index: 3 number of parameters: 2 id: 5285 unit: Type TypeBase::wrapInPointer() file: lib/AST/Type.cpp start line: 714 end line: 738 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5286 unit: Type TypeBase::getAnyBufferPointerElementType() file: lib/AST/Type.cpp start line: 740 end line: 761 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5287 unit: bool ProtocolType::visitAllProtocols() file: lib/AST/Type.cpp start line: 1254 end line: 1283 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5288 unit: static bool printObjCUSRForAccessor() file: lib/AST/USRGeneration.cpp start line: 105 end line: 127 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5289 unit: void SourceManager::closeVirtualFile() file: lib/Basic/SourceLoc.cpp start line: 136 end line: 159 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 5290 unit: void ClangModuleUnit::lookupValue() file: lib/ClangImporter/ClangImporter.cpp start line: 3256 end line: 3284 size: 22 LOC McCabe index: 8 number of parameters: 3 id: 5291 unit: TinyPtrVector ClangRecordMemberLookup::evaluate() file: lib/ClangImporter/ClangImporter.cpp start line: 4347 end line: 4372 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5292 unit: void ClangImporter::Implementation::lookupTypeDeclDWARF() file: lib/ClangImporter/DWARFImporter.cpp start line: 172 end line: 196 size: 22 LOC McCabe index: 7 number of parameters: 3 id: 5293 unit: void SwiftDeclConverter::importObjCProtocols() file: lib/ClangImporter/ImportDecl.cpp start line: 7832 end line: 7855 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5294 unit: StringRef importer::getCommonWordPrefix() file: lib/ClangImporter/ImportEnumInfo.cpp start line: 155 end line: 181 size: 22 LOC McCabe index: 8 number of parameters: 3 id: 5295 unit: std::pair EmitKeyDataLength() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1123 end line: 1154 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5296 unit: bool Context::hasSwiftCallingConvention() file: lib/Demangling/Context.cpp start line: 176 end line: 199 size: 22 LOC McCabe index: 13 number of parameters: 1 id: 5297 unit: NodePointer Demangler::demangleAssociatedTypeCompound() file: lib/Demangling/Demangler.cpp start line: 2284 end line: 2307 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5298 unit: char Mangle::translateOperatorChar() file: lib/Demangling/ManglingUtils.cpp start line: 38 end line: 59 size: 22 LOC McCabe index: 17 number of parameters: 1 id: 5299 unit: NodePointer demangleDeclName() file: lib/Demangling/OldDemangler.cpp start line: 739 end line: 769 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5300 unit: StringRef demangleImplConvention() file: lib/Demangling/OldDemangler.cpp start line: 2278 end line: 2299 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5301 unit: ManglingError Remangler::mangleIdentifier() file: lib/Demangling/OldRemangler.cpp start line: 331 end line: 366 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5302 unit: llvm::ErrorOr getTargetInfo() file: lib/DependencyScan/DependencyScanningTool.cpp start line: 29 end line: 57 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 5303 unit: void writeJSONSingleField() file: lib/DependencyScan/ScanDependencies.cpp start line: 456 end line: 486 size: 22 LOC McCabe index: 4 number of parameters: 6 id: 5304 unit: void ToolChain::addPathEnvironmentVariableIfNeeded() file: lib/Driver/ToolChains.cpp start line: 1341 end line: 1363 size: 22 LOC McCabe index: 6 number of parameters: 6 id: 5305 unit: void ToolChain::getRuntimeLibraryPaths() file: lib/Driver/ToolChains.cpp start line: 1427 end line: 1454 size: 22 LOC McCabe index: 4 number of parameters: 4 id: 5306 unit: static bool shouldRunAsSubcommand() file: lib/DriverTool/driver.cpp start line: 98 end line: 137 size: 22 LOC McCabe index: 7 number of parameters: 4 id: 5307 unit: static void debugMatch() file: lib/DriverTool/swift_api_digester_main.cpp start line: 597 end line: 618 size: 22 LOC McCabe index: 7 number of parameters: 4 id: 5308 unit: void CompilerInvocation::setMainExecutablePath() file: lib/Frontend/CompilerInvocation.cpp start line: 65 end line: 90 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 5309 unit: bool CompilerInstance::loadPartialModulesAndImplicitImports() file: lib/Frontend/Frontend.cpp start line: 1162 end line: 1189 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5310 unit: bool printInaccessibleConformanceExtensionIfNeeded() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 649 end line: 671 size: 22 LOC McCabe index: 3 number of parameters: 3 id: 5311 unit: ArrayRef copyAssociatedUSRs() file: lib/IDE/CodeCompletion.cpp start line: 1130 end line: 1154 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5312 unit: void collectImportedModules() file: lib/IDE/CodeCompletion.cpp start line: 2175 end line: 2198 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5313 unit: void getAttributeDeclCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4823 end line: 4845 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5314 unit: bool walkCustomAttributes() file: lib/IDE/Formatting.cpp start line: 452 end line: 476 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5315 unit: bool walkCustomAttributes() file: lib/IDE/Formatting.cpp start line: 1339 end line: 1363 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5316 unit: void populateMergeGroup() file: lib/IDE/IDETypeChecking.cpp start line: 396 end line: 417 size: 22 LOC McCabe index: 4 number of parameters: 4 id: 5317 unit: bool labelRangeMatches() file: lib/IDE/Refactoring.cpp start line: 246 end line: 268 size: 22 LOC McCabe index: 12 number of parameters: 3 id: 5318 unit: StringRef getReplacementText() file: lib/IDE/Refactoring.cpp start line: 547 end line: 568 size: 22 LOC McCabe index: 9 number of parameters: 4 id: 5319 unit: bool walkToStmtPre() file: lib/IDE/Refactoring.cpp start line: 6538 end line: 6578 size: 22 LOC McCabe index: 11 number of parameters: 1 id: 5320 unit: bool RefactoringActionAddAsyncAlternative::performChange() file: lib/IDE/Refactoring.cpp start line: 8112 end line: 8143 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 5321 unit: std::pair SemaAnnotator::walkToPatternPre() file: lib/IDE/SourceEntityWalker.cpp start line: 638 end line: 666 size: 22 LOC McCabe index: 9 number of parameters: 1 id: 5322 unit: static std::vector getLabelRanges() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 119 end line: 141 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5323 unit: bool FulfillmentMap::searchWitnessTable() file: lib/IRGen/Fulfillment.cpp start line: 228 end line: 257 size: 22 LOC McCabe index: 6 number of parameters: 7 id: 5324 unit: static void emitTypeTraitBuiltin() file: lib/IRGen/GenBuiltin.cpp start line: 91 end line: 115 size: 22 LOC McCabe index: 5 number of parameters: 5 id: 5325 unit: static bool shouldEmitCategory() file: lib/IRGen/GenDecl.cpp start line: 5176 end line: 5199 size: 22 LOC McCabe index: 12 number of parameters: 2 id: 5326 unit: void emitValueInjection() file: lib/IRGen/GenEnum.cpp start line: 2325 end line: 2351 size: 22 LOC McCabe index: 4 number of parameters: 4 id: 5327 unit: void storePayloadTag() file: lib/IRGen/GenEnum.cpp start line: 4992 end line: 5025 size: 22 LOC McCabe index: 4 number of parameters: 4 id: 5328 unit: static void emitUnaryRefCountCall() file: lib/IRGen/GenHeap.cpp start line: 825 end line: 851 size: 22 LOC McCabe index: 6 number of parameters: 3 id: 5329 unit: void computeIdentity() file: lib/IRGen/GenMeta.cpp start line: 1149 end line: 1184 size: 22 LOC McCabe index: 7 number of parameters: 0 id: 5330 unit: void addVTable() file: lib/IRGen/GenMeta.cpp start line: 1743 end line: 1770 size: 22 LOC McCabe index: 8 number of parameters: 0 id: 5331 unit: void IRGenModule::emitProtocolDecl() file: lib/IRGen/GenMeta.cpp start line: 5365 end line: 5403 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5332 unit: static Members::Index getStorageIndexForKind() file: lib/IRGen/GenPointerAuth.h start line: 90 end line: 111 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5333 unit: void irgen::reemitAsUnsubstituted() file: lib/IRGen/GenPoly.cpp start line: 58 end line: 85 size: 22 LOC McCabe index: 3 number of parameters: 5 id: 5334 unit: FunctionPointer irgen::emitWitnessMethodValue() file: lib/IRGen/GenProto.cpp start line: 3541 end line: 3568 size: 22 LOC McCabe index: 2 number of parameters: 3 id: 5335 unit: static void emitSpecializedMemOperation() file: lib/IRGen/GenType.cpp start line: 443 end line: 490 size: 22 LOC McCabe index: 2 number of parameters: 4 id: 5336 unit: bool TypeConverter::readLegacyTypeInfo() file: lib/IRGen/GenType.cpp start line: 1334 end line: 1362 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5337 unit: static void emitDynamicPackingOperation() file: lib/IRGen/GenValueWitness.cpp start line: 176 end line: 205 size: 22 LOC McCabe index: 1 number of parameters: 4 id: 5338 unit: void IRGenDebugInfoImpl::addFailureMessageToCurrentLoc() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2096 end line: 2124 size: 22 LOC McCabe index: 2 number of parameters: 2 id: 5339 unit: void IRGenModule::emitSwiftAsyncExtendedFrameInfoWeakRef() file: lib/IRGen/IRGenModule.cpp start line: 1822 end line: 1852 size: 22 LOC McCabe index: 6 number of parameters: 0 id: 5340 unit: void emitDebugVariableDeclaration() file: lib/IRGen/IRGenSIL.cpp start line: 1056 end line: 1079 size: 22 LOC McCabe index: 7 number of parameters: 7 id: 5341 unit: void IRGenSILFunction::visitFunctionRefBaseInst() file: lib/IRGen/IRGenSIL.cpp start line: 2584 end line: 2613 size: 22 LOC McCabe index: 2 number of parameters: 1 id: 5342 unit: void IRGenSILFunction::visitSelectEnumInst() file: lib/IRGen/IRGenSIL.cpp start line: 4293 end line: 4324 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5343 unit: void IRGenSILFunction::visitSelectEnumAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 4326 end line: 4356 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5344 unit: void IRGenSILFunction::visitLoadInst() file: lib/IRGen/IRGenSIL.cpp start line: 4713 end line: 4737 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5345 unit: void IRGenSILFunction::emitErrorResultVar() file: lib/IRGen/IRGenSIL.cpp start line: 4758 end line: 4781 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5346 unit: void IRGenSILFunction::visitAwaitAsyncContinuationInst() file: lib/IRGen/IRGenSIL.cpp start line: 7071 end line: 7096 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5347 unit: static void configureX86_64() file: lib/IRGen/SwiftTargetInfo.cpp start line: 86 end line: 117 size: 22 LOC McCabe index: 3 number of parameters: 3 id: 5348 unit: bool handleCustomAttrInitRefs() file: lib/Index/Index.cpp start line: 619 end line: 641 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5349 unit: bool IndexSwiftASTWalker::reportImplicitConformance() file: lib/Index/Index.cpp start line: 1572 end line: 1598 size: 22 LOC McCabe index: 7 number of parameters: 3 id: 5350 unit: static int diff_levenshtein() file: lib/Migrator/Diff.h start line: 1489 end line: 1511 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5351 unit: static unsigned hex_digit_value() file: lib/Migrator/Diff.h start line: 2452 end line: 2473 size: 22 LOC McCabe index: 23 number of parameters: 1 id: 5352 unit: Lexer::State Lexer::getStateForBeginningOfTokenLoc() file: lib/Parse/Lexer.cpp start line: 337 end line: 362 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5353 unit: static bool isLeftBound() file: lib/Parse/Lexer.cpp start line: 709 end line: 735 size: 22 LOC McCabe index: 19 number of parameters: 2 id: 5354 unit: unsigned Lexer::lexUnicodeEscape() file: lib/Parse/Lexer.cpp start line: 1186 end line: 1212 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5355 unit: bool Lexer::tryLexRegexLiteral() file: lib/Parse/Lexer.cpp start line: 1961 end line: 2001 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5356 unit: bool Parser::isStartOfSILDecl() file: lib/Parse/ParseDecl.cpp start line: 4261 end line: 4283 size: 22 LOC McCabe index: 14 number of parameters: 0 id: 5357 unit: static StringRef getAccessorNameForDiagnostic() file: lib/Parse/ParseDecl.cpp start line: 6081 end line: 6102 size: 22 LOC McCabe index: 15 number of parameters: 2 id: 5358 unit: ParserResult Parser::parseTupleOrParenExpr() file: lib/Parse/ParseExpr.cpp start line: 3055 end line: 3079 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5359 unit: static bool isPlatformConditionDisjunction() file: lib/Parse/ParseIfConfig.cpp start line: 613 end line: 634 size: 22 LOC McCabe index: 10 number of parameters: 3 id: 5360 unit: bool Parser::startsParameterName() file: lib/Parse/ParsePattern.cpp start line: 154 end line: 192 size: 22 LOC McCabe index: 11 number of parameters: 1 id: 5361 unit: ParserResult Parser::parseExprRegexLiteral() file: lib/Parse/ParseRegex.cpp start line: 33 end line: 62 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 5362 unit: ParserResult Parser::parseBraceItemList() file: lib/Parse/ParseStmt.cpp start line: 648 end line: 677 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5363 unit: ParserResult Parser::parseStmtThrow() file: lib/Parse/ParseStmt.cpp start line: 885 end line: 914 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5364 unit: bool writeClass() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 355 end line: 381 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5365 unit: static bool derivativeFunctionRequiresNewVTableEntry() file: lib/SIL/IR/SILDeclRef.cpp start line: 961 end line: 988 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5366 unit: CanSILFunctionType SILFunctionType::getWithoutDifferentiability() file: lib/SIL/IR/SILFunctionType.cpp start line: 299 end line: 320 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 5367 unit: SILType DifferentiabilityWitnessFunctionInst::getDifferentiabilityWitnessType() file: lib/SIL/IR/SILInstructions.cpp start line: 802 end line: 823 size: 22 LOC McCabe index: 2 number of parameters: 3 id: 5368 unit: NullablePtr SelectEnumInstBase::getSingleTrueElement() file: lib/SIL/IR/SILInstructions.cpp start line: 1896 end line: 1921 size: 22 LOC McCabe index: 9 number of parameters: 0 id: 5369 unit: template void updateLinkage() file: lib/SIL/IR/SILModule.cpp start line: 64 end line: 88 size: 22 LOC McCabe index: 9 number of parameters: 1 id: 5370 unit: void visitDifferentiableFunctionExtractInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2644 end line: 2665 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5371 unit: void print() file: lib/SIL/IR/SILProfiler.cpp start line: 369 end line: 390 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5372 unit: static CanType parseAssociatedTypePath() file: lib/SIL/Parser/ParseSIL.cpp start line: 6832 end line: 6858 size: 22 LOC McCabe index: 6 number of parameters: 3 id: 5373 unit: void BitDataflow::solveForward() file: lib/SIL/Utils/BitDataflow.cpp start line: 71 end line: 93 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5374 unit: void BitDataflow::solveBackward() file: lib/SIL/Utils/BitDataflow.cpp start line: 107 end line: 129 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5375 unit: Source emitSameType() file: lib/SIL/Utils/DynamicCasts.cpp start line: 856 end line: 887 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5376 unit: bool AccessPathDefUseTraversal::checkAndUpdateOffset() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1661 end line: 1697 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5377 unit: bool AccessPathDefUseTraversal::visitUser() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1858 end line: 1885 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5378 unit: bool ForwardingOperand::visitForwardedValues() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1421 end line: 1452 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5379 unit: bool PrunedLiveness::isWithinBoundary() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 131 end line: 154 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5380 unit: void PrunedLivenessBoundary::visitInsertionPoints() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 181 end line: 204 size: 22 LOC McCabe index: 9 number of parameters: 2 id: 5381 unit: void State::checkPredsForDoubleConsume() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 379 end line: 406 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5382 unit: void visitSILArgument() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1031 end line: 1058 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5383 unit: void checkFullApplySite() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1624 end line: 1652 size: 22 LOC McCabe index: 2 number of parameters: 1 id: 5384 unit: void verifyEpilogBlocks() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5385 end line: 5406 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5385 unit: void ArgumentSource::dump() file: lib/SILGen/ArgumentSource.cpp start line: 231 end line: 252 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5386 unit: void SILGenModule::emitConstructor() file: lib/SILGen/SILGen.cpp start line: 1406 end line: 1442 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5387 unit: RValue SILGenFunction::emitMonomorphicApply() file: lib/SILGen/SILGenApply.cpp start line: 4692 end line: 4713 size: 22 LOC McCabe index: 1 number of parameters: 9 id: 5388 unit: void SILGenFunction::emitRawYield() file: lib/SILGen/SILGenApply.cpp start line: 4817 end line: 4849 size: 22 LOC McCabe index: 5 number of parameters: 4 id: 5389 unit: static void emitPseudoFunctionArguments() file: lib/SILGen/SILGenApply.cpp start line: 5660 end line: 5688 size: 22 LOC McCabe index: 4 number of parameters: 5 id: 5390 unit: static bool shouldBridgeThroughError() file: lib/SILGen/SILGenBridging.cpp start line: 55 end line: 86 size: 22 LOC McCabe index: 8 number of parameters: 3 id: 5391 unit: static ManagedValue emitBuiltinAddressOf() file: lib/SILGen/SILGenBuiltin.cpp start line: 411 end line: 440 size: 22 LOC McCabe index: 5 number of parameters: 5 id: 5392 unit: static ManagedValue emitBuiltinAddressOfBorrow() file: lib/SILGen/SILGenBuiltin.cpp start line: 443 end line: 472 size: 22 LOC McCabe index: 5 number of parameters: 5 id: 5393 unit: static void initializeProperty() file: lib/SILGen/SILGenDistributed.cpp start line: 63 end line: 88 size: 22 LOC McCabe index: 4 number of parameters: 5 id: 5394 unit: static void emitIDInit() file: lib/SILGen/SILGenDistributed.cpp start line: 247 end line: 279 size: 22 LOC McCabe index: 1 number of parameters: 4 id: 5395 unit: VarargsInfo Lowering::emitBeginVarargs() file: lib/SILGen/SILGenExpr.cpp start line: 2084 end line: 2117 size: 22 LOC McCabe index: 2 number of parameters: 5 id: 5396 unit: RValue RValueEmitter::visitOptionalEvaluationExpr() file: lib/SILGen/SILGenExpr.cpp start line: 4824 end line: 4848 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5397 unit: RValue RValueEmitter::visitAppliedPropertyWrapperExpr() file: lib/SILGen/SILGenExpr.cpp start line: 5268 end line: 5295 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5398 unit: SILValue SILGenFunction::emitForeignErrorBlock() file: lib/SILGen/SILGenForeignError.cpp start line: 260 end line: 303 size: 22 LOC McCabe index: 3 number of parameters: 4 id: 5399 unit: void SILGenFunction::emitClosure() file: lib/SILGen/SILGenFunction.cpp start line: 540 end line: 565 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 5400 unit: void emitUsingStrategy() file: lib/SILGen/SILGenLValue.cpp start line: 2639 end line: 2663 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5401 unit: static LValue emitLValueForNonMemberVarDecl() file: lib/SILGen/SILGenLValue.cpp start line: 2703 end line: 2728 size: 22 LOC McCabe index: 2 number of parameters: 8 id: 5402 unit: ManagedValue SILGenFunction::emitConversionToSemanticRValue() file: lib/SILGen/SILGenLValue.cpp start line: 3887 end line: 3909 size: 22 LOC McCabe index: 5 number of parameters: 3 id: 5403 unit: void SILGenFunction::emitCopyLValueInto() file: lib/SILGen/SILGenLValue.cpp start line: 4561 end line: 4589 size: 22 LOC McCabe index: 5 number of parameters: 3 id: 5404 unit: static void lifetimeExtendAddressOnlyRValueSubValues() file: lib/SILGen/Scope.cpp start line: 44 end line: 71 size: 22 LOC McCabe index: 5 number of parameters: 4 id: 5405 unit: void LoopARCSequenceDataflowEvaluator::saveMatchingInfo() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 325 end line: 348 size: 22 LOC McCabe index: 11 number of parameters: 1 id: 5406 unit: static SILValue hoistOrCopySelf() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 419 end line: 447 size: 22 LOC McCabe index: 7 number of parameters: 4 id: 5407 unit: bool swift::ArraySemanticsCall::replaceByValue() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 719 end line: 751 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5408 unit: void ClassHierarchyAnalysis::init() file: lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp start line: 22 end line: 65 size: 22 LOC McCabe index: 7 number of parameters: 0 id: 5409 unit: void DifferentiableActivityInfo::setUsefulAndPropagateToOperands() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 290 end line: 314 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5410 unit: bool EscapeAnalysis::ConnectionGraph::backwardTraverse() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1230 end line: 1253 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5411 unit: bool FunctionSideEffects::summarizeFunction() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 377 end line: 404 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5412 unit: bool isSemanticMemberAccessor() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 63 end line: 92 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5413 unit: bool JVPCloner::Implementation::run() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 1715 end line: 1739 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 5414 unit: void CapturePropagation::run() file: lib/SILOptimizer/IPO/CapturePropagation.cpp start line: 498 end line: 524 size: 22 LOC McCabe index: 7 number of parameters: 0 id: 5415 unit: bool CrossModuleOptimization::canUseFromInline() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 336 end line: 359 size: 22 LOC McCabe index: 13 number of parameters: 1 id: 5416 unit: bool isVisibleExternally() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 374 end line: 398 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5417 unit: bool isSafeArrayContainer() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 336 end line: 362 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5418 unit: static bool isOnlyLoadedAndStored() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 142 end line: 164 size: 22 LOC McCabe index: 11 number of parameters: 6 id: 5419 unit: bool LoopTreeOptimization::optimize() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 614 end line: 650 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 5420 unit: void SelectEnforcement::analyzeUsesOfBox() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 225 end line: 257 size: 22 LOC McCabe index: 10 number of parameters: 1 id: 5421 unit: static unsigned getElementCountRec() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 68 end line: 97 size: 22 LOC McCabe index: 7 number of parameters: 4 id: 5422 unit: bool mergeFromPred() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 330 end line: 353 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 5423 unit: static bool checkDefiniteInitialization() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 3560 end line: 3591 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 5424 unit: void run() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableValuesChecker.cpp start line: 431 end line: 464 size: 22 LOC McCabe index: 9 number of parameters: 0 id: 5425 unit: static bool detectAndDiagnoseErrors() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 375 end line: 405 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5426 unit: static void addPerfEarlyModulePassPipeline() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 543 end line: 587 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5427 unit: void SILCombiner::addReachableCodeToWorklist() file: lib/SILOptimizer/SILCombiner/SILCombine.cpp start line: 74 end line: 116 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5428 unit: bool ArrayAllocation::propagateCountToUsers() file: lib/SILOptimizer/Transforms/ArrayCountPropagation.cpp start line: 164 end line: 188 size: 22 LOC McCabe index: 8 number of parameters: 0 id: 5429 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitEndAccessInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 593 end line: 617 size: 22 LOC McCabe index: 2 number of parameters: 1 id: 5430 unit: static bool hasNoRelevantSideEffects() file: lib/SILOptimizer/Transforms/ConditionForwarding.cpp start line: 126 end line: 152 size: 22 LOC McCabe index: 9 number of parameters: 1 id: 5431 unit: static void findPreheadersOnControlEquivalentPath() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 277 end line: 301 size: 22 LOC McCabe index: 6 number of parameters: 4 id: 5432 unit: bool DestroyHoisting::hoistDestroys() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 729 end line: 761 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 5433 unit: static bool couldRemoveRelease() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 993 end line: 1016 size: 22 LOC McCabe index: 10 number of parameters: 4 id: 5434 unit: static bool hasSameUltimateSuccessor() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2073 end line: 2135 size: 22 LOC McCabe index: 9 number of parameters: 2 id: 5435 unit: bool StaticInitCloner::add() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 371 end line: 399 size: 22 LOC McCabe index: 9 number of parameters: 1 id: 5436 unit: static bool replaceSubLocations() file: lib/SILOptimizer/Utils/LoadStoreOptUtils.cpp start line: 213 end line: 239 size: 22 LOC McCabe index: 4 number of parameters: 5 id: 5437 unit: static bool canInlineBeginApply() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 29 end line: 67 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5438 unit: void ValueLifetimeBoundary::visitInsertionPoints() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 21 end line: 44 size: 22 LOC McCabe index: 9 number of parameters: 2 id: 5439 unit: void buildKeyPathOptionalForceComponent() file: lib/Sema/CSApply.cpp start line: 4976 end line: 5000 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5440 unit: void buildKeyPathPropertyComponent() file: lib/Sema/CSApply.cpp start line: 5002 end line: 5030 size: 22 LOC McCabe index: 3 number of parameters: 4 id: 5441 unit: static bool hasCurriedSelf() file: lib/Sema/CSApply.cpp start line: 5562 end line: 5592 size: 22 LOC McCabe index: 9 number of parameters: 3 id: 5442 unit: void visitCaseItem() file: lib/Sema/CSClosure.cpp start line: 289 end line: 325 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5443 unit: void visitForEachStmt() file: lib/Sema/CSClosure.cpp start line: 642 end line: 678 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 5444 unit: void favorMatchingUnaryOperators() file: lib/Sema/CSGen.cpp start line: 551 end line: 583 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5445 unit: static void addKeyPathDynamicMemberOverloads() file: lib/Sema/CSRanking.cpp start line: 740 end line: 767 size: 22 LOC McCabe index: 4 number of parameters: 4 id: 5446 unit: static bool debugConstraintSolverForTarget() file: lib/Sema/CSSolver.cpp start line: 1207 end line: 1239 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5447 unit: StepResult DependentComponentSplitterStep::take() file: lib/Sema/CSStep.cpp start line: 262 end line: 294 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5448 unit: void ConstraintGraphNode::addToEquivalenceClass() file: lib/Sema/ConstraintGraph.cpp start line: 246 end line: 272 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5449 unit: Type ConstraintSystem::getUnopenedTypeOfReference() file: lib/Sema/ConstraintSystem.cpp start line: 1165 end line: 1195 size: 22 LOC McCabe index: 6 number of parameters: 7 id: 5450 unit: bool ConstraintSystem::isArgumentOfImportedDecl() file: lib/Sema/ConstraintSystem.cpp start line: 5151 end line: 5183 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 5451 unit: void check() file: lib/Sema/MiscDiagnostics.cpp start line: 2761 end line: 2789 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 5452 unit: static void checkStmtConditionTrailingClosure() file: lib/Sema/MiscDiagnostics.cpp start line: 3579 end line: 3602 size: 22 LOC McCabe index: 11 number of parameters: 2 id: 5453 unit: void swift::performSyntacticExprDiagnostics() file: lib/Sema/MiscDiagnostics.cpp start line: 4843 end line: 4864 size: 22 LOC McCabe index: 5 number of parameters: 4 id: 5454 unit: static bool diagnoseRangeOperatorMisspell() file: lib/Sema/PreCheckExpr.cpp start line: 215 end line: 239 size: 22 LOC McCabe index: 11 number of parameters: 2 id: 5455 unit: static bool findNonMembers() file: lib/Sema/PreCheckExpr.cpp start line: 288 end line: 313 size: 22 LOC McCabe index: 7 number of parameters: 5 id: 5456 unit: static void forAllRequirementTypes() file: lib/Sema/TypeCheckAccess.cpp start line: 38 end line: 60 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5457 unit: void visitTypeAliasDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 568 end line: 590 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 5458 unit: void checkTypedPattern() file: lib/Sema/TypeCheckAccess.cpp start line: 1663 end line: 1691 size: 22 LOC McCabe index: 6 number of parameters: 3 id: 5459 unit: void checkPrecedenceGroup() file: lib/Sema/TypeCheckAccess.cpp start line: 1858 end line: 1883 size: 22 LOC McCabe index: 4 number of parameters: 4 id: 5460 unit: ExportContext ExportContext::forFunctionBody() file: lib/Sema/TypeCheckAvailability.cpp start line: 205 end line: 230 size: 22 LOC McCabe index: 2 number of parameters: 2 id: 5461 unit: bool ExprAvailabilityWalker::diagnoseDeclRefAvailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 3087 end line: 3112 size: 22 LOC McCabe index: 8 number of parameters: 4 id: 5462 unit: bool swift::diagnoseNonSendableTypes() file: lib/Sema/TypeCheckConcurrency.cpp start line: 833 end line: 862 size: 22 LOC McCabe index: 5 number of parameters: 4 id: 5463 unit: static bool checkObjCWithGenericParams() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 366 end line: 392 size: 22 LOC McCabe index: 3 number of parameters: 2 id: 5464 unit: static void checkProtocolSelfRequirements() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1105 end line: 1128 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 5465 unit: ShouldRecurse_t checkIfConfig() file: lib/Sema/TypeCheckEffects.cpp start line: 2570 end line: 2599 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 5466 unit: static Type getArgListUniqueSugarType() file: lib/Sema/TypeCheckExpr.cpp start line: 35 end line: 68 size: 22 LOC McCabe index: 8 number of parameters: 2 id: 5467 unit: void TypeChecker::checkProtocolSelfRequirements() file: lib/Sema/TypeCheckGeneric.cpp start line: 311 end line: 339 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5468 unit: unsigned TypeChecker::getCallEditDistance() file: lib/Sema/TypeCheckNameLookup.cpp start line: 540 end line: 574 size: 22 LOC McCabe index: 7 number of parameters: 3 id: 5469 unit: static void maybeDiagnoseBadConformanceRef() file: lib/Sema/TypeCheckType.cpp start line: 1033 end line: 1061 size: 22 LOC McCabe index: 7 number of parameters: 4 id: 5470 unit: Expected deserializeInfixOperator() file: lib/Serialization/Deserialization.cpp start line: 3659 end line: 3685 size: 22 LOC McCabe index: 2 number of parameters: 2 id: 5471 unit: void visitPrecedenceGroupDecl() file: lib/Serialization/Serialization.cpp start line: 3313 end line: 3337 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5472 unit: void serialization::writeSourceInfoToStream() file: lib/Serialization/SerializeDoc.cpp start line: 895 end line: 924 size: 22 LOC McCabe index: 1 number of parameters: 2 id: 5473 unit: inline uint64_t hash_33to64_bytes() file: stdlib/include/llvm/ADT/Hashing.h start line: 223 end line: 244 size: 22 LOC McCabe index: 1 number of parameters: 3 id: 5474 unit: func _workerThreadOneTrial() file: stdlib/private/StdlibUnittest/RaceTest.swift start line: 519 end line: 543 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5475 unit: func _reportUnexpectedExecutor() file: stdlib/public/Concurrency/Task.swift start line: 884 end line: 910 size: 22 LOC McCabe index: 1 number of parameters: 5 id: 5476 unit: Demangle::NodePointer visitOpaqueArchetypeTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 908 end line: 936 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5477 unit: func prespecializeAll() file: stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift start line: 382 end line: 404 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 5478 unit: func _bridgeToObjectiveC() file: stdlib/public/core/BridgeObjectiveC.swift start line: 22 end line: 97 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 5479 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 412 end line: 499 size: 22 LOC McCabe index: 1 number of parameters: 2 id: 5480 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1331 end line: 1467 size: 22 LOC McCabe index: 1 number of parameters: 2 id: 5481 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2343 end line: 2404 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 5482 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2606 end line: 2822 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 5483 unit: func popComputedAccessors() file: stdlib/public/core/KeyPath.swift start line: 2773 end line: 2794 size: 22 LOC McCabe index: 2 number of parameters: 2 id: 5484 unit: static bool _conformsToProtocols() file: stdlib/public/runtime/Casting.cpp start line: 449 end line: 473 size: 22 LOC McCabe index: 9 number of parameters: 4 id: 5485 unit: static bool _conformsToProtocols() file: stdlib/public/runtime/DynamicCast.cpp start line: 1343 end line: 1367 size: 22 LOC McCabe index: 9 number of parameters: 4 id: 5486 unit: void swift::swift_getTupleTypeLayout() file: stdlib/public/runtime/Metadata.cpp start line: 1839 end line: 1861 size: 22 LOC McCabe index: 3 number of parameters: 4 id: 5487 unit: static AnyReturn copyFieldContents() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 150 end line: 181 size: 22 LOC McCabe index: 3 number of parameters: 2 id: 5488 unit: static void addImageCallback() file: stdlib/toolchain/Compatibility50/ProtocolConformance.cpp start line: 55 end line: 77 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5489 unit: void push_back() file: stdlib/toolchain/Compatibility51/Concurrent.h start line: 427 end line: 452 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 5490 unit: static void addRequestOptionsDirect() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 357 end line: 381 size: 22 LOC McCabe index: 6 number of parameters: 3 id: 5491 unit: static std::string initializeSource() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2459 end line: 2481 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 5492 unit: void sourcekitd::writeEscaped() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 136 end line: 158 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 5493 unit: int main2() file: tools/swift-ast-script/swift-ast-script.cpp start line: 66 end line: 94 size: 22 LOC McCabe index: 3 number of parameters: 2 id: 5494 unit: static int doSemanticAnnotation() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2409 end line: 2434 size: 22 LOC McCabe index: 2 number of parameters: 3 id: 5495 unit: func makeReflectionContext() file: tools/swift-inspect/Sources/swift-inspect/main.swift start line: 124 end line: 149 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 5496 unit: static void printMemberOffset() file: tools/swift-remoteast-test/swift-remoteast-test.cpp start line: 117 end line: 144 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 5497 unit: int main() file: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp start line: 275 end line: 297 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 5498 unit: def _trim_try_backjump_and_trim_suffix() file: utils/bug_reducer/bug_reducer/list_reducer.py start line: 0 end line: 0 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 5499 unit: def add_parser_arguments() file: utils/bug_reducer/bug_reducer/opt_bug_reducer.py start line: 0 end line: 0 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 5500 unit: func urlBarDidPressPageOptions() file: utils/parser-lib/profile-input.swift start line: 1238 end line: 1265 size: 22 LOC McCabe index: 1 number of parameters: 2 id: 5501 unit: def _get_po_ordered_nodes() file: utils/swift_build_support/swift_build_support/build_graph.py start line: 0 end line: 0 size: 22 LOC McCabe index: 12 number of parameters: 2 id: 5502 unit: func thread1() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 726 end line: 747 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 5503 unit: mutating func parseSelectionFromSIL() file: SwiftCompilerSources/Sources/SIL/Effects.swift start line: 303 end line: 325 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5504 unit: func matching() file: SwiftCompilerSources/Sources/SIL/SmallProjectionPath.swift start line: 541 end line: 562 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 5505 unit: func parseLine() file: benchmark/single-source/CSVParsing.swift start line: 171 end line: 195 size: 21 LOC McCabe index: 7 number of parameters: 5 id: 5506 unit: func parseAlt() file: benchmark/single-source/CSVParsing.swift start line: 267 end line: 291 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 5507 unit: func findThreeRecursive() file: benchmark/single-source/FindStringNaive.swift start line: 85 end line: 107 size: 21 LOC McCabe index: 4 number of parameters: 4 id: 5508 unit: func findThreeOnUTF8Collection() file: benchmark/single-source/FindStringNaive.swift start line: 124 end line: 146 size: 21 LOC McCabe index: 4 number of parameters: 4 id: 5509 unit: bool isResolved() file: include/swift/AST/Expr.h start line: 5474 end line: 5496 size: 21 LOC McCabe index: 14 number of parameters: 0 id: 5510 unit: static PrintOptions printInterface() file: include/swift/AST/PrintOptions.h start line: 569 end line: 589 size: 21 LOC McCabe index: 1 number of parameters: 1 id: 5511 unit: Optional find() file: include/swift/Basic/FrozenMultiMap.h start line: 68 end line: 96 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5512 unit: template void combine() file: include/swift/Basic/StableHasher.h start line: 111 end line: 143 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 5513 unit: bool isTypeParameterOrOpaqueArchetype() file: include/swift/SIL/AbstractionPattern.h start line: 949 end line: 969 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5514 unit: bool isTypeParameter() file: include/swift/SIL/AbstractionPattern.h start line: 971 end line: 991 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5515 unit: static void emitOrDebug() file: include/swift/SIL/OptimizationRemark.h start line: 312 end line: 337 size: 21 LOC McCabe index: 8 number of parameters: 4 id: 5516 unit: ValueRetTy visit() file: include/swift/SIL/SILBuiltinVisitor.h start line: 38 end line: 62 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5517 unit: inline bool canAcceptUnownedValue() file: include/swift/SIL/SILValue.h start line: 902 end line: 922 size: 21 LOC McCabe index: 15 number of parameters: 1 id: 5518 unit: Optional operator() file: include/swift/Sema/ConstraintSystem.h start line: 5874 end line: 5900 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5519 unit: OverloadChoiceKind getKind() file: include/swift/Sema/OverloadChoice.h start line: 231 end line: 253 size: 21 LOC McCabe index: 9 number of parameters: 0 id: 5520 unit: static parseJsonEmit() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2190 end line: 2212 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5521 unit: bool ASTContext::hasDelayedConformanceErrors() file: lib/AST/ASTContext.cpp start line: 2546 end line: 2572 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5522 unit: Type ParametrizedProtocolType::get() file: lib/AST/ASTContext.cpp start line: 3379 end line: 3403 size: 21 LOC McCabe index: 3 number of parameters: 3 id: 5523 unit: Type ASTBuilder::createBoundGenericObjCClassType() file: lib/AST/ASTDemangler.cpp start line: 720 end line: 742 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5524 unit: void printStorageImpl() file: lib/AST/ASTDumper.cpp start line: 754 end line: 775 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5525 unit: void visitIfConfigDecl() file: lib/AST/ASTDumper.cpp start line: 1094 end line: 1116 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5526 unit: void visitPrecedenceGroupDecl() file: lib/AST/ASTDumper.cpp start line: 1128 end line: 1152 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5527 unit: void visitSILBoxTypeRepr() file: lib/AST/ASTDumper.cpp start line: 3144 end line: 3167 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5528 unit: static StringRef getCodeForAccessorKind() file: lib/AST/ASTMangler.cpp start line: 59 end line: 80 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 5529 unit: std::string ASTMangler::mangleKeyPathGetterThunkHelper() file: lib/AST/ASTMangler.cpp start line: 281 end line: 303 size: 21 LOC McCabe index: 5 number of parameters: 5 id: 5530 unit: std::string ASTMangler::mangleKeyPathSetterThunkHelper() file: lib/AST/ASTMangler.cpp start line: 305 end line: 327 size: 21 LOC McCabe index: 5 number of parameters: 5 id: 5531 unit: std::string ASTPrinter::sanitizeUtf8() file: lib/AST/ASTPrinter.cpp start line: 304 end line: 327 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5532 unit: static unsigned getDepthOfType() file: lib/AST/ASTPrinter.cpp start line: 1348 end line: 1378 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5533 unit: static unsigned getDepthOfRequirement() file: lib/AST/ASTPrinter.cpp start line: 1523 end line: 1547 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 5534 unit: void PrintAST::printSelfAccessKindModifiersIfNeeded() file: lib/AST/ASTPrinter.cpp start line: 2024 end line: 2046 size: 21 LOC McCabe index: 12 number of parameters: 1 id: 5535 unit: void PrintAST::visitCaseStmt() file: lib/AST/ASTPrinter.cpp start line: 4729 end line: 4752 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5536 unit: void visitPlaceholderType() file: lib/AST/ASTPrinter.cpp start line: 5119 end line: 5139 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5537 unit: void LayoutConstraintInfo::print() file: lib/AST/ASTPrinter.cpp start line: 6207 end line: 6227 size: 21 LOC McCabe index: 10 number of parameters: 2 id: 5538 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1447 end line: 1470 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5539 unit: SourceRange ArgumentList::getSourceRange() file: lib/AST/ArgumentList.cpp start line: 174 end line: 198 size: 21 LOC McCabe index: 10 number of parameters: 0 id: 5540 unit: static void parseAutoDiffBuiltinCommonConfig() file: lib/AST/AutoDiff.cpp start line: 285 end line: 307 size: 21 LOC McCabe index: 3 number of parameters: 3 id: 5541 unit: void SILDifferentiabilityWitnessKey::print() file: lib/AST/AutoDiff.cpp start line: 559 end line: 579 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5542 unit: clang::QualType ClangTypeConverter::visitProtocolType() file: lib/AST/ClangTypeConverter.cpp start line: 448 end line: 477 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 5543 unit: void ValueDecl::copyFormalAccessFrom() file: lib/AST/Decl.cpp start line: 3699 end line: 3728 size: 21 LOC McCabe index: 10 number of parameters: 2 id: 5544 unit: void ParseAbstractFunctionBodyRequest::cacheResult() file: lib/AST/Decl.cpp start line: 9119 end line: 9142 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5545 unit: bool AccessScope::allowsPrivateAccess() file: lib/AST/DeclContext.cpp start line: 1129 end line: 1161 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5546 unit: static bool isInterestingTypealias() file: lib/AST/DiagnosticEngine.cpp start line: 475 end line: 505 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5547 unit: bool CaptureListEntry::isSimpleSelfCapture() file: lib/AST/Expr.cpp start line: 1169 end line: 1196 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5548 unit: SourceRange TupleExpr::getSourceRange() file: lib/AST/Expr.cpp start line: 1221 end line: 1246 size: 21 LOC McCabe index: 9 number of parameters: 0 id: 5549 unit: void FrontendSourceFileDepGraphFactory::addAllDefinedDecls() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 401 end line: 427 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 5550 unit: void ModuleDepGraphFactory::addAllDefinedDecls() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 580 end line: 606 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 5551 unit: bool RequirementSource::isInferredRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 879 end line: 902 size: 21 LOC McCabe index: 13 number of parameters: 0 id: 5552 unit: bool EquivalenceClass::recordConformanceConstraint() file: lib/AST/GenericSignatureBuilder.cpp start line: 1900 end line: 1930 size: 21 LOC McCabe index: 3 number of parameters: 4 id: 5553 unit: void DelayedRequirement::dump() file: lib/AST/GenericSignatureBuilder.cpp start line: 2230 end line: 2255 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5554 unit: void RewriteTreeNode::enumerateRewritePathsImpl() file: lib/AST/GenericSignatureBuilder.cpp start line: 2960 end line: 2987 size: 21 LOC McCabe index: 7 number of parameters: 3 id: 5555 unit: static Optional createRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 7766 end line: 7793 size: 21 LOC McCabe index: 6 number of parameters: 4 id: 5556 unit: StringRef LayoutConstraintInfo::getName() file: lib/AST/LayoutConstraint.cpp start line: 58 end line: 79 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 5557 unit: StringRef ModuleDecl::getModuleFilename() file: lib/AST/Module.cpp start line: 1654 end line: 1677 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5558 unit: void ModuleDependencies::addBridgingModuleDependency() file: lib/AST/ModuleDependencies.cpp start line: 206 end line: 226 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5559 unit: void dump() file: lib/AST/NameLookup.cpp start line: 1086 end line: 1107 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5560 unit: void RewriteSystem::verifyRewriteLoops() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 623 end line: 646 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 5561 unit: void RewriteSystem::verifyRedundantConformances() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 650 end line: 671 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5562 unit: unsigned RewriteSystem::recordConcreteTypeWitnessRelation() file: lib/AST/RequirementMachine/PropertyRelations.cpp start line: 96 end line: 119 size: 21 LOC McCabe index: 1 number of parameters: 3 id: 5563 unit: void RequirementMachine::initWithGenericSignature() file: lib/AST/RequirementMachine/RequirementMachine.cpp start line: 64 end line: 94 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 5564 unit: void ConnectedComponent::buildRequirements() file: lib/AST/RequirementMachine/RequirementMachineRequests.cpp start line: 69 end line: 93 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5565 unit: void RewriteSystem::simplifyLeftHandSideSubstitutions() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 571 end line: 604 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 5566 unit: void RewriteSystem::dump() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 722 end line: 743 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5567 unit: Symbol Symbol::forProtocol() file: lib/AST/RequirementMachine/Symbol.cpp start line: 249 end line: 275 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5568 unit: Symbol Symbol::forGenericParam() file: lib/AST/RequirementMachine/Symbol.cpp start line: 324 end line: 350 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5569 unit: static int shortlexCompare() file: lib/AST/RequirementMachine/Term.cpp start line: 131 end line: 156 size: 21 LOC McCabe index: 5 number of parameters: 5 id: 5570 unit: SourceRange StmtConditionElement::getSourceRange() file: lib/AST/Stmt.cpp start line: 301 end line: 323 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5571 unit: Type TypeBase::eraseOpenedExistential() file: lib/AST/Type.cpp start line: 469 end line: 496 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5572 unit: static void addProtocols() file: lib/AST/Type.cpp start line: 1230 end line: 1252 size: 21 LOC McCabe index: 8 number of parameters: 4 id: 5573 unit: static CanType join() file: lib/AST/TypeJoinMeet.cpp start line: 87 end line: 124 size: 21 LOC McCabe index: 12 number of parameters: 2 id: 5574 unit: CanType TypeJoin::visitProtocolCompositionType() file: lib/AST/TypeJoinMeet.cpp start line: 406 end line: 435 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5575 unit: StringRef TypeRefinementContext::getReasonName() file: lib/AST/TypeRefinementContext.cpp start line: 327 end line: 355 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 5576 unit: bool doIt() file: lib/AST/TypeWalker.cpp start line: 245 end line: 271 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5577 unit: void UnqualifiedLookupFactory::addImportedResults() file: lib/AST/UnqualifiedLookup.cpp start line: 386 end line: 410 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5578 unit: static std::string getPlistEntry() file: lib/Basic/Platform.cpp start line: 493 end line: 517 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5579 unit: int swift::ExecuteInPlace() file: lib/Basic/Program.cpp start line: 25 end line: 46 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5580 unit: StringRef swift::matchLeadingTypeName() file: lib/Basic/StringExtras.cpp start line: 424 end line: 458 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5581 unit: static StringRef omitNeedlessWordsFromPrefix() file: lib/Basic/StringExtras.cpp start line: 492 end line: 522 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5582 unit: static bool textMatchesPropertyName() file: lib/Basic/StringExtras.cpp start line: 534 end line: 565 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 5583 unit: Optional swift::stripWithCompletionHandlerSuffix() file: lib/Basic/StringExtras.cpp start line: 1364 end line: 1390 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5584 unit: bool ClangImporter::runPreprocessor() file: lib/ClangImporter/ClangImporter.cpp start line: 1689 end line: 1711 size: 21 LOC McCabe index: 1 number of parameters: 2 id: 5585 unit: TinyPtrVector CXXNamespaceMemberLookup::evaluate() file: lib/ClangImporter/ClangImporter.cpp start line: 4322 end line: 4345 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5586 unit: bool ClangImporter::Implementation::addMemberAndAlternatesToExtension() file: lib/ClangImporter/ImportDecl.cpp start line: 10025 end line: 10051 size: 21 LOC McCabe index: 10 number of parameters: 4 id: 5587 unit: void ClangImporter::Implementation::collectMembersToAdd() file: lib/ClangImporter/ImportDecl.cpp start line: 10145 end line: 10175 size: 21 LOC McCabe index: 9 number of parameters: 4 id: 5588 unit: static Type getNamedProtocolType() file: lib/ClangImporter/ImportType.cpp start line: 2904 end line: 2928 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5589 unit: static void printStoredEntry() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 949 end line: 969 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5590 unit: NodePointer Demangler::demangleImplParamConvention() file: lib/Demangling/Demangler.cpp start line: 1822 end line: 1842 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5591 unit: bool Remangler::mangleStandardSubstitution() file: lib/Demangling/Remangler.cpp start line: 390 end line: 414 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5592 unit: ManglingError Remangler::mangleProtocolList() file: lib/Demangling/Remangler.cpp start line: 2499 end line: 2519 size: 21 LOC McCabe index: 4 number of parameters: 4 id: 5593 unit: ManglingError Remangler::mangleOpaqueType() file: lib/Demangling/Remangler.cpp start line: 3303 end line: 3325 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5594 unit: void writeDirectDependencies() file: lib/DependencyScan/ScanDependencies.cpp start line: 488 end line: 511 size: 21 LOC McCabe index: 4 number of parameters: 4 id: 5595 unit: void Driver::chooseDependenciesOutputPaths() file: lib/Driver/Driver.cpp start line: 3384 end line: 3404 size: 21 LOC McCabe index: 4 number of parameters: 5 id: 5596 unit: void ModuleDepGraph::printPath() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 662 end line: 684 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5597 unit: void ToolChain::getResourceDirPath() file: lib/Driver/ToolChains.cpp start line: 1387 end line: 1408 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5598 unit: std::string toolchains::GenericUnix::getDefaultLinker() file: lib/Driver/UnixToolChains.cpp start line: 87 end line: 114 size: 21 LOC McCabe index: 13 number of parameters: 0 id: 5599 unit: bool detectModernizeEnum() file: lib/DriverTool/swift_api_digester_main.cpp start line: 239 end line: 261 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 5600 unit: static bool isBetterMatch() file: lib/DriverTool/swift_api_digester_main.cpp start line: 320 end line: 345 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5601 unit: static int deserializeNameCorrection() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2084 end line: 2104 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5602 unit: bool ArgsToFrontendOptionsConverter::setUpImmediateArgs() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 501 end line: 523 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 5603 unit: bool ArgsToFrontendOptionsConverter::computeFallbackModuleName() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 567 end line: 594 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5604 unit: void parseExclusivityEnforcementOptions() file: lib/Frontend/CompilerInvocation.cpp start line: 1351 end line: 1376 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5605 unit: bool DependencyVerifier::verifyFile() file: lib/Frontend/DependencyVerifier.cpp start line: 513 end line: 538 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5606 unit: bool CompilerInstance::performSILProcessing() file: lib/Frontend/Frontend.cpp start line: 1343 end line: 1369 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5607 unit: void FrontendOptions::forAllOutputPaths() file: lib/Frontend/FrontendOptions.cpp start line: 223 end line: 243 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5608 unit: bool forwardingModuleIsUpToDate() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 532 end line: 562 size: 21 LOC McCabe index: 5 number of parameters: 4 id: 5609 unit: static void printDiagnosticKind() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 276 end line: 296 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5610 unit: void PrintingDiagnosticConsumer::flush() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 977 end line: 999 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5611 unit: void SerializedDiagnosticConsumer::handleDiagnostic() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 537 end line: 570 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5612 unit: Type getAssociatedTypeType() file: lib/IDE/CodeCompletion.cpp start line: 2596 end line: 2616 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5613 unit: void collectPrecedenceGroups() file: lib/IDE/CodeCompletion.cpp start line: 4883 end line: 4909 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5614 unit: void CodeCompletionCallbacksImpl::completeImportDecl() file: lib/IDE/CodeCompletion.cpp start line: 5884 end line: 5904 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5615 unit: void leave() file: lib/IDE/IDERequests.cpp start line: 640 end line: 661 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5616 unit: void ClangCommentPrinter::avoidPrintDeclPost() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 930 end line: 951 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5617 unit: Optional getErrorType() file: lib/IDE/Refactoring.cpp start line: 4173 end line: 4196 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5618 unit: std::pair SemaAnnotator::walkToStmtPre() file: lib/IDE/SourceEntityWalker.cpp start line: 246 end line: 270 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5619 unit: bool ModelASTWalker::passNode() file: lib/IDE/SyntaxModel.cpp start line: 1392 end line: 1415 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5620 unit: static CharSourceRange sanitizeUnpairedParenthesis() file: lib/IDE/SyntaxModel.cpp start line: 1534 end line: 1555 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5621 unit: void layout() file: lib/IRGen/ClassMetadataVisitor.h start line: 67 end line: 97 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 5622 unit: EnumPayload EnumPayload::fromBitPattern() file: lib/IRGen/EnumPayload.cpp start line: 70 end line: 96 size: 21 LOC McCabe index: 3 number of parameters: 3 id: 5623 unit: EnumPayload EnumPayload::load() file: lib/IRGen/EnumPayload.cpp start line: 223 end line: 246 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5624 unit: void begin() file: lib/IRGen/GenCall.cpp start line: 2364 end line: 2387 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 5625 unit: static std::string getDynamicReplacementSection() file: lib/IRGen/GenDecl.cpp start line: 1639 end line: 1659 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5626 unit: static std::string getDynamicReplacementSomeSection() file: lib/IRGen/GenDecl.cpp start line: 1661 end line: 1681 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5627 unit: static std::string getEntryPointSection() file: lib/IRGen/GenDecl.cpp start line: 2027 end line: 2047 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5628 unit: void IRGenModule::emitSILDifferentiabilityWitness() file: lib/IRGen/GenDiffWitness.cpp start line: 26 end line: 48 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5629 unit: void setTaggedEnumBody() file: lib/IRGen/GenEnum.cpp start line: 1340 end line: 1371 size: 21 LOC McCabe index: 3 number of parameters: 4 id: 5630 unit: void irgen::emitExistentialMetatypeContainer() file: lib/IRGen/GenExistential.cpp start line: 1842 end line: 1865 size: 21 LOC McCabe index: 2 number of parameters: 6 id: 5631 unit: static bool needsSingletonMetadataInitialization() file: lib/IRGen/GenMeta.cpp start line: 143 end line: 172 size: 21 LOC McCabe index: 10 number of parameters: 2 id: 5632 unit: PartialPattern buildExtraDataPattern() file: lib/IRGen/GenMeta.cpp start line: 3665 end line: 3696 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 5633 unit: void IRGenFunction::emitDeallocateDynamicAlloca() file: lib/IRGen/GenOpaque.cpp start line: 610 end line: 638 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 5634 unit: void irgen::bindFromGenericRequirementsBuffer() file: lib/IRGen/GenProto.cpp start line: 3403 end line: 3430 size: 21 LOC McCabe index: 5 number of parameters: 5 id: 5635 unit: void layoutEnum() file: lib/IRGen/GenReflection.cpp start line: 791 end line: 816 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 5636 unit: static bool hasOpenedExistential() file: lib/IRGen/GenReflection.cpp start line: 1085 end line: 1110 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 5637 unit: void emitCopyWithCopyConstructor() file: lib/IRGen/GenStruct.cpp start line: 452 end line: 472 size: 21 LOC McCabe index: 1 number of parameters: 5 id: 5638 unit: ValueWitnessFlags getValueWitnessFlags() file: lib/IRGen/GenValueWitness.cpp start line: 826 end line: 851 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5639 unit: void IRGenDebugInfoImpl::emitTypeMetadata() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2760 end line: 2786 size: 21 LOC McCabe index: 5 number of parameters: 5 id: 5640 unit: void IRGenModule::cleanupClangCodeGenMetadata() file: lib/IRGen/IRGenModule.cpp start line: 1612 end line: 1642 size: 21 LOC McCabe index: 4 number of parameters: 0 id: 5641 unit: static bool emitStackAllocBuiltinCall() file: lib/IRGen/IRGenSIL.cpp start line: 3107 end line: 3136 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5642 unit: void IRGenSILFunction::visitYieldInst() file: lib/IRGen/IRGenSIL.cpp start line: 3793 end line: 3820 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5643 unit: void IRGenSILFunction::visitAllocStackInst() file: lib/IRGen/IRGenSIL.cpp start line: 5346 end line: 5372 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5644 unit: void IRGenSILFunction::visitCopyAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 6782 end line: 6803 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5645 unit: void LoadableStorageAllocation::convertIndirectBasicBlockArgs() file: lib/IRGen/LoadableByAddress.cpp start line: 1559 end line: 1583 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 5646 unit: bool LoadableByAddress::recreateDifferentiabilityWitnessFunction() file: lib/IRGen/LoadableByAddress.cpp start line: 2723 end line: 2746 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5647 unit: CanType visitTupleType() file: lib/IRGen/MetadataRequest.cpp start line: 2982 end line: 3016 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5648 unit: bool swift::performDumpTypeInfo() file: lib/IRGen/TypeLayoutDumper.cpp start line: 155 end line: 182 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5649 unit: bool getModuleNameAndUSR() file: lib/Index/Index.cpp start line: 481 end line: 501 size: 21 LOC McCabe index: 3 number of parameters: 3 id: 5650 unit: bool IndexSwiftASTWalker::reportExtension() file: lib/Index/Index.cpp start line: 1432 end line: 1458 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 5651 unit: void Lexer::tryLexEditorPlaceholder() file: lib/Parse/Lexer.cpp start line: 2189 end line: 2214 size: 21 LOC McCabe index: 10 number of parameters: 0 id: 5652 unit: void Parser::consumeDecl() file: lib/Parse/ParseDecl.cpp start line: 4285 end line: 4311 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5653 unit: void Parser::skipSILUntilSwiftDecl() file: lib/Parse/ParseDecl.cpp start line: 6041 end line: 6070 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5654 unit: bool Parser::canParseOldStyleProtocolComposition() file: lib/Parse/ParseType.cpp start line: 1605 end line: 1634 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 5655 unit: CharSourceRange ParsedRawSyntaxRecorder::verifyElementRanges() file: lib/Parse/ParsedRawSyntaxRecorder.cpp start line: 101 end line: 124 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5656 unit: void receive() file: lib/Parse/Parser.cpp start line: 494 end line: 523 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5657 unit: bool Parser::shouldReturnSingleExpressionElement() file: lib/Parse/Parser.cpp start line: 1195 end line: 1218 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5658 unit: llvm::Optional SyntaxParsingCache::lookUpFrom() file: lib/Parse/SyntaxParsingCache.cpp start line: 63 end line: 86 size: 21 LOC McCabe index: 7 number of parameters: 4 id: 5659 unit: static void writePostImportPrologue() file: lib/PrintAsClang/PrintAsClang.cpp start line: 375 end line: 395 size: 21 LOC McCabe index: 1 number of parameters: 2 id: 5660 unit: static bool isFormallyPassedIndirectly() file: lib/SIL/IR/SILFunctionType.cpp start line: 1307 end line: 1337 size: 21 LOC McCabe index: 9 number of parameters: 4 id: 5661 unit: static void destructureYieldsForCoroutine() file: lib/SIL/IR/SILFunctionType.cpp start line: 1798 end line: 1822 size: 21 LOC McCabe index: 3 number of parameters: 7 id: 5662 unit: static void printValueDecl() file: lib/SIL/IR/SILPrinter.cpp start line: 239 end line: 262 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5663 unit: void printDebugScope() file: lib/SIL/IR/SILPrinter.cpp start line: 949 end line: 970 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5664 unit: static void printSILVTables() file: lib/SIL/IR/SILPrinter.cpp start line: 3141 end line: 3162 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5665 unit: static void printSILDifferentiabilityWitnesses() file: lib/SIL/IR/SILPrinter.cpp start line: 3210 end line: 3233 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5666 unit: CanType visitMetatypeType() file: lib/SIL/IR/TypeLowering.cpp start line: 2193 end line: 2223 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5667 unit: static CanAnyFunctionType getPropertyWrapperBackingInitializerInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2491 end line: 2515 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5668 unit: void MemoryLocations::analyzeLocation() file: lib/SIL/Utils/MemoryLocations.cpp start line: 180 end line: 210 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5669 unit: bool BorrowedValue::visitLocalScopeEndingUses() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 623 end line: 643 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5670 unit: ValueOwnershipKind ForwardingOperand::getForwardingOwnershipKind() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1252 end line: 1282 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5671 unit: bool handleError() file: lib/SIL/Verifier/LinearLifetimeCheckerPrivate.h start line: 190 end line: 212 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5672 unit: void MemoryLifetimeVerifier::setFuncOperandBits() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 453 end line: 476 size: 21 LOC McCabe index: 11 number of parameters: 4 id: 5673 unit: void checkExistentialMetatypeInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2954 end line: 2977 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5674 unit: void verifyBranches() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5624 end line: 5652 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5675 unit: void SILWitnessTable::verify() file: lib/SIL/Verifier/SILVerifier.cpp start line: 6052 end line: 6077 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5676 unit: void ArgumentSource::forwardInto() file: lib/SILGen/ArgumentSource.cpp start line: 194 end line: 225 size: 21 LOC McCabe index: 5 number of parameters: 4 id: 5677 unit: ResultPlanPtr ResultPlanBuilder::buildForTuple() file: lib/SILGen/ResultPlan.cpp start line: 924 end line: 965 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5678 unit: static void setUpForProfiling() file: lib/SILGen/SILGen.cpp start line: 660 end line: 682 size: 21 LOC McCabe index: 9 number of parameters: 3 id: 5679 unit: void SILGenModule::emitObjCAllocatorDestructor() file: lib/SILGen/SILGen.cpp start line: 1505 end line: 1534 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5680 unit: void SILGenModule::emitDestructor() file: lib/SILGen/SILGen.cpp start line: 1536 end line: 1565 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5681 unit: void emitInOut() file: lib/SILGen/SILGenApply.cpp start line: 3055 end line: 3082 size: 21 LOC McCabe index: 4 number of parameters: 5 id: 5682 unit: void emitBorrowed() file: lib/SILGen/SILGenApply.cpp start line: 3099 end line: 3122 size: 21 LOC McCabe index: 4 number of parameters: 5 id: 5683 unit: void maybeEmitForeignArgument() file: lib/SILGen/SILGenApply.cpp start line: 3363 end line: 3392 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 5684 unit: static ManagedValue emitBuiltinInit() file: lib/SILGen/SILGenBuiltin.cpp start line: 238 end line: 263 size: 21 LOC McCabe index: 3 number of parameters: 5 id: 5685 unit: static ManagedValue emitBuiltinGetTailAddr() file: lib/SILGen/SILGenBuiltin.cpp start line: 512 end line: 534 size: 21 LOC McCabe index: 3 number of parameters: 5 id: 5686 unit: static ManagedValue emitBuiltinEndUnpairedAccess() file: lib/SILGen/SILGenBuiltin.cpp start line: 609 end line: 632 size: 21 LOC McCabe index: 3 number of parameters: 5 id: 5687 unit: static SILValue emitConstructorMetatypeArg() file: lib/SILGen/SILGenConstructor.cpp start line: 35 end line: 59 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5688 unit: void SILGenFunction::emitIVarInitializer() file: lib/SILGen/SILGenConstructor.cpp start line: 1183 end line: 1212 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5689 unit: Optional Conversion::adjustForInitialForceValue() file: lib/SILGen/SILGenConvert.cpp start line: 1229 end line: 1250 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5690 unit: void emit() file: lib/SILGen/SILGenDecl.cpp start line: 1517 end line: 1537 size: 21 LOC McCabe index: 7 number of parameters: 3 id: 5691 unit: void SILGenFunction::prepareEpilog() file: lib/SILGen/SILGenEpilog.cpp start line: 21 end line: 48 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5692 unit: RValue RValueEmitter::visitErasureExpr() file: lib/SILGen/SILGenExpr.cpp start line: 1845 end line: 1869 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5693 unit: ManagedValue LogicalPathComponent::project() file: lib/SILGen/SILGenLValue.cpp start line: 380 end line: 410 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5694 unit: ManagedValue project() file: lib/SILGen/SILGenLValue.cpp start line: 752 end line: 779 size: 21 LOC McCabe index: 7 number of parameters: 3 id: 5695 unit: void LValue::addMemberComponent() file: lib/SILGen/SILGenLValue.cpp start line: 2394 end line: 2414 size: 21 LOC McCabe index: 3 number of parameters: 11 id: 5696 unit: static bool isDirectlyRefutablePattern() file: lib/SILGen/SILGenPattern.cpp start line: 109 end line: 136 size: 21 LOC McCabe index: 13 number of parameters: 1 id: 5697 unit: static bool isWildcardPattern() file: lib/SILGen/SILGenPattern.cpp start line: 212 end line: 239 size: 21 LOC McCabe index: 13 number of parameters: 1 id: 5698 unit: ManagedValue Transform::transformMetatype() file: lib/SILGen/SILGenPoly.cpp start line: 629 end line: 656 size: 21 LOC McCabe index: 7 number of parameters: 6 id: 5699 unit: void SILGenFunction::collectThunkParams() file: lib/SILGen/SILGenPoly.cpp start line: 802 end line: 829 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5700 unit: bool LoopARCSequenceDataflowEvaluator::processLoopTopDown() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 87 end line: 118 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5701 unit: static bool canTerminatorUseValue() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 247 end line: 275 size: 21 LOC McCabe index: 7 number of parameters: 3 id: 5702 unit: bool FunctionAccessStorage::summarizeFunction() file: lib/SILOptimizer/Analysis/AccessStorageAnalysis.cpp start line: 350 end line: 381 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5703 unit: void CallerAnalysis::print() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 458 end line: 484 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5704 unit: void DeadEndBlocksAnalysis::verify() file: lib/SILOptimizer/Analysis/DeadEndBlocksAnalysis.cpp start line: 21 end line: 51 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5705 unit: void DifferentiableActivityInfo::dump() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 528 end line: 548 size: 21 LOC McCabe index: 5 number of parameters: 4 id: 5706 unit: void DifferentiableActivityInfo::dump() file: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp start line: 550 end line: 570 size: 21 LOC McCabe index: 6 number of parameters: 3 id: 5707 unit: static SILValue getRCIdentityPreservingCastOperand() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 46 end line: 66 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5708 unit: void LinearMapInfo::computeAccessLevel() file: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp start line: 90 end line: 115 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5709 unit: void emitLinearMapContextInitializationIfNeeded() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 112 end line: 134 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 5710 unit: static bool isAssignableExternally() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 351 end line: 389 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5711 unit: static bool isComparisonKnownFalse() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 813 end line: 841 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5712 unit: void AccessEnforcementSelection::handleApply() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 739 end line: 769 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5713 unit: void visitStoreInst() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1246 end line: 1271 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5714 unit: void visitTupleInst() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1389 end line: 1412 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5715 unit: bool DIMemoryObjectInfo::isElementLetProperty() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 415 end line: 443 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5716 unit: void swift::ownership::collectDIElementUsesFrom() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1850 end line: 1876 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5717 unit: bool issueWarningsForInfiniteRecursiveCalls() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 457 end line: 479 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5718 unit: static bool diagnoseUnsupportedControlFlow() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 162 end line: 185 size: 21 LOC McCabe index: 12 number of parameters: 3 id: 5719 unit: void visitCopyAddrInst() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1019 end line: 1044 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5720 unit: static void forceDeleteAllocStack() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 1134 end line: 1156 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5721 unit: bool PerformanceDiagnostics::visitFunction() file: lib/SILOptimizer/Mandatory/PerformanceDiagnostics.cpp start line: 90 end line: 114 size: 21 LOC McCabe index: 9 number of parameters: 3 id: 5722 unit: static bool foldInverseReabstractionThunks() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 52 end line: 82 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5723 unit: static void emitMatchingRCAdjustmentsForCall() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 1444 end line: 1471 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5724 unit: bool mayBlockCodeMotion() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 308 end line: 337 size: 21 LOC McCabe index: 9 number of parameters: 2 id: 5725 unit: void run() file: lib/SILOptimizer/Transforms/ArrayCountPropagation.cpp start line: 196 end line: 219 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 5726 unit: void run() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 1401 end line: 1432 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 5727 unit: void run() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 884 end line: 912 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 5728 unit: bool processFunction() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 745 end line: 768 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5729 unit: bool BridgedProperty::matchMethodCall() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 549 end line: 596 size: 21 LOC McCabe index: 14 number of parameters: 1 id: 5730 unit: static bool hasOnlyNoneOwnershipIncomingValues() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 97 end line: 119 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5731 unit: void PhiExpansionPass::run() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 335 end line: 361 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5732 unit: bool BlockState::setupRLE() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 715 end line: 767 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5733 unit: BlockState::ValueState BlockState::getValueStateAtEndOfBlock() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1272 end line: 1296 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5734 unit: void RLEContext::processBasicBlocksForGenKillSet() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1437 end line: 1466 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 5735 unit: static bool expandDestroyAddr() file: lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp start line: 166 end line: 199 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5736 unit: void SSADestroyHoisting::run() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 492 end line: 513 size: 21 LOC McCabe index: 8 number of parameters: 0 id: 5737 unit: bool SimplifyCFG::dominatorBasedSimplifications() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 613 end line: 639 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5738 unit: static bool shouldTailDuplicate() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3001 end line: 3028 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5739 unit: static std::pair skipStructExtract() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 478 end line: 511 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5740 unit: static bool shouldTestInstruction() file: lib/SILOptimizer/UtilityPasses/MemBehaviorDumper.cpp start line: 56 end line: 76 size: 21 LOC McCabe index: 15 number of parameters: 1 id: 5741 unit: void swift::createDebugFragments() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1877 end line: 1906 size: 21 LOC McCabe index: 7 number of parameters: 3 id: 5742 unit: void complete() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 209 end line: 239 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5743 unit: StackNesting::Changes StackNesting::insertDeallocsAtBlockBoundaries() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 235 end line: 262 size: 21 LOC McCabe index: 7 number of parameters: 0 id: 5744 unit: unsigned getIUOForceUnwrapCount() file: lib/Sema/CSApply.cpp start line: 2892 end line: 2918 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5745 unit: static unsigned getOptionalEvaluationDepth() file: lib/Sema/CSApply.cpp start line: 5462 end line: 5492 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5746 unit: void visitIfStmt() file: lib/Sema/CSClosure.cpp start line: 534 end line: 562 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 5747 unit: bool ConstraintSystem::generateConstraints() file: lib/Sema/CSClosure.cpp start line: 890 end line: 919 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5748 unit: ASTNode addImplicitVoidReturn() file: lib/Sema/CSClosure.cpp start line: 1330 end line: 1361 size: 21 LOC McCabe index: 1 number of parameters: 1 id: 5749 unit: bool UnintendedExtraGenericParamMemberFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3883 end line: 3905 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 5750 unit: bool NoopCheckedCast::diagnoseForcedCastExpr() file: lib/Sema/CSDiagnostics.cpp start line: 7809 end line: 7833 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 5751 unit: Type resolveType() file: lib/Sema/CSDiagnostics.h start line: 99 end line: 122 size: 21 LOC McCabe index: 9 number of parameters: 3 id: 5752 unit: bool AllowInvalidInitRef::diagnose() file: lib/Sema/CSFix.cpp start line: 792 end line: 814 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5753 unit: void ConstraintSystem::addExplicitConversionConstraint() file: lib/Sema/CSSimplify.cpp start line: 12649 end line: 12678 size: 21 LOC McCabe index: 2 number of parameters: 5 id: 5754 unit: StepResult DisjunctionStep::resume() file: lib/Sema/CSStep.cpp start line: 533 end line: 572 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5755 unit: void transitionTo() file: lib/Sema/CSStep.h start line: 155 end line: 183 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5756 unit: static bool isParamRequiredToBeConstant() file: lib/Sema/ConstantnessSemaDiagnostics.cpp start line: 63 end line: 86 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 5757 unit: static bool isCompatibleImportKind() file: lib/Sema/ImportResolution.cpp start line: 780 end line: 802 size: 21 LOC McCabe index: 11 number of parameters: 2 id: 5758 unit: static void synthesizeMemberDeclsForLookup() file: lib/Sema/LookupVisibleDecls.cpp start line: 573 end line: 599 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5759 unit: void swift::lookupVisibleMemberDecls() file: lib/Sema/LookupVisibleDecls.cpp start line: 1337 end line: 1358 size: 21 LOC McCabe index: 4 number of parameters: 7 id: 5760 unit: bool swift::diagnoseUnhandledThrowsInAsyncContext() file: lib/Sema/MiscDiagnostics.cpp start line: 5183 end line: 5211 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5761 unit: void checkGenericParams() file: lib/Sema/TypeCheckAccess.cpp start line: 1587 end line: 1609 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5762 unit: bool swift::isValidDynamicCallableMethod() file: lib/Sema/TypeCheckAttr.cpp start line: 1324 end line: 1361 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5763 unit: static void computeExportContextBits() file: lib/Sema/TypeCheckAvailability.cpp start line: 147 end line: 174 size: 21 LOC McCabe index: 10 number of parameters: 6 id: 5764 unit: static bool isTypeLevelDeclForAvailabilityFixit() file: lib/Sema/TypeCheckAvailability.cpp start line: 1339 end line: 1366 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5765 unit: bool CircularityChecker::expandEnum() file: lib/Sema/TypeCheckCircularity.cpp start line: 260 end line: 289 size: 21 LOC McCabe index: 6 number of parameters: 3 id: 5766 unit: bool TypeChecker::isAvailabilitySafeForConformance() file: lib/Sema/TypeCheckDecl.cpp start line: 1565 end line: 1606 size: 21 LOC McCabe index: 3 number of parameters: 5 id: 5767 unit: static void diagnoseFunctionParamNotRepresentable() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 276 end line: 297 size: 21 LOC McCabe index: 3 number of parameters: 5 id: 5768 unit: static void maybeAddRethrowsNote() file: lib/Sema/TypeCheckEffects.cpp start line: 1635 end line: 1656 size: 21 LOC McCabe index: 8 number of parameters: 3 id: 5769 unit: void diagnoseThrowInLegalContext() file: lib/Sema/TypeCheckEffects.cpp start line: 1743 end line: 1768 size: 21 LOC McCabe index: 6 number of parameters: 6 id: 5770 unit: SourceLoc OptionalAdjustment::getOptionalityLoc() file: lib/Sema/TypeCheckProtocol.cpp start line: 2354 end line: 2382 size: 21 LOC McCabe index: 11 number of parameters: 1 id: 5771 unit: bool swift::checkFallthroughStmt() file: lib/Sema/TypeCheckStmt.cpp start line: 599 end line: 621 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5772 unit: static std::string getDeclNameFromContext() file: lib/Sema/TypeCheckType.cpp start line: 1085 end line: 1113 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 5773 unit: bool TypeResolver::resolveSILResults() file: lib/Sema/TypeCheckType.cpp start line: 3452 end line: 3473 size: 21 LOC McCabe index: 6 number of parameters: 5 id: 5774 unit: DeclName TypeChecker::getObjectLiteralConstructorName() file: lib/Sema/TypeChecker.cpp start line: 156 end line: 176 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5775 unit: Type swift::performTypeResolution() file: lib/Sema/TypeChecker.cpp start line: 380 end line: 406 size: 21 LOC McCabe index: 4 number of parameters: 8 id: 5776 unit: Expected ModuleFile::getDeclContextChecked() file: lib/Serialization/Deserialization.cpp start line: 2135 end line: 2159 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 5777 unit: void ModuleFile::getImportedModules() file: lib/Serialization/ModuleFile.cpp start line: 452 end line: 478 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 5778 unit: IdentifierID Serializer::addDeclBaseNameRef() file: lib/Serialization/Serialization.cpp start line: 682 end line: 704 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5779 unit: void visitOpaqueTypeDecl() file: lib/Serialization/Serialization.cpp start line: 3825 end line: 3848 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5780 unit: void visitFunctionType() file: lib/Serialization/Serialization.cpp start line: 4562 end line: 4585 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5781 unit: static void writeObjCMethodTable() file: lib/Serialization/Serialization.cpp start line: 5277 end line: 5305 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5782 unit: uint32_t getDocRangesOffset() file: lib/Serialization/SerializeDoc.cpp start line: 653 end line: 675 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5783 unit: void swift::symbolgraphgen::serialize() file: lib/SymbolGraphGen/JSON.cpp start line: 44 end line: 66 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5784 unit: DeferredNodeInfo SyntaxTreeCreator::getDeferredChild() file: lib/SyntaxParse/SyntaxTreeCreator.cpp start line: 214 end line: 235 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5785 unit: inline bool tryGetFromHex() file: stdlib/include/llvm/ADT/StringExtras.h start line: 208 end line: 232 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 5786 unit: inline Twine Twine::concat() file: stdlib/include/llvm/ADT/Twine.h start line: 511 end line: 538 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5787 unit: func parseBinaryProperties() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 117 end line: 145 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5788 unit: func parseNameAliases() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 538 end line: 566 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5789 unit: static void CrashCatcher() file: stdlib/private/StdlibUnittest/InterceptTraps.cpp start line: 31 end line: 51 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 5790 unit: func _printDebuggingAdvice() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 790 end line: 810 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 5791 unit: static void swift_asyncLet_get_throwingImpl() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 277 end line: 304 size: 21 LOC McCabe index: 2 number of parameters: 5 id: 5792 unit: func _taskLocalValuePop() file: stdlib/public/Concurrency/TaskLocal.swift start line: 223 end line: 248 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 5793 unit: init() file: stdlib/public/Concurrency/TaskSleep.swift start line: 53 end line: 77 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5794 unit: static unsigned GetAutoSenseRadix() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 367 end line: 392 size: 21 LOC McCabe index: 10 number of parameters: 1 id: 5795 unit: void keepOnlyMostSignificantBits() file: stdlib/public/Reflection/TypeLowering.cpp start line: 719 end line: 739 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5796 unit: void visitNominalTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 71 end line: 91 size: 21 LOC McCabe index: 7 number of parameters: 1 id: 5797 unit: void ClosureContextInfo::dump() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 468 end line: 488 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5798 unit: bool doDecrement() file: stdlib/public/SwiftShims/RefCount.h start line: 1087 end line: 1113 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5799 unit: bool decrementUnownedShouldFree() file: stdlib/public/SwiftShims/RefCount.h start line: 1165 end line: 1191 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 5800 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 420 end line: 499 size: 21 LOC McCabe index: 1 number of parameters: 2 id: 5801 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1346 end line: 1467 size: 21 LOC McCabe index: 1 number of parameters: 2 id: 5802 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2619 end line: 2822 size: 21 LOC McCabe index: 1 number of parameters: 1 id: 5803 unit: func _diagnoseUnexpectedNilOptional() file: stdlib/public/core/Optional.swift start line: 326 end line: 348 size: 21 LOC McCabe index: 2 number of parameters: 5 id: 5804 unit: func _findStringSwitchCaseWithCache() file: stdlib/public/core/StringSwitch.swift start line: 66 end line: 88 size: 21 LOC McCabe index: 2 number of parameters: 3 id: 5805 unit: MetadataStateWithDependency tryInitialize() file: stdlib/public/runtime/Metadata.cpp start line: 882 end line: 914 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5806 unit: static uintptr_t resolveSymbolicReferenceOffset() file: stdlib/public/runtime/MetadataLookup.cpp start line: 75 end line: 98 size: 21 LOC McCabe index: 4 number of parameters: 4 id: 5807 unit: bool swift::_gatherGenericParameterCounts() file: stdlib/public/runtime/MetadataLookup.cpp start line: 981 end line: 1013 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 5808 unit: static T convert() file: stdlib/public/runtime/Numeric.cpp start line: 23 end line: 51 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5809 unit: __swift_bool swift_stdlib_isStackAllocationSafe() file: stdlib/public/stubs/Stubs.cpp start line: 494 end line: 536 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5810 unit: static void installGetClassHook_untrusted() file: stdlib/toolchain/Compatibility50/Overrides.cpp start line: 88 end line: 117 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 5811 unit: static bool matchesExpectedStyle() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 348 end line: 370 size: 21 LOC McCabe index: 14 number of parameters: 2 id: 5812 unit: static void passInherits() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 562 end line: 585 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 5813 unit: static std::pair parseLineCol() file: tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp start line: 63 end line: 85 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 5814 unit: int64_t getSourceKitInstructionCount() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 537 end line: 557 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 5815 unit: static int doTypeContextInfo() file: tools/swift-ide-test/swift-ide-test.cpp start line: 970 end line: 990 size: 21 LOC McCabe index: 1 number of parameters: 5 id: 5816 unit: static void printModuleMetadata() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2857 end line: 2877 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5817 unit: static int doPrintTypes() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3226 end line: 3251 size: 21 LOC McCabe index: 2 number of parameters: 3 id: 5818 unit: static int doPrintUSRs() file: tools/swift-ide-test/swift-ide-test.cpp start line: 4050 end line: 4074 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 5819 unit: static int doTestCreateCompilerInvocation() file: tools/swift-ide-test/swift-ide-test.cpp start line: 4076 end line: 4099 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5820 unit: void process() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 687 end line: 709 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5821 unit: static void printTimeRecord() file: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp start line: 233 end line: 256 size: 21 LOC McCabe index: 5 number of parameters: 3 id: 5822 unit: void check() file: unittests/Basic/EncodedSequenceTest.cpp start line: 91 end line: 114 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 5823 unit: def add_specialization() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 5824 unit: func emitWords() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 79 end line: 106 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 5825 unit: def normal_passpipelines() file: utils/pass-pipeline/src/pass_pipeline_library.py start line: 0 end line: 0 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 5826 unit: def parse_args() file: utils/python_format.py start line: 0 end line: 0 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 5827 unit: def run_commands_in_parallel() file: utils/sil-opt-verify-all-modules.py start line: 0 end line: 0 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 5828 unit: def create_dump_module_api_args() file: utils/swift-api-dump.py start line: 0 end line: 0 size: 21 LOC McCabe index: 5 number of parameters: 8 id: 5829 unit: func projectMutableAddress() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 402 end line: 440 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 5830 unit: func run() file: validation-test/compiler_crashers_2_fixed/rdar81590807.swift start line: 22 end line: 49 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 5831 unit: func e() file: validation-test/compiler_crashers_fixed/00199-swift-optional-swift-diagnostic-operator.swift start line: 18 end line: 38 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 5832 unit: func call() file: validation-test/compiler_crashers_fixed/00969-swift-diagnosticengine-flushactivediagnostic.swift start line: 29 end line: 54 size: 21 LOC McCabe index: 1 number of parameters: 4 id: 5833 unit: func testCGContext() file: validation-test/stdlib/CoreGraphics-verifyOnly.swift start line: 22 end line: 60 size: 21 LOC McCabe index: 1 number of parameters: 3 id: 5834 unit: func testCGPath() file: validation-test/stdlib/CoreGraphics-verifyOnly.swift start line: 89 end line: 126 size: 21 LOC McCabe index: 1 number of parameters: 1 id: 5835 unit: func nsEncode() file: validation-test/stdlib/UnicodeUTFEncoders.swift start line: 73 end line: 95 size: 21 LOC McCabe index: 1 number of parameters: 4 id: 5836 unit: mutating func pop() file: SwiftCompilerSources/Sources/Optimizer/DataStructures/Stack.swift start line: 102 end line: 123 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 5837 unit: def insert_line_alphabetically() file: benchmark/scripts/create_benchmark.py start line: 0 end line: 0 size: 20 LOC McCabe index: 10 number of parameters: 4 id: 5838 unit: inline Type synthesizeType() file: include/swift/AST/ASTSynthesis.h start line: 54 end line: 73 size: 20 LOC McCabe index: 13 number of parameters: 2 id: 5839 unit: struct alignas() file: include/swift/AST/Identifier.h start line: 426 end line: 451 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 5840 unit: llvm::hash_code getPCHHashComponents() file: include/swift/AST/SearchPathOptions.h start line: 356 end line: 379 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 5841 unit: bool visit() file: include/swift/AST/TypeDifferenceVisitor.h start line: 82 end line: 104 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5842 unit: Iterator removeAdjacentIf() file: include/swift/Basic/STLExtras.h start line: 716 end line: 742 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 5843 unit: bool decodeImplFunctionPart() file: include/swift/Demangling/TypeDecoder.h start line: 1289 end line: 1312 size: 20 LOC McCabe index: 7 number of parameters: 3 id: 5844 unit: template TypeLookupError() file: include/swift/Demangling/TypeLookupError.h start line: 132 end line: 151 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5845 unit: class alignas() file: include/swift/Reflection/TypeRef.h start line: 160 end line: 196 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 5846 unit: bool hasIdenticalAccessInfo() file: include/swift/SIL/MemAccessUtils.h start line: 467 end line: 487 size: 20 LOC McCabe index: 12 number of parameters: 1 id: 5847 unit: void SILCloner::cloneReachableBlocks() file: include/swift/SIL/SILCloner.h start line: 570 end line: 599 size: 20 LOC McCabe index: 7 number of parameters: 4 id: 5848 unit: void rechainCallbacks() file: include/swift/SILOptimizer/Utils/UpdatingInstructionIterator.h start line: 190 end line: 211 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 5849 unit: unsigned getNumViableDefaultableBindings() file: include/swift/Sema/CSBindings.h start line: 441 end line: 467 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 5850 unit: Type getContextualType() file: include/swift/Sema/ConstraintSystem.h start line: 3239 end line: 3266 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5851 unit: size_t ASTContext::Implementation::Arena::getTotalMemory() file: lib/AST/ASTContext.cpp start line: 2651 end line: 2678 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 5852 unit: void SubstitutionMap::Storage::Profile() file: lib/AST/ASTContext.cpp start line: 4517 end line: 4542 size: 20 LOC McCabe index: 4 number of parameters: 4 id: 5853 unit: void printCommonPost() file: lib/AST/ASTDumper.cpp start line: 703 end line: 723 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5854 unit: void visitPatternBindingDecl() file: lib/AST/ASTDumper.cpp start line: 825 end line: 845 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5855 unit: void visitTupleExpr() file: lib/AST/ASTDumper.cpp start line: 2056 end line: 2078 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5856 unit: void printAnyFunctionParams() file: lib/AST/ASTDumper.cpp start line: 3790 end line: 3809 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 5857 unit: std::string ASTMangler::mangleGlobalVariableFull() file: lib/AST/ASTMangler.cpp start line: 259 end line: 279 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5858 unit: void ASTMangler::appendEntity() file: lib/AST/ASTMangler.cpp start line: 3146 end line: 3171 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 5859 unit: static bool usesFeatureAsyncAwait() file: lib/AST/ASTPrinter.cpp start line: 2671 end line: 2695 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 5860 unit: static bool usesFeatureSendable() file: lib/AST/ASTPrinter.cpp start line: 2741 end line: 2765 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 5861 unit: void PrintAST::printParameterList() file: lib/AST/ASTPrinter.cpp start line: 3579 end line: 3598 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 5862 unit: void visitFunctionType() file: lib/AST/ASTPrinter.cpp start line: 5609 end line: 5635 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5863 unit: void verifyConformance() file: lib/AST/ASTVerifier.cpp start line: 2531 end line: 2552 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5864 unit: void checkSourceRanges() file: lib/AST/ASTVerifier.cpp start line: 3438 end line: 3462 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5865 unit: bool visitParamDecl() file: lib/AST/ASTWalker.cpp start line: 335 end line: 358 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 5866 unit: bool ConformanceLookupTable::lookupConformance() file: lib/AST/ConformanceLookupTable.cpp start line: 964 end line: 991 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 5867 unit: bool Decl::isAlwaysWeakImported() file: lib/AST/Decl.cpp start line: 940 end line: 966 size: 20 LOC McCabe index: 9 number of parameters: 0 id: 5868 unit: static GenericSignature getPlaceholderGenericSignature() file: lib/AST/Decl.cpp start line: 1037 end line: 1060 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5869 unit: bool swift::conflicting() file: lib/AST/Decl.cpp start line: 2581 end line: 2618 size: 20 LOC McCabe index: 11 number of parameters: 3 id: 5870 unit: void AccessorDecl::printUserFacingName() file: lib/AST/Decl.cpp start line: 8288 end line: 8308 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5871 unit: void swift::simple_display() file: lib/AST/Effects.cpp start line: 105 end line: 124 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5872 unit: void InterpolatedStringLiteralExpr::forEachSegment() file: lib/AST/Expr.cpp start line: 2212 end line: 2233 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5873 unit: DependencyKey::Builder DependencyKey::Builder::withContext() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 106 end line: 128 size: 20 LOC McCabe index: 11 number of parameters: 1 id: 5874 unit: DependencyKey::Builder DependencyKey::Builder::withName() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 142 end line: 161 size: 20 LOC McCabe index: 10 number of parameters: 1 id: 5875 unit: Type QueryInterfaceTypeSubstitutions::operator() file: lib/AST/GenericEnvironment.cpp start line: 393 end line: 421 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 5876 unit: bool Requirement::canBeSatisfied() file: lib/AST/GenericSignature.cpp start line: 649 end line: 673 size: 20 LOC McCabe index: 9 number of parameters: 0 id: 5877 unit: int swift::compareAssociatedTypes() file: lib/AST/GenericSignature.cpp start line: 711 end line: 740 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 5878 unit: void GenericSignatureBuilder::checkIfRequirementCanBeDerived() file: lib/AST/GenericSignatureBuilder.cpp start line: 5713 end line: 5738 size: 20 LOC McCabe index: 4 number of parameters: 4 id: 5879 unit: ProtocolConformanceRef ModuleDecl::lookupConformance() file: lib/AST/Module.cpp start line: 1058 end line: 1085 size: 20 LOC McCabe index: 8 number of parameters: 3 id: 5880 unit: bool SourceFile::walk() file: lib/AST/Module.cpp start line: 2901 end line: 2926 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 5881 unit: void ModuleDependencies::addBridgingHeader() file: lib/AST/ModuleDependencies.cpp start line: 150 end line: 169 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 5882 unit: void swift::simple_display() file: lib/AST/NameLookup.cpp start line: 3018 end line: 3039 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 5883 unit: unsigned RewriteSystem::recordSameTypeWitnessRelation() file: lib/AST/RequirementMachine/PropertyRelations.cpp start line: 124 end line: 146 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 5884 unit: void swift::rewriting::realizeInheritedRequirements() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 423 end line: 445 size: 20 LOC McCabe index: 5 number of parameters: 4 id: 5885 unit: unsigned RewriteContext::getProtocolSupport() file: lib/AST/RequirementMachine/RewriteContext.cpp start line: 106 end line: 128 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5886 unit: void RewritePathEvaluator::apply() file: lib/AST/RequirementMachine/RewriteLoop.cpp start line: 378 end line: 401 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5887 unit: Symbol Symbol::forName() file: lib/AST/RequirementMachine/Symbol.cpp start line: 222 end line: 246 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 5888 unit: Symbol Symbol::forLayout() file: lib/AST/RequirementMachine/Symbol.cpp start line: 353 end line: 377 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 5889 unit: Symbol Symbol::withConcreteSubstitutions() file: lib/AST/RequirementMachine/Symbol.cpp start line: 674 end line: 697 size: 20 LOC McCabe index: 9 number of parameters: 2 id: 5890 unit: Term Term::get() file: lib/AST/RequirementMachine/Term.cpp start line: 82 end line: 106 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5891 unit: void findAll() file: lib/AST/RequirementMachine/Trie.h start line: 160 end line: 186 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 5892 unit: Type TypeBase::addCurriedSelfType() file: lib/AST/Type.cpp start line: 498 end line: 521 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5893 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 1396 end line: 1418 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5894 unit: bool visitGenericFunctionType() file: lib/AST/TypeWalker.cpp start line: 107 end line: 129 size: 20 LOC McCabe index: 10 number of parameters: 1 id: 5895 unit: static bool shouldUseObjCUSR() file: lib/AST/USRGeneration.cpp start line: 145 end line: 169 size: 20 LOC McCabe index: 11 number of parameters: 1 id: 5896 unit: bool ide::printExtensionUSR() file: lib/AST/USRGeneration.cpp start line: 330 end line: 352 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 5897 unit: void OutputFileMap::write() file: lib/Basic/OutputFileMap.cpp start line: 114 end line: 139 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 5898 unit: DarwinPlatformKind swift::getDarwinPlatformKind() file: lib/Basic/Platform.cpp start line: 107 end line: 130 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 5899 unit: static bool matchNameWordToTypeWord() file: lib/Basic/StringExtras.cpp start line: 386 end line: 421 size: 20 LOC McCabe index: 13 number of parameters: 2 id: 5900 unit: static void printCompatibilityLibrary() file: lib/Basic/TargetInfo.cpp start line: 23 end line: 47 size: 20 LOC McCabe index: 3 number of parameters: 6 id: 5901 unit: bool TaskMonitor::executeTasks() file: lib/Basic/Unix/TaskQueue.inc start line: 449 end line: 470 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 5902 unit: static void splitVersionComponents() file: lib/Basic/Version.cpp start line: 70 end line: 92 size: 20 LOC McCabe index: 7 number of parameters: 4 id: 5903 unit: void InclusionDirective() file: lib/ClangImporter/ClangImporter.cpp start line: 277 end line: 297 size: 20 LOC McCabe index: 4 number of parameters: 10 id: 5904 unit: bool ClangImporter::Implementation::DiagnosticWalker::TraverseParmVarDecl() file: lib/ClangImporter/ClangImporter.cpp start line: 2285 end line: 2321 size: 20 LOC McCabe index: 10 number of parameters: 1 id: 5905 unit: static void applyAvailableAttribute() file: lib/ClangImporter/ImportDecl.cpp start line: 1858 end line: 1881 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 5906 unit: static void printNode() file: lib/Demangling/NodeDumper.cpp start line: 30 end line: 50 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 5907 unit: bool demangleNatural() file: lib/Demangling/OldDemangler.cpp start line: 264 end line: 283 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5908 unit: ManglingError Remangler::mangleNamedAndTypedEntity() file: lib/Demangling/OldRemangler.cpp start line: 1321 end line: 1341 size: 20 LOC McCabe index: 3 number of parameters: 5 id: 5909 unit: bool Remangler::trySubstitution() file: lib/Demangling/Remangler.cpp start line: 353 end line: 376 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 5910 unit: static void updateCachedInstanceOpts() file: lib/DependencyScan/ScanDependencies.cpp start line: 1020 end line: 1044 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 5911 unit: bool shouldScheduleCompileJobAccordingToCondition() file: lib/Driver/Compilation.cpp start line: 990 end line: 1012 size: 20 LOC McCabe index: 7 number of parameters: 3 id: 5912 unit: void formBatchJobsAndAddPendingJobsToTaskQueue() file: lib/Driver/Compilation.cpp start line: 1308 end line: 1342 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 5913 unit: static bool getCompilationRecordPath() file: lib/Driver/Driver.cpp start line: 442 end line: 466 size: 20 LOC McCabe index: 6 number of parameters: 4 id: 5914 unit: static bool computeIncremental() file: lib/Driver/Driver.cpp start line: 796 end line: 818 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5915 unit: void Driver::chooseSerializedDiagnosticsPath() file: lib/Driver/Driver.cpp start line: 3360 end line: 3382 size: 20 LOC McCabe index: 5 number of parameters: 5 id: 5916 unit: void Driver::chooseOptimizationRecordPath() file: lib/Driver/Driver.cpp start line: 3454 end line: 3475 size: 20 LOC McCabe index: 3 number of parameters: 4 id: 5917 unit: void CommandOutput::checkInvariants() file: lib/Driver/Job.cpp start line: 82 end line: 109 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 5918 unit: void CommandOutput::addPrimaryOutput() file: lib/Driver/Job.cpp start line: 148 end line: 177 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 5919 unit: void detect() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1263 end line: 1287 size: 20 LOC McCabe index: 10 number of parameters: 2 id: 5920 unit: static int readFileLineByLine() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1823 end line: 1843 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5921 unit: static void populateAliasChanges() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1943 end line: 1962 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 5922 unit: static StringRef getBaselineFilename() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2122 end line: 2141 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 5923 unit: static bool loadAndValidateVFSOverlay() file: lib/Frontend/Frontend.cpp start line: 412 end line: 432 size: 20 LOC McCabe index: 3 number of parameters: 4 id: 5924 unit: bool CompilerInstance::createFilesForMainModule() file: lib/Frontend/Frontend.cpp start line: 996 end line: 1026 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5925 unit: bool CompilerInstance::forEachFileToTypeCheck() file: lib/Frontend/Frontend.cpp start line: 1191 end line: 1210 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 5926 unit: static void countStatsOfSourceFile() file: lib/FrontendTool/FrontendTool.cpp start line: 306 end line: 328 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 5927 unit: static bool buildModuleFromInterface() file: lib/FrontendTool/FrontendTool.cpp start line: 427 end line: 446 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 5928 unit: static bool emitReferenceDependencies() file: lib/FrontendTool/FrontendTool.cpp start line: 540 end line: 567 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 5929 unit: static bool processCommandLineAndRunImmediately() file: lib/FrontendTool/FrontendTool.cpp start line: 1381 end line: 1402 size: 20 LOC McCabe index: 4 number of parameters: 5 id: 5930 unit: void addModuleName() file: lib/IDE/CodeCompletion.cpp start line: 2200 end line: 2227 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5931 unit: void addImportModuleNames() file: lib/IDE/CodeCompletion.cpp start line: 2229 end line: 2254 size: 20 LOC McCabe index: 6 number of parameters: 0 id: 5932 unit: static bool canUseAttributeOnDecl() file: lib/IDE/CodeCompletion.cpp start line: 4802 end line: 4821 size: 20 LOC McCabe index: 11 number of parameters: 5 id: 5933 unit: void addDesignatedInitializers() file: lib/IDE/CodeCompletion.cpp start line: 5512 end line: 5532 size: 20 LOC McCabe index: 12 number of parameters: 1 id: 5934 unit: void addAssociatedTypes() file: lib/IDE/CodeCompletion.cpp start line: 5534 end line: 5555 size: 20 LOC McCabe index: 13 number of parameters: 1 id: 5935 unit: void addResultBuilderBuildCompletions() file: lib/IDE/CodeCompletion.cpp start line: 5629 end line: 5649 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 5936 unit: void getOverrideCompletions() file: lib/IDE/CodeCompletion.cpp start line: 5651 end line: 5673 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 5937 unit: bool CompileInstance::performCachedSemaIfPossible() file: lib/IDE/CompileInstance.cpp start line: 198 end line: 227 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5938 unit: void padToExactColumn() file: lib/IDE/Formatting.cpp start line: 301 end line: 327 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5939 unit: void handleResults() file: lib/IDE/REPLCodeCompletion.cpp start line: 180 end line: 201 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 5940 unit: StringRef REPLCompletions::getRoot() file: lib/IDE/REPLCodeCompletion.cpp start line: 303 end line: 324 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 5941 unit: Action startSourceEntity() file: lib/IDE/Refactoring.cpp start line: 654 end line: 676 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 5942 unit: bool createLegacyBody() file: lib/IDE/Refactoring.cpp start line: 6020 end line: 6046 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 5943 unit: bool RefactoringActionConvertCallToAsyncAlternative::performChange() file: lib/IDE/Refactoring.cpp start line: 8038 end line: 8062 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 5944 unit: bool SemaAnnotator::walkToTypeReprPre() file: lib/IDE/SourceEntityWalker.cpp start line: 602 end line: 625 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 5945 unit: bool SemaAnnotator::handleImports() file: lib/IDE/SourceEntityWalker.cpp start line: 713 end line: 737 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 5946 unit: bool SemaAnnotator::passCallArgNames() file: lib/IDE/SourceEntityWalker.cpp start line: 840 end line: 863 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 5947 unit: bool swift::ide::isBeingCalled() file: lib/IDE/Utils.cpp start line: 1194 end line: 1214 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 5948 unit: bool swift::ide::isDynamicCall() file: lib/IDE/Utils.cpp start line: 1253 end line: 1286 size: 20 LOC McCabe index: 12 number of parameters: 2 id: 5949 unit: void EnumPayload::store() file: lib/IRGen/EnumPayload.cpp start line: 248 end line: 269 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 5950 unit: static void emitCastOrBitCastBuiltin() file: lib/IRGen/GenBuiltin.cpp start line: 55 end line: 75 size: 20 LOC McCabe index: 5 number of parameters: 5 id: 5951 unit: llvm::CallingConv::ID irgen::expandCallingConv() file: lib/IRGen/GenCall.cpp start line: 288 end line: 308 size: 20 LOC McCabe index: 11 number of parameters: 3 id: 5952 unit: void buildMethod() file: lib/IRGen/GenClass.cpp start line: 1690 end line: 1712 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 5953 unit: void visitVarDecl() file: lib/IRGen/GenDecl.cpp start line: 201 end line: 231 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5954 unit: std::string IRGenModule::GetObjCSectionName() file: lib/IRGen/GenDecl.cpp start line: 1009 end line: 1030 size: 20 LOC McCabe index: 10 number of parameters: 2 id: 5955 unit: void emitInitializeExtraTagBitsForPayload() file: lib/IRGen/GenEnum.cpp start line: 2817 end line: 2839 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 5956 unit: void emitPayloadInjection() file: lib/IRGen/GenEnum.cpp start line: 4328 end line: 4354 size: 20 LOC McCabe index: 3 number of parameters: 5 id: 5957 unit: void irgen::emitMetatypeOfClassExistential() file: lib/IRGen/GenExistential.cpp start line: 1942 end line: 1969 size: 20 LOC McCabe index: 4 number of parameters: 5 id: 5958 unit: CanType irgen::getArgumentLoweringType() file: lib/IRGen/GenFunc.cpp start line: 675 end line: 700 size: 20 LOC McCabe index: 10 number of parameters: 3 id: 5959 unit: void IRGenFunction::emitSuspensionPoint() file: lib/IRGen/GenFunc.cpp start line: 2402 end line: 2425 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 5960 unit: void IRGenFunction::emitStrongRelease() file: lib/IRGen/GenHeap.cpp start line: 999 end line: 1018 size: 20 LOC McCabe index: 8 number of parameters: 3 id: 5961 unit: void addSuperclass() file: lib/IRGen/GenMeta.cpp start line: 3172 end line: 3201 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 5962 unit: PointerAuthInfo PointerAuthInfo::emit() file: lib/IRGen/GenPointerAuth.cpp start line: 229 end line: 255 size: 20 LOC McCabe index: 5 number of parameters: 4 id: 5963 unit: void emitEarlySources() file: lib/IRGen/GenProto.cpp start line: 3116 end line: 3143 size: 20 LOC McCabe index: 8 number of parameters: 2 id: 5964 unit: std::vector getCaptureTypes() file: lib/IRGen/GenReflection.cpp start line: 1195 end line: 1225 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 5965 unit: void IRGenFunction::emitCoroutineOrAsyncExit() file: lib/IRGen/IRGenSIL.cpp start line: 3639 end line: 3666 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 5966 unit: void IRGenSILFunction::visitEndApply() file: lib/IRGen/IRGenSIL.cpp start line: 3834 end line: 3861 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 5967 unit: void IRGenSILFunction::visitEndAccessInst() file: lib/IRGen/IRGenSIL.cpp start line: 5708 end line: 5733 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 5968 unit: Address irgen::emitAddressOfFieldOffsetVector() file: lib/IRGen/MetadataLayout.cpp start line: 238 end line: 259 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 5969 unit: bool irgen::shouldCacheTypeMetadataAccess() file: lib/IRGen/MetadataRequest.cpp start line: 979 end line: 1011 size: 20 LOC McCabe index: 8 number of parameters: 2 id: 5970 unit: CanType visitSILFunctionType() file: lib/IRGen/MetadataRequest.cpp start line: 3022 end line: 3052 size: 20 LOC McCabe index: 10 number of parameters: 1 id: 5971 unit: void OutliningMetadataCollector::collectTypeMetadataForLayout() file: lib/IRGen/Outlining.cpp start line: 35 end line: 68 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 5972 unit: void EnumTypeLayoutEntry::assignMultiPayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 1962 end line: 1988 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 5973 unit: bool IndexSwiftASTWalker::initVarRefIndexSymbols() file: lib/Index/Index.cpp start line: 1722 end line: 1744 size: 20 LOC McCabe index: 7 number of parameters: 5 id: 5974 unit: void SwiftMergeFunctions::replaceCallWithAddedPtrAuth() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 1018 end line: 1039 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 5975 unit: std::vector getRelatedDiffItems() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 271 end line: 291 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5976 unit: bool isSuperExpr() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1371 end line: 1392 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 5977 unit: void Lexer::formToken() file: lib/Parse/Lexer.cpp start line: 282 end line: 308 size: 20 LOC McCabe index: 9 number of parameters: 2 id: 5978 unit: void Lexer::lexEscapedIdentifier() file: lib/Parse/Lexer.cpp start line: 2007 end line: 2037 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 5979 unit: bool Parser::isAtFunctionTypeArrow() file: lib/Parse/ParseType.cpp start line: 1684 end line: 1709 size: 20 LOC McCabe index: 9 number of parameters: 0 id: 5980 unit: static SyntaxKind getListElementKind() file: lib/Parse/Parser.cpp start line: 1043 end line: 1062 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 5981 unit: void printMembers() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 204 end line: 223 size: 20 LOC McCabe index: 11 number of parameters: 1 id: 5982 unit: static OperandOwnership getFunctionArgOwnership() file: lib/SIL/IR/OperandOwnership.cpp start line: 435 end line: 467 size: 20 LOC McCabe index: 11 number of parameters: 2 id: 5983 unit: void SILBuilder::emitDestructureValueOperation() file: lib/SIL/IR/SILBuilder.cpp start line: 506 end line: 532 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 5984 unit: bool swift::requiresForeignEntryPoint() file: lib/SIL/IR/SILDeclRef.cpp start line: 96 end line: 122 size: 20 LOC McCabe index: 10 number of parameters: 1 id: 5985 unit: SILType SILFunctionType::getAllResultsInterfaceType() file: lib/SIL/IR/SILFunctionType.cpp start line: 158 end line: 177 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 5986 unit: clang::ObjCMethodFamily getMethodFamilyForCFResult() file: lib/SIL/IR/SILFunctionType.cpp start line: 2462 end line: 2483 size: 20 LOC McCabe index: 8 number of parameters: 0 id: 5987 unit: SILType DifferentiableFunctionExtractInst::getExtracteeType() file: lib/SIL/IR/SILInstructions.cpp start line: 740 end line: 760 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 5988 unit: SILType SILType::getEnumElementType() file: lib/SIL/IR/SILType.cpp start line: 213 end line: 237 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 5989 unit: SILValue emitLoweredCopyValue() file: lib/SIL/IR/TypeLowering.cpp start line: 1087 end line: 1113 size: 20 LOC McCabe index: 4 number of parameters: 4 id: 5990 unit: static bool parseIndexList() file: lib/SIL/Parser/ParseSIL.cpp start line: 2203 end line: 2223 size: 20 LOC McCabe index: 6 number of parameters: 4 id: 5991 unit: void BorrowedValue::getLocalScopeEndingInstructions() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 598 end line: 618 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 5992 unit: void swift::visitTransitiveEndBorrows() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 1506 end line: 1526 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 5993 unit: bool MemoryLifetimeVerifier::storesTrivialEnum() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 194 end line: 213 size: 20 LOC McCabe index: 9 number of parameters: 3 id: 5994 unit: void checkProjectExistentialBoxInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2759 end line: 2784 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 5995 unit: void checkEnumInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2815 end line: 2835 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 5996 unit: void checkDestructureStructInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3240 end line: 3263 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 5997 unit: ManagedValue ArgumentSource::materialize() file: lib/SILGen/ArgumentSource.cpp start line: 162 end line: 192 size: 20 LOC McCabe index: 7 number of parameters: 3 id: 5998 unit: void RValue::extractElements() file: lib/SILGen/RValue.cpp start line: 663 end line: 689 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 5999 unit: CalleeTypeInfo createCalleeTypeInfo() file: lib/SILGen/SILGenApply.cpp start line: 538 end line: 563 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 6000 unit: void decompose() file: lib/SILGen/SILGenApply.cpp start line: 843 end line: 869 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6001 unit: static inline PreparedArguments buildBuiltinLiteralArgs() file: lib/SILGen/SILGenApply.cpp start line: 1993 end line: 2012 size: 20 LOC McCabe index: 7 number of parameters: 3 id: 6002 unit: void emitSingleArg() file: lib/SILGen/SILGenApply.cpp start line: 2845 end line: 2868 size: 20 LOC McCabe index: 3 number of parameters: 2 id: 6003 unit: static void collectFakeIndexParameters() file: lib/SILGen/SILGenApply.cpp start line: 5636 end line: 5658 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 6004 unit: static ManagedValue emitDynamicPartialApply() file: lib/SILGen/SILGenApply.cpp start line: 6080 end line: 6107 size: 20 LOC McCabe index: 3 number of parameters: 6 id: 6005 unit: static ManagedValue emitBuiltinDestroy() file: lib/SILGen/SILGenBuiltin.cpp start line: 176 end line: 205 size: 20 LOC McCabe index: 4 number of parameters: 5 id: 6006 unit: static ManagedValue emitBuiltinAssign() file: lib/SILGen/SILGenBuiltin.cpp start line: 207 end line: 234 size: 20 LOC McCabe index: 3 number of parameters: 5 id: 6007 unit: void SILGenFunction::emitIVarDestroyer() file: lib/SILGen/SILGenDestructor.cpp start line: 177 end line: 205 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 6008 unit: ManagedValue emitOperand() file: lib/SILGen/SILGenDynamicCast.cpp start line: 51 end line: 76 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6009 unit: ManagedValue finishFromResultBuffer() file: lib/SILGen/SILGenDynamicCast.cpp start line: 262 end line: 283 size: 20 LOC McCabe index: 5 number of parameters: 5 id: 6010 unit: SILValue SILGenFunction::emitTemporaryAllocation() file: lib/SILGen/SILGenExpr.cpp start line: 1029 end line: 1049 size: 20 LOC McCabe index: 8 number of parameters: 4 id: 6011 unit: bool canRewriteSetAsPropertyWrapperInit() file: lib/SILGen/SILGenLValue.cpp start line: 1358 end line: 1395 size: 20 LOC McCabe index: 11 number of parameters: 1 id: 6012 unit: void LValue::addOrigToSubstComponent() file: lib/SILGen/SILGenLValue.cpp start line: 2416 end line: 2442 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6013 unit: void LValue::addSubstToOrigComponent() file: lib/SILGen/SILGenLValue.cpp start line: 2444 end line: 2470 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6014 unit: void SILGenFunction::emitAssignLValueToLValue() file: lib/SILGen/SILGenLValue.cpp start line: 4591 end line: 4620 size: 20 LOC McCabe index: 7 number of parameters: 3 id: 6015 unit: void SILGenModule::useConformance() file: lib/SILGen/SILGenLazyConformance.cpp start line: 23 end line: 61 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 6016 unit: static ManagedValue manageYield() file: lib/SILGen/SILGenPoly.cpp start line: 1724 end line: 1743 size: 20 LOC McCabe index: 10 number of parameters: 3 id: 6017 unit: static ManagedValue createPartialApplyOfThunk() file: lib/SILGen/SILGenPoly.cpp start line: 3268 end line: 3288 size: 20 LOC McCabe index: 2 number of parameters: 7 id: 6018 unit: void ARCSequenceDataflowEvaluator::dumpDataflowResults() file: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp start line: 390 end line: 410 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 6019 unit: void LoopARCSequenceDataflowEvaluator::dumpDataflowResults() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 267 end line: 287 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 6020 unit: static bool isKnownSafe() file: lib/SILOptimizer/ARC/RCStateTransitionVisitors.cpp start line: 79 end line: 106 size: 20 LOC McCabe index: 8 number of parameters: 3 id: 6021 unit: void BottomUpRefCountState::checkAndResetKnownSafety() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 468 end line: 494 size: 20 LOC McCabe index: 6 number of parameters: 5 id: 6022 unit: void TopDownRefCountState::checkAndResetKnownSafety() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 896 end line: 922 size: 20 LOC McCabe index: 6 number of parameters: 5 id: 6023 unit: void CallerAnalysis::verify() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 316 end line: 337 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6024 unit: bool EscapeAnalysis::ConnectionGraph::forwardTraverseDefer() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1260 end line: 1281 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 6025 unit: MemBehavior visitBeginAccessInst() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 135 end line: 161 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 6026 unit: void GenericFunctionEffectAnalysis::analyzeFunction() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 71 end line: 95 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 6027 unit: static SILValue skipAddrProjections() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 284 end line: 303 size: 20 LOC McCabe index: 11 number of parameters: 1 id: 6028 unit: SILBasicBlock::iterator swift::simplifyAndReplaceAllSimplifiedUsesAndErase() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 801 end line: 831 size: 20 LOC McCabe index: 7 number of parameters: 3 id: 6029 unit: void emitZeroIndirect() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 196 end line: 215 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 6030 unit: void visit() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 406 end line: 425 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6031 unit: void visitUncheckedRefCastInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1585 end line: 1604 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6032 unit: void visitUpcastInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1610 end line: 1629 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6033 unit: static bool canSpecializeFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 101 end line: 137 size: 20 LOC McCabe index: 11 number of parameters: 3 id: 6034 unit: void CapturePropagation::rewritePartialApply() file: lib/SILOptimizer/IPO/CapturePropagation.cpp start line: 285 end line: 306 size: 20 LOC McCabe index: 3 number of parameters: 2 id: 6035 unit: bool CrossModuleOptimization::canSerializeType() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 309 end line: 333 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6036 unit: void findAnchors() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 402 end line: 428 size: 20 LOC McCabe index: 6 number of parameters: 0 id: 6037 unit: static bool isRangeChecked() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 487 end line: 512 size: 20 LOC McCabe index: 7 number of parameters: 4 id: 6038 unit: bool analyze() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 614 end line: 636 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 6039 unit: void collectUses() file: lib/SILOptimizer/LoopTransforms/ArrayOpt.h start line: 92 end line: 119 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 6040 unit: SILValue AddressMaterialization::initializeOperandMem() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 610 end line: 630 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 6041 unit: static void insertStackDeallocationAtCall() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 749 end line: 770 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 6042 unit: void ClosureCloner::visitDestroyValueInst() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 592 end line: 618 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6043 unit: void run() file: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp start line: 260 end line: 282 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 6044 unit: void LifetimeChecker::handleLoadForTypeOfSelfUse() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1191 end line: 1218 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6045 unit: static bool isLoadForReturn() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1632 end line: 1653 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 6046 unit: void OptimizeHopToExecutor::solveDataflowForward() file: lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp start line: 145 end line: 164 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 6047 unit: void OptimizeHopToExecutor::solveDataflowBackward() file: lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp start line: 167 end line: 186 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 6048 unit: bool swift::runSILDiagnosticPasses() file: lib/SILOptimizer/PassManager/Passes.cpp start line: 44 end line: 77 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6049 unit: static bool knowHowToEmitReferenceCountInsts() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 1414 end line: 1441 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 6050 unit: static SILValue createIndexAddrFrom() file: lib/SILOptimizer/SILCombiner/SILCombinerBuiltinVisitors.cpp start line: 434 end line: 458 size: 20 LOC McCabe index: 1 number of parameters: 7 id: 6051 unit: static bool tryJoiningIfCopyOperandHasSingleDestroyValue() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 529 end line: 577 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 6052 unit: void RetainCodeMotionContext::initializeCodeMotionDataFlow() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 405 end line: 427 size: 20 LOC McCabe index: 6 number of parameters: 0 id: 6053 unit: void AccessConflictAndMergeAnalysis::localDataFlowInBlock() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 827 end line: 846 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 6054 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitStrongReleaseInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 641 end line: 662 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 6055 unit: void COWOptsPass::run() file: lib/SILOptimizer/Transforms/COWOpts.cpp start line: 80 end line: 104 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 6056 unit: SILDeclRef getBridgeFromObjectiveC() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 175 end line: 196 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6057 unit: void registerCondFailFormula() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 624 end line: 663 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6058 unit: bool DeinitBarriers::DestroyReachability::checkReachableBarrier() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 257 end line: 276 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6059 unit: static bool isThreadableBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 269 end line: 296 size: 20 LOC McCabe index: 9 number of parameters: 2 id: 6060 unit: void run() file: lib/SILOptimizer/UtilityPasses/AccessStorageDumper.cpp start line: 84 end line: 103 size: 20 LOC McCabe index: 6 number of parameters: 0 id: 6061 unit: void run() file: lib/SILOptimizer/UtilityPasses/FunctionOrderPrinter.cpp start line: 36 end line: 58 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 6062 unit: void run() file: lib/SILOptimizer/UtilityPasses/LSLocationPrinter.cpp start line: 240 end line: 262 size: 20 LOC McCabe index: 6 number of parameters: 0 id: 6063 unit: void run() file: lib/SILOptimizer/UtilityPasses/LoopCanonicalizer.cpp start line: 33 end line: 57 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 6064 unit: static void dumpInstruction() file: lib/SILOptimizer/UtilityPasses/OwnershipDumper.cpp start line: 32 end line: 54 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6065 unit: bool visitUse() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 317 end line: 344 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6066 unit: APInt swift::constantFoldDiv() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 91 end line: 111 size: 20 LOC McCabe index: 6 number of parameters: 4 id: 6067 unit: void FunctionSignaturePartialSpecializer::collectUsedCallerArchetypes() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1309 end line: 1335 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 6068 unit: bool swift::canonicalizeAllLoops() file: lib/SILOptimizer/Utils/LoopUtils.cpp start line: 192 end line: 216 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6069 unit: void SILLoopVisitor::run() file: lib/SILOptimizer/Utils/LoopUtils.cpp start line: 222 end line: 247 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 6070 unit: SILBasicBlock::iterator SingleUseReplacementUtility::perform() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 1525 end line: 1554 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 6071 unit: void ShortestPathAnalysis::Weight::updateBenefit() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 537 end line: 559 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 6072 unit: bool ShrinkBorrowScope::rewrite() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 296 end line: 323 size: 20 LOC McCabe index: 6 number of parameters: 0 id: 6073 unit: Optional apply() file: lib/Sema/BuilderTransform.cpp start line: 226 end line: 251 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6074 unit: void MissingOptionalUnwrapFailure::offerForceUnwrapFixIt() file: lib/Sema/CSDiagnostics.cpp start line: 1346 end line: 1370 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6075 unit: bool TypeChecker::diagnoseSelfAssignment() file: lib/Sema/CSDiagnostics.cpp start line: 1697 end line: 1720 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6076 unit: bool AsyncFunctionConversionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6140 end line: 6165 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 6077 unit: bool MissingContextualBaseInMemberRefFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6916 end line: 6949 size: 20 LOC McCabe index: 9 number of parameters: 0 id: 6078 unit: bool CoercibleOptionalCheckedCastFailure::diagnoseIfExpr() file: lib/Sema/CSDiagnostics.cpp start line: 7672 end line: 7699 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 6079 unit: bool AllowFunctionTypeMismatch::coalesceAndDiagnose() file: lib/Sema/CSFix.cpp start line: 482 end line: 505 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 6080 unit: bool IgnoreAssignmentDestinationType::diagnose() file: lib/Sema/CSFix.cpp start line: 1367 end line: 1395 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6081 unit: static bool generateInitPatternConstraints() file: lib/Sema/CSGen.cpp start line: 3726 end line: 3750 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 6082 unit: static ConstraintSystem::TypeMatchResult matchDeepTypeArguments() file: lib/Sema/CSSimplify.cpp start line: 2820 end line: 2842 size: 20 LOC McCabe index: 4 number of parameters: 6 id: 6083 unit: return llvm::all_of() file: lib/Sema/CSSimplify.cpp start line: 7429 end line: 7455 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 6084 unit: void ConstraintSystem::addFixConstraint() file: lib/Sema/CSSimplify.cpp start line: 12625 end line: 12647 size: 20 LOC McCabe index: 6 number of parameters: 6 id: 6085 unit: bool DisjunctionStep::shortCircuitDisjunctionAt() file: lib/Sema/CSStep.cpp start line: 739 end line: 770 size: 20 LOC McCabe index: 10 number of parameters: 2 id: 6086 unit: Type constraints::getDynamicSelfReplacementType() file: lib/Sema/ConstraintSystem.cpp start line: 1646 end line: 1674 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 6087 unit: SourceLoc constraints::getLoc() file: lib/Sema/ConstraintSystem.cpp start line: 5792 end line: 5811 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 6088 unit: bool ConstraintSystem::isReadOnlyKeyPathComponent() file: lib/Sema/ConstraintSystem.cpp start line: 5917 end line: 5952 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 6089 unit: bool TypeVarBindingProducer::requiresOptionalAdjustment() file: lib/Sema/ConstraintSystem.cpp start line: 6053 end line: 6080 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6090 unit: bool DerivedConformance::canDeriveAdditiveArithmetic() file: lib/Sema/DerivedConformanceAdditiveArithmetic.cpp start line: 57 end line: 83 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 6091 unit: void swift::performImportResolution() file: lib/Sema/ImportResolution.cpp start line: 255 end line: 285 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6092 unit: static DescriptiveDeclKind getAccessorDescriptiveDeclKind() file: lib/Sema/TypeCheckAttr.cpp start line: 3921 end line: 3940 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 6093 unit: bool walkToTypeReprPre() file: lib/Sema/TypeCheckAvailability.cpp start line: 3475 end line: 3501 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 6094 unit: static Optional decomposePartialApplyThunk() file: lib/Sema/TypeCheckConcurrency.cpp start line: 471 end line: 497 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 6095 unit: DiagnosticBehavior SendableCheckContext::diagnosticBehavior() file: lib/Sema/TypeCheckConcurrency.cpp start line: 717 end line: 752 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 6096 unit: static bool isEqual() file: lib/Sema/TypeCheckDecl.cpp start line: 195 end line: 217 size: 20 LOC McCabe index: 10 number of parameters: 2 id: 6097 unit: void visitObjCAttr() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1599 end line: 1633 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 6098 unit: unsigned effectReasonToIndex() file: lib/Sema/TypeCheckEffects.cpp start line: 1879 end line: 1905 size: 20 LOC McCabe index: 10 number of parameters: 2 id: 6099 unit: ShouldRecurse_t checkLookup() file: lib/Sema/TypeCheckEffects.cpp start line: 2469 end line: 2494 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6100 unit: ShouldRecurse_t checkForEach() file: lib/Sema/TypeCheckEffects.cpp start line: 2766 end line: 2796 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6101 unit: Type AttachedPropertyWrapperTypeRequest::evaluate() file: lib/Sema/TypeCheckPropertyWrapper.cpp start line: 559 end line: 583 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 6102 unit: void handleInherited() file: lib/Serialization/Deserialization.cpp start line: 2546 end line: 2568 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6103 unit: Expected deserializeOpaqueArchetypeType() file: lib/Serialization/Deserialization.cpp start line: 5534 end line: 5557 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6104 unit: void ModuleFile::getTopLevelDecls() file: lib/Serialization/ModuleFile.cpp start line: 892 end line: 913 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6105 unit: static internal_key_type ReadKey() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 285 end line: 304 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6106 unit: serialization::TypeID Serializer::addTypeRef() file: lib/Serialization/Serialization.cpp start line: 635 end line: 656 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 6107 unit: static bool contextDependsOn() file: lib/Serialization/Serialization.cpp start line: 2325 end line: 2350 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 6108 unit: void Serializer::writeToStream() file: lib/Serialization/Serialization.cpp start line: 5733 end line: 5756 size: 20 LOC McCabe index: 3 number of parameters: 5 id: 6109 unit: uint32_t getGroupSequence() file: lib/Serialization/SerializeDoc.cpp start line: 149 end line: 177 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6110 unit: void writeSourceInfoHeader() file: lib/Serialization/SerializeDoc.cpp start line: 871 end line: 892 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 6111 unit: bool MemoryBufferSerializedModuleLoader::canImportModule() file: lib/Serialization/SerializedModuleLoader.cpp start line: 1185 end line: 1206 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 6112 unit: void swift::symbolgraphgen::serialize() file: lib/SymbolGraphGen/JSON.cpp start line: 68 end line: 90 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6113 unit: void Symbol::serializeNames() file: lib/SymbolGraphGen/Symbol.cpp start line: 120 end line: 144 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6114 unit: static SubstitutionMap getSubMapForDecl() file: lib/SymbolGraphGen/Symbol.cpp start line: 282 end line: 308 size: 20 LOC McCabe index: 8 number of parameters: 2 id: 6115 unit: int serializeSymbolGraph() file: lib/SymbolGraphGen/SymbolGraphGen.cpp start line: 26 end line: 48 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6116 unit: void RawSyntax::print() file: lib/Syntax/RawSyntax.cpp start line: 125 end line: 147 size: 20 LOC McCabe index: 9 number of parameters: 2 id: 6117 unit: OpaqueSyntaxNode SyntaxTreeCreator::recordToken() file: lib/SyntaxParse/SyntaxTreeCreator.cpp start line: 111 end line: 134 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 6118 unit: void TBDGenVisitor::addDerivativeConfiguration() file: lib/TBDGen/TBDGen.cpp start line: 623 end line: 643 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 6119 unit: void copyFrom() file: stdlib/include/llvm/ADT/DenseMap.h start line: 376 end line: 397 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6120 unit: func NSDictionary_getObjectsAndKeysWithCount() file: stdlib/private/StdlibUnittestFoundationExtras/StdlibUnittestFoundationExtras.swift start line: 104 end line: 124 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 6121 unit: void swift::runJobInEstablishedExecutorContext() file: stdlib/public/Concurrency/Actor.cpp start line: 220 end line: 253 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 6122 unit: void SmallPtrSetImplBase::CopyFrom() file: stdlib/public/LLVMSupport/SmallPtrSet.cpp start line: 144 end line: 168 size: 20 LOC McCabe index: 9 number of parameters: 1 id: 6123 unit: bool readExtraInhabitantIndex() file: stdlib/public/Reflection/TypeLowering.cpp start line: 576 end line: 597 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 6124 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 428 end line: 499 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 6125 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1361 end line: 1467 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 6126 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2632 end line: 2822 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 6127 unit: func addingReportingOverflow() file: stdlib/public/core/Integers.swift start line: 1953 end line: 2088 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 6128 unit: mutating func visitStoredComponent() file: stdlib/public/core/KeyPath.swift start line: 2680 end line: 2702 size: 20 LOC McCabe index: 1 number of parameters: 3 id: 6129 unit: mutating func visitStoredComponent() file: stdlib/public/core/KeyPath.swift start line: 3042 end line: 3068 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 6130 unit: func contains() file: stdlib/public/core/SetAlgebra.swift start line: 91 end line: 361 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 6131 unit: func _fastCharacterContents() file: stdlib/public/core/StringBridge.swift start line: 45 end line: 78 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 6132 unit: func hasPrefix() file: stdlib/public/core/StringProtocol.swift start line: 45 end line: 122 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 6133 unit: BoxPair swift::swift_makeBoxUnique() file: stdlib/public/runtime/HeapObject.cpp start line: 255 end line: 278 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 6134 unit: static PrivateMetadataState configureCandidate() file: stdlib/public/runtime/Metadata.cpp start line: 4252 end line: 4275 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 6135 unit: static bool doesNotRequireInstantiation() file: stdlib/public/runtime/Metadata.cpp start line: 4630 end line: 4659 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 6136 unit: static void checkAllocatorDebugEnvironmentVariables() file: stdlib/public/runtime/Metadata.cpp start line: 5916 end line: 5939 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 6137 unit: void MetadataAllocator::Deallocate() file: stdlib/public/runtime/Metadata.cpp start line: 6041 end line: 6070 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 6138 unit: intptr_t childOffset() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 652 end line: 676 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 6139 unit: static int isLessThan256x256() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2172 end line: 2191 size: 20 LOC McCabe index: 10 number of parameters: 2 id: 6140 unit: static void addImageCallback() file: stdlib/toolchain/Compatibility51/ProtocolConformance.cpp start line: 449 end line: 475 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 6141 unit: static int compareHighPriorityKeywords() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 715 end line: 736 size: 20 LOC McCabe index: 3 number of parameters: 2 id: 6142 unit: bool ASTBuildOperation::addConsumer() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 1155 end line: 1174 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6143 unit: static UIdent getAccessLevelUID() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1146 end line: 1167 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 6144 unit: void printDeclLoc() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 137 end line: 161 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 6145 unit: bool visitDeclReference() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2204 end line: 2229 size: 20 LOC McCabe index: 8 number of parameters: 6 id: 6146 unit: bool lineLooksLikeSetter() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 440 end line: 465 size: 20 LOC McCabe index: 15 number of parameters: 1 id: 6147 unit: static Optional getReqOptValueAsArray() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 336 end line: 355 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 6148 unit: static void printFoundInterface() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2092 end line: 2113 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6149 unit: void visitDictionary() file: tools/SourceKit/tools/sourcekitd/include/sourcekitd/RequestResponsePrinterBase.h start line: 47 end line: 66 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 6150 unit: void makeCRawToken() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 172 end line: 191 size: 20 LOC McCabe index: 4 number of parameters: 5 id: 6151 unit: swiftparse_client_node_t SynParser::parse() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 480 end line: 505 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 6152 unit: bool parse() file: tools/sil-opt/SILOpt.cpp start line: 183 end line: 203 size: 20 LOC McCabe index: 13 number of parameters: 4 id: 6153 unit: static int doDumpComments() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3455 end line: 3478 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 6154 unit: int doFullLexRoundTrip() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 655 end line: 677 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 6155 unit: def add_parser_arguments() file: utils/bug_reducer/bug_reducer/random_bug_finder.py start line: 0 end line: 0 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 6156 unit: def highlevel_loopopt_passlist() file: utils/pass-pipeline/src/pass_pipeline_library.py start line: 0 end line: 0 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 6157 unit: def get_verify_toolchain_modules_commands() file: utils/sil-opt-verify-all-modules.py start line: 0 end line: 0 size: 20 LOC McCabe index: 8 number of parameters: 2 id: 6158 unit: def build_args() file: utils/swift_build_support/swift_build_support/cmake.py start line: 0 end line: 0 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 6159 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/swiftdocc.py start line: 0 end line: 0 size: 20 LOC McCabe index: 6 number of parameters: 4 id: 6160 unit: def run_swiftsyntax_build_script() file: utils/swift_build_support/swift_build_support/products/swiftsyntax.py start line: 0 end line: 0 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 6161 unit: def call() file: utils/swift_build_support/swift_build_support/shell.py start line: 0 end line: 0 size: 20 LOC McCabe index: 7 number of parameters: 5 id: 6162 unit: def get_branch_for_repo() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 20 LOC McCabe index: 3 number of parameters: 5 id: 6163 unit: int main() file: validation-test/Runtime/class_update_callback_with_fixed_layout.m start line: 56 end line: 78 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 6164 unit: mutating func _parseInvalid() file: validation-test/compiler_crashers_2_fixed/0109-sr4737.swift start line: 774 end line: 798 size: 20 LOC McCabe index: 8 number of parameters: 0 id: 6165 unit: func checkEncodeUTF8() file: validation-test/compiler_crashers_2_fixed/0109-sr4737.swift start line: 1010 end line: 1030 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 6166 unit: func d() file: validation-test/compiler_crashers_fixed/00172-swift-archetypebuilder-inferrequirementswalker-walktotypepost.swift start line: 238 end line: 257 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 6167 unit: func prefix() file: validation-test/compiler_crashers_fixed/00234-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift start line: 116 end line: 143 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 6168 unit: func checkTopLevelHash() file: validation-test/stdlib/Hashing.swift start line: 158 end line: 177 size: 20 LOC McCabe index: 2 number of parameters: 4 id: 6169 unit: func getSingleSourceLibraries() file: benchmark/Package.swift start line: 19 end line: 43 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6170 unit: mutating func sendData() file: benchmark/single-source/HTTP2StateMachine.swift start line: 145 end line: 166 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6171 unit: mutating func receiveData() file: benchmark/single-source/HTTP2StateMachine.swift start line: 169 end line: 190 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6172 unit: func testPushedRequests() file: benchmark/single-source/HTTP2StateMachine.swift start line: 332 end line: 358 size: 19 LOC McCabe index: 14 number of parameters: 0 id: 6173 unit: func fillBlock() file: benchmark/single-source/Hash.swift start line: 330 end line: 353 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 6174 unit: func fillBlock() file: benchmark/single-source/Hash.swift start line: 468 end line: 491 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 6175 unit: func createSortedSparseRGBHistogramOfObjects() file: benchmark/single-source/RGBHistogram.swift start line: 147 end line: 167 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6176 unit: DeclNameRef getUnresolvedDeclName() file: include/swift/AST/Expr.h start line: 5548 end line: 5567 size: 19 LOC McCabe index: 13 number of parameters: 0 id: 6177 unit: bool hasDeclRef() file: include/swift/AST/Expr.h start line: 5569 end line: 5588 size: 19 LOC McCabe index: 13 number of parameters: 0 id: 6178 unit: ConcreteDeclRef getDeclRef() file: include/swift/AST/Expr.h start line: 5590 end line: 5609 size: 19 LOC McCabe index: 13 number of parameters: 0 id: 6179 unit: unsigned getTupleIndex() file: include/swift/AST/Expr.h start line: 5611 end line: 5630 size: 19 LOC McCabe index: 13 number of parameters: 0 id: 6180 unit: template constexpr bool shouldStoreClangType() file: include/swift/AST/ExtInfo.h start line: 273 end line: 291 size: 19 LOC McCabe index: 11 number of parameters: 1 id: 6181 unit: SourceRange getLabelItemsRange() file: include/swift/AST/Stmt.h start line: 1027 end line: 1049 size: 19 LOC McCabe index: 6 number of parameters: 0 id: 6182 unit: void updateCurrentValue() file: include/swift/Basic/FrozenMultiMap.h start line: 160 end line: 183 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6183 unit: static DemangleOptions SimplifiedUIDemangleOptions() file: include/swift/Demangling/Demangle.h start line: 76 end line: 94 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 6184 unit: class alignas() file: include/swift/Markup/AST.h start line: 73 end line: 97 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6185 unit: static StringRef getEncodedStringSegment() file: include/swift/Parse/Lexer.h start line: 479 end line: 497 size: 19 LOC McCabe index: 2 number of parameters: 6 id: 6186 unit: ParsedRawSyntaxNode recordDeferredNode() file: include/swift/Parse/ParsedRawSyntaxRecorder.h start line: 76 end line: 94 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6187 unit: bool readELF() file: include/swift/Reflection/ReflectionContext.h start line: 591 end line: 614 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6188 unit: BuiltType readNominalTypeFromClassMetadata() file: include/swift/Remote/MetadataReader.h start line: 2703 end line: 2726 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6189 unit: bool isUniquelyIdentified() file: include/swift/SIL/MemAccessUtils.h start line: 509 end line: 527 size: 19 LOC McCabe index: 10 number of parameters: 0 id: 6190 unit: NullablePtr getUniqueCaseForDefault() file: include/swift/SIL/SILInstruction.h start line: 8705 end line: 8729 size: 19 LOC McCabe index: 6 number of parameters: 0 id: 6191 unit: SILValue materialize() file: include/swift/SILOptimizer/Utils/LoadStoreOptUtils.h start line: 257 end line: 278 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6192 unit: StringRef getArgDescription() file: include/swift/Sema/ConstraintSystem.h start line: 644 end line: 666 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6193 unit: static void mapping() file: include/swift/Syntax/Serialization/SyntaxSerialization.h start line: 144 end line: 165 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 6194 unit: void DeclName::initialize() file: lib/AST/ASTContext.cpp start line: 4709 end line: 4729 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 6195 unit: Type ASTBuilder::createTypeAliasType() file: lib/AST/ASTDemangler.cpp start line: 171 end line: 200 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6196 unit: StringRef swift::getWriteImplKindName() file: lib/AST/ASTDumper.cpp start line: 160 end line: 178 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6197 unit: StringRef swift::getReadWriteImplKindName() file: lib/AST/ASTDumper.cpp start line: 180 end line: 198 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6198 unit: void visitTupleTypeRepr() file: lib/AST/ASTDumper.cpp start line: 3019 end line: 3039 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6199 unit: void StableSerializationPath::dump() file: lib/AST/ASTDumper.cpp start line: 4094 end line: 4112 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6200 unit: void ASTMangler::beginManglingWithAutoDiffOriginalFunction() file: lib/AST/ASTMangler.cpp start line: 453 end line: 473 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6201 unit: void ASTMangler::appendDeclType() file: lib/AST/ASTMangler.cpp start line: 3046 end line: 3069 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6202 unit: void ASTMangler::appendProtocolConformanceRef() file: lib/AST/ASTMangler.cpp start line: 3213 end line: 3238 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6203 unit: void printAccess() file: lib/AST/ASTPrinter.cpp start line: 724 end line: 745 size: 19 LOC McCabe index: 10 number of parameters: 1 id: 6204 unit: void printContextIfNeeded() file: lib/AST/ASTPrinter.cpp start line: 824 end line: 844 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6205 unit: bool PrintAST::printASTNodes() file: lib/AST/ASTPrinter.cpp start line: 3638 end line: 3656 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6206 unit: void visitAnyMetatypeType() file: lib/AST/ASTPrinter.cpp start line: 5315 end line: 5337 size: 19 LOC McCabe index: 10 number of parameters: 1 id: 6207 unit: void printCalleeConvention() file: lib/AST/ASTPrinter.cpp start line: 5703 end line: 5721 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6208 unit: StringRef swift::getCheckedCastKindName() file: lib/AST/ASTPrinter.cpp start line: 6329 end line: 6347 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6209 unit: void checkConditionElement() file: lib/AST/ASTVerifier.cpp start line: 1020 end line: 1039 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6210 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1073 end line: 1091 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6211 unit: void checkSourceRanges() file: lib/AST/ASTVerifier.cpp start line: 3464 end line: 3486 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6212 unit: void checkSourceRanges() file: lib/AST/ASTVerifier.cpp start line: 3550 end line: 3572 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6213 unit: void checkSourceRanges() file: lib/AST/ASTVerifier.cpp start line: 3588 end line: 3612 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6214 unit: bool visitAbstractTypeParamDecl() file: lib/AST/ASTWalker.cpp start line: 264 end line: 284 size: 19 LOC McCabe index: 10 number of parameters: 1 id: 6215 unit: void CaptureInfo::print() file: lib/AST/CaptureInfo.cpp start line: 114 end line: 135 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6216 unit: StringRef Decl::getAlternateModuleName() file: lib/AST/Decl.cpp start line: 669 end line: 688 size: 19 LOC McCabe index: 8 number of parameters: 0 id: 6217 unit: bool ValueDecl::canInferObjCFromRequirement() file: lib/AST/Decl.cpp start line: 3224 end line: 3258 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6218 unit: bool ValueDecl::shouldHideFromEditor() file: lib/AST/Decl.cpp start line: 3316 end line: 3345 size: 19 LOC McCabe index: 10 number of parameters: 0 id: 6219 unit: static AccessLevel getAdjustedFormalAccess() file: lib/AST/Decl.cpp start line: 3371 end line: 3396 size: 19 LOC McCabe index: 9 number of parameters: 4 id: 6220 unit: AnyFunctionType::Param ParamDecl::toFunctionParam() file: lib/AST/Decl.cpp start line: 6732 end line: 6753 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6221 unit: void DeclContext::forEachGenericContext() file: lib/AST/DeclContext.cpp start line: 132 end line: 153 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6222 unit: void IterableDeclContext::addMember() file: lib/AST/DeclContext.cpp start line: 828 end line: 851 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6223 unit: void evaluator::DependencyRecorder::enumerateReferencesInFile() file: lib/AST/Evaluator.cpp start line: 161 end line: 180 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6224 unit: void Expr::forEachChildExpr() file: lib/AST/Expr.cpp start line: 467 end line: 491 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6225 unit: void DependencyKey::verifyNodeKindNames() file: lib/AST/FineGrainedDependencies.cpp start line: 296 end line: 314 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6226 unit: bool RequirementSource::isDerivedRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 910 end line: 934 size: 19 LOC McCabe index: 12 number of parameters: 0 id: 6227 unit: static Type substituteConcreteType() file: lib/AST/GenericSignatureBuilder.cpp start line: 3521 end line: 3553 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6228 unit: ConstraintResult GenericSignatureBuilder::addLayoutRequirementDirect() file: lib/AST/GenericSignatureBuilder.cpp start line: 4242 end line: 4266 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6229 unit: ConstraintResult GenericSignatureBuilder::addSuperclassRequirementDirect() file: lib/AST/GenericSignatureBuilder.cpp start line: 4394 end line: 4418 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6230 unit: static bool isRedundantlyInheritableObjCProtocol() file: lib/AST/GenericSignatureBuilder.cpp start line: 6636 end line: 6664 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6231 unit: void SourceLookupCache::lookupVisibleDecls() file: lib/AST/Module.cpp start line: 376 end line: 399 size: 19 LOC McCabe index: 9 number of parameters: 3 id: 6232 unit: void ModuleDependencies::addBridgingSourceFile() file: lib/AST/ModuleDependencies.cpp start line: 172 end line: 190 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6233 unit: void ClassDecl::recordObjCMethod() file: lib/AST/NameLookup.cpp start line: 1527 end line: 1553 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6234 unit: static DirectlyReferencedTypeDecls directReferencesForType() file: lib/AST/NameLookup.cpp start line: 2294 end line: 2321 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6235 unit: DirectlyReferencedTypeDecls InheritedDeclsReferencedRequest::evaluate() file: lib/AST/NameLookup.cpp start line: 2323 end line: 2350 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6236 unit: bool Pattern::isRefutablePattern() file: lib/AST/Pattern.cpp start line: 328 end line: 355 size: 19 LOC McCabe index: 8 number of parameters: 0 id: 6237 unit: Type ProtocolConformanceRef::getAssociatedType() file: lib/AST/ProtocolConformance.cpp start line: 699 end line: 724 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6238 unit: static SingleRawComment::CommentKind getCommentKind() file: lib/AST/RawComment.cpp start line: 38 end line: 58 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6239 unit: void RewriteSystem::propagateExplicitBits() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 154 end line: 174 size: 19 LOC McCabe index: 8 number of parameters: 0 id: 6240 unit: static bool unifyConcreteTypes() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 261 end line: 283 size: 19 LOC McCabe index: 4 number of parameters: 4 id: 6241 unit: bool LabeledStmt::isPossibleContinueTarget() file: lib/AST/Stmt.cpp start line: 193 end line: 215 size: 19 LOC McCabe index: 10 number of parameters: 0 id: 6242 unit: bool LabeledStmt::requiresLabelOnJump() file: lib/AST/Stmt.cpp start line: 217 end line: 237 size: 19 LOC McCabe index: 10 number of parameters: 0 id: 6243 unit: Type TypeBase::getSuperclassForDecl() file: lib/AST/Type.cpp start line: 4500 end line: 4525 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6244 unit: bool WhereClauseOwner::visitRequirements() file: lib/AST/TypeCheckRequests.cpp start line: 402 end line: 426 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6245 unit: SourceLoc TypeRefinementContext::getIntroductionLoc() file: lib/AST/TypeRefinementContext.cpp start line: 170 end line: 195 size: 19 LOC McCabe index: 9 number of parameters: 0 id: 6246 unit: CacheImpl::ImplTy CacheImpl::create() file: lib/Basic/Darwin/Cache-Mac.inc start line: 24 end line: 43 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6247 unit: bool Output::preflightKey() file: lib/Basic/JSONSerialization.cpp start line: 79 end line: 97 size: 19 LOC McCabe index: 7 number of parameters: 5 id: 6248 unit: ArrayRef getSupportedConditionalCompilationValues() file: lib/Basic/LangOptions.cpp start line: 98 end line: 116 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6249 unit: PlatformConditionKind suggestedPlatformConditionKind() file: lib/Basic/LangOptions.cpp start line: 118 end line: 136 size: 19 LOC McCabe index: 6 number of parameters: 3 id: 6250 unit: static StringRef getPlatformNameForDarwin() file: lib/Basic/Platform.cpp start line: 132 end line: 150 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6251 unit: llvm::Triple swift::getTargetSpecificModuleTriple() file: lib/Basic/Platform.cpp start line: 320 end line: 353 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6252 unit: static bool priorWordExtendsPreposition() file: lib/Basic/StringExtras.cpp start line: 990 end line: 1018 size: 19 LOC McCabe index: 11 number of parameters: 2 id: 6253 unit: static ReverseWordIterator findLastPreposition() file: lib/Basic/StringExtras.cpp start line: 1052 end line: 1074 size: 19 LOC McCabe index: 7 number of parameters: 3 id: 6254 unit: static bool splitBaseName() file: lib/Basic/StringExtras.cpp start line: 1175 end line: 1204 size: 19 LOC McCabe index: 8 number of parameters: 4 id: 6255 unit: static StringRef determineSwiftNewtypeBaseName() file: lib/ClangImporter/ImportName.cpp start line: 874 end line: 896 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6256 unit: static bool isNullableNSErrorType() file: lib/ClangImporter/ImportName.cpp start line: 1176 end line: 1200 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6257 unit: Type mapSwiftBridgeAttr() file: lib/ClangImporter/ImportType.cpp start line: 967 end line: 991 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6258 unit: bool findExternalPath() file: lib/ClangImporter/Serializability.cpp start line: 102 end line: 128 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6259 unit: bool SwiftLookupTable::resolveUnresolvedEntries() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 327 end line: 385 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6260 unit: static bool isGlobalAsMember() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 394 end line: 427 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6261 unit: NodePointer Demangler::popProtocolConformance() file: lib/Demangling/Demangler.cpp start line: 2360 end line: 2379 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6262 unit: std::string Demangler::demangleBridgedMethodParams() file: lib/Demangling/Demangler.cpp start line: 2754 end line: 2775 size: 19 LOC McCabe index: 9 number of parameters: 0 id: 6263 unit: NodePointer demangleGenericParamIndex() file: lib/Demangling/OldDemangler.cpp start line: 1410 end line: 1429 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6264 unit: static void checkForOutOfDateInputs() file: lib/Driver/Compilation.cpp start line: 1585 end line: 1606 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6265 unit: void Compilation::sortJobsToMatchCompilationInputs() file: lib/Driver/Compilation.cpp start line: 1931 end line: 1950 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6266 unit: static void validateLinkArgs() file: lib/Driver/Driver.cpp start line: 286 end line: 306 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6267 unit: ModuleDepGraph::Changes ModuleDepGraph::loadFromPath() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 65 end line: 85 size: 19 LOC McCabe index: 6 number of parameters: 3 id: 6268 unit: ModuleDepGraph::Changes ModuleDepGraph::loadFromSwiftModuleBuffer() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 111 end line: 130 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6269 unit: bool ModuleDepGraph::recordWhatUseDependsUpon() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 376 end line: 394 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6270 unit: static StringRef getStringRepresentableChange() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1088 end line: 1106 size: 19 LOC McCabe index: 7 number of parameters: 3 id: 6271 unit: static std::string getJsonOutputFilePath() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2164 end line: 2182 size: 19 LOC McCabe index: 4 number of parameters: 4 id: 6272 unit: void SupplementaryOutputPathsComputer::deriveModulePathParameters() file: lib/Frontend/ArgsToFrontendOutputsConverter.cpp start line: 558 end line: 581 size: 19 LOC McCabe index: 9 number of parameters: 4 id: 6273 unit: void SerializedDiagnosticConsumer::addLocToRecord() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 261 end line: 282 size: 19 LOC McCabe index: 2 number of parameters: 4 id: 6274 unit: static bool isCodeCompletionAtTopLevel() file: lib/IDE/CodeCompletion.cpp start line: 1834 end line: 1857 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6275 unit: void addTypeAnnotationForImplicitlyUnwrappedOptional() file: lib/IDE/CodeCompletion.cpp start line: 2388 end line: 2410 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6276 unit: void lookupExternalModuleDecls() file: lib/IDE/CodeCompletion.cpp start line: 5022 end line: 5045 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6277 unit: static std::string getName() file: lib/IDE/CodeCompletionCache.cpp start line: 395 end line: 422 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6278 unit: StringRef escapeKeyword() file: lib/IDE/CodeCompletionResultBuilder.h start line: 369 end line: 389 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6279 unit: void printParamField() file: lib/IDE/CommentConversion.cpp start line: 213 end line: 232 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6280 unit: static bool collectPossibleCalleesForUnresolvedMember() file: lib/IDE/ExprContextAnalysis.cpp start line: 573 end line: 594 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6281 unit: static bool hasImplicitSingleExpressionReturn() file: lib/IDE/ExprContextAnalysis.cpp start line: 1270 end line: 1289 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6282 unit: bool handleRange() file: lib/IDE/Formatting.cpp start line: 741 end line: 848 size: 19 LOC McCabe index: 9 number of parameters: 3 id: 6283 unit: void updateAlignment() file: lib/IDE/Formatting.cpp start line: 1075 end line: 1095 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6284 unit: static bool isTokenizingChar() file: lib/IDE/FuzzyStringMatcher.cpp start line: 73 end line: 91 size: 19 LOC McCabe index: 13 number of parameters: 1 id: 6285 unit: bool RefactoringActionFillProtocolStub::performChange() file: lib/IDE/Refactoring.cpp start line: 2923 end line: 2947 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 6286 unit: void addBoolFlagParamBindingIfNeeded() file: lib/IDE/Refactoring.cpp start line: 7176 end line: 7197 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6287 unit: Identifier assignUniqueName() file: lib/IDE/Refactoring.cpp start line: 7729 end line: 7749 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6288 unit: bool ModelASTWalker::popStructureNode() file: lib/IDE/SyntaxModel.cpp start line: 1432 end line: 1454 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 6289 unit: void handleDiagnostic() file: lib/IDE/Utils.cpp start line: 251 end line: 270 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6290 unit: static bool isHoistable() file: lib/IRGen/AllocStackHoisting.cpp start line: 50 end line: 77 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6291 unit: void setFromCallee() file: lib/IRGen/GenCall.cpp start line: 2397 end line: 2421 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6292 unit: bool IRGenFunction::emitBranchToReturnBB() file: lib/IRGen/GenCall.cpp start line: 4248 end line: 4279 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 6293 unit: Callee irgen::getBlockPointerCallee() file: lib/IRGen/GenCall.cpp start line: 4824 end line: 4849 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 6294 unit: static void getInstanceSizeAndAlignMask() file: lib/IRGen/GenClass.cpp start line: 857 end line: 880 size: 19 LOC McCabe index: 2 number of parameters: 6 id: 6295 unit: LinkInfo LinkInfo::get() file: lib/IRGen/GenDecl.cpp start line: 2178 end line: 2202 size: 19 LOC McCabe index: 5 number of parameters: 4 id: 6296 unit: void IRGenModule::appendLLVMUsedConditionalEntry() file: lib/IRGen/GenDecl.cpp start line: 3774 end line: 3797 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6297 unit: void IRGenModule::emitExtension() file: lib/IRGen/GenDecl.cpp start line: 5201 end line: 5229 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6298 unit: IsaEncoding irgen::getIsaEncodingForType() file: lib/IRGen/GenHeap.cpp start line: 2007 end line: 2040 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6299 unit: void IRGenModule::setTrueConstGlobal() file: lib/IRGen/GenMeta.cpp start line: 116 end line: 135 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6300 unit: static void emitInitializeValueMetadata() file: lib/IRGen/GenMeta.cpp start line: 2466 end line: 2486 size: 19 LOC McCabe index: 3 number of parameters: 5 id: 6301 unit: void layoutHeader() file: lib/IRGen/GenMeta.cpp start line: 3595 end line: 3627 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6302 unit: void irgen::emitObjCIVarInitDestroyDescriptor() file: lib/IRGen/GenObjC.cpp start line: 1394 end line: 1421 size: 19 LOC McCabe index: 1 number of parameters: 5 id: 6303 unit: bool irgen::hasPolymorphicParameters() file: lib/IRGen/GenProto.cpp start line: 2309 end line: 2335 size: 19 LOC McCabe index: 11 number of parameters: 1 id: 6304 unit: void irgen::collectTrailingWitnessMetadata() file: lib/IRGen/GenProto.cpp start line: 2811 end line: 2831 size: 19 LOC McCabe index: 3 number of parameters: 4 id: 6305 unit: void irgen::emitInitOfGenericRequirementsBuffer() file: lib/IRGen/GenProto.cpp start line: 3348 end line: 3371 size: 19 LOC McCabe index: 5 number of parameters: 4 id: 6306 unit: void assignWithCopy() file: lib/IRGen/GenRecord.h start line: 166 end line: 187 size: 19 LOC McCabe index: 6 number of parameters: 5 id: 6307 unit: void assignWithTake() file: lib/IRGen/GenRecord.h start line: 189 end line: 210 size: 19 LOC McCabe index: 6 number of parameters: 5 id: 6308 unit: void IRGenModule::emitBuiltinReflectionMetadata() file: lib/IRGen/GenReflection.cpp start line: 1398 end line: 1422 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6309 unit: Callee IRGenThunk::lookupMethod() file: lib/IRGen/GenThunk.cpp start line: 213 end line: 244 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6310 unit: void irgen::storeFixedTypeEnumTagSinglePayload() file: lib/IRGen/GenType.cpp start line: 755 end line: 773 size: 19 LOC McCabe index: 1 number of parameters: 7 id: 6311 unit: void run() file: lib/IRGen/IRGen.cpp start line: 1189 end line: 1207 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6312 unit: GeneratedModule swift::performIRGeneration() file: lib/IRGen/IRGen.cpp start line: 1474 end line: 1496 size: 19 LOC McCabe index: 3 number of parameters: 8 id: 6313 unit: FilenameAndLocation getFilenameAndLocation() file: lib/IRGen/IRGenDebugInfo.cpp start line: 298 end line: 317 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6314 unit: void IRGenFunction::emitResumeAsyncContinuationReturning() file: lib/IRGen/IRGenFunction.cpp start line: 813 end line: 836 size: 19 LOC McCabe index: 2 number of parameters: 4 id: 6315 unit: static bool replaceModuleFlagsEntry() file: lib/IRGen/IRGenModule.cpp start line: 1356 end line: 1379 size: 19 LOC McCabe index: 3 number of parameters: 5 id: 6316 unit: static void emitPHINodesForType() file: lib/IRGen/IRGenSIL.cpp start line: 1753 end line: 1772 size: 19 LOC McCabe index: 4 number of parameters: 5 id: 6317 unit: void IRGenSILFunction::visitGlobalAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 2652 end line: 2682 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6318 unit: void IRGenSILFunction::visitSetDeallocatingInst() file: lib/IRGen/IRGenSIL.cpp start line: 4511 end line: 4543 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6319 unit: static bool isLargeLoadableType() file: lib/IRGen/LoadableByAddress.cpp start line: 103 end line: 123 size: 19 LOC McCabe index: 7 number of parameters: 3 id: 6320 unit: bool LargeSILTypeMapper::shouldTransformResults() file: lib/IRGen/LoadableByAddress.cpp start line: 331 end line: 351 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6321 unit: void LargeValueVisitor::visitMethodInst() file: lib/IRGen/LoadableByAddress.cpp start line: 830 end line: 850 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6322 unit: Offset NominalMetadataLayout::emitOffset() file: lib/IRGen/MetadataLayout.cpp start line: 160 end line: 185 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 6323 unit: void TypeInfo::callOutlinedDestroy() file: lib/IRGen/Outlining.cpp start line: 327 end line: 351 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6324 unit: bool StructLayoutBuilder::addField() file: lib/IRGen/StructLayout.cpp start line: 245 end line: 272 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 6325 unit: bool swift::immediate::tryLoadLibraries() file: lib/Immediate/Immediate.cpp start line: 169 end line: 192 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6326 unit: bool IndexSwiftASTWalker::startEntity() file: lib/Index/Index.cpp start line: 1201 end line: 1220 size: 19 LOC McCabe index: 6 number of parameters: 3 id: 6327 unit: void SwiftMergeFunctions::removeEquivalenceClassFromTree() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 1151 end line: 1170 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6328 unit: void DefToYAMLConverter::convert() file: lib/Localization/LocalizationFormat.cpp start line: 269 end line: 290 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6329 unit: static bool diff_halfMatchI() file: lib/Migrator/Diff.h start line: 845 end line: 864 size: 19 LOC McCabe index: 3 number of parameters: 4 id: 6330 unit: static bool maybeConsumeNewlineEscape() file: lib/Parse/Lexer.cpp start line: 1216 end line: 1234 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6331 unit: StringRef Lexer::getIndentationForLine() file: lib/Parse/Lexer.cpp start line: 2854 end line: 2886 size: 19 LOC McCabe index: 6 number of parameters: 3 id: 6332 unit: static bool parseBaseTypeForQualifiedDeclName() file: lib/Parse/ParseDecl.cpp start line: 1283 end line: 1328 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6333 unit: void Parser::diagnoseConsecutiveIDs() file: lib/Parse/ParseDecl.cpp start line: 5150 end line: 5174 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6334 unit: bool Parser::isStartOfGetSetAccessor() file: lib/Parse/ParseExpr.cpp start line: 932 end line: 969 size: 19 LOC McCabe index: 9 number of parameters: 0 id: 6335 unit: ParserResult Parser::parseTypeWithOpaqueParams() file: lib/Parse/ParseType.cpp start line: 565 end line: 584 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6336 unit: std::vector swift::tokenize() file: lib/Parse/Parser.cpp start line: 303 end line: 323 size: 19 LOC McCabe index: 2 number of parameters: 9 id: 6337 unit: OpaqueSyntaxNode ParserUnit::parse() file: lib/Parse/Parser.cpp start line: 1298 end line: 1320 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6338 unit: void printCollectionElement() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1634 end line: 1658 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6339 unit: void visitBoundGenericClassType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1721 end line: 1741 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6340 unit: void visitClassType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1768 end line: 1788 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6341 unit: bool writeProtocol() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 402 end line: 426 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6342 unit: void SILFunction::numberValues() file: lib/SIL/IR/SILFunction.cpp start line: 261 end line: 281 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6343 unit: static CanType getAutoDiffTangentTypeForLinearMap() file: lib/SIL/IR/SILFunctionType.cpp start line: 427 end line: 448 size: 19 LOC McCabe index: 4 number of parameters: 5 id: 6344 unit: static bool isPseudogeneric() file: lib/SIL/IR/SILFunctionType.cpp start line: 1560 end line: 1587 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6345 unit: void SILInstruction::dropNonOperandReferences() file: lib/SIL/IR/SILInstruction.cpp start line: 171 end line: 196 size: 19 LOC McCabe index: 7 number of parameters: 0 id: 6346 unit: void CondBranchInst::swapSuccessors() file: lib/SIL/IR/SILInstructions.cpp start line: 1679 end line: 1707 size: 19 LOC McCabe index: 6 number of parameters: 0 id: 6347 unit: SourceLoc SILLocation::getSourceLoc() file: lib/SIL/IR/SILLocation.cpp start line: 51 end line: 73 size: 19 LOC McCabe index: 10 number of parameters: 1 id: 6348 unit: void visitPartialApplyInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1413 end line: 1434 size: 19 LOC McCabe index: 10 number of parameters: 1 id: 6349 unit: void visitAssignByWrapperInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1629 end line: 1647 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6350 unit: void visitMarkUninitializedInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1649 end line: 1667 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6351 unit: static void printSILGlobals() file: lib/SIL/IR/SILPrinter.cpp start line: 3099 end line: 3118 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6352 unit: static void printSILFunctions() file: lib/SIL/IR/SILPrinter.cpp start line: 3120 end line: 3139 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6353 unit: void SILCoverageMap::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3718 end line: 3736 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6354 unit: ID SILPrintContext::getID() file: lib/SIL/IR/SILPrinter.cpp start line: 3892 end line: 3914 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6355 unit: bool walkToDeclPre() file: lib/SIL/IR/SILProfiler.cpp start line: 522 end line: 540 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6356 unit: bool SILType::isEmpty() file: lib/SIL/IR/SILType.cpp start line: 111 end line: 133 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6357 unit: void lowerChildren() file: lib/SIL/IR/TypeLowering.cpp start line: 1392 end line: 1410 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6358 unit: ValueOwnershipKind ValueOwnershipKindClassifier::visitApplyInst() file: lib/SIL/IR/ValueOwnership.cpp start line: 312 end line: 336 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6359 unit: SILValue SILParser::getLocalValue() file: lib/SIL/Parser/ParseSIL.cpp start line: 690 end line: 719 size: 19 LOC McCabe index: 4 number of parameters: 4 id: 6360 unit: SILValue swift::stripCasts() file: lib/SIL/Utils/InstructionUtils.cpp start line: 127 end line: 145 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6361 unit: bool BorrowingOperand::hasEmptyRequiredEndingUses() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 423 end line: 443 size: 19 LOC McCabe index: 8 number of parameters: 0 id: 6362 unit: void BorrowedValueKind::print() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 572 end line: 590 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6363 unit: void PrunedLiveBlocks::computeUseBlockLiveness() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 22 end line: 48 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6364 unit: void PrunedLivenessBoundary::compute() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 223 end line: 244 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6365 unit: void MemoryLifetimeVerifier::initDataflow() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 295 end line: 320 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6366 unit: bool SILValueOwnershipChecker::checkFunctionArgWithoutLifetimeEndingUses() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 467 end line: 487 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6367 unit: bool isConsumingOrMutatingArgumentConvention() file: lib/SIL/Verifier/SILVerifier.cpp start line: 445 end line: 473 size: 19 LOC McCabe index: 11 number of parameters: 1 id: 6368 unit: void checkInitEnumDataAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2837 end line: 2857 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6369 unit: void checkUncheckedEnumDataInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2859 end line: 2879 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6370 unit: void checkUncheckedTakeEnumDataAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2881 end line: 2901 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6371 unit: void checkThrowInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4465 end line: 4485 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6372 unit: void SILDefaultWitnessTable::verify() file: lib/SIL/Verifier/SILVerifier.cpp start line: 6080 end line: 6103 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6373 unit: void SILGlobalVariable::verify() file: lib/SIL/Verifier/SILVerifier.cpp start line: 6106 end line: 6127 size: 19 LOC McCabe index: 9 number of parameters: 0 id: 6374 unit: void ArgumentSource::forwardInto() file: lib/SILGen/ArgumentSource.cpp start line: 107 end line: 125 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6375 unit: void SILGenModule::preEmitFunction() file: lib/SILGen/SILGen.cpp start line: 1175 end line: 1197 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6376 unit: void SILGenModule::emitDefaultArgGenerator() file: lib/SILGen/SILGen.cpp start line: 1567 end line: 1587 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6377 unit: static bool canUseStaticDispatch() file: lib/SILGen/SILGenApply.cpp start line: 151 end line: 186 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6378 unit: static Callee forWitnessMethod() file: lib/SILGen/SILGenApply.cpp start line: 433 end line: 456 size: 19 LOC McCabe index: 2 number of parameters: 5 id: 6379 unit: RValue SILGenFunction::emitApplyOfPropertyWrapperBackingInitializer() file: lib/SILGen/SILGenApply.cpp start line: 5197 end line: 5221 size: 19 LOC McCabe index: 3 number of parameters: 6 id: 6380 unit: bool AccessorBaseArgPreparer::shouldLoadBaseAddress() file: lib/SILGen/SILGenApply.cpp start line: 5491 end line: 5524 size: 19 LOC McCabe index: 11 number of parameters: 0 id: 6381 unit: static ManagedValue emitBuiltinLoadOrTake() file: lib/SILGen/SILGenBuiltin.cpp start line: 97 end line: 125 size: 19 LOC McCabe index: 3 number of parameters: 9 id: 6382 unit: static ManagedValue emitBuiltinGep() file: lib/SILGen/SILGenBuiltin.cpp start line: 489 end line: 509 size: 19 LOC McCabe index: 3 number of parameters: 5 id: 6383 unit: void Conversion::print() file: lib/SILGen/SILGenConvert.cpp start line: 1277 end line: 1295 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6384 unit: void dump() file: lib/SILGen/SILGenDecl.cpp start line: 269 end line: 287 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6385 unit: static void emitDistributedIfRemoteBranch() file: lib/SILGen/SILGenDistributed.cpp start line: 195 end line: 217 size: 19 LOC McCabe index: 2 number of parameters: 6 id: 6386 unit: RValue Lowering::emitUnconditionalCheckedCast() file: lib/SILGen/SILGenDynamicCast.cpp start line: 419 end line: 440 size: 19 LOC McCabe index: 4 number of parameters: 6 id: 6387 unit: RValue RValueEmitter::visitNilLiteralExpr() file: lib/SILGen/SILGenExpr.cpp start line: 970 end line: 991 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6388 unit: RValue RValueEmitter::visitDerivedToBaseExpr() file: lib/SILGen/SILGenExpr.cpp start line: 1311 end line: 1339 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6389 unit: ManagedValue SILGenFunction::getManagedValue() file: lib/SILGen/SILGenExpr.cpp start line: 1901 end line: 1932 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6390 unit: RValue SILGenFunction::emitApplyOfStoredPropertyInitializer() file: lib/SILGen/SILGenExpr.cpp start line: 2297 end line: 2318 size: 19 LOC McCabe index: 1 number of parameters: 6 id: 6391 unit: RValue RValueEmitter::visitDestructureTupleExpr() file: lib/SILGen/SILGenExpr.cpp start line: 2320 end line: 2349 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 6392 unit: RValue RValueEmitter::visitAbstractClosureExpr() file: lib/SILGen/SILGenExpr.cpp start line: 2455 end line: 2483 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6393 unit: static bool isVerbatimNullableTypeInC() file: lib/SILGen/SILGenExpr.cpp start line: 4122 end line: 4149 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6394 unit: ManagedValue project() file: lib/SILGen/SILGenLValue.cpp start line: 1809 end line: 1832 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6395 unit: LValue SILGenLValue::visitOpenExistentialExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3572 end line: 3598 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6396 unit: void SILGenFunction::emitSemanticStore() file: lib/SILGen/SILGenLValue.cpp start line: 4074 end line: 4095 size: 19 LOC McCabe index: 4 number of parameters: 5 id: 6397 unit: void ResultPlanner::planFromIndirectResult() file: lib/SILGen/SILGenPoly.cpp start line: 2575 end line: 2594 size: 19 LOC McCabe index: 2 number of parameters: 6 id: 6398 unit: Optional SILGenFunction::emitExecutor() file: lib/SILGen/SILGenProlog.cpp start line: 797 end line: 818 size: 19 LOC McCabe index: 8 number of parameters: 3 id: 6399 unit: Condition SILGenFunction::emitCondition() file: lib/SILGen/SILGenStmt.cpp start line: 251 end line: 274 size: 19 LOC McCabe index: 4 number of parameters: 6 id: 6400 unit: void LoopARCSequenceDataflowEvaluator::mergePredecessors() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 60 end line: 85 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6401 unit: void BottomUpRefCountState::updateForSameLoopInst() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 432 end line: 463 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6402 unit: void TopDownRefCountState::updateForSameLoopInst() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 860 end line: 891 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6403 unit: bool swift::mayHaveSymmetricInterference() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 278 end line: 315 size: 19 LOC McCabe index: 8 number of parameters: 3 id: 6404 unit: std::string AccessSummaryAnalysis::ArgumentSummary::getDescription() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 410 end line: 431 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6405 unit: static bool isTypedAccessOracle() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 301 end line: 319 size: 19 LOC McCabe index: 13 number of parameters: 1 id: 6406 unit: static bool isNonWritableMemoryAddress() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 280 end line: 300 size: 19 LOC McCabe index: 13 number of parameters: 1 id: 6407 unit: void EscapeAnalysis::CGNode::dump() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1527 end line: 1547 size: 19 LOC McCabe index: 7 number of parameters: 0 id: 6408 unit: SILValue InstSimplifier::visitStructInst() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 79 end line: 112 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6409 unit: SILValue InstSimplifier::visitTupleInst() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 114 end line: 147 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6410 unit: void visitLoadInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 824 end line: 845 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6411 unit: void visitStoreOperation() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1462 end line: 1480 size: 19 LOC McCabe index: 3 number of parameters: 4 id: 6412 unit: void ExistentialSpecializerCloner::cloneAndPopulateFunction() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp start line: 87 end line: 112 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6413 unit: void SILGlobalOpt::collectOnceCall() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 249 end line: 274 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6414 unit: bool SILGlobalOpt::isAssignedOnlyOnceInInitializer() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 312 end line: 338 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6415 unit: void hoistCheckToPreheader() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 754 end line: 783 size: 19 LOC McCabe index: 1 number of parameters: 3 id: 6416 unit: static void reportBoundsChecks() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 844 end line: 863 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6417 unit: bool areArraysEqual() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 49 end line: 70 size: 19 LOC McCabe index: 9 number of parameters: 4 id: 6418 unit: void OpaqueValueVisitor::visitApply() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 324 end line: 344 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6419 unit: unsigned OpaqueStorageAllocation::insertIndirectReturnArgs() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 447 end line: 466 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 6420 unit: static void insertAfterClosureUser() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 390 end line: 411 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6421 unit: static void gatherDestroysOfContainer() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 31 end line: 62 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6422 unit: void LifetimeChecker::noteUninitializedMembers() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 712 end line: 739 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6423 unit: void LifetimeChecker::handleLoadUseFailureForActorInit() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2150 end line: 2187 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6424 unit: static SILValue testAllControlVariableBits() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2744 end line: 2766 size: 19 LOC McCabe index: 3 number of parameters: 4 id: 6425 unit: bool isInvariant() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 218 end line: 236 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6426 unit: void propagateRecursiveCalls() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 384 end line: 405 size: 19 LOC McCabe index: 6 number of parameters: 0 id: 6427 unit: static bool checkForEscapingPartialApplyUses() file: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp start line: 184 end line: 209 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6428 unit: static bool isAllocation() file: lib/SILOptimizer/Mandatory/DiagnoseLifetimeIssues.cpp start line: 93 end line: 117 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6429 unit: static bool isUserCode() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 635 end line: 661 size: 19 LOC McCabe index: 11 number of parameters: 1 id: 6430 unit: void visitStoreInst() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 1046 end line: 1068 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6431 unit: void NestedSemanticFunctionCheck::checkSemanticFunction() file: lib/SILOptimizer/Mandatory/NestedSemanticFunctionCheck.cpp start line: 77 end line: 97 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6432 unit: static bool isFoldableArray() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 266 end line: 288 size: 19 LOC McCabe index: 10 number of parameters: 2 id: 6433 unit: static bool isMethodOfOSLogMessage() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 1462 end line: 1480 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6434 unit: void SILGenCleanup::run() file: lib/SILOptimizer/Mandatory/SILGenCleanup.cpp start line: 101 end line: 124 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 6435 unit: static void addClosureSpecializePassPipeline() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 645 end line: 690 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6436 unit: static void addLateLoopOptPassPipeline() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 708 end line: 748 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6437 unit: static void runBridgedFunctionPass() file: lib/SILOptimizer/PassManager/Passes.cpp start line: 226 end line: 244 size: 19 LOC McCabe index: 5 number of parameters: 4 id: 6438 unit: static bool checkGlobalValueUsers() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 2327 end line: 2347 size: 19 LOC McCabe index: 8 number of parameters: 2 id: 6439 unit: bool SemanticARCOptVisitor::visitCopyValueInst() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 786 end line: 813 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6440 unit: void AccessConflictAndMergeAnalysis::insertOutOfScopeAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 477 end line: 497 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6441 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitBeginAccessInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 571 end line: 591 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6442 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitStrongRetainInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 619 end line: 639 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6443 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitRetainValueInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 664 end line: 683 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6444 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitReleaseValueInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 685 end line: 705 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6445 unit: void reset() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 586 end line: 612 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6446 unit: static SILValue convertExtractToDestructure() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 185 end line: 208 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6447 unit: static bool isTrivialReturnBlock() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 63 end line: 93 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6448 unit: static SILDeclRef getBridgeToObjectiveC() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 151 end line: 172 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6449 unit: bool SILPerformanceInliner::decideInWarmBlock() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 639 end line: 661 size: 19 LOC McCabe index: 4 number of parameters: 5 id: 6450 unit: void run() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 1046 end line: 1073 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6451 unit: static bool isRLEInertInstruction() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 150 end line: 168 size: 19 LOC McCabe index: 13 number of parameters: 1 id: 6452 unit: void dump() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 74 end line: 92 size: 19 LOC McCabe index: 12 number of parameters: 0 id: 6453 unit: static bool sinkLiteralArguments() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1128 end line: 1155 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6454 unit: void HoistDestroys::mergeDestroys() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 439 end line: 460 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6455 unit: void run() file: lib/SILOptimizer/UtilityPasses/EpilogueRetainReleaseMatcherDumper.cpp start line: 41 end line: 69 size: 19 LOC McCabe index: 6 number of parameters: 0 id: 6456 unit: static bool hasAnyOpaqueArchetype() file: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp start line: 372 end line: 395 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6457 unit: void BasicBlockCloner::updateOSSAAfterCloning() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 171 end line: 206 size: 19 LOC McCabe index: 7 number of parameters: 0 id: 6458 unit: void CanonicalizeOSSALifetime::injectPoison() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 723 end line: 747 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6459 unit: static bool isReadOnlyFunction() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 114 end line: 133 size: 19 LOC McCabe index: 14 number of parameters: 1 id: 6460 unit: APInt swift::constantFoldBinaryWithOverflow() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 71 end line: 89 size: 19 LOC McCabe index: 7 number of parameters: 4 id: 6461 unit: static bool createPrespecializations() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2448 end line: 2468 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6462 unit: bool swift::hasOnlyEndOfScopeOrEndOfLifetimeUses() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 214 end line: 233 size: 19 LOC McCabe index: 12 number of parameters: 1 id: 6463 unit: void printCounterValue() file: lib/SILOptimizer/Utils/OptimizerStatsUtils.cpp start line: 577 end line: 602 size: 19 LOC McCabe index: 1 number of parameters: 5 id: 6464 unit: void ConstantTracker::trackInst() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 33 end line: 52 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6465 unit: void ShortestPathAnalysis::analyzeLoopsRecursively() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 394 end line: 427 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6466 unit: SILValue SILInlineCloner::borrowFunctionArgument() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 579 end line: 602 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6467 unit: std::pair walkToExprPre() file: lib/Sema/CSApply.cpp start line: 8077 end line: 8104 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6468 unit: void visitPattern() file: lib/Sema/CSClosure.cpp start line: 265 end line: 287 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6469 unit: void visitSwitchStmt() file: lib/Sema/CSClosure.cpp start line: 680 end line: 704 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6470 unit: SourceRange MemberAccessOnOptionalBaseFailure::getSourceRange() file: lib/Sema/CSDiagnostics.cpp start line: 1220 end line: 1238 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6471 unit: bool ContextualFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 2464 end line: 2487 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 6472 unit: bool ExtraneousReturnFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5431 end line: 5460 size: 19 LOC McCabe index: 8 number of parameters: 0 id: 6473 unit: bool SkipUnhandledConstructInResultBuilderFailure::diagnoseStorage() file: lib/Sema/CSDiagnostics.cpp start line: 5918 end line: 5939 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6474 unit: bool ArgumentMismatchFailure::diagnosePropertyWrapperMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 6500 end line: 6528 size: 19 LOC McCabe index: 10 number of parameters: 0 id: 6475 unit: bool ArgumentMismatchFailure::diagnoseKeyPathAsFunctionResultMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 6550 end line: 6573 size: 19 LOC McCabe index: 6 number of parameters: 0 id: 6476 unit: void MissingRawValueFailure::fixIt() file: lib/Sema/CSDiagnostics.cpp start line: 7308 end line: 7334 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6477 unit: bool InvalidWeakAttributeUse::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7870 end line: 7892 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6478 unit: Type visitConditionalCheckedCastExpr() file: lib/Sema/CSGen.cpp start line: 2933 end line: 2961 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6479 unit: static bool sameOverloadChoice() file: lib/Sema/CSRanking.cpp start line: 175 end line: 198 size: 19 LOC McCabe index: 10 number of parameters: 2 id: 6480 unit: void ConstraintSystem::addConstraint() file: lib/Sema/CSSimplify.cpp start line: 12538 end line: 12559 size: 19 LOC McCabe index: 6 number of parameters: 5 id: 6481 unit: Type ConstraintSystem::getFixedTypeRecursive() file: lib/Sema/ConstraintSystem.cpp start line: 968 end line: 997 size: 19 LOC McCabe index: 7 number of parameters: 3 id: 6482 unit: void ConstraintSystem::openGenericParameters() file: lib/Sema/ConstraintSystem.cpp start line: 1554 end line: 1578 size: 19 LOC McCabe index: 2 number of parameters: 4 id: 6483 unit: static Optional getRequirement() file: lib/Sema/ConstraintSystem.cpp start line: 5817 end line: 5839 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6484 unit: void DerivedConformance::tryDiagnoseFailedDerivation() file: lib/Sema/DerivedConformances.cpp start line: 178 end line: 200 size: 19 LOC McCabe index: 6 number of parameters: 3 id: 6485 unit: static bool diagnoseIncDecOperator() file: lib/Sema/PreCheckExpr.cpp start line: 265 end line: 286 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6486 unit: void visitBorrowedAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 130 end line: 153 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6487 unit: void AttributeChecker::visitFrozenAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 3071 end line: 3092 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6488 unit: static void diagnosePotentialConcurrencyUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1684 end line: 1705 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 6489 unit: void TypeChecker::diagnosePotentialUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1728 end line: 1750 size: 19 LOC McCabe index: 2 number of parameters: 4 id: 6490 unit: static bool isInsideCompatibleUnavailableDeclaration() file: lib/Sema/TypeCheckAvailability.cpp start line: 1854 end line: 1877 size: 19 LOC McCabe index: 7 number of parameters: 3 id: 6491 unit: void checkClosureCaptures() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1408 end line: 1428 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6492 unit: bool ActorIsolationChecker::mayExecuteConcurrentlyWith() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2842 end line: 2869 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6493 unit: static bool isValidObjectiveCErrorResultType() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 567 end line: 589 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6494 unit: static bool diagnoseOverrideForAvailability() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1743 end line: 1767 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6495 unit: bool shouldSkipBodyTypechecking() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2714 end line: 2746 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6496 unit: void checkCatch() file: lib/Sema/TypeCheckEffects.cpp start line: 2391 end line: 2417 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6497 unit: void TypeChecker::checkFunctionEffects() file: lib/Sema/TypeCheckEffects.cpp start line: 2915 end line: 2938 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6498 unit: SourceLoc OptionalAdjustment::getOptionalityLoc() file: lib/Sema/TypeCheckProtocol.cpp start line: 2323 end line: 2352 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6499 unit: static bool isValidImplicitAsync() file: lib/Sema/TypeCheckProtocol.cpp start line: 2870 end line: 2892 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 6500 unit: Expected deserializeErrorType() file: lib/Serialization/Deserialization.cpp start line: 6056 end line: 6080 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6501 unit: StringRef ModuleFileSharedCore::getModuleNameFromID() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 1159 end line: 1177 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6502 unit: serialization::ClangTypeID Serializer::addClangTypeRef() file: lib/Serialization/Serialization.cpp start line: 658 end line: 680 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6503 unit: IdentifierID Serializer::addContainingModuleRef() file: lib/Serialization/Serialization.cpp start line: 730 end line: 751 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6504 unit: static void recordDerivativeFunctionConfig() file: lib/Serialization/Serialization.cpp start line: 5379 end line: 5397 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6505 unit: void DocSerializer::writeDocHeader() file: lib/Serialization/SerializeDoc.cpp start line: 484 end line: 504 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 6506 unit: void writeSourceInfoBlockInfoBlock() file: lib/Serialization/SerializeDoc.cpp start line: 846 end line: 869 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 6507 unit: void SILSerializer::addReferencedSILFunction() file: lib/Serialization/SerializeSIL.cpp start line: 352 end line: 378 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6508 unit: void SILSerializer::writeSILProperty() file: lib/Serialization/SerializeSIL.cpp start line: 2628 end line: 2650 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6509 unit: std::error_code SerializedModuleLoaderBase::openModuleDocFileIfPresent() file: lib/Serialization/SerializedModuleLoader.cpp start line: 266 end line: 291 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6510 unit: bool Symbol::supportsKind() file: lib/SymbolGraphGen/Symbol.cpp start line: 598 end line: 616 size: 19 LOC McCabe index: 13 number of parameters: 1 id: 6511 unit: void RawSyntax::Profile() file: lib/Syntax/RawSyntax.cpp start line: 198 end line: 216 size: 19 LOC McCabe index: 2 number of parameters: 5 id: 6512 unit: RC SyntaxData::getLastToken() file: lib/Syntax/SyntaxData.cpp start line: 93 end line: 114 size: 19 LOC McCabe index: 8 number of parameters: 0 id: 6513 unit: void addObjCMethod() file: lib/TBDGen/TBDGen.cpp start line: 1396 end line: 1415 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6514 unit: void moveFromOldBuckets() file: stdlib/include/llvm/ADT/DenseMap.h start line: 350 end line: 373 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6515 unit: inline std::string join_impl() file: stdlib/include/llvm/ADT/StringExtras.h start line: 303 end line: 322 size: 19 LOC McCabe index: 5 number of parameters: 4 id: 6516 unit: llvm::Optional identifyObject() file: stdlib/include/llvm/Support/Allocator.h start line: 228 end line: 248 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6517 unit: func _waitForChild() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 982 end line: 1001 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 6518 unit: bool matchesKey() file: stdlib/public/BackDeployConcurrency/Metadata.cpp start line: 136 end line: 154 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6519 unit: bool DefaultActorImpl::tryAssumeThread() file: stdlib/public/Concurrency/Actor.cpp start line: 1398 end line: 1423 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6520 unit: void swift::swift_asyncLet_begin() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 178 end line: 199 size: 19 LOC McCabe index: 1 number of parameters: 6 id: 6521 unit: func next() file: stdlib/public/Concurrency/AsyncStreamBuffer.swift start line: 237 end line: 255 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6522 unit: static void swift_task_enqueueGlobalWithDelayImpl() file: stdlib/public/Concurrency/CooperativeGlobalExecutor.inc start line: 113 end line: 137 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6523 unit: static void waitForStatusRecordUnlock() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 89 end line: 116 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6524 unit: func __getParameterCount() file: stdlib/public/Distributed/DistributedMetadata.swift start line: 31 end line: 55 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6525 unit: func __getParameterTypeInfo() file: stdlib/public/Distributed/DistributedMetadata.swift start line: 62 end line: 81 size: 19 LOC McCabe index: 1 number of parameters: 6 id: 6526 unit: void TypeRefBuilder::dumpTypeRef() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 373 end line: 391 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 6527 unit: int swift_reflection_projectExistential() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 567 end line: 587 size: 19 LOC McCabe index: 2 number of parameters: 5 id: 6528 unit: int swift_reflection_projectEnumValue() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 606 end line: 624 size: 19 LOC McCabe index: 3 number of parameters: 4 id: 6529 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 436 end line: 499 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6530 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1376 end line: 1467 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6531 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2351 end line: 2404 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6532 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2645 end line: 2822 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6533 unit: mutating func append() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 169 end line: 372 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6534 unit: func hasSuffix() file: stdlib/public/core/StringProtocol.swift start line: 46 end line: 122 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6535 unit: static bool withCurrentBacktraceImpl() file: stdlib/public/runtime/Errors.cpp start line: 221 end line: 239 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6536 unit: void _swift_leaks_startTrackingObjects() file: stdlib/public/runtime/Leaks.mm start line: 83 end line: 111 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6537 unit: MetadataStateWithDependency tryInitialize() file: stdlib/public/runtime/Metadata.cpp start line: 331 end line: 361 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 6538 unit: bool matchesKey() file: stdlib/public/runtime/Metadata.cpp start line: 1161 end line: 1179 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6539 unit: CheckResult check() file: stdlib/public/runtime/MetadataCache.h start line: 770 end line: 803 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 6540 unit: void DynamicReplacementDescriptor::disableReplacement() file: stdlib/public/runtime/MetadataLookup.cpp start line: 2601 end line: 2624 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 6541 unit: void _swift_stdlib_reportFatalErrorInFile() file: stdlib/public/stubs/Assert.cpp start line: 43 end line: 63 size: 19 LOC McCabe index: 2 number of parameters: 8 id: 6542 unit: void _swift_stdlib_reportUnimplementedInitializerInFile() file: stdlib/public/stubs/Assert.cpp start line: 82 end line: 101 size: 19 LOC McCabe index: 1 number of parameters: 9 id: 6543 unit: int reflectHeapObject() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 433 end line: 457 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 6544 unit: bool ImmutableTextSnapshot::foreachReplaceUntil() file: tools/SourceKit/lib/Support/ImmutableTextBuffer.cpp start line: 104 end line: 135 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 6545 unit: void SwiftLangSupport::codeCompleteSetPopularAPI() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 1274 end line: 1293 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6546 unit: void printDeclPost() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 211 end line: 229 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6547 unit: void mergeToken() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 453 end line: 471 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6548 unit: static void reportSemanticAnnotations() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 247 end line: 265 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6549 unit: int main() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 675 end line: 698 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 6550 unit: static StringRef getLineColRange() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2191 end line: 2212 size: 19 LOC McCabe index: 4 number of parameters: 5 id: 6551 unit: static void printInterfaceGen() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2305 end line: 2326 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 6552 unit: void DocStructureArrayBuilder::endSubStructure() file: tools/SourceKit/tools/sourcekitd/lib/API/DocStructureArray.cpp start line: 214 end line: 235 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 6553 unit: bool SKIndexingConsumer::recordRelatedEntity() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1499 end line: 1519 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 6554 unit: static bool apply() file: tools/SourceKit/tools/sourcekitd/lib/API/TokenAnnotationsArray.cpp start line: 84 end line: 105 size: 19 LOC McCabe index: 4 number of parameters: 6 id: 6555 unit: static bool dictionary_apply() file: tools/SourceKit/tools/sourcekitd/lib/API/VariableTypeArray.cpp start line: 65 end line: 84 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 6556 unit: bool RequestDict::getStringArray() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 728 end line: 746 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6557 unit: bool RequestDict::getUIDArray() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 748 end line: 766 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6558 unit: void printOptionDiff() file: tools/sil-opt/SILOpt.cpp start line: 215 end line: 233 size: 19 LOC McCabe index: 3 number of parameters: 4 id: 6559 unit: bool walkToSubStructurePre() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1992 end line: 2012 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 6560 unit: void printDeclPre() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2714 end line: 2732 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6561 unit: Action startSourceEntity() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3948 end line: 3967 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6562 unit: int dumpEOFSourceLoc() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 792 end line: 814 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 6563 unit: void find() file: unittests/Basic/PrefixMapTest.cpp start line: 59 end line: 80 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6564 unit: BindingSet SemaTest::inferBindings() file: unittests/Sema/SemaFixture.cpp start line: 126 end line: 148 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 6565 unit: void scopedUnlockUnderScopedLockThreaded() file: unittests/runtime/Mutex.cpp start line: 140 end line: 160 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6566 unit: def print_specializations() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6567 unit: def _test_funclist() file: utils/bug_reducer/bug_reducer/func_bug_reducer.py start line: 0 end line: 0 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 6568 unit: def invoke_function_bug_reducer() file: utils/bug_reducer/bug_reducer/func_bug_reducer.py start line: 0 end line: 0 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 6569 unit: def add_parser_arguments() file: utils/bug_reducer/bug_reducer/func_bug_reducer.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6570 unit: func getDecompData() file: utils/gen-unicode-data/Sources/GenNormalization/Decomp.swift start line: 26 end line: 53 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 6571 unit: func getMappings() file: utils/gen-unicode-data/Sources/GenScalarProps/Mappings.swift start line: 15 end line: 37 size: 19 LOC McCabe index: 4 number of parameters: 4 id: 6572 unit: func murmur3() file: utils/gen-unicode-data/Sources/GenUtils/Hashing.swift start line: 28 end line: 50 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 6573 unit: def token_pos_to_index() file: utils/gyb.py start line: 0 end line: 0 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6574 unit: def list_stats_dir_profiles() file: utils/jobstats/jobstats.py start line: 0 end line: 0 size: 19 LOC McCabe index: 6 number of parameters: 4 id: 6575 unit: def build_cmake() file: utils/swift_build_support/swift_build_support/cmake.py start line: 0 end line: 0 size: 19 LOC McCabe index: 5 number of parameters: 3 id: 6576 unit: def test() file: utils/swift_build_support/swift_build_support/products/playgroundsupport.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 6577 unit: def host_toolchain() file: utils/swift_build_support/swift_build_support/toolchain.py start line: 0 end line: 0 size: 19 LOC McCabe index: 8 number of parameters: 1 id: 6578 unit: void find() file: utils/test-prefix-map/main.cpp start line: 38 end line: 59 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 6579 unit: int main() file: validation-test/Runtime/class_stubs.m start line: 32 end line: 54 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 6580 unit: func evaluateObservations() file: validation-test/StdlibUnittest/RaceTest.swift start line: 61 end line: 79 size: 19 LOC McCabe index: 6 number of parameters: 2 id: 6581 unit: func map() file: validation-test/compiler_crashers_2_fixed/0022-rdar21625478.swift start line: 25 end line: 48 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6582 unit: init() file: validation-test/compiler_crashers_2_fixed/0075-rdar30248571.swift start line: 27 end line: 50 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 6583 unit: func run() file: validation-test/compiler_crashers_2_fixed/rdar81590807_2.swift start line: 14 end line: 39 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 6584 unit: func e() file: validation-test/compiler_crashers_fixed/01501-swift-diagnosticengine-flushactivediagnostic.swift start line: 41 end line: 59 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 6585 unit: func b() file: validation-test/compiler_crashers_fixed/01858-llvm-densemap-swift-valuedecl.swift start line: 25 end line: 43 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 6586 unit: func prims() file: benchmark/multi-source/PrimsSplit/Prims.swift start line: 185 end line: 213 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6587 unit: func parseCSV() file: benchmark/single-source/CSVParsing.swift start line: 90 end line: 202 size: 18 LOC McCabe index: 2 number of parameters: 9 id: 6588 unit: func prims() file: benchmark/single-source/Prims.swift start line: 193 end line: 221 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6589 unit: func createSortedSparseRGBHistogram() file: benchmark/single-source/RGBHistogram.swift start line: 104 end line: 123 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6590 unit: func flood() file: benchmark/single-source/TypeFlood.swift start line: 45 end line: 62 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6591 unit: func flood3() file: benchmark/single-source/TypeFlood.swift start line: 65 end line: 82 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6592 unit: func flood2() file: benchmark/single-source/TypeFlood.swift start line: 85 end line: 102 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6593 unit: class alignas() file: include/swift/ABI/Task.h start line: 605 end line: 647 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6594 unit: void attachChild() file: include/swift/ABI/TaskStatus.h start line: 184 end line: 211 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6595 unit: static PrintOptions printQuickHelpDeclaration() file: include/swift/AST/PrintOptions.h start line: 676 end line: 693 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 6596 unit: llvm::Optional subst() file: include/swift/AST/Requirement.h start line: 56 end line: 75 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6597 unit: bool visitParametrizedProtocolType() file: include/swift/AST/TypeMatcher.h start line: 308 end line: 327 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6598 unit: bool hasEmptyIntersection() file: include/swift/Basic/ImmutablePointerSet.h start line: 138 end line: 176 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6599 unit: void processKeyWithDefault() file: include/swift/Basic/JSONSerialization.h start line: 496 end line: 513 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6600 unit: static inline void appendWithCDATAEscaping() file: include/swift/Markup/XMLUtils.h start line: 58 end line: 78 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6601 unit: void addString() file: include/swift/Reflection/TypeRef.h start line: 86 end line: 103 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6602 unit: void withLock() file: include/swift/Runtime/AtomicWaitQueue.h start line: 394 end line: 422 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6603 unit: static BorrowingOperandKind get() file: include/swift/SIL/OwnershipUtils.h start line: 236 end line: 253 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6604 unit: void SILCloner::visitUncheckedValueCastInst() file: include/swift/SIL/SILCloner.h start line: 1546 end line: 1563 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6605 unit: void SILCloner::visitDestructureStructInst() file: include/swift/SIL/SILCloner.h start line: 2079 end line: 2098 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6606 unit: void SILCloner::visitDestructureTupleInst() file: include/swift/SIL/SILCloner.h start line: 2101 end line: 2119 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6607 unit: inline bool SILModuleConventions::isIndirectSILParam() file: include/swift/SIL/SILFunctionConventions.h start line: 480 end line: 498 size: 18 LOC McCabe index: 10 number of parameters: 2 id: 6608 unit: void eraseInstFromFunction() file: include/swift/SIL/SILInstructionWorklist.h start line: 303 end line: 323 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6609 unit: inline SILLinkage addExternalToLinkage() file: include/swift/SIL/SILLinkage.h start line: 140 end line: 161 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6610 unit: llvm::remarks::Remark SILRemarkStreamer::toLLVMRemark() file: include/swift/SIL/SILRemarkStreamer.h start line: 103 end line: 122 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6611 unit: void addAutoDiffDerivativeMethodsIfRequired() file: include/swift/SIL/SILWitnessVisitor.h start line: 176 end line: 193 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6612 unit: Type getFirstType() file: include/swift/Sema/Constraint.h start line: 719 end line: 741 size: 18 LOC McCabe index: 8 number of parameters: 0 id: 6613 unit: ASTNode getElement() file: include/swift/Sema/ConstraintLocator.h start line: 1021 end line: 1046 size: 18 LOC McCabe index: 8 number of parameters: 0 id: 6614 unit: static StringRef printGenericSignature() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1188 end line: 1205 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6615 unit: void OverriddenDeclsRequest::cacheResult() file: lib/AST/ASTContext.cpp start line: 2097 end line: 2119 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6616 unit: size_t ASTContext::getTotalMemory() file: lib/AST/ASTContext.cpp start line: 2611 end line: 2638 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 6617 unit: Type ExistentialType::get() file: lib/AST/ASTContext.cpp start line: 4275 end line: 4299 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6618 unit: void printCommon() file: lib/AST/ASTDumper.cpp start line: 483 end line: 504 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6619 unit: void visitAssociatedTypeDecl() file: lib/AST/ASTDumper.cpp start line: 596 end line: 614 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6620 unit: void visitFloatLiteralExpr() file: lib/AST/ASTDumper.cpp start line: 1830 end line: 1847 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6621 unit: void ASTMangler::appendTypeList() file: lib/AST/ASTMangler.cpp start line: 2643 end line: 2660 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6622 unit: bool ASTMangler::tryAppendStandardSubstitution() file: lib/AST/ASTMangler.cpp start line: 3071 end line: 3091 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6623 unit: void ASTNode::dump() file: lib/AST/ASTNode.cpp start line: 119 end line: 136 size: 18 LOC McCabe index: 8 number of parameters: 2 id: 6624 unit: void printArchetypeCommon() file: lib/AST/ASTPrinter.cpp start line: 5960 end line: 5978 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6625 unit: bool DifferentiableAttributeScope::lookupLocalsOrMembers() file: lib/AST/ASTScopeLookup.cpp start line: 371 end line: 388 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6626 unit: std::pair ASTScopeImpl::lookupFallthroughSourceAndDest() file: lib/AST/ASTScopeLookup.cpp start line: 563 end line: 589 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6627 unit: bool shouldVerify() file: lib/AST/ASTVerifier.cpp start line: 473 end line: 492 size: 18 LOC McCabe index: 10 number of parameters: 1 id: 6628 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1099 end line: 1117 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6629 unit: void AvailabilityInference::applyInferredAvailableAttrs() file: lib/AST/Availability.cpp start line: 109 end line: 133 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6630 unit: clang::QualType ClangTypeConverter::visitSILFunctionType() file: lib/AST/ClangTypeConverter.cpp start line: 670 end line: 690 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6631 unit: bool AbstractStorageDecl::requiresOpaqueAccessor() file: lib/AST/Decl.cpp start line: 2259 end line: 2278 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6632 unit: void ProtocolDecl::computeKnownProtocolKind() file: lib/AST/Decl.cpp start line: 5409 end line: 5428 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 6633 unit: static void writeTupleOfNils() file: lib/AST/Decl.cpp start line: 6927 end line: 6945 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6634 unit: static bool isIntegralType() file: lib/AST/Decl.cpp start line: 7081 end line: 7106 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6635 unit: SourceRange AbstractFunctionDecl::getBodySourceRange() file: lib/AST/Decl.cpp start line: 7609 end line: 7629 size: 18 LOC McCabe index: 10 number of parameters: 0 id: 6636 unit: bool AbstractFunctionDecl::hasInlinableBodyText() file: lib/AST/Decl.cpp start line: 7997 end line: 8016 size: 18 LOC McCabe index: 10 number of parameters: 0 id: 6637 unit: static DiagnosticKind toDiagnosticKind() file: lib/AST/DiagnosticEngine.cpp start line: 944 end line: 962 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6638 unit: std::string DependencyKey::humanReadableName() file: lib/AST/FineGrainedDependencies.cpp start line: 241 end line: 258 size: 18 LOC McCabe index: 8 number of parameters: 0 id: 6639 unit: bool GenericSignatureImpl::isRequirementSatisfied() file: lib/AST/GenericSignature.cpp start line: 371 end line: 395 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6640 unit: Requirement Requirement::getCanonical() file: lib/AST/GenericSignature.cpp start line: 583 end line: 602 size: 18 LOC McCabe index: 7 number of parameters: 0 id: 6641 unit: void GenericSignatureBuilder::addGenericParameter() file: lib/AST/GenericSignatureBuilder.cpp start line: 3794 end line: 3814 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6642 unit: static Requirement stripBoundDependentMemberTypes() file: lib/AST/GenericSignatureBuilder.cpp start line: 7939 end line: 7960 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6643 unit: size_t numTrailingObjects() file: lib/AST/GenericSignatureBuilder.h start line: 928 end line: 947 size: 18 LOC McCabe index: 12 number of parameters: 1 id: 6644 unit: static bool isRootKind() file: lib/AST/GenericSignatureBuilder.h start line: 972 end line: 991 size: 18 LOC McCabe index: 12 number of parameters: 1 id: 6645 unit: void SourceLookupCache::addToMemberCache() file: lib/AST/Module.cpp start line: 290 end line: 309 size: 18 LOC McCabe index: 12 number of parameters: 1 id: 6646 unit: bool ProtocolConformanceRef::forEachMissingConformance() file: lib/AST/ProtocolConformance.cpp start line: 1695 end line: 1717 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 6647 unit: Symbol Symbol::transformConcreteSubstitutions() file: lib/AST/RequirementMachine/Symbol.cpp start line: 711 end line: 733 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6648 unit: Optional insert() file: lib/AST/RequirementMachine/Trie.h start line: 77 end line: 98 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6649 unit: SubstitutionMap SubstitutionMap::getCanonical() file: lib/AST/SubstitutionMap.cpp start line: 166 end line: 186 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 6650 unit: static bool isLegalSILType() file: lib/AST/Type.cpp start line: 544 end line: 573 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6651 unit: Identifier GenericTypeParamType::getName() file: lib/AST/Type.cpp start line: 1765 end line: 1789 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6652 unit: CanType visitAnyMetatypeType() file: lib/AST/Type.cpp start line: 2264 end line: 2284 size: 18 LOC McCabe index: 6 number of parameters: 4 id: 6653 unit: TypeTraitResult TypeBase::canBeClass() file: lib/AST/Type.cpp start line: 5623 end line: 5648 size: 18 LOC McCabe index: 8 number of parameters: 0 id: 6654 unit: Optional TypeCheckFunctionBodyRequest::getCachedResult() file: lib/AST/TypeCheckRequests.cpp start line: 1338 end line: 1358 size: 18 LOC McCabe index: 9 number of parameters: 0 id: 6655 unit: CanType TypeJoin::getSuperclassJoin() file: lib/AST/TypeJoinMeet.cpp start line: 127 end line: 159 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 6656 unit: CanType TypeJoin::computeProtocolCompositionJoin() file: lib/AST/TypeJoinMeet.cpp start line: 383 end line: 404 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6657 unit: void FunctionTypeRepr::printImpl() file: lib/AST/TypeRepr.cpp start line: 294 end line: 311 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6658 unit: void SpecifierTypeRepr::printImpl() file: lib/AST/TypeRepr.cpp start line: 525 end line: 542 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6659 unit: void UnqualifiedLookupFactory::setAsideUnavailableResults() file: lib/AST/UnqualifiedLookup.cpp start line: 358 end line: 384 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6660 unit: void CacheImpl::setAndRetain() file: lib/Basic/Cache.cpp start line: 74 end line: 102 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6661 unit: void DiverseStackBase::pushNewStorageSlow() file: lib/Basic/DiverseStack.cpp start line: 22 end line: 45 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6662 unit: void SourceManager::createVirtualFile() file: lib/Basic/SourceLoc.cpp start line: 86 end line: 107 size: 18 LOC McCabe index: 4 number of parameters: 4 id: 6663 unit: static bool wordConflictsAfterPreposition() file: lib/Basic/StringExtras.cpp start line: 952 end line: 972 size: 18 LOC McCabe index: 9 number of parameters: 2 id: 6664 unit: Optional swift::UUID::fromString() file: lib/Basic/UUID.cpp start line: 68 end line: 87 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6665 unit: static bool readFromAPipe() file: lib/Basic/Unix/TaskQueue.inc start line: 271 end line: 296 size: 18 LOC McCabe index: 6 number of parameters: 4 id: 6666 unit: static bool isAccessibilityConformingContext() file: lib/ClangImporter/ClangAdapter.cpp start line: 649 end line: 668 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6667 unit: bool BeginSourceFileAction() file: lib/ClangImporter/ClangImporter.cpp start line: 174 end line: 198 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6668 unit: bool ClangImporter::importHeader() file: lib/ClangImporter/ClangImporter.cpp start line: 1485 end line: 1507 size: 18 LOC McCabe index: 6 number of parameters: 6 id: 6669 unit: bool ClangImporter::dumpPrecompiledModule() file: lib/ClangImporter/ClangImporter.cpp start line: 1749 end line: 1770 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6670 unit: void ClangImporter::collectSubModuleNames() file: lib/ClangImporter/ClangImporter.cpp start line: 1785 end line: 1804 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6671 unit: ObjCSelector ClangImporter::Implementation::importSelector() file: lib/ClangImporter/ClangImporter.cpp start line: 2464 end line: 2485 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6672 unit: static bool addErrorDomain() file: lib/ClangImporter/ImportDecl.cpp start line: 1990 end line: 2012 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6673 unit: static bool shouldAlsoImportAsClassMethod() file: lib/ClangImporter/ImportDecl.cpp start line: 2074 end line: 2100 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6674 unit: void ClangImporter::Implementation::loadAllMembersOfObjcContainer() file: lib/ClangImporter/ImportDecl.cpp start line: 10068 end line: 10090 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6675 unit: static bool shouldIgnoreMacro() file: lib/ClangImporter/ImportName.cpp start line: 2216 end line: 2241 size: 18 LOC McCabe index: 8 number of parameters: 3 id: 6676 unit: bool canImportAsOptional() file: lib/ClangImporter/ImportType.cpp start line: 129 end line: 149 size: 18 LOC McCabe index: 12 number of parameters: 1 id: 6677 unit: static internal_key_type ReadKey() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1432 end line: 1449 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6678 unit: NodePointer Demangler::demangleAutoDiffSubsetParametersThunk() file: lib/Demangling/Demangler.cpp start line: 2673 end line: 2690 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 6679 unit: NodePointer demangleProtocolNameImpl() file: lib/Demangling/OldDemangler.cpp start line: 985 end line: 1012 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6680 unit: ManglingError Remangler::mangleSubscript() file: lib/Demangling/OldRemangler.cpp start line: 1036 end line: 1054 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6681 unit: ManglingError Remangler::mangleTypedEntity() file: lib/Demangling/OldRemangler.cpp start line: 1301 end line: 1319 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6682 unit: ManglingError Remangler::mangleImplFunctionConventionName() file: lib/Demangling/OldRemangler.cpp start line: 1612 end line: 1629 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6683 unit: void Remangler::mangleDependentGenericParamIndex() file: lib/Demangling/Remangler.cpp start line: 416 end line: 435 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6684 unit: ManglingError Remangler::mangleFunction() file: lib/Demangling/Remangler.cpp start line: 1278 end line: 1300 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6685 unit: void processOutputOfFinishedProcess() file: lib/Driver/Compilation.cpp start line: 730 end line: 750 size: 18 LOC McCabe index: 6 number of parameters: 5 id: 6686 unit: static void diagnoseOutputModeArg() file: lib/Driver/Driver.cpp start line: 1383 end line: 1403 size: 18 LOC McCabe index: 6 number of parameters: 6 id: 6687 unit: static StringRef getIndexUnitOutputFilename() file: lib/Driver/Driver.cpp start line: 2573 end line: 2593 size: 18 LOC McCabe index: 6 number of parameters: 4 id: 6688 unit: void CommandOutput::ensureEntry() file: lib/Driver/Job.cpp start line: 61 end line: 80 size: 18 LOC McCabe index: 3 number of parameters: 4 id: 6689 unit: void diagnoseMissingAvailable() file: lib/DriverTool/swift_api_digester_main.cpp start line: 636 end line: 660 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6690 unit: void visit() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1474 end line: 1493 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6691 unit: static void ParseModuleInterfaceArgs() file: lib/Frontend/CompilerInvocation.cpp start line: 344 end line: 363 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6692 unit: bool DiagnosticVerifier::finishProcessing() file: lib/Frontend/DiagnosticVerifier.cpp start line: 994 end line: 1015 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 6693 unit: bool finishProcessing() file: lib/FrontendTool/FrontendTool.cpp start line: 264 end line: 283 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 6694 unit: void ABIDependencyEvaluator::computeABIDependenciesForSwiftModule() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 437 end line: 455 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6695 unit: void addValueBaseName() file: lib/IDE/CodeCompletion.cpp start line: 2339 end line: 2363 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6696 unit: static bool hasInterestingDefaultValue() file: lib/IDE/CodeCompletion.cpp start line: 2753 end line: 2772 size: 18 LOC McCabe index: 10 number of parameters: 1 id: 6697 unit: void addConstructorCallsForType() file: lib/IDE/CodeCompletion.cpp start line: 3375 end line: 3394 size: 18 LOC McCabe index: 4 number of parameters: 4 id: 6698 unit: void getTypeCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4741 end line: 4758 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6699 unit: void deliverKeyPathResults() file: lib/IDE/CodeCompletion.cpp start line: 6764 end line: 6784 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6700 unit: static LineList getLineListFromComment() file: lib/IDE/CommentConversion.cpp start line: 433 end line: 451 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6701 unit: void print() file: lib/IDE/CommentConversion.cpp start line: 543 end line: 560 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6702 unit: static void cacheDependencyHashIfNeeded() file: lib/IDE/CompletionInstance.cpp start line: 213 end line: 235 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6703 unit: std::pair swift::ide::reformat() file: lib/IDE/Formatting.cpp start line: 3034 end line: 3055 size: 18 LOC McCabe index: 4 number of parameters: 4 id: 6704 unit: double CandidateSpecificMatcher::scoreCandidate() file: lib/IDE/FuzzyStringMatcher.cpp start line: 238 end line: 266 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6705 unit: bool CursorInfoResolver::walkToExprPre() file: lib/IDE/IDERequests.cpp start line: 249 end line: 270 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6706 unit: bool ClangCommentPrinter::shouldPrintNewLineBefore() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 1095 end line: 1114 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6707 unit: bool renameLabels() file: lib/IDE/Refactoring.cpp start line: 115 end line: 135 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6708 unit: void splitAndRenameCallArg() file: lib/IDE/Refactoring.cpp start line: 221 end line: 244 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6709 unit: explicit CallbackCondition() file: lib/IDE/Refactoring.cpp start line: 4550 end line: 4573 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6710 unit: bool walkToExprPre() file: lib/IDE/Refactoring.cpp start line: 5692 end line: 5714 size: 18 LOC McCabe index: 10 number of parameters: 1 id: 6711 unit: bool walkToExprPre() file: lib/IDE/Refactoring.cpp start line: 5782 end line: 5805 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6712 unit: void addFallbackVars() file: lib/IDE/Refactoring.cpp start line: 6741 end line: 6763 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6713 unit: bool RefactoringActionAddAsyncWrapper::performChange() file: lib/IDE/Refactoring.cpp start line: 8158 end line: 8184 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6714 unit: DebugTypeInfo DebugTypeInfo::getGlobal() file: lib/IRGen/DebugTypeInfo.cpp start line: 105 end line: 124 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6715 unit: bool FulfillmentMap::searchWitnessTable() file: lib/IRGen/Fulfillment.cpp start line: 200 end line: 226 size: 18 LOC McCabe index: 5 number of parameters: 6 id: 6716 unit: void visitProperty() file: lib/IRGen/GenClass.cpp start line: 1974 end line: 1997 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6717 unit: void visitSubscriptDecl() file: lib/IRGen/GenDecl.cpp start line: 233 end line: 255 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6718 unit: static void collectGlobalList() file: lib/IRGen/GenDecl.cpp start line: 528 end line: 546 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6719 unit: void IRGenModule::finishEmitAfterTopLevel() file: lib/IRGen/GenDecl.cpp start line: 1237 end line: 1259 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6720 unit: void IRGenerator::addLazyFunction() file: lib/IRGen/GenDecl.cpp start line: 1413 end line: 1440 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6721 unit: Address IRGenModule::getAddrOfObjCClassRef() file: lib/IRGen/GenDecl.cpp start line: 4207 end line: 4228 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6722 unit: static Address getAddrOfSimpleVariable() file: lib/IRGen/GenDecl.cpp start line: 5070 end line: 5092 size: 18 LOC McCabe index: 3 number of parameters: 4 id: 6723 unit: void EnumImplStrategy::callOutlinedDestroy() file: lib/IRGen/GenEnum.cpp start line: 308 end line: 329 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6724 unit: void projectPayloadValue() file: lib/IRGen/GenEnum.cpp start line: 4250 end line: 4273 size: 18 LOC McCabe index: 5 number of parameters: 5 id: 6725 unit: static unsigned findSinglePartiallyAppliedParameterIndexIgnoringEmptyTypes() file: lib/IRGen/GenFunc.cpp start line: 720 end line: 737 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6726 unit: void addAssociatedTypeNames() file: lib/IRGen/GenMeta.cpp start line: 1083 end line: 1103 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 6727 unit: void irgen::emitLazyMetadataAccessor() file: lib/IRGen/GenMeta.cpp start line: 2209 end line: 2230 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6728 unit: void emitInitializeMetadata() file: lib/IRGen/GenMeta.cpp start line: 5077 end line: 5099 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6729 unit: void irgen::bindGenericRequirement() file: lib/IRGen/GenProto.cpp start line: 3432 end line: 3451 size: 18 LOC McCabe index: 2 number of parameters: 5 id: 6730 unit: void destroy() file: lib/IRGen/GenRecord.h start line: 274 end line: 294 size: 18 LOC McCabe index: 6 number of parameters: 4 id: 6731 unit: void addField() file: lib/IRGen/GenReflection.cpp start line: 739 end line: 758 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6732 unit: void layout() file: lib/IRGen/GenReflection.cpp start line: 1227 end line: 1252 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6733 unit: static void addValueWitnesses() file: lib/IRGen/GenValueWitness.cpp start line: 1019 end line: 1036 size: 18 LOC McCabe index: 4 number of parameters: 7 id: 6734 unit: void startThreads() file: lib/IRGen/IRGen.cpp start line: 1230 end line: 1252 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6735 unit: GeneratedModule OptimizedIRRequest::evaluate() file: lib/IRGen/IRGen.cpp start line: 1588 end line: 1611 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6736 unit: static SILType getResultTypeForDebugInfo() file: lib/IRGen/IRGenDebugInfo.cpp start line: 643 end line: 660 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6737 unit: void IRGenDebugInfoImpl::setInlinedTrapLocation() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2148 end line: 2170 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6738 unit: bool IRGenerator::canEmitWitnessTableLazily() file: lib/IRGen/IRGenModule.cpp start line: 1124 end line: 1149 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6739 unit: bool canAllocaStoreValue() file: lib/IRGen/IRGenSIL.cpp start line: 808 end line: 825 size: 18 LOC McCabe index: 2 number of parameters: 4 id: 6740 unit: void IRGenSILFunction::visitAllocRefInst() file: lib/IRGen/IRGenSIL.cpp start line: 5386 end line: 5407 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6741 unit: void IRGenSILFunction::visitCondFailInst() file: lib/IRGen/IRGenSIL.cpp start line: 6826 end line: 6855 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6742 unit: bool LargeSILTypeMapper::shouldTransformFunctionType() file: lib/IRGen/LoadableByAddress.cpp start line: 148 end line: 171 size: 18 LOC McCabe index: 7 number of parameters: 3 id: 6743 unit: bool LargeSILTypeMapper::shouldConvertBBArg() file: lib/IRGen/LoadableByAddress.cpp start line: 860 end line: 878 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6744 unit: bool LoadableByAddress::fixStoreToBlockStorageInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 2703 end line: 2721 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6745 unit: void MetadataDependencyCollector::emitCheckBranch() file: lib/IRGen/MetadataRequest.cpp start line: 208 end line: 230 size: 18 LOC McCabe index: 2 number of parameters: 4 id: 6746 unit: MetadataDependency MetadataDependencyCollector::finish() file: lib/IRGen/MetadataRequest.cpp start line: 232 end line: 259 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6747 unit: void storeAsBytes() file: lib/IRGen/ScalarTypeInfo.h start line: 120 end line: 140 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6748 unit: static void configureARM64() file: lib/IRGen/SwiftTargetInfo.cpp start line: 37 end line: 65 size: 18 LOC McCabe index: 2 number of parameters: 3 id: 6749 unit: static FixedEnumTagInfo getFixedEnumTagBytes() file: lib/IRGen/TypeLayout.cpp start line: 304 end line: 321 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6750 unit: bool walkToDeclPre() file: lib/Index/Index.cpp start line: 580 end line: 600 size: 18 LOC McCabe index: 10 number of parameters: 2 id: 6751 unit: SymbolInfo index::getSymbolInfoForModule() file: lib/Index/IndexSymbol.cpp start line: 140 end line: 157 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6752 unit: static unsigned getBenefit() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 634 end line: 655 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6753 unit: std::string LineList::str() file: lib/Markup/LineList.cpp start line: 21 end line: 43 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 6754 unit: void handleResultTypeChange() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1068 end line: 1091 size: 18 LOC McCabe index: 8 number of parameters: 2 id: 6755 unit: SourceLoc shouldRemoveOverride() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1345 end line: 1364 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6756 unit: void Lexer::lexHash() file: lib/Parse/Lexer.cpp start line: 678 end line: 705 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6757 unit: static bool delimiterMatches() file: lib/Parse/Lexer.cpp start line: 1270 end line: 1290 size: 18 LOC McCabe index: 7 number of parameters: 4 id: 6758 unit: bool Lexer::tryLexConflictMarker() file: lib/Parse/Lexer.cpp start line: 2063 end line: 2091 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6759 unit: bool Parser::canDelayMemberDeclParsing() file: lib/Parse/ParseDecl.cpp start line: 5324 end line: 5347 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6760 unit: void Parser::consumeAbstractFunctionBody() file: lib/Parse/ParseDecl.cpp start line: 7023 end line: 7045 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6761 unit: static ParserStatus parseOptionalControlTransferTarget() file: lib/Parse/ParseStmt.cpp start line: 679 end line: 701 size: 18 LOC McCabe index: 7 number of parameters: 4 id: 6762 unit: static bool isStmtForCStyle() file: lib/Parse/ParseStmt.cpp start line: 2143 end line: 2170 size: 18 LOC McCabe index: 10 number of parameters: 1 id: 6763 unit: void visitProtocolDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 350 end line: 369 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6764 unit: void print() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 2013 end line: 2032 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6765 unit: FormalLinkage swift::getTypeLinkage() file: lib/SIL/IR/SIL.cpp start line: 151 end line: 173 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6766 unit: ParameterConvention getIndirect() file: lib/SIL/IR/SILFunctionType.cpp start line: 1125 end line: 1142 size: 18 LOC McCabe index: 6 number of parameters: 5 id: 6767 unit: bool isFormallyReturnedIndirectly() file: lib/SIL/IR/SILFunctionType.cpp start line: 1231 end line: 1257 size: 18 LOC McCabe index: 8 number of parameters: 3 id: 6768 unit: unsigned swift::getFieldIndex() file: lib/SIL/IR/SILInstructions.cpp start line: 1356 end line: 1373 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6769 unit: SILLinkage swift::getDeclSILLinkage() file: lib/SIL/IR/SILModule.cpp start line: 939 end line: 956 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6770 unit: std::pair walkToStmtPre() file: lib/SIL/IR/SILProfiler.cpp start line: 238 end line: 255 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6771 unit: SILType SILType::getFieldType() file: lib/SIL/IR/SILType.cpp start line: 188 end line: 206 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6772 unit: void destructureAggregate() file: lib/SIL/IR/TypeLowering.cpp start line: 1165 end line: 1185 size: 18 LOC McCabe index: 5 number of parameters: 7 id: 6773 unit: void destructureAggregate() file: lib/SIL/IR/TypeLowering.cpp start line: 1227 end line: 1245 size: 18 LOC McCabe index: 5 number of parameters: 7 id: 6774 unit: static CanAnyFunctionType getStoredPropertyInitializerInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2462 end line: 2487 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6775 unit: SILType TypeConverter::getSubstitutedStorageType() file: lib/SIL/IR/TypeLowering.cpp start line: 2813 end line: 2848 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6776 unit: SILValue swift::stripClassCasts() file: lib/SIL/Utils/InstructionUtils.cpp start line: 168 end line: 188 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6777 unit: void findPhiAccess() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 66 end line: 88 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6778 unit: void checkNextAddressType() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 230 end line: 253 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6779 unit: bool AccessBase::hasLocalOwnershipLifetime() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 683 end line: 705 size: 18 LOC McCabe index: 10 number of parameters: 0 id: 6780 unit: void AccessBase::print() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 707 end line: 724 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6781 unit: bool swift::isIdentityAndOwnershipPreservingRefCast() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 747 end line: 766 size: 18 LOC McCabe index: 9 number of parameters: 1 id: 6782 unit: void AccessStorage::print() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1026 end line: 1043 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6783 unit: void ProjectionTreeNode::createNextLevelChildrenForStruct() file: lib/SIL/Utils/Projection.cpp start line: 993 end line: 1010 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6784 unit: bool MemoryLifetimeVerifier::isTrivialEnumSuccessor() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 215 end line: 234 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6785 unit: bool SILValueOwnershipChecker::check() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 153 end line: 174 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6786 unit: void requireSameFunctionComponents() file: lib/SIL/Verifier/SILVerifier.cpp start line: 912 end line: 929 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6787 unit: void checkGlobalAccessInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2107 end line: 2124 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6788 unit: void checkBeginAccessInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2241 end line: 2288 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6789 unit: void checkAllocBoxInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3024 end line: 3044 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6790 unit: void checkTupleElementAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3151 end line: 3169 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6791 unit: void checkOpenExistentialRefInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3605 end line: 3626 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6792 unit: void checkOpenExistentialBoxInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3628 end line: 3649 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6793 unit: void checkOpenExistentialBoxValueInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3651 end line: 3672 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6794 unit: void checkYieldInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4492 end line: 4513 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6795 unit: void checkDynamicMethodBranchInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4859 end line: 4880 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6796 unit: static ManagedValue implodeTupleValues() file: lib/SILGen/RValue.cpp start line: 274 end line: 299 size: 18 LOC McCabe index: 6 number of parameters: 4 id: 6797 unit: RValue RValue::extractElement() file: lib/SILGen/RValue.cpp start line: 641 end line: 661 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6798 unit: bool requiresSelfValueForDispatch() file: lib/SILGen/SILGenApply.cpp start line: 509 end line: 527 size: 18 LOC McCabe index: 10 number of parameters: 0 id: 6799 unit: void visitAbstractClosureExpr() file: lib/SILGen/SILGenApply.cpp start line: 1194 end line: 1224 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6800 unit: ManagedValue SILGenBuilder::createOptionalSome() file: lib/SILGen/SILGenBuilder.cpp start line: 570 end line: 588 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6801 unit: static ManagedValue emitCastFromReferenceType() file: lib/SILGen/SILGenBuiltin.cpp start line: 335 end line: 358 size: 18 LOC McCabe index: 5 number of parameters: 5 id: 6802 unit: static ManagedValue emitBuiltinCastReferenceFromBridgeObject() file: lib/SILGen/SILGenBuiltin.cpp start line: 802 end line: 825 size: 18 LOC McCabe index: 5 number of parameters: 5 id: 6803 unit: static ManagedValue emitBuiltinValueToBridgeObject() file: lib/SILGen/SILGenBuiltin.cpp start line: 854 end line: 873 size: 18 LOC McCabe index: 4 number of parameters: 5 id: 6804 unit: RValue RValueEmitter::visitInjectIntoOptionalExpr() file: lib/SILGen/SILGenExpr.cpp start line: 4277 end line: 4309 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6805 unit: RValue get() file: lib/SILGen/SILGenLValue.cpp start line: 1633 end line: 1659 size: 18 LOC McCabe index: 2 number of parameters: 4 id: 6806 unit: LValue SILGenLValue::visitBindOptionalExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3627 end line: 3661 size: 18 LOC McCabe index: 1 number of parameters: 3 id: 6807 unit: void translateIntoGuaranteed() file: lib/SILGen/SILGenPoly.cpp start line: 1421 end line: 1451 size: 18 LOC McCabe index: 3 number of parameters: 6 id: 6808 unit: static void extractAllElements() file: lib/SILGen/SILGenPoly.cpp start line: 3624 end line: 3641 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6809 unit: void SILGenFunction::emitPreconditionCheckExpectedExecutor() file: lib/SILGen/SILGenProlog.cpp start line: 838 end line: 862 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6810 unit: void BottomUpRefCountState::updateForDifferentLoopInst() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 498 end line: 523 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6811 unit: bool ConsumedResultToEpilogueRetainMatcher::isTransitiveSuccessorsRetainFree() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 546 end line: 569 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6812 unit: void ConsumedArgToEpilogueReleaseMatcher::recompute() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 734 end line: 754 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6813 unit: void AccessSummaryAnalysis::processFunction() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 23 end line: 46 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6814 unit: void AccessSummaryAnalysis::processPartialApply() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 241 end line: 265 size: 18 LOC McCabe index: 5 number of parameters: 5 id: 6815 unit: static bool isAccessedAddressTBAASafe() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 329 end line: 349 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6816 unit: void recordScope() file: lib/SILOptimizer/Analysis/ClosureScope.cpp start line: 82 end line: 111 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6817 unit: bool EscapeAnalysis::mergeSummaryGraph() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2653 end line: 2676 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6818 unit: void LoopRegionFunctionInfo::markIrreducibleLoopPredecessorsOfNonLoopHeader() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 313 end line: 348 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6819 unit: MemBehavior MemoryBehaviorVisitor::visitBuiltinInst() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 324 end line: 353 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6820 unit: bool AliasAnalysis::isInImmutableScope() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 670 end line: 694 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6821 unit: static SILValue simplifyDeadCast() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 330 end line: 350 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6822 unit: void visitBeginAccessInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1543 end line: 1561 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6823 unit: static bool isSpecializableRepresentation() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 79 end line: 97 size: 18 LOC McCabe index: 10 number of parameters: 2 id: 6824 unit: void FunctionSignatureTransform::OwnedToGuaranteedAddArgumentRelease() file: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp start line: 214 end line: 235 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6825 unit: void FunctionSignatureTransform::OwnedToGuaranteedAddResultRelease() file: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp start line: 237 end line: 257 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6826 unit: void CrossModuleOptimization::makeDeclUsableFromInline() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 510 end line: 532 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6827 unit: static bool isPotentialStore() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 276 end line: 293 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6828 unit: bool LetPropertiesOpt::isConstantLetProperty() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 416 end line: 446 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6829 unit: void LetPropertiesOpt::run() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 590 end line: 615 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6830 unit: void updateSSAForValue() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 510 end line: 530 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6831 unit: static LoadWithAccess isLoadWithinAccess() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 114 end line: 135 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6832 unit: static bool hoistInstruction() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 288 end line: 306 size: 18 LOC McCabe index: 3 number of parameters: 4 id: 6833 unit: void SelectEnforcement::analyzeProjection() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 274 end line: 298 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6834 unit: void SelectEnforcement::findBlocksAccessedAcross() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 382 end line: 404 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 6835 unit: void OpaqueValueVisitor::mapValueStorage() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 300 end line: 320 size: 18 LOC McCabe index: 8 number of parameters: 0 id: 6836 unit: static void constructMapFromPartialApplyToPromotableIndices() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1546 end line: 1570 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6837 unit: void CapturePromotionPass::processFunction() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1603 end line: 1625 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6838 unit: static void InsertCFGDiamond() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 64 end line: 89 size: 18 LOC McCabe index: 1 number of parameters: 6 id: 6839 unit: void LifetimeChecker::diagnoseInitError() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 773 end line: 808 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 6840 unit: static void replaceValueMetatypeInstWithMetatypeArgument() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1161 end line: 1189 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6841 unit: static void updateControlVariable() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 2677 end line: 2701 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6842 unit: bool isInvariantValue() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 161 end line: 184 size: 18 LOC McCabe index: 8 number of parameters: 2 id: 6843 unit: SILValue DifferentiationTransformer::promoteToLinearFunction() file: lib/SILOptimizer/Mandatory/Differentiation.cpp start line: 1218 end line: 1238 size: 18 LOC McCabe index: 2 number of parameters: 4 id: 6844 unit: static bool upwardScanForDestroys() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 491 end line: 520 size: 18 LOC McCabe index: 8 number of parameters: 2 id: 6845 unit: static bool constantFold() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 1233 end line: 1260 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6846 unit: static unsigned getNumSubElements() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 58 end line: 79 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6847 unit: static bool doPrintBefore() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 181 end line: 202 size: 18 LOC McCabe index: 8 number of parameters: 2 id: 6848 unit: static bool doPrintAfter() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 204 end line: 225 size: 18 LOC McCabe index: 10 number of parameters: 3 id: 6849 unit: void SILCombiner::buildConcreteOpenedExistentialInfos() file: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp start line: 813 end line: 831 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6850 unit: bool SemanticARCOptVisitor::visitLoadInst() file: lib/SILOptimizer/SemanticARC/LoadCopyToLoadBorrowOpt.cpp start line: 324 end line: 362 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6851 unit: void RetainCodeMotionContext::initializeCodeMotionBBMaxSet() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 429 end line: 454 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 6852 unit: void ReleaseCodeMotionContext::initializeCodeMotionBBMaxSet() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 814 end line: 839 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 6853 unit: static bool extendOwnership() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 1008 end line: 1025 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6854 unit: static bool isOptimizableApplySite() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 329 end line: 355 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6855 unit: void DCE::endLifetimeOfLiveValue() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 535 end line: 552 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 6856 unit: static void insertReleases() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 687 end line: 711 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6857 unit: bool DeadObjectElimination::processAllocApply() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 1022 end line: 1045 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6858 unit: void DSEContext::mergeSuccessorLiveIns() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 717 end line: 753 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6859 unit: bool DestroyHoisting::canIgnoreUnreachableBlock() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 295 end line: 317 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 6860 unit: void RLEContext::processBasicBlocksWithGenKillSet() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1468 end line: 1494 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 6861 unit: void StackAllocationPromoter::propagateLiveness() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 926 end line: 945 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6862 unit: void HoistDestroys::insertDestroy() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 405 end line: 423 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6863 unit: static SILValue getActualCallee() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2535 end line: 2553 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6864 unit: void TempLValueOptPass::run() file: lib/SILOptimizer/Transforms/TempLValueOpt.cpp start line: 85 end line: 108 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 6865 unit: void removeSerializedFlagFromAllFunctions() file: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp start line: 411 end line: 437 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6866 unit: bool CanonicalizeBorrowScope::computeBorrowLiveness() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 155 end line: 179 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 6867 unit: bool visitUse() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 520 end line: 540 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6868 unit: void CheckedCastBrJumpThreading::Edit::modifyCFGForFailurePreds() file: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp start line: 243 end line: 265 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6869 unit: void swift::getAllSubclasses() file: lib/SILOptimizer/Utils/Devirtualize.cpp start line: 42 end line: 74 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6870 unit: void ConcreteExistentialInfo::initializeSubstitutionMap() file: lib/SILOptimizer/Utils/Existential.cpp start line: 246 end line: 279 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6871 unit: void swift::getConsumedPartialApplyArgs() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 946 end line: 965 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6872 unit: SILBasicBlock::iterator swift::replaceAllUses() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1556 end line: 1574 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6873 unit: ConstantTracker::IntConst ConstantTracker::getIntConst() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 249 end line: 271 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6874 unit: bool StackNesting::insertDeallocs() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 200 end line: 221 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6875 unit: std::pair walkToExprPre() file: lib/Sema/BuilderTransform.cpp start line: 1928 end line: 1956 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6876 unit: bool ConstraintSystem::isTypeReference() file: lib/Sema/CSApply.cpp start line: 361 end line: 381 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6877 unit: void ExprRewriter::peepholeArrayUpcast() file: lib/Sema/CSApply.cpp start line: 6188 end line: 6213 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6878 unit: void visitThrowStmt() file: lib/Sema/CSClosure.cpp start line: 620 end line: 640 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6879 unit: std::pair walkToExprPre() file: lib/Sema/CSDiagnostics.cpp start line: 1381 end line: 1405 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6880 unit: bool InvalidProjectedValueArgument::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3479 end line: 3499 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 6881 unit: bool MutatingMemberRefOnImmutableBase::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6033 end line: 6053 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6882 unit: bool NonEphemeralConversionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 6827 end line: 6850 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6883 unit: static bool mergeRepresentativeEquivalenceClasses() file: lib/Sema/CSGen.cpp start line: 46 end line: 73 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6884 unit: void decomposeTuple() file: lib/Sema/CSGen.cpp start line: 850 end line: 867 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6885 unit: Type visitTypeExpr() file: lib/Sema/CSGen.cpp start line: 1374 end line: 1399 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6886 unit: Type visitOverloadedDeclRefExpr() file: lib/Sema/CSGen.cpp start line: 1405 end line: 1434 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6887 unit: virtual Type visitUnresolvedMemberExpr() file: lib/Sema/CSGen.cpp start line: 1465 end line: 1494 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6888 unit: Type visitUnresolvedMemberChainResultExpr() file: lib/Sema/CSGen.cpp start line: 1496 end line: 1519 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6889 unit: Type visitOptionalTryExpr() file: lib/Sema/CSGen.cpp start line: 1688 end line: 1709 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6890 unit: Type visitForcedCheckedCastExpr() file: lib/Sema/CSGen.cpp start line: 2875 end line: 2903 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6891 unit: Type visitIsExpr() file: lib/Sema/CSGen.cpp start line: 2963 end line: 2991 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6892 unit: bool ConstraintSystem::solve() file: lib/Sema/CSSolver.cpp start line: 1379 end line: 1406 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6893 unit: StepResult ComponentStep::finalize() file: lib/Sema/CSStep.cpp start line: 439 end line: 477 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6894 unit: void TypeVariableStep::setup() file: lib/Sema/CSStep.cpp start line: 479 end line: 498 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 6895 unit: Type Solution::resolveInterfaceType() file: lib/Sema/ConstraintSystem.cpp start line: 4875 end line: 4899 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6896 unit: bool isSelectorReferenceAmbiguous() file: lib/Sema/MiscDiagnostics.cpp start line: 3615 end line: 3650 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6897 unit: static void diagnoseBinOpSplit() file: lib/Sema/PreCheckExpr.cpp start line: 85 end line: 110 size: 18 LOC McCabe index: 2 number of parameters: 4 id: 6898 unit: static bool diagnoseNonexistentPowerOperator() file: lib/Sema/PreCheckExpr.cpp start line: 241 end line: 263 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6899 unit: static FileOrError findModule() file: lib/Sema/SourceLoader.cpp start line: 37 end line: 65 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6900 unit: bool SourceLoader::canImportModule() file: lib/Sema/SourceLoader.cpp start line: 72 end line: 93 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6901 unit: void visitEnumElementDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1006 end line: 1023 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6902 unit: void visitPatternBindingDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1693 end line: 1712 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6903 unit: void swift::checkAccessControl() file: lib/Sema/TypeCheckAccess.cpp start line: 1947 end line: 1968 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6904 unit: void AttributeChecker::visitUsableFromInlineAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2396 end line: 2420 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6905 unit: void visitCustomAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5808 end line: 5829 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6906 unit: static bool renameCouldMatch() file: lib/Sema/TypeCheckAttr.cpp start line: 5841 end line: 5870 size: 18 LOC McCabe index: 9 number of parameters: 4 id: 6907 unit: bool swift::isExported() file: lib/Sema/TypeCheckAvailability.cpp start line: 81 end line: 101 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6908 unit: void TypeChecker::diagnosePotentialOpaqueTypeUnavailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1662 end line: 1682 size: 18 LOC McCabe index: 2 number of parameters: 3 id: 6909 unit: void Path::printSegment() file: lib/Sema/TypeCheckCircularity.cpp start line: 389 end line: 407 size: 18 LOC McCabe index: 6 number of parameters: 5 id: 6910 unit: void DotExprTypeCheckCompletionCallback::fallbackTypeCheck() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 998 end line: 1020 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6911 unit: static void addSendableFixIt() file: lib/Sema/TypeCheckConcurrency.cpp start line: 578 end line: 595 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6912 unit: void ConstraintSystem::print() file: lib/Sema/TypeCheckConstraints.cpp start line: 1090 end line: 1108 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6913 unit: static unsigned getHashValue() file: lib/Sema/TypeCheckDecl.cpp start line: 174 end line: 194 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6914 unit: static void addOrRemoveAttr() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1526 end line: 1548 size: 18 LOC McCabe index: 5 number of parameters: 5 id: 6915 unit: void visitStructDecl() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 2321 end line: 2351 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6916 unit: static StringRef kindToString() file: lib/Sema/TypeCheckEffects.cpp start line: 509 end line: 526 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 6917 unit: void print() file: lib/Sema/TypeCheckEffects.cpp start line: 606 end line: 629 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6918 unit: ShouldRecurse_t checkApply() file: lib/Sema/TypeCheckEffects.cpp start line: 2419 end line: 2450 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6919 unit: LookupResult TypeChecker::lookupMember() file: lib/Sema/TypeCheckNameLookup.cpp start line: 334 end line: 359 size: 18 LOC McCabe index: 3 number of parameters: 4 id: 6920 unit: void ConformanceChecker::diagnoseOrDefer() file: lib/Sema/TypeCheckProtocol.cpp start line: 5364 end line: 5387 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6921 unit: bool mismatch() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 707 end line: 735 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6922 unit: bool AssociatedTypeInference::checkConstrainedExtension() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 1132 end line: 1151 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6923 unit: Type EnumRawTypeRequest::evaluate() file: lib/Sema/TypeCheckRequestFunctions.cpp start line: 128 end line: 154 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6924 unit: std::pair walkToExprPre() file: lib/Sema/TypeCheckStorage.cpp start line: 1288 end line: 1314 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6925 unit: static StorageImplInfo classifyWithHasStorageAttr() file: lib/Sema/TypeCheckStorage.cpp start line: 3240 end line: 3263 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6926 unit: void print() file: lib/Serialization/Deserialization.cpp start line: 93 end line: 111 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6927 unit: Expected deserializePrimaryArchetypeType() file: lib/Serialization/Deserialization.cpp start line: 5496 end line: 5519 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6928 unit: bool PlaceholderSwiftModuleScanner::findModule() file: lib/Serialization/ModuleDependencyScanner.cpp start line: 73 end line: 90 size: 18 LOC McCabe index: 2 number of parameters: 8 id: 6929 unit: static internal_key_type ReadKey() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 60 end line: 77 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6930 unit: void EmitKey() file: lib/Serialization/Serialization.cpp start line: 153 end line: 170 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6931 unit: void EmitKey() file: lib/Serialization/Serialization.cpp start line: 376 end line: 393 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6932 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 1489 end line: 1511 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6933 unit: void writeDefaultWitnessTable() file: lib/Serialization/Serialization.cpp start line: 3067 end line: 3090 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6934 unit: void visitGenericTypeParamType() file: lib/Serialization/Serialization.cpp start line: 4514 end line: 4532 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6935 unit: static void writeDeclTable() file: lib/Serialization/Serialization.cpp start line: 5069 end line: 5090 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6936 unit: static bool shouldIncludeDecl() file: lib/Serialization/SerializeDoc.cpp start line: 333 end line: 358 size: 18 LOC McCabe index: 9 number of parameters: 2 id: 6937 unit: void serialization::writeDocToStream() file: lib/Serialization/SerializeDoc.cpp start line: 506 end line: 528 size: 18 LOC McCabe index: 1 number of parameters: 3 id: 6938 unit: void DeclarationFragmentPrinter::closeFragment() file: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp start line: 60 end line: 80 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6939 unit: static void serialize() file: lib/TBDGen/APIGen.cpp start line: 80 end line: 98 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 6940 unit: void API::writeAPIJSONFile() file: lib/TBDGen/APIGen.cpp start line: 154 end line: 172 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6941 unit: apigen::APIAvailability getAvailability() file: lib/TBDGen/TBDGen.cpp start line: 1418 end line: 1435 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6942 unit: static unsigned count() file: stdlib/include/llvm/Support/MathExtras.h start line: 92 end line: 111 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6943 unit: void installTrapInterceptor() file: stdlib/private/StdlibUnittest/InterceptTraps.cpp start line: 73 end line: 95 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 6944 unit: mutating func addEvaluation() file: stdlib/private/StdlibUnittest/RaceTest.swift start line: 378 end line: 398 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6945 unit: static bool isExecutingOnMainThread() file: stdlib/public/Concurrency/Actor.cpp start line: 289 end line: 307 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 6946 unit: static void asyncLet_finish_after_task_completion() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 337 end line: 362 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6947 unit: static void _asyncLet_finish_continuation() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 366 end line: 388 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6948 unit: static void swift_task_localValuePushImpl() file: stdlib/public/Concurrency/TaskLocal.cpp start line: 78 end line: 99 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6949 unit: void TaskLocal::Storage::destroy() file: stdlib/public/Concurrency/TaskLocal.cpp start line: 329 end line: 349 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6950 unit: func _taskLocalValueGet() file: stdlib/public/Concurrency/TaskLocal.swift start line: 227 end line: 248 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6951 unit: void error() file: stdlib/public/LLVMSupport/ErrorHandling.cpp start line: 34 end line: 53 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 6952 unit: void SmallPtrSetImplBase::Grow() file: stdlib/public/LLVMSupport/SmallPtrSet.cpp start line: 94 end line: 119 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6953 unit: void SmallPtrSetImplBase::MoveHelper() file: stdlib/public/LLVMSupport/SmallPtrSet.cpp start line: 188 end line: 211 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 6954 unit: bool __swift::__runtime::llvm::consumeSignedInteger() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 442 end line: 468 size: 18 LOC McCabe index: 7 number of parameters: 3 id: 6955 unit: void printCases() file: stdlib/public/Reflection/TypeLowering.cpp start line: 99 end line: 116 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6956 unit: Demangle::NodePointer visitNominalTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 521 end line: 544 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 6957 unit: void TypeRefBuilder::dumpAllSections() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 499 end line: 516 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6958 unit: bool decrementUnownedShouldFreeNonAtomic() file: stdlib/public/SwiftShims/RefCount.h start line: 1193 end line: 1215 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6959 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 444 end line: 499 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 6960 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1391 end line: 1467 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 6961 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2658 end line: 2822 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6962 unit: mutating func encodeNil() file: stdlib/public/core/Codable.swift start line: 2832 end line: 2972 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 6963 unit: func decodeNil() file: stdlib/public/core/Codable.swift start line: 2979 end line: 3137 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 6964 unit: func validatedBucket() file: stdlib/public/core/NativeDictionary.swift start line: 285 end line: 305 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6965 unit: func validatedBucket() file: stdlib/public/core/NativeSet.swift start line: 270 end line: 289 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 6966 unit: mutating func append() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 188 end line: 372 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6967 unit: func dumpDiff() file: stdlib/public/core/RuntimeFunctionCounters.swift start line: 393 end line: 410 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6968 unit: func object() file: stdlib/public/core/ShadowProtocols.swift start line: 94 end line: 126 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6969 unit: func getBytes() file: stdlib/public/core/StringBridge.swift start line: 48 end line: 78 size: 18 LOC McCabe index: 1 number of parameters: 7 id: 6970 unit: func lowercased() file: stdlib/public/core/StringProtocol.swift start line: 48 end line: 122 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 6971 unit: static WitnessFunction get_witness_function() file: stdlib/public/runtime/Array.cpp start line: 67 end line: 84 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6972 unit: AllocationResult allocate() file: stdlib/public/runtime/Metadata.cpp start line: 297 end line: 323 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6973 unit: void notifyWaitingThreadsOfProgress() file: stdlib/public/runtime/MetadataCache.h start line: 1141 end line: 1173 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6974 unit: bool isSwiftClassMetadataSubclass() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 1061 end line: 1080 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 6975 unit: static void multiply256xu32() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1923 end line: 1940 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6976 unit: void groupStems() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 240 end line: 258 size: 18 LOC McCabe index: 10 number of parameters: 0 id: 6977 unit: void ASTUnit::Implementation::consumeAsync() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 168 end line: 191 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 6978 unit: BufferStamp SwiftASTManager::Implementation::getBufferStamp() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 819 end line: 839 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 6979 unit: bool ASTBuildOperation::matchesSourceState() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 888 end line: 908 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6980 unit: void SwiftLangSupport::performCompile() file: tools/SourceKit/lib/SwiftLang/SwiftCompile.cpp start line: 126 end line: 146 size: 18 LOC McCabe index: 2 number of parameters: 5 id: 6981 unit: static bool handleResult() file: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp start line: 46 end line: 70 size: 18 LOC McCabe index: 1 number of parameters: 3 id: 6982 unit: static void printFoundUSR() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2115 end line: 2135 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 6983 unit: static void printDocInfo() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2143 end line: 2163 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 6984 unit: bool RequestDict::getStringArray() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp start line: 309 end line: 326 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6985 unit: bool RequestDict::getUIDArray() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp start line: 328 end line: 345 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 6986 unit: void annotateSourceEntity() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2271 end line: 2290 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 6987 unit: func isAContiguousArrayOfClassElementType() file: tools/swift-inspect/Sources/swift-inspect/RemoteMirrorExtensions.swift start line: 40 end line: 58 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 6988 unit: void simple_display() file: unittests/AST/ArithmeticEvaluator.cpp start line: 64 end line: 83 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 6989 unit: void validate() file: unittests/Basic/PrefixMapTest.cpp start line: 91 end line: 112 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 6990 unit: def invoke_pass_bug_reducer() file: utils/bug_reducer/bug_reducer/opt_bug_reducer.py start line: 0 end line: 0 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6991 unit: init?() file: utils/gen-unicode-data/Sources/GenGraphemeBreakProperty/main.swift start line: 26 end line: 47 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6992 unit: def update_epoch_value() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 18 LOC McCabe index: 4 number of parameters: 4 id: 6993 unit: def parse_generic_operator() file: utils/protocol_graph.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 6994 unit: def rpathize() file: utils/swift-rpathize.py start line: 0 end line: 0 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 6995 unit: def produce_scheduled_build() file: utils/swift_build_support/swift_build_support/build_graph.py start line: 0 end line: 0 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 6996 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/skstresstester.py start line: 0 end line: 0 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 6997 unit: def __init__() file: utils/swift_build_support/swift_build_support/products/swift.py start line: 0 end line: 0 size: 18 LOC McCabe index: 3 number of parameters: 5 id: 6998 unit: def sdk_supports_architecture() file: utils/swift_build_support/swift_build_support/targets.py start line: 0 end line: 0 size: 18 LOC McCabe index: 9 number of parameters: 3 id: 6999 unit: void validate() file: utils/test-prefix-map/main.cpp start line: 68 end line: 90 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 7000 unit: def validate_config() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 7001 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 207 end line: 225 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 7002 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 294 end line: 312 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 7003 unit: func evaluateObservations() file: validation-test/StdlibUnittest/AtomicInt.swift start line: 421 end line: 439 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 7004 unit: func dc() file: validation-test/compiler_crashers_fixed/00180-szone-free-definite-size.swift start line: 32 end line: 51 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 7005 unit: func p() file: validation-test/compiler_crashers_fixed/00794-swift-typebase-isspecialized.swift start line: 11 end line: 28 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 7006 unit: func f() file: validation-test/compiler_crashers_fixed/01085-swift-declcontext-lookupqualified.swift start line: 10 end line: 27 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 7007 unit: func v() file: validation-test/compiler_crashers_fixed/01170-getselftypeforcontainer.swift start line: 33 end line: 52 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 7008 unit: func l() file: validation-test/compiler_crashers_fixed/01185-swift-parser-parsetypeidentifier.swift start line: 33 end line: 50 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 7009 unit: func Compare() file: validation-test/stdlib/Algorithm.swift start line: 169 end line: 186 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 7010 unit: llvm::StringRef getSectionName() file: include/swift/ABI/ObjectFile.h start line: 39 end line: 55 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7011 unit: llvm::StringRef getSectionName() file: include/swift/ABI/ObjectFile.h start line: 64 end line: 80 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7012 unit: llvm::StringRef getSectionName() file: include/swift/ABI/ObjectFile.h start line: 86 end line: 102 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7013 unit: void detachChild() file: include/swift/ABI/TaskStatus.h start line: 213 end line: 238 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7014 unit: class alignas() file: include/swift/AST/Attr.h start line: 64 end line: 90 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7015 unit: RetTy visit() file: include/swift/AST/CanTypeVisitor.h start line: 32 end line: 49 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7016 unit: void evaluator::DependencyRecorder::endRequest() file: include/swift/AST/EvaluatorDependencies.h start line: 149 end line: 178 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7017 unit: friend llvm::hash_code hash_value() file: include/swift/AST/RequirementBase.h start line: 98 end line: 117 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7018 unit: bool visitPackType() file: include/swift/AST/TypeMatcher.h start line: 146 end line: 168 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7019 unit: bool visitNominalType() file: include/swift/AST/TypeMatcher.h start line: 196 end line: 215 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7020 unit: inline bool is_sorted_and_uniqued() file: include/swift/Basic/STLExtras.h start line: 607 end line: 636 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7021 unit: llvm::Optional readPointer() file: include/swift/Remote/MemoryReader.h start line: 139 end line: 157 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7022 unit: std::string readObjCProtocolName() file: include/swift/Remote/MetadataReader.h start line: 2566 end line: 2585 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7023 unit: class alignas() file: include/swift/Runtime/Atomic.h start line: 53 end line: 75 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7024 unit: SILValue getSource() file: include/swift/SIL/DynamicCasts.h start line: 290 end line: 306 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7025 unit: CanType getSourceFormalType() file: include/swift/SIL/DynamicCasts.h start line: 330 end line: 346 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7026 unit: SILType getSourceLoweredType() file: include/swift/SIL/DynamicCasts.h start line: 348 end line: 364 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7027 unit: CanType getTargetFormalType() file: include/swift/SIL/DynamicCasts.h start line: 366 end line: 382 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7028 unit: SILType getTargetLoweredType() file: include/swift/SIL/DynamicCasts.h start line: 384 end line: 400 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7029 unit: bool isLocal() file: include/swift/SIL/MemAccessUtils.h start line: 489 end line: 505 size: 17 LOC McCabe index: 10 number of parameters: 0 id: 7030 unit: SILValue getRoot() file: include/swift/SIL/MemAccessUtils.h start line: 734 end line: 750 size: 17 LOC McCabe index: 10 number of parameters: 0 id: 7031 unit: static InteriorPointerOperand inferFromResult() file: include/swift/SIL/OwnershipUtils.h start line: 792 end line: 814 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7032 unit: SILValue getProjectedAddress() file: include/swift/SIL/OwnershipUtils.h start line: 837 end line: 853 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7033 unit: bool isAliasingCast() file: include/swift/SIL/Projection.h start line: 418 end line: 435 size: 17 LOC McCabe index: 11 number of parameters: 0 id: 7034 unit: bool isNominalKind() file: include/swift/SIL/Projection.h start line: 437 end line: 454 size: 17 LOC McCabe index: 11 number of parameters: 0 id: 7035 unit: void SILCloner::visitCheckedCastAddrBranchInst() file: include/swift/SIL/SILCloner.h start line: 2740 end line: 2756 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7036 unit: Optional getVarInfo() file: include/swift/SIL/SILInstruction.h start line: 2014 end line: 2033 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7037 unit: SILValue getUniqueNonTrivialFieldValue() file: include/swift/SIL/SILInstruction.h start line: 5678 end line: 5704 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7038 unit: SILValue getUniqueNonTrivialElt() file: include/swift/SIL/SILInstruction.h start line: 5968 end line: 5994 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7039 unit: void maybeAddAutoDiffDerivativeMethods() file: include/swift/SIL/SILVTableVisitor.h start line: 120 end line: 136 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7040 unit: ASTNode getLocatorParts() file: include/swift/Sema/ConstraintLocator.h start line: 1198 end line: 1220 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7041 unit: void addValueWitnessConstraint() file: include/swift/Sema/ConstraintSystem.h start line: 3712 end line: 3729 size: 17 LOC McCabe index: 4 number of parameters: 6 id: 7042 unit: Optional AbsoluteRawSyntax::getFirstToken() file: include/swift/Syntax/AbsoluteRawSyntax.h start line: 449 end line: 467 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7043 unit: void swift::ide::api::ModuleDifferDiagsConsumer::handleDiagnostic() file: lib/APIDigester/ModuleDiagsConsumer.cpp start line: 99 end line: 115 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7044 unit: void ASTContext::addSearchPath() file: lib/AST/ASTContext.cpp start line: 1766 end line: 1784 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7045 unit: Type AnyFunctionType::Param::getParameterType() file: lib/AST/ASTContext.cpp start line: 3628 end line: 3644 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7046 unit: CanSILBoxType SILBoxType::get() file: lib/AST/ASTContext.cpp start line: 5402 end line: 5420 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7047 unit: void visitOpaqueTypeDecl() file: lib/AST/ASTDumper.cpp start line: 567 end line: 583 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7048 unit: void visitIntegerLiteralExpr() file: lib/AST/ASTDumper.cpp start line: 1813 end line: 1829 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7049 unit: void visitOverloadedDeclRefExpr() file: lib/AST/ASTDumper.cpp start line: 1969 end line: 1985 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7050 unit: void visitSubscriptExpr() file: lib/AST/ASTDumper.cpp start line: 2108 end line: 2124 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7051 unit: void visitTupleType() file: lib/AST/ASTDumper.cpp start line: 3633 end line: 3649 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7052 unit: std::string ASTMangler::mangleObjCAsyncCompletionHandlerImpl() file: lib/AST/ASTMangler.cpp start line: 416 end line: 432 size: 17 LOC McCabe index: 5 number of parameters: 5 id: 7053 unit: void ASTMangler::appendRetroactiveConformances() file: lib/AST/ASTMangler.cpp start line: 1664 end line: 1686 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7054 unit: bool ASTNode::isImplicit() file: lib/AST/ASTNode.cpp start line: 77 end line: 93 size: 17 LOC McCabe index: 8 number of parameters: 0 id: 7055 unit: void PrintAST::printInheritedFromRequirementSignature() file: lib/AST/ASTPrinter.cpp start line: 1486 end line: 1505 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7056 unit: void PrintAST::printRequirement() file: lib/AST/ASTPrinter.cpp start line: 1799 end line: 1815 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7057 unit: void PrintAST::printInherited() file: lib/AST/ASTPrinter.cpp start line: 2410 end line: 2429 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7058 unit: bool swift::printCompatibilityFeatureChecksPre() file: lib/AST/ASTPrinter.cpp start line: 3025 end line: 3047 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7059 unit: void AbstractFunctionDeclScope::expandAScopeThatDoesNotCreateANewInsertionPoint() file: lib/AST/ASTScopeCreation.cpp start line: 886 end line: 912 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7060 unit: bool FunctionBodyScope::lookupLocalsOrMembers() file: lib/AST/ASTScopeLookup.cpp start line: 337 end line: 360 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7061 unit: std::pair walkToExprPre() file: lib/AST/ASTVerifier.cpp start line: 256 end line: 272 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7062 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1247 end line: 1266 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7063 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1984 end line: 2003 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7064 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 3229 end line: 3247 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7065 unit: bool doIt() file: lib/AST/ASTWalker.cpp start line: 1324 end line: 1340 size: 17 LOC McCabe index: 9 number of parameters: 1 id: 7066 unit: bool autodiff::getBuiltinApplyDerivativeConfig() file: lib/AST/AutoDiff.cpp start line: 309 end line: 326 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7067 unit: ConcreteDeclRef ConcreteDeclRef::getOverriddenDecl() file: lib/AST/ConcreteDeclRef.cpp start line: 28 end line: 46 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7068 unit: unsigned PatternBindingDecl::getPatternEntryIndexForVarDecl() file: lib/AST/Decl.cpp start line: 1563 end line: 1582 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7069 unit: bool ParamDecl::hasDefaultExpr() file: lib/AST/Decl.cpp start line: 6774 end line: 6792 size: 17 LOC McCabe index: 9 number of parameters: 0 id: 7070 unit: bool ParamDecl::hasCallerSideDefaultExpr() file: lib/AST/Decl.cpp start line: 6794 end line: 6810 size: 17 LOC McCabe index: 9 number of parameters: 0 id: 7071 unit: Type EnumElementDecl::getArgumentInterfaceType() file: lib/AST/Decl.cpp start line: 8499 end line: 8518 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7072 unit: void swift::simple_display() file: lib/AST/Decl.cpp start line: 9037 end line: 9054 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7073 unit: void IterableDeclContext::addMemberPreservingSourceOrder() file: lib/AST/DeclContext.cpp start line: 794 end line: 825 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7074 unit: static void verify_DeclContext_is_start_of_node() file: lib/AST/DeclContext.cpp start line: 1304 end line: 1321 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 7075 unit: static void formatSelectionArgument() file: lib/AST/DiagnosticEngine.cpp start line: 456 end line: 473 size: 17 LOC McCabe index: 5 number of parameters: 5 id: 7076 unit: bool Expr::isSuperExpr() file: lib/AST/Expr.cpp start line: 561 end line: 580 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7077 unit: llvm::DenseMap Expr::getParentMap() file: lib/AST/Expr.cpp start line: 768 end line: 788 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 7078 unit: DependencyKey::Builder DependencyKey::Builder::fromReference() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 86 end line: 104 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7079 unit: bool fine_grained_dependencies::withReferenceDependencies() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 226 end line: 242 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7080 unit: void findValuesInExtensions() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 346 end line: 364 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7081 unit: SmallVector GenericSignatureImpl::requirementsNotSatisfiedBy() file: lib/AST/GenericSignature.cpp start line: 407 end line: 432 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7082 unit: void swift::validateGenericSignaturesInModule() file: lib/AST/GenericSignature.cpp start line: 1047 end line: 1069 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7083 unit: auto PotentialArchetype::getRepresentative() file: lib/AST/GenericSignatureBuilder.cpp start line: 2470 end line: 2491 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7084 unit: void RewritePath::print() file: lib/AST/GenericSignatureBuilder.cpp start line: 2863 end line: 2881 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7085 unit: ConstraintResult GenericSignatureBuilder::addConformanceRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 4219 end line: 4240 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7086 unit: void SourceLookupCache::lookupClassMember() file: lib/AST/Module.cpp start line: 434 end line: 453 size: 17 LOC McCabe index: 7 number of parameters: 3 id: 7087 unit: void ModuleDecl::getDisplayDecls() file: lib/AST/Module.cpp start line: 952 end line: 970 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7088 unit: Fingerprint SourceFile::getInterfaceHashIncludingTypeMembers() file: lib/AST/Module.cpp start line: 1395 end line: 1415 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7089 unit: void GlobalModuleDependenciesCache::configureForTriple() file: lib/AST/ModuleDependencies.cpp start line: 327 end line: 346 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7090 unit: Optional ModuleDependenciesCache::findDependencies() file: lib/AST/ModuleDependencies.cpp start line: 529 end line: 547 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7091 unit: void swift::simple_display() file: lib/AST/NameLookup.cpp start line: 120 end line: 138 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7092 unit: static ConstructorComparison compareConstructors() file: lib/AST/NameLookup.cpp start line: 263 end line: 286 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7093 unit: static void recordShadowedDeclsForImportedInits() file: lib/AST/NameLookup.cpp start line: 636 end line: 657 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7094 unit: bool DeclContext::lookupQualified() file: lib/AST/NameLookup.cpp start line: 1657 end line: 1680 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7095 unit: bool NormalProtocolConformance::isRetroactive() file: lib/AST/ProtocolConformance.cpp start line: 416 end line: 444 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7096 unit: bool RequirementMachine::requiresProtocol() file: lib/AST/RequirementMachine/GenericSignatureQueries.cpp start line: 94 end line: 114 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7097 unit: unsigned RewriteSystem::recordConcreteConformanceRelation() file: lib/AST/RequirementMachine/PropertyRelations.cpp start line: 72 end line: 91 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7098 unit: void Rule::dump() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 144 end line: 160 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7099 unit: static bool isLegalFormalType() file: lib/AST/Type.cpp start line: 579 end line: 607 size: 17 LOC McCabe index: 9 number of parameters: 1 id: 7100 unit: bool TypeBase::isExactSuperclassOf() file: lib/AST/Type.cpp start line: 1904 end line: 1925 size: 17 LOC McCabe index: 10 number of parameters: 1 id: 7101 unit: CanType visitDynamicSelfType() file: lib/AST/Type.cpp start line: 1981 end line: 2000 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7102 unit: void CheckRedeclarationRequest::writeDependencySink() file: lib/AST/TypeCheckRequests.cpp start line: 1247 end line: 1265 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7103 unit: void UnqualifiedLookupFactory::lookUpTopLevelNamesInModuleScopeContext() file: lib/AST/UnqualifiedLookup.cpp start line: 303 end line: 324 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7104 unit: bool consume() file: lib/AST/UnqualifiedLookup.cpp start line: 805 end line: 824 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7105 unit: std::error_code swift::moveFileIfDifferent() file: lib/Basic/FileSystem.cpp start line: 246 end line: 270 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7106 unit: void Mangler::mangleSubstitution() file: lib/Basic/Mangler.cpp start line: 223 end line: 240 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7107 unit: static inline void sip_round() file: lib/Basic/StableHasher.cpp start line: 21 end line: 37 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 7108 unit: void profileEvent() file: lib/Basic/Statistic.cpp start line: 272 end line: 288 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7109 unit: int64_t UnifiedStatsReporter::getChildrenMaxResidentSetSize() file: lib/Basic/Statistic.cpp start line: 377 end line: 394 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7110 unit: OptionalTypeKind importer::translateNullability() file: lib/ClangImporter/ClangAdapter.cpp start line: 620 end line: 640 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7111 unit: void ClangModuleUnit::lookupVisibleDecls() file: lib/ClangImporter/ClangImporter.cpp start line: 3087 end line: 3111 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7112 unit: void ClangImporter::Implementation::diagnoseTargetDirectly() file: lib/ClangImporter/ClangImporter.cpp start line: 4202 end line: 4219 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7113 unit: void addObjCAttribute() file: lib/ClangImporter/ImportDecl.cpp start line: 4591 end line: 4610 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7114 unit: static bool shouldMakeSelectorNonVariadic() file: lib/ClangImporter/ImportName.cpp start line: 78 end line: 99 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7115 unit: static bool isBoolType() file: lib/ClangImporter/ImportName.cpp start line: 141 end line: 163 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7116 unit: void forEachOtherImportNameVersion() file: lib/ClangImporter/ImportName.h start line: 118 end line: 140 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7117 unit: NodePointer demangleModule() file: lib/Demangling/OldDemangler.cpp start line: 931 end line: 948 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7118 unit: NodePointer demangleProtocolConformance() file: lib/Demangling/OldDemangler.cpp start line: 1161 end line: 1177 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7119 unit: ManglingError Remangler::mangleDependentGenericParamIndex() file: lib/Demangling/OldRemangler.cpp start line: 2084 end line: 2103 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7120 unit: ManglingError Remangler::mangleBoundGenericEnum() file: lib/Demangling/Remangler.cpp start line: 770 end line: 786 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7121 unit: static void findAllImportedClangModules() file: lib/DependencyScan/ScanDependencies.cpp start line: 138 end line: 156 size: 17 LOC McCabe index: 4 number of parameters: 5 id: 7122 unit: TaskFinishedResponse taskFailed() file: lib/Driver/Compilation.cpp start line: 701 end line: 728 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7123 unit: static bool writeAllSourcesFile() file: lib/Driver/Compilation.cpp start line: 1826 end line: 1844 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7124 unit: void toolchains::Darwin::addCommonFrontendArgs() file: lib/Driver/DarwinToolChains.cpp start line: 671 end line: 689 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7125 unit: static void validateCompilationConditionArgs() file: lib/Driver/Driver.cpp start line: 257 end line: 273 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7126 unit: static bool getFilelistThreshold() file: lib/Driver/Driver.cpp start line: 743 end line: 765 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7127 unit: static bool maybeBuildingExecutable() file: lib/Driver/Driver.cpp start line: 1364 end line: 1381 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7128 unit: ToolChain::InvocationInfo toolchains::GenericUnix::constructInvocation() file: lib/Driver/UnixToolChains.cpp start line: 65 end line: 85 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7129 unit: static bool appendSwiftDriverName() file: lib/DriverTool/driver.cpp start line: 166 end line: 184 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7130 unit: void ArgsToFrontendOptionsConverter::handleDebugCrashGroupArguments() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 303 end line: 322 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7131 unit: void ArgsToFrontendOptionsConverter::computeTBDOptions() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 350 end line: 366 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7132 unit: bool serializedASTBufferIsUpToDate() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 493 end line: 515 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7133 unit: static void printToolVersionAndFlagsComment() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 48 end line: 64 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7134 unit: std::string SourceManager::getLineString() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 1127 end line: 1146 size: 17 LOC McCabe index: 8 number of parameters: 2 id: 7135 unit: void addPoundKeyPath() file: lib/IDE/CodeCompletion.cpp start line: 2911 end line: 2930 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7136 unit: bool handleEnumElement() file: lib/IDE/CodeCompletion.cpp start line: 3920 end line: 3936 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7137 unit: void addAssignmentOperator() file: lib/IDE/CodeCompletion.cpp start line: 4177 end line: 4194 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7138 unit: void getAttributeDeclParamCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4847 end line: 4865 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7139 unit: void CodeCompletionCallbacksImpl::completePostfixExprParen() file: lib/IDE/CodeCompletion.cpp start line: 5767 end line: 5791 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7140 unit: std::error_code OnDiskCodeCompletionCache::set() file: lib/IDE/CodeCompletionCache.cpp start line: 439 end line: 464 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7141 unit: CodeCompletionDiagnosticSeverity getSeverity() file: lib/IDE/CodeCompletionDiagnostics.cpp start line: 26 end line: 42 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7142 unit: bool ide::convertMarkupToXML() file: lib/IDE/CommentConversion.cpp start line: 501 end line: 517 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7143 unit: static bool collectPossibleCalleesForSubscript() file: lib/IDE/ExprContextAnalysis.cpp start line: 687 end line: 703 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7144 unit: bool walkToTypeReprPre() file: lib/IDE/Formatting.cpp start line: 691 end line: 709 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7145 unit: SourceLoc getEffectiveEndLoc() file: lib/IDE/Formatting.cpp start line: 1173 end line: 1191 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7146 unit: bool shouldReport() file: lib/IDE/IDETypeChecking.cpp start line: 637 end line: 665 size: 17 LOC McCabe index: 6 number of parameters: 4 id: 7147 unit: static void collectAvailableRefactoringsAtCursor() file: lib/IDE/Refactoring.cpp start line: 2949 end line: 2967 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7148 unit: llvm::SmallDenseSet getAliasesFor() file: lib/IDE/Refactoring.cpp start line: 4859 end line: 4880 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7149 unit: bool walkToDeclPre() file: lib/IDE/Refactoring.cpp start line: 6410 end line: 6437 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7150 unit: void prepareNames() file: lib/IDE/Refactoring.cpp start line: 7677 end line: 7700 size: 17 LOC McCabe index: 7 number of parameters: 4 id: 7151 unit: Identifier createUniqueName() file: lib/IDE/Refactoring.cpp start line: 7704 end line: 7723 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7152 unit: static std::vector getEnumParamListInfo() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 143 end line: 161 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7153 unit: bool ModelASTWalker::walkToTypeReprPre() file: lib/IDE/SyntaxModel.cpp start line: 1141 end line: 1158 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7154 unit: void swift::ide::getReceiverType() file: lib/IDE/Utils.cpp start line: 1288 end line: 1308 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7155 unit: llvm::Optional build() file: lib/IRGen/BitPatternBuilder.h start line: 149 end line: 165 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7156 unit: bool isSpecialAsyncLet() file: lib/IRGen/Callee.h start line: 212 end line: 230 size: 17 LOC McCabe index: 11 number of parameters: 0 id: 7157 unit: Size ClassLayout::getInstanceStart() file: lib/IRGen/ClassLayout.cpp start line: 44 end line: 83 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7158 unit: void IRGenFunction::bindArchetype() file: lib/IRGen/GenArchetype.cpp start line: 385 end line: 405 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7159 unit: bool irgen::hasSelfContextParameter() file: lib/IRGen/GenCall.cpp start line: 1541 end line: 1570 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7160 unit: void SignatureExpansion::expandFunctionType() file: lib/IRGen/GenCall.cpp start line: 1677 end line: 1693 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7161 unit: void irgen::emitClangExpandedParameter() file: lib/IRGen/GenCall.cpp start line: 3475 end line: 3497 size: 17 LOC McCabe index: 2 number of parameters: 6 id: 7162 unit: Address IRGenFunction::createErrorResultSlot() file: lib/IRGen/GenCall.cpp start line: 4150 end line: 4182 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7163 unit: clang::CanQualType IRGenModule::getClangType() file: lib/IRGen/GenClangType.cpp start line: 38 end line: 56 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7164 unit: ObjCClassFlags buildFlags() file: lib/IRGen/GenClass.cpp start line: 1548 end line: 1575 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7165 unit: StringRef getEntityName() file: lib/IRGen/GenClass.cpp start line: 2166 end line: 2185 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7166 unit: void visitAbstractFunctionDecl() file: lib/IRGen/GenDecl.cpp start line: 351 end line: 376 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7167 unit: void IRGenerator::emitEntryPointInfo() file: lib/IRGen/GenDecl.cpp start line: 2049 end line: 2065 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 7168 unit: void IRGenModule::emitUsedConditionals() file: lib/IRGen/GenDecl.cpp start line: 3799 end line: 3822 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7169 unit: void initializeMetadata() file: lib/IRGen/GenEnum.cpp start line: 3164 end line: 3184 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7170 unit: void emitValueInjection() file: lib/IRGen/GenEnum.cpp start line: 4521 end line: 4539 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7171 unit: Address irgen::emitOpenExistentialBox() file: lib/IRGen/GenExistential.cpp start line: 1678 end line: 1695 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 7172 unit: static void initBufferWithCopyOfReference() file: lib/IRGen/GenExistential.cpp start line: 2404 end line: 2421 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 7173 unit: static unsigned getClassFieldIndex() file: lib/IRGen/GenKeyPath.cpp start line: 708 end line: 727 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7174 unit: void IRGenModule::emitNonoverriddenMethodDescriptor() file: lib/IRGen/GenMeta.cpp start line: 315 end line: 336 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7175 unit: void IRGenModule::setVCallVisibility() file: lib/IRGen/GenMeta.cpp start line: 338 end line: 356 size: 17 LOC McCabe index: 1 number of parameters: 3 id: 7176 unit: void addGenericParameters() file: lib/IRGen/GenMeta.cpp start line: 457 end line: 480 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7177 unit: void emitMethodDescriptor() file: lib/IRGen/GenMeta.cpp start line: 1772 end line: 1798 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7178 unit: void addOverrideTable() file: lib/IRGen/GenMeta.cpp start line: 1839 end line: 1858 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7179 unit: void addGenericWitnessTable() file: lib/IRGen/GenMeta.cpp start line: 3801 end line: 3822 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7180 unit: static void hashStringForList() file: lib/IRGen/GenPointerAuth.cpp start line: 478 end line: 495 size: 17 LOC McCabe index: 4 number of parameters: 5 id: 7181 unit: bool IRGenModule::isResilientConformance() file: lib/IRGen/GenProto.cpp start line: 851 end line: 886 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7182 unit: static bool hasDependentTypeWitness() file: lib/IRGen/GenProto.cpp start line: 896 end line: 919 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7183 unit: void layoutRecord() file: lib/IRGen/GenReflection.cpp start line: 760 end line: 779 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7184 unit: SpareBitVector IRGenModule::getSpareBitsForType() file: lib/IRGen/GenType.cpp start line: 2568 end line: 2595 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7185 unit: Address TypeInfo::roundUpToTypeAlignment() file: lib/IRGen/GenValueWitness.cpp start line: 1392 end line: 1410 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7186 unit: static void countStatsPostIRGen() file: lib/IRGen/IRGen.cpp start line: 485 end line: 502 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7187 unit: void IRGenFunction::emitFakeExplosion() file: lib/IRGen/IRGenFunction.cpp start line: 388 end line: 406 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7188 unit: static Alignment getStackAllocationAlignment() file: lib/IRGen/IRGenSIL.cpp start line: 3079 end line: 3101 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7189 unit: void IRGenSILFunction::visitBuiltinInst() file: lib/IRGen/IRGenSIL.cpp start line: 3138 end line: 3163 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7190 unit: static void emitPointerCastInst() file: lib/IRGen/IRGenSIL.cpp start line: 5825 end line: 5848 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7191 unit: void IRGenSILFunction::visitUpcastInst() file: lib/IRGen/IRGenSIL.cpp start line: 6466 end line: 6485 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7192 unit: bool LinkEntity::isAlwaysSharedLinkage() file: lib/IRGen/Linking.cpp start line: 1372 end line: 1389 size: 17 LOC McCabe index: 11 number of parameters: 0 id: 7193 unit: void MetadataLayout::destroy() file: lib/IRGen/MetadataLayout.cpp start line: 137 end line: 156 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7194 unit: bool EnumTypeLayoutEntry::canValueWitnessExtraInhabitantsUpTo() file: lib/IRGen/TypeLayout.cpp start line: 1534 end line: 1550 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7195 unit: void EnumTypeLayoutEntry::storeEnumTagSinglePayloadForSinglePayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 2210 end line: 2232 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 7196 unit: static bool isDynamicVarAccessorOrFunc() file: lib/Index/Index.cpp start line: 1339 end line: 1355 size: 17 LOC McCabe index: 10 number of parameters: 2 id: 7197 unit: int SwiftFunctionComparator::compareIgnoringConsts() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 197 end line: 220 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7198 unit: bool SerializedLocalizationWriter::emit() file: lib/Localization/LocalizationFormat.cpp start line: 76 end line: 94 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7199 unit: bool updateStringRepresentableDeclRef() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 452 end line: 468 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7200 unit: bool Migrator::emitRemap() file: lib/Migrator/Migrator.cpp start line: 381 end line: 400 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7201 unit: bool tryAdvanceToEndOfConflictMarker() file: lib/Parse/Lexer.cpp start line: 2888 end line: 2912 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7202 unit: static void skipAttribute() file: lib/Parse/ParseDecl.cpp start line: 4107 end line: 4130 size: 17 LOC McCabe index: 9 number of parameters: 1 id: 7203 unit: bool Parser::loadCurrentSyntaxNodeFromCache() file: lib/Parse/Parser.cpp start line: 843 end line: 861 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7204 unit: size_t SyntaxParsingContext::lookupNode() file: lib/Parse/SyntaxParsingContext.cpp start line: 86 end line: 119 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7205 unit: Action visitBoundGenericType() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 78 end line: 98 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7206 unit: bool require() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 179 end line: 197 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7207 unit: bool writeExtension() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 428 end line: 452 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7208 unit: CanType TypeConverter::getBridgedResultType() file: lib/SIL/IR/Bridging.cpp start line: 72 end line: 91 size: 17 LOC McCabe index: 3 number of parameters: 5 id: 7209 unit: static bool isTypeMetadataForLayoutAccessible() file: lib/SIL/IR/SIL.cpp start line: 178 end line: 206 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7210 unit: bool SILPhiArgument::visitIncomingPhiOperands() file: lib/SIL/IR/SILArgument.cpp start line: 188 end line: 208 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7211 unit: bool SILDeclRef::isClangImported() file: lib/SIL/IR/SILDeclRef.cpp start line: 208 end line: 228 size: 17 LOC McCabe index: 9 number of parameters: 0 id: 7212 unit: unsigned SILDeclRef::getParameterListCount() file: lib/SIL/IR/SILDeclRef.cpp start line: 1277 end line: 1300 size: 17 LOC McCabe index: 9 number of parameters: 0 id: 7213 unit: ParameterConvention getDirect() file: lib/SIL/IR/SILFunctionType.cpp start line: 1144 end line: 1160 size: 17 LOC McCabe index: 6 number of parameters: 5 id: 7214 unit: ResultConvention getResult() file: lib/SIL/IR/SILFunctionType.cpp start line: 2939 end line: 2961 size: 17 LOC McCabe index: 10 number of parameters: 1 id: 7215 unit: CanArchetypeType SingleValueInstruction::getOpenedArchetype() file: lib/SIL/IR/SILInstruction.cpp start line: 1574 end line: 1590 size: 17 LOC McCabe index: 9 number of parameters: 0 id: 7216 unit: bool KeyPathPatternComponent::isComputedSettablePropertyMutating() file: lib/SIL/IR/SILInstructions.cpp start line: 2438 end line: 2454 size: 17 LOC McCabe index: 8 number of parameters: 0 id: 7217 unit: static void computeAggregateFirstLevelSubtypeInfo() file: lib/SIL/IR/SILInstructions.cpp start line: 2787 end line: 2807 size: 17 LOC McCabe index: 2 number of parameters: 4 id: 7218 unit: bool SILModule::isNoReturnBuiltinOrIntrinsic() file: lib/SIL/IR/SILModule.cpp start line: 821 end line: 837 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7219 unit: void print() file: lib/SIL/IR/SILPrinter.cpp start line: 681 end line: 699 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7220 unit: void SILProperty::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3304 end line: 3322 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7221 unit: static bool parseSILOptional() file: lib/SIL/Parser/ParseSIL.cpp start line: 828 end line: 848 size: 17 LOC McCabe index: 6 number of parameters: 4 id: 7222 unit: static bool getConformancesForSubstitution() file: lib/SIL/Parser/ParseSIL.cpp start line: 1982 end line: 2000 size: 17 LOC McCabe index: 3 number of parameters: 5 id: 7223 unit: static bool parseAssignByWrapperMode() file: lib/SIL/Parser/ParseSIL.cpp start line: 2175 end line: 2199 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7224 unit: bool SILParser::parseSILFunctionRef() file: lib/SIL/Parser/ParseSIL.cpp start line: 6140 end line: 6158 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7225 unit: SILValue swift::stripUpCasts() file: lib/SIL/Utils/InstructionUtils.cpp start line: 147 end line: 166 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7226 unit: SILValue swift::isPartialApplyOfReabstractionThunk() file: lib/SIL/Utils/InstructionUtils.cpp start line: 335 end line: 359 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7227 unit: void AccessStorage::visitRoots() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 974 end line: 990 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7228 unit: void AccessPath::printPath() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1385 end line: 1401 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7229 unit: BorrowedValue BorrowingOperand::getBorrowIntroducingUserResult() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 534 end line: 552 size: 17 LOC McCabe index: 8 number of parameters: 0 id: 7230 unit: static bool isSupportedProjection() file: lib/SIL/Utils/Projection.cpp start line: 910 end line: 926 size: 17 LOC McCabe index: 11 number of parameters: 1 id: 7231 unit: bool SILValueOwnershipChecker::isCompatibleDefUse() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 176 end line: 196 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7232 unit: void checkOwnershipForwardingInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1252 end line: 1270 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7233 unit: void checkAssignByWrapperArgsRecursively() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2415 end line: 2431 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7234 unit: void checkMarkUninitializedInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2595 end line: 2625 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7235 unit: void checkProjectBoxInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2737 end line: 2757 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7236 unit: void checkOpenExistentialValueInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3720 end line: 3738 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7237 unit: void checkCheckedCastValueBranchInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4104 end line: 4121 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7238 unit: void checkReturnInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4446 end line: 4463 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7239 unit: void checkDifferentiabilityWitnessFunctionInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5208 end line: 5228 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7240 unit: ManagedValue ArgumentSource::getConverted() file: lib/SILGen/ArgumentSource.cpp start line: 89 end line: 105 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7241 unit: static void assignRecursive() file: lib/SILGen/RValue.cpp start line: 544 end line: 564 size: 17 LOC McCabe index: 3 number of parameters: 5 id: 7242 unit: static bool canStorageUseTrivialDescriptor() file: lib/SILGen/SILGen.cpp start line: 1803 end line: 1841 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7243 unit: static Callee forDynamic() file: lib/SILGen/SILGenApply.cpp start line: 457 end line: 482 size: 17 LOC McCabe index: 2 number of parameters: 6 id: 7244 unit: static ValueMembers::Index getValueMemberIndexForKind() file: lib/SILGen/SILGenApply.cpp start line: 2349 end line: 2365 size: 17 LOC McCabe index: 9 number of parameters: 1 id: 7245 unit: bool SILGenModule::isNonMutatingSelfIndirect() file: lib/SILGen/SILGenApply.cpp start line: 4374 end line: 4393 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7246 unit: ManagedValue SILGenBuilder::createConvertEscapeToNoEscape() file: lib/SILGen/SILGenBuilder.cpp start line: 75 end line: 94 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7247 unit: ManagedValue SILGenBuilder::createUncheckedBitCast() file: lib/SILGen/SILGenBuilder.cpp start line: 633 end line: 662 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7248 unit: static ManagedValue emitBuiltinProjectTailElems() file: lib/SILGen/SILGenBuiltin.cpp start line: 1038 end line: 1057 size: 17 LOC McCabe index: 3 number of parameters: 5 id: 7249 unit: static ManagedValue emitBuiltinApplyDerivative() file: lib/SILGen/SILGenBuiltin.cpp start line: 1224 end line: 1240 size: 17 LOC McCabe index: 1 number of parameters: 5 id: 7250 unit: ManagedValue SILGenFunction::emitUncheckedGetOptionalValueFrom() file: lib/SILGen/SILGenConvert.cpp start line: 288 end line: 314 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7251 unit: void ConvertingInitialization::copyOrInitValueInto() file: lib/SILGen/SILGenConvert.cpp start line: 1111 end line: 1131 size: 17 LOC McCabe index: 5 number of parameters: 4 id: 7252 unit: RValue RValueEmitter::visitEnumIsCaseExpr() file: lib/SILGen/SILGenExpr.cpp start line: 1988 end line: 2008 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7253 unit: RValue RValueEmitter::visitArrayToPointerExpr() file: lib/SILGen/SILGenExpr.cpp start line: 5455 end line: 5475 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7254 unit: LValue SILGenLValue::visitTupleElementExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3552 end line: 3570 size: 17 LOC McCabe index: 1 number of parameters: 3 id: 7255 unit: void SILGenModule::useConformancesFromType() file: lib/SILGen/SILGenLazyConformance.cpp start line: 69 end line: 89 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7256 unit: static void emitDiagnoseOfUnexpectedEnumCase() file: lib/SILGen/SILGenPattern.cpp start line: 2639 end line: 2657 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7257 unit: void translateParallelExploded() file: lib/SILGen/SILGenPoly.cpp start line: 1269 end line: 1286 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7258 unit: void ResultPlanner::planIntoIndirectResult() file: lib/SILGen/SILGenPoly.cpp start line: 2284 end line: 2307 size: 17 LOC McCabe index: 2 number of parameters: 6 id: 7259 unit: void ARCPairingContext::optimizeMatchingSet() file: lib/SILOptimizer/ARC/ARCSequenceOpts.cpp start line: 50 end line: 69 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7260 unit: bool LoopARCSequenceDataflowEvaluator::processLoopBottomUp() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 198 end line: 224 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7261 unit: bool BottomUpRefCountState::handleGuaranteedUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 234 end line: 253 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7262 unit: bool TopDownRefCountState::handleGuaranteedUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 681 end line: 699 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7263 unit: void TopDownRefCountState::updateForDifferentLoopInst() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 926 end line: 947 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7264 unit: void CallerAnalysis::ApplySiteFinderVisitor::checkCallSiteInvariants() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 166 end line: 184 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7265 unit: void LoopRegionFunctionInfo::initializeLoopRegions() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 445 end line: 469 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7266 unit: SILValue materializeTangentDirect() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 229 end line: 245 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7267 unit: void visitStoreInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 862 end line: 881 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7268 unit: void emitReturnInstForDifferential() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 1348 end line: 1368 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7269 unit: SILValue getAdjointBuffer() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 540 end line: 563 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7270 unit: bool ExistentialSpecializer::findConcreteTypeFromSoleConformingType() file: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialSpecializer.cpp start line: 93 end line: 116 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7271 unit: void CallSiteDescriptor::extendArgumentLifetime() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 512 end line: 534 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7272 unit: void ensureAliveProtocolMethod() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 308 end line: 324 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7273 unit: static void removeToken() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 226 end line: 245 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7274 unit: void ArrayInfo::getLastDestroys() file: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp start line: 355 end line: 382 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7275 unit: static bool sinkInstructions() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 436 end line: 455 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7276 unit: static bool rotateLoopAtMostUpToLatch() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 276 end line: 296 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7277 unit: static bool isSingleBlockLoop() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 299 end line: 321 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7278 unit: void run() file: lib/SILOptimizer/Mandatory/AccessMarkerElimination.cpp start line: 173 end line: 194 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7279 unit: void run() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 1032 end line: 1055 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7280 unit: void ElementUseCollector::collectStructElementUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 629 end line: 654 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7281 unit: static void diagnoseUnreachable() file: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp start line: 100 end line: 130 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7282 unit: static bool collectInvariantsToTry() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 513 end line: 539 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7283 unit: void DiagnoseLifetimeIssues::reportDeadStore() file: lib/SILOptimizer/Mandatory/DiagnoseLifetimeIssues.cpp start line: 323 end line: 350 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7284 unit: static bool memInstMustReinitialize() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 283 end line: 300 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7285 unit: void run() file: lib/SILOptimizer/Mandatory/PerformanceDiagnostics.cpp start line: 302 end line: 323 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7286 unit: static SILValue getAccessPathRoot() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 83 end line: 102 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7287 unit: SILValue AllocOptimize::promoteLoadTake() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2321 end line: 2348 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7288 unit: static void wrap() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 982 end line: 998 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7289 unit: bool add() file: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp start line: 126 end line: 150 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7290 unit: bool visitResults() file: lib/SILOptimizer/SemanticARC/OwnershipPhiOperand.h start line: 105 end line: 121 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7291 unit: static bool checkLocalApplyBody() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 303 end line: 324 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7292 unit: bool ArrayAllocation::replaceGetElements() file: lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp start line: 207 end line: 229 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7293 unit: void AssemblyVisionRemarkGeneratorInstructionVisitor::visitAllocBoxInst() file: lib/SILOptimizer/Transforms/AssemblyVisionRemarkGenerator.cpp start line: 743 end line: 760 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7294 unit: static SILArgumentConvention getAddressArgConvention() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 151 end line: 168 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7295 unit: void addForwardingUses() file: lib/SILOptimizer/Transforms/CopyPropagation.cpp start line: 129 end line: 147 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7296 unit: bool DeadObjectElimination::processKeyPath() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 867 end line: 889 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7297 unit: void DSEContext::runIterativeDSE() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 1154 end line: 1181 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7298 unit: void DestroyHoisting::initDataflowInBlock() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 251 end line: 272 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7299 unit: void run() file: lib/SILOptimizer/Transforms/DestroyHoisting.cpp start line: 772 end line: 796 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7300 unit: std::string OutlinerMangler::mangle() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 95 end line: 117 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7301 unit: void SILPerformanceInliner::visitColdBlocks() file: lib/SILOptimizer/Transforms/PerformanceInliner.cpp start line: 1009 end line: 1026 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7302 unit: void run() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1697 end line: 1718 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7303 unit: static bool expandReleaseValue() file: lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp start line: 201 end line: 226 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7304 unit: static bool expandRetainValue() file: lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp start line: 228 end line: 253 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7305 unit: bool MemoryToRegisters::isWriteOnlyAllocation() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 1504 end line: 1532 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7306 unit: bool HoistDestroys::foldBarrier() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 386 end line: 402 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7307 unit: bool onlyContainsRefcountAndDeallocStackInst() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2333 end line: 2352 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7308 unit: void StackPromotion::run() file: lib/SILOptimizer/Transforms/StackPromotion.cpp start line: 56 end line: 78 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7309 unit: void run() file: lib/SILOptimizer/UtilityPasses/LoopInfoPrinter.cpp start line: 27 end line: 47 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7310 unit: void run() file: lib/SILOptimizer/UtilityPasses/LoopRegionPrinter.cpp start line: 43 end line: 63 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7311 unit: bool swift::splitAllCriticalEdges() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 611 end line: 629 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7312 unit: void swift::getTransitiveUsers() file: lib/SILOptimizer/Utils/CompileTimeInterpolationUtils.cpp start line: 42 end line: 60 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7313 unit: APInt swift::constantFoldBitOperation() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 35 end line: 51 size: 17 LOC McCabe index: 7 number of parameters: 3 id: 7314 unit: APInt swift::constantFoldComparison() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 53 end line: 69 size: 17 LOC McCabe index: 11 number of parameters: 3 id: 7315 unit: IEEESemantics getFPSemantics() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 928 end line: 944 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7316 unit: bool swift::collectDestroys() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 967 end line: 983 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7317 unit: void swift::insertDestroyOfCapturedArguments() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1467 end line: 1484 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7318 unit: bool OwnershipRAUWHelper::hasValidRAUWOwnership() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 299 end line: 350 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7319 unit: void BorrowedLifetimeExtender::analyzeExtendedScope() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 480 end line: 503 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 7320 unit: SILValue OwnershipRAUWHelper::prepareReplacement() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 1347 end line: 1374 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7321 unit: SILValue ConstantTracker::scanProjections() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 54 end line: 72 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7322 unit: StackNesting::Changes StackNesting::fixNesting() file: lib/SILOptimizer/Utils/StackNesting.cpp start line: 309 end line: 331 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7323 unit: bool ValueLifetimeAnalysis::isWithinLifetime() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 322 end line: 345 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7324 unit: void checkAndSetObjCKeyPathString() file: lib/Sema/CSApply.cpp start line: 603 end line: 619 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7325 unit: static void applyContextualClosureFlags() file: lib/Sema/CSApply.cpp start line: 5595 end line: 5613 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7326 unit: std::pair walkToExprPre() file: lib/Sema/CSClosure.cpp start line: 124 end line: 143 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7327 unit: ASTNode visitCaseStmt() file: lib/Sema/CSClosure.cpp start line: 1246 end line: 1267 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7328 unit: bool ConstraintSystem::applySolutionToBody() file: lib/Sema/CSClosure.cpp start line: 1538 end line: 1559 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7329 unit: bool ArrayLiteralToDictionaryConversionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 881 end line: 900 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 7330 unit: bool ContextualFailure::diagnoseYieldByReferenceMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 2850 end line: 2868 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7331 unit: bool UnableToInferKeyPathRootFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7163 end line: 7181 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7332 unit: bool RemoveExtraneousArguments::isMinMaxNameShadowing() file: lib/Sema/CSFix.cpp start line: 885 end line: 903 size: 17 LOC McCabe index: 8 number of parameters: 2 id: 7333 unit: std::pair walkToExprPre() file: lib/Sema/CSGen.cpp start line: 98 end line: 127 size: 17 LOC McCabe index: 9 number of parameters: 1 id: 7334 unit: void ConstraintSystem::increaseScore() file: lib/Sema/CSRanking.cpp start line: 99 end line: 127 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7335 unit: static bool fixExtraneousArguments() file: lib/Sema/CSSimplify.cpp start line: 2242 end line: 2260 size: 17 LOC McCabe index: 3 number of parameters: 5 id: 7336 unit: bool nextCombination() file: lib/Sema/CSStep.cpp start line: 182 end line: 205 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7337 unit: bool DisjunctionStep::attempt() file: lib/Sema/CSStep.cpp start line: 772 end line: 795 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7338 unit: void ConstraintGraph::removeConstraint() file: lib/Sema/ConstraintGraph.cpp start line: 552 end line: 576 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7339 unit: static unsigned getNumRemovedArgumentLabels() file: lib/Sema/ConstraintSystem.cpp start line: 1234 end line: 1262 size: 17 LOC McCabe index: 7 number of parameters: 3 id: 7340 unit: DeclName OverloadChoice::getName() file: lib/Sema/ConstraintSystem.cpp start line: 3247 end line: 3271 size: 17 LOC McCabe index: 9 number of parameters: 0 id: 7341 unit: static void extendPreorderIndexMap() file: lib/Sema/ConstraintSystem.cpp start line: 4239 end line: 4258 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7342 unit: void DerivedConformance::tryDiagnoseFailedComparableDerivation() file: lib/Sema/DerivedConformanceComparable.cpp start line: 330 end line: 347 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7343 unit: static bool checkAvailability() file: lib/Sema/DerivedConformanceRawRepresentable.cpp start line: 239 end line: 264 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7344 unit: void DerivedConformance::diagnoseIfSynthesisUnsupportedForDecl() file: lib/Sema/DerivedConformances.cpp start line: 237 end line: 256 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7345 unit: Action walkToTypePre() file: lib/Sema/IDETypeCheckingRequests.cpp start line: 89 end line: 105 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7346 unit: bool UnboundImport::checkNotTautological() file: lib/Sema/ImportResolution.cpp start line: 559 end line: 582 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7347 unit: static void collectVisibleMemberDecls() file: lib/Sema/LookupVisibleDecls.cpp start line: 216 end line: 232 size: 17 LOC McCabe index: 5 number of parameters: 5 id: 7348 unit: static void doGlobalExtensionLookup() file: lib/Sema/LookupVisibleDecls.cpp start line: 239 end line: 261 size: 17 LOC McCabe index: 3 number of parameters: 6 id: 7349 unit: static bool isValidForwardReference() file: lib/Sema/PreCheckExpr.cpp start line: 351 end line: 377 size: 17 LOC McCabe index: 8 number of parameters: 3 id: 7350 unit: void visitPatternBindingDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 546 end line: 566 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7351 unit: void visitPatternBindingDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1180 end line: 1198 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7352 unit: void AttributeChecker::visitOptionalAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1243 end line: 1259 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7353 unit: void AttributeChecker::visitExclusivityAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2477 end line: 2496 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7354 unit: bool TypeChecker::isDeclarationUnavailable() file: lib/Sema/TypeCheckAvailability.cpp start line: 1007 end line: 1035 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7355 unit: void TypeChecker::checkConcurrencyAvailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 1707 end line: 1726 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7356 unit: bool checkComponentIdentTypeRepr() file: lib/Sema/TypeCheckAvailability.cpp start line: 3446 end line: 3466 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7357 unit: static bool declNeedsExplicitAvailability() file: lib/Sema/TypeCheckAvailability.cpp start line: 3713 end line: 3734 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7358 unit: bool CircularityChecker::diagnoseInfiniteRecursion() file: lib/Sema/TypeCheckCircularity.cpp start line: 548 end line: 576 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7359 unit: VarRefUseEnv usageEnv() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1257 end line: 1273 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7360 unit: void swift::checkFunctionActorIsolation() file: lib/Sema/TypeCheckConcurrency.cpp start line: 2876 end line: 2894 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7361 unit: Type swift::adjustVarTypeForConcurrency() file: lib/Sema/TypeCheckConcurrency.cpp start line: 4258 end line: 4279 size: 17 LOC McCabe index: 5 number of parameters: 4 id: 7362 unit: bool swift::canBeRepresentedInObjC() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 1172 end line: 1192 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7363 unit: bool operator() file: lib/Sema/TypeCheckDeclObjC.cpp start line: 2243 end line: 2271 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7364 unit: static Type dropResultOptionality() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 43 end line: 66 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7365 unit: TinyPtrVector OverrideMatcher::checkPotentialOverrides() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1294 end line: 1317 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7366 unit: static bool hasFunctionParameterWithEffect() file: lib/Sema/TypeCheckEffects.cpp start line: 34 end line: 58 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7367 unit: Type swift::adjustInferredAssociatedType() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 636 end line: 656 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7368 unit: static void checkLabeledStmtShadowing() file: lib/Sema/TypeCheckStmt.cpp start line: 273 end line: 290 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7369 unit: static void typeCheckSynthesizedWrapperInitializer() file: lib/Sema/TypeCheckStorage.cpp start line: 2635 end line: 2655 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7370 unit: static void diagnoseAmbiguousMemberType() file: lib/Sema/TypeCheckType.cpp start line: 1502 end line: 1518 size: 17 LOC McCabe index: 3 number of parameters: 5 id: 7371 unit: void swift::performWholeModuleTypeChecking() file: lib/Sema/TypeChecker.cpp start line: 348 end line: 366 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7372 unit: Optional getActualParameterConvention() file: lib/Serialization/Deserialization.cpp start line: 5017 end line: 5033 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7373 unit: Expected deserializeGenericTypeParamType() file: lib/Serialization/Deserialization.cpp start line: 5581 end line: 5602 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7374 unit: DeclBaseName getAsBaseName() file: lib/Serialization/DeserializationErrors.h start line: 58 end line: 74 size: 17 LOC McCabe index: 11 number of parameters: 0 id: 7375 unit: void SILDeserializer::getAllSILFunctions() file: lib/Serialization/DeserializeSIL.cpp start line: 3165 end line: 3187 size: 17 LOC McCabe index: 7 number of parameters: 0 id: 7376 unit: void ModuleFile::collectAllGroups() file: lib/Serialization/ModuleFile.cpp start line: 1213 end line: 1229 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7377 unit: static data_type ReadData() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 397 end line: 414 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7378 unit: std::pair EmitKeyDataLength() file: lib/Serialization/Serialization.cpp start line: 218 end line: 234 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7379 unit: void Serializer::writePatternBindingInitializer() file: lib/Serialization/Serialization.cpp start line: 2135 end line: 2153 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7380 unit: void visitAssociatedTypeDecl() file: lib/Serialization/Serialization.cpp start line: 3426 end line: 3444 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7381 unit: void serializeFunctionTypeParams() file: lib/Serialization/Serialization.cpp start line: 4544 end line: 4560 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7382 unit: std::pair EmitKeyDataLength() file: lib/Serialization/Serialization.cpp start line: 5236 end line: 5253 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7383 unit: static void writeDerivativeFunctionConfigs() file: lib/Serialization/Serialization.cpp start line: 5357 end line: 5375 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7384 unit: static size_t swift_demangle_getDemangledName_Options() file: lib/SwiftDemangle/SwiftDemangle.cpp start line: 21 end line: 42 size: 17 LOC McCabe index: 7 number of parameters: 4 id: 7385 unit: void Symbol::serialize() file: lib/SymbolGraphGen/Symbol.cpp start line: 479 end line: 497 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7386 unit: bool SymbolGraph::synthesizedMemberIsBestCandidate() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 265 end line: 285 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7387 unit: void TBDGenVisitor::addSymbol() file: lib/TBDGen/TBDGen.cpp start line: 384 end line: 404 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7388 unit: void TBDGenVisitor::visitFuncDecl() file: lib/TBDGen/TBDGen.cpp start line: 751 end line: 768 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7389 unit: void shrink_and_clear() file: stdlib/include/llvm/ADT/DenseMap.h start line: 1034 end line: 1053 size: 17 LOC McCabe index: 8 number of parameters: 0 id: 7390 unit: func NSArray_getObjects() file: stdlib/private/StdlibUnittestFoundationExtras/StdlibUnittestFoundationExtras.swift start line: 84 end line: 101 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 7391 unit: void DefaultActorImpl::destroy() file: stdlib/public/Concurrency/Actor.cpp start line: 760 end line: 780 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7392 unit: static void runOnAssumedThread() file: stdlib/public/Concurrency/Actor.cpp start line: 1534 end line: 1570 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7393 unit: AsyncTaskAndContext swift::swift_task_create() file: stdlib/public/Concurrency/Task.cpp start line: 861 end line: 878 size: 17 LOC McCabe index: 1 number of parameters: 5 id: 7394 unit: static void resumeTaskAfterContinuation() file: stdlib/public/Concurrency/Task.cpp start line: 1103 end line: 1135 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7395 unit: func _taskGroupCancelAll() file: stdlib/public/Concurrency/TaskGroup.swift start line: 891 end line: 913 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7396 unit: void visitBoundGenericTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 93 end line: 110 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7397 unit: void TypeRefBuilder::dumpBuiltinTypeSection() file: stdlib/public/Reflection/TypeRefBuilder.cpp start line: 447 end line: 464 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7398 unit: void swift_reflection_addReflectionMappingInfo() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 223 end line: 241 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7399 unit: void increment() file: stdlib/public/SwiftShims/RefCount.h start line: 797 end line: 817 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7400 unit: bool tryIncrement() file: stdlib/public/SwiftShims/RefCount.h start line: 841 end line: 858 size: 17 LOC McCabe index: 6 number of parameters: 0 id: 7401 unit: func _unimplementedInitializer() file: stdlib/public/core/AssertCommon.swift start line: 182 end line: 223 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7402 unit: mutating func encodeIfPresent() file: stdlib/public/core/Codable.swift start line: 452 end line: 499 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7403 unit: func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 1406 end line: 1467 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7404 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2671 end line: 2822 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7405 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2841 end line: 2972 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7406 unit: func decode() file: stdlib/public/core/Codable.swift start line: 2989 end line: 3137 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7407 unit: func subtractingReportingOverflow() file: stdlib/public/core/Integers.swift start line: 1968 end line: 2088 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7408 unit: func formalMutation() file: stdlib/public/core/KeyPath.swift start line: 379 end line: 406 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7409 unit: mutating func visitComputedComponent() file: stdlib/public/core/KeyPath.swift start line: 2683 end line: 2702 size: 17 LOC McCabe index: 1 number of parameters: 9 id: 7410 unit: func keyEnumerator() file: stdlib/public/core/ShadowProtocols.swift start line: 96 end line: 126 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 7411 unit: func uppercased() file: stdlib/public/core/StringProtocol.swift start line: 49 end line: 122 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 7412 unit: func _legacyInvalidLengthCalculation() file: stdlib/public/core/StringUTF8Validation.swift start line: 50 end line: 71 size: 17 LOC McCabe index: 8 number of parameters: 2 id: 7413 unit: static _Unwind_Reason_Code SwiftUnwindFrame() file: stdlib/public/runtime/Errors.cpp start line: 197 end line: 217 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7414 unit: void HeapObject::dump() file: stdlib/public/runtime/HeapObject.cpp start line: 962 end line: 978 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7415 unit: MetadataStateWithDependency tryInitialize() file: stdlib/public/runtime/Metadata.cpp start line: 4219 end line: 4245 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7416 unit: static StringRef findAssociatedTypeName() file: stdlib/public/runtime/Metadata.cpp start line: 5016 end line: 5039 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 7417 unit: static int compareProtocolConformanceDescriptors() file: stdlib/public/runtime/MetadataCache.h start line: 422 end line: 442 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7418 unit: static size_t infinity() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 274 end line: 290 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7419 unit: static size_t zero() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 292 end line: 308 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7420 unit: static void subtract256x256() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2153 end line: 2169 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7421 unit: static __swift_uint32_t hash() file: stdlib/public/stubs/Unicode/UnicodeData.cpp start line: 27 end line: 47 size: 17 LOC McCabe index: 1 number of parameters: 3 id: 7422 unit: __swift_uint16_t _swift_stdlib_getNormData() file: stdlib/public/stubs/Unicode/UnicodeNormalization.cpp start line: 29 end line: 52 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7423 unit: def to_python_object() file: tools/SourceKit/bindings/python/sourcekitd/capi.py start line: 0 end line: 0 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7424 unit: static void reportDocEntities() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 738 end line: 754 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7425 unit: void accept() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1326 end line: 1342 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7426 unit: bool SwiftEditorDocumentFileMap::getOrUpdate() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 270 end line: 289 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7427 unit: void mergeSplitRanges() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 307 end line: 325 size: 17 LOC McCabe index: 4 number of parameters: 8 id: 7428 unit: void SwiftDocumentSemanticInfo::updateSemanticInfo() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 921 end line: 939 size: 17 LOC McCabe index: 2 number of parameters: 4 id: 7429 unit: bool walkToNodePre() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1425 end line: 1442 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 7430 unit: bool containClosure() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1600 end line: 1616 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7431 unit: ImmutableTextSnapshotRef SwiftEditorDocument::initializeText() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1902 end line: 1924 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7432 unit: static bool getHeaderInterfaceInfo() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 309 end line: 328 size: 17 LOC McCabe index: 2 number of parameters: 4 id: 7433 unit: void SwiftLangSupport::editorOpenSwiftSourceInterface() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 740 end line: 756 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7434 unit: bool withEntityInfo() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 186 end line: 202 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 7435 unit: void printStructurePre() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 261 end line: 279 size: 17 LOC McCabe index: 8 number of parameters: 2 id: 7436 unit: void printStructurePost() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 280 end line: 297 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 7437 unit: static int handleJsonRequestPath() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 441 end line: 458 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7438 unit: void sourcekitd::handleRequest() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 387 end line: 407 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 7439 unit: bool SKIndexingConsumer::startDependency() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1428 end line: 1446 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 7440 unit: static ManglingErrorOr mangleSimpleClass() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1635 end line: 1652 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7441 unit: void sourcekitd::enableLogging() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 201 end line: 218 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7442 unit: sourcekitd_variant_type_t getVariantType() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 248 end line: 264 size: 17 LOC McCabe index: 11 number of parameters: 0 id: 7443 unit: int main() file: tools/sil-passpipeline-dumper/SILPassPipelineDumper.cpp start line: 47 end line: 69 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7444 unit: void printDeclContext() file: tools/swift-ast-script/ASTScriptEvaluator.cpp start line: 90 end line: 106 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7445 unit: return performWithCompletionLikeOperationParams() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1175 end line: 1191 size: 17 LOC McCabe index: 1 number of parameters: 6 id: 7446 unit: void scanCOFF() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 265 end line: 288 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7447 unit: void dump() file: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp start line: 74 end line: 93 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7448 unit: void push() file: unittests/Basic/DiverseStackTest.cpp start line: 72 end line: 89 size: 17 LOC McCabe index: 2 number of parameters: 4 id: 7449 unit: FunctionParameterSyntax getCannedFunctionParameter() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 212 end line: 230 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7450 unit: FunctionSignatureSyntax getCannedFunctionSignature() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 383 end line: 400 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7451 unit: TupleExprElementListSyntax getFullArgumentList() file: unittests/Syntax/ExprSyntaxTests.cpp start line: 256 end line: 274 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 7452 unit: static void withSimpleTask() file: unittests/runtime/TaskStatus.cpp start line: 55 end line: 75 size: 17 LOC McCabe index: 2 number of parameters: 4 id: 7453 unit: def _test_shuffle_slow_converging_list() file: utils/bug_reducer/bug_reducer/list_reducer.py start line: 0 end line: 0 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 7454 unit: def _test_prefix_suffix() file: utils/bug_reducer/bug_reducer/list_reducer.py start line: 0 end line: 0 size: 17 LOC McCabe index: 4 number of parameters: 4 id: 7455 unit: def migrate_swift_sdks() file: utils/build_swift/build_swift/migration.py start line: 0 end line: 0 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 7456 unit: def _parse_raw_preset() file: utils/build_swift/build_swift/presets.py start line: 0 end line: 0 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 7457 unit: def _interpolate_preset_vars() file: utils/build_swift/build_swift/presets.py start line: 0 end line: 0 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 7458 unit: def _split_version() file: utils/build_swift/build_swift/versions.py start line: 0 end line: 0 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 7459 unit: func emitGeneralCategory() file: utils/gen-unicode-data/Sources/GenScalarProps/GeneralCategory.swift start line: 152 end line: 172 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7460 unit: func urlBarDidPressReaderMode() file: utils/parser-lib/profile-input.swift start line: 1294 end line: 1310 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 7461 unit: func urlBarDidLongPressReaderMode() file: utils/parser-lib/profile-input.swift start line: 1312 end line: 1331 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7462 unit: func getMoreTabToolbarLongPressActions() file: utils/parser-lib/profile-input.swift start line: 1550 end line: 1566 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 7463 unit: func keyboardHelper() file: utils/parser-lib/profile-input.swift start line: 2320 end line: 2338 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7464 unit: def build_disable_slice_pipelines() file: utils/pass-pipeline/scripts/pipelines_build_script.py start line: 0 end line: 0 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7465 unit: def load_paired_stats_dirs() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 17 LOC McCabe index: 8 number of parameters: 1 id: 7466 unit: def run_with_module_cache_retry() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 17 LOC McCabe index: 6 number of parameters: 3 id: 7467 unit: def check_cmake_version() file: utils/swift_build_support/swift_build_support/cmake.py start line: 0 end line: 0 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 7468 unit: def finalize() file: utils/swift_build_support/swift_build_support/productpipeline_list_builder.py start line: 0 end line: 0 size: 17 LOC McCabe index: 9 number of parameters: 2 id: 7469 unit: def build() file: utils/swift_build_support/swift_build_support/products/cmark.py start line: 0 end line: 0 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 7470 unit: def build() file: utils/swift_build_support/swift_build_support/products/playgroundsupport.py start line: 0 end line: 0 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 7471 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/swiftformat.py start line: 0 end line: 0 size: 17 LOC McCabe index: 5 number of parameters: 4 id: 7472 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/swiftinspect.py start line: 0 end line: 0 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 7473 unit: def defineRandomNominalType() file: utils/type-layout-fuzzer.py start line: 0 end line: 0 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 7474 unit: func formalMutation() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 490 end line: 517 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 7475 unit: func a() file: validation-test/compiler_crashers_fixed/01086-swift-parser-parseexprpostfix.swift start line: 18 end line: 42 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 7476 unit: func f() file: validation-test/compiler_crashers_fixed/01217-swift-typechecker-resolveidentifiertype.swift start line: 11 end line: 29 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 7477 unit: func checkTopLevelHash() file: validation-test/stdlib/Hashing.swift start line: 120 end line: 136 size: 17 LOC McCabe index: 2 number of parameters: 5 id: 7478 unit: func checkRef() file: benchmark/single-source/COWTree.swift start line: 40 end line: 55 size: 16 LOC McCabe index: 10 number of parameters: 3 id: 7479 unit: func fillBlock() file: benchmark/single-source/Hash.swift start line: 184 end line: 211 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7480 unit: func createNSArray() file: benchmark/single-source/ObjectiveCBridging.swift start line: 196 end line: 211 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 7481 unit: constexpr bool canBeCalledIndirectly() file: include/swift/AST/ExtInfo.h start line: 255 end line: 271 size: 16 LOC McCabe index: 10 number of parameters: 1 id: 7482 unit: constexpr bool hasSelfParam() file: include/swift/AST/ExtInfo.h start line: 393 end line: 408 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7483 unit: SILFunctionLanguage getSILFunctionLanguage() file: include/swift/AST/ExtInfo.h start line: 626 end line: 642 size: 16 LOC McCabe index: 10 number of parameters: 1 id: 7484 unit: constexpr bool hasSelfParam() file: include/swift/AST/ExtInfo.h start line: 753 end line: 768 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7485 unit: constexpr bool hasContext() file: include/swift/AST/ExtInfo.h start line: 771 end line: 786 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7486 unit: void verify() file: include/swift/AST/FineGrainedDependencies.h start line: 323 end line: 338 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 7487 unit: bool verifySequenceNumber() file: include/swift/AST/FineGrainedDependencies.h start line: 776 end line: 791 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7488 unit: bool erase() file: include/swift/Basic/FrozenMultiMap.h start line: 98 end line: 121 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7489 unit: llvm::hash_code getPCHHashComponents() file: include/swift/Basic/LangOptions.h start line: 807 end line: 823 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 7490 unit: static bool chunkStartsNestedGroup() file: include/swift/IDE/CodeCompletion.h start line: 253 end line: 268 size: 16 LOC McCabe index: 14 number of parameters: 1 id: 7491 unit: void to() file: include/swift/IRGen/Linking.h start line: 1530 end line: 1551 size: 16 LOC McCabe index: 9 number of parameters: 2 id: 7492 unit: void walk() file: include/swift/Markup/AST.h start line: 693 end line: 711 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7493 unit: void diagnoseDollarIdentifier() file: include/swift/Parse/Parser.h start line: 605 end line: 626 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7494 unit: bool readPECOFF() file: include/swift/Reflection/ReflectionContext.h start line: 388 end line: 408 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7495 unit: bool projectEnumValue() file: include/swift/Reflection/ReflectionContext.h start line: 1036 end line: 1052 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7496 unit: static TypeRefID Profile() file: include/swift/Reflection/TypeRef.h start line: 458 end line: 474 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7497 unit: static Demangle::NodePointer cloneDemangleNode() file: include/swift/Remote/MetadataReader.h start line: 1966 end line: 1983 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7498 unit: static inline void swift_ptrauth_copy_data() file: include/swift/Runtime/Config.h start line: 355 end line: 371 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7499 unit: bool hasImportAsMemberStatus() file: include/swift/SIL/AbstractionPattern.h start line: 508 end line: 524 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7500 unit: static ApplySite isa() file: include/swift/SIL/ApplySite.h start line: 99 end line: 115 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7501 unit: SILValue getSingleDirectResult() file: include/swift/SIL/ApplySite.h start line: 594 end line: 609 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7502 unit: CastConsumptionKind getBridgedConsumptionKind() file: include/swift/SIL/DynamicCasts.h start line: 182 end line: 200 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7503 unit: Optional getSuccessBlockCount() file: include/swift/SIL/DynamicCasts.h start line: 231 end line: 246 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7504 unit: Optional getFailureBlockCount() file: include/swift/SIL/DynamicCasts.h start line: 269 end line: 284 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7505 unit: SILValue getDest() file: include/swift/SIL/DynamicCasts.h start line: 309 end line: 328 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7506 unit: static InteriorPointerOperandKind get() file: include/swift/SIL/OwnershipUtils.h start line: 715 end line: 730 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7507 unit: static InteriorPointerOperandKind inferFromResult() file: include/swift/SIL/OwnershipUtils.h start line: 735 end line: 750 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7508 unit: static inline bool isCastProjectionKind() file: include/swift/SIL/Projection.h start line: 118 end line: 133 size: 16 LOC McCabe index: 11 number of parameters: 1 id: 7509 unit: SILType getCastType() file: include/swift/SIL/Projection.h start line: 316 end line: 331 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7510 unit: bool isInoutConvention() file: include/swift/SIL/SILArgumentConvention.h start line: 77 end line: 92 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7511 unit: bool isOwnedConvention() file: include/swift/SIL/SILArgumentConvention.h start line: 94 end line: 109 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7512 unit: bool isGuaranteedConvention() file: include/swift/SIL/SILArgumentConvention.h start line: 111 end line: 126 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7513 unit: bool isExclusiveIndirectParameter() file: include/swift/SIL/SILArgumentConvention.h start line: 129 end line: 145 size: 16 LOC McCabe index: 10 number of parameters: 0 id: 7514 unit: void SILCloner::cloneFunctionBody() file: include/swift/SIL/SILCloner.h start line: 602 end line: 624 size: 16 LOC McCabe index: 6 number of parameters: 4 id: 7515 unit: void SILCloner::visitUnconditionalCheckedCastValueInst() file: include/swift/SIL/SILCloner.h start line: 1702 end line: 1717 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7516 unit: void SILCloner::visitDifferentiableFunctionInst() file: include/swift/SIL/SILCloner.h start line: 2952 end line: 2967 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7517 unit: bool ApplyInstBase::isCalleeDynamicallyReplaceable() file: include/swift/SIL/SILInstruction.h start line: 9493 end line: 9511 size: 16 LOC McCabe index: 6 number of parameters: 0 id: 7518 unit: void maybeAddEntry() file: include/swift/SIL/SILVTableVisitor.h start line: 70 end line: 105 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7519 unit: static bool isEqual() file: include/swift/Sema/CSBindings.h start line: 589 end line: 612 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7520 unit: std::string getName() file: include/swift/Sema/CSFix.h start line: 1817 end line: 1832 size: 16 LOC McCabe index: 6 number of parameters: 0 id: 7521 unit: Optional AbsoluteRawSyntax::getLastToken() file: include/swift/Syntax/AbsoluteRawSyntax.h start line: 469 end line: 486 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7522 unit: int swift::ide::api::deserializeSDKDump() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2319 end line: 2335 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7523 unit: void swift::ide::api::SDKNodeDeclFunction::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2448 end line: 2463 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7524 unit: bool ASTContext::hasPointerArgumentIntrinsics() file: lib/AST/ASTContext.cpp start line: 1728 end line: 1743 size: 16 LOC McCabe index: 15 number of parameters: 0 id: 7525 unit: bool ASTBuilder::validateParentType() file: lib/AST/ASTDemangler.cpp start line: 789 end line: 813 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7526 unit: void printWhereRequirements() file: lib/AST/ASTDumper.cpp start line: 456 end line: 472 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7527 unit: void visitDestructureTupleExpr() file: lib/AST/ASTDumper.cpp start line: 2160 end line: 2175 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7528 unit: void visitClosureExpr() file: lib/AST/ASTDumper.cpp start line: 2446 end line: 2463 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7529 unit: void visitPlaceholderType() file: lib/AST/ASTDumper.cpp start line: 3539 end line: 3554 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7530 unit: void visitTypeAliasType() file: lib/AST/ASTDumper.cpp start line: 3589 end line: 3605 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7531 unit: void printArchetypeCommon() file: lib/AST/ASTDumper.cpp start line: 3720 end line: 3736 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7532 unit: static StringRef getExternalPathComponentKindString() file: lib/AST/ASTDumper.cpp start line: 4077 end line: 4092 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7533 unit: static Optional getOverriddenSwiftProtocolObjCName() file: lib/AST/ASTMangler.cpp start line: 917 end line: 937 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7534 unit: void ASTMangler::appendRetroactiveConformances() file: lib/AST/ASTMangler.cpp start line: 1688 end line: 1707 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7535 unit: void PrintAST::printDeclGenericRequirements() file: lib/AST/ASTPrinter.cpp start line: 2389 end line: 2408 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7536 unit: void PrintAST::visitIfConfigDecl() file: lib/AST/ASTPrinter.cpp start line: 3145 end line: 3161 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7537 unit: void PrintAST::visitAssociatedTypeDecl() file: lib/AST/ASTPrinter.cpp start line: 3223 end line: 3243 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7538 unit: void PrintAST::visitDictionaryExpr() file: lib/AST/ASTPrinter.cpp start line: 4215 end line: 4230 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7539 unit: void PrintAST::visitYieldStmt() file: lib/AST/ASTPrinter.cpp start line: 4598 end line: 4615 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7540 unit: void visitDynamicSelfType() file: lib/AST/ASTPrinter.cpp start line: 5347 end line: 5367 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7541 unit: static void printTrailingRequirements() file: lib/AST/ASTPrinter.cpp start line: 6706 end line: 6722 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7542 unit: template T dispatchVisitPost() file: lib/AST/ASTVerifier.cpp start line: 407 end line: 436 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7543 unit: bool checkSameLValueness() file: lib/AST/ASTVerifier.cpp start line: 3302 end line: 3320 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7544 unit: void checkSameOrSubType() file: lib/AST/ASTVerifier.cpp start line: 3394 end line: 3414 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7545 unit: static bool shouldVerifyGivenContext() file: lib/AST/ASTVerifier.cpp start line: 3680 end line: 3697 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7546 unit: AvailabilityContext AvailabilityInference::availableRange() file: lib/AST/Availability.cpp start line: 206 end line: 232 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7547 unit: clang::QualType ClangTypeConverter::visitTupleType() file: lib/AST/ClangTypeConverter.cpp start line: 426 end line: 446 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7548 unit: void ConformanceLookupTable::getAllConformances() file: lib/AST/ConformanceLookupTable.cpp start line: 1105 end line: 1125 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 7549 unit: bool Decl::isWeakImported() file: lib/AST/Decl.cpp start line: 968 end line: 987 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7550 unit: bool VarDecl::isLayoutExposedToClients() file: lib/AST/Decl.cpp start line: 1777 end line: 1795 size: 16 LOC McCabe index: 8 number of parameters: 0 id: 7551 unit: bool ValueDecl::isRecursiveValidation() file: lib/AST/Decl.cpp start line: 3159 end line: 3178 size: 16 LOC McCabe index: 9 number of parameters: 0 id: 7552 unit: SourceLoc ValueDecl::getAttributeInsertionLoc() file: lib/AST/Decl.cpp start line: 3260 end line: 3279 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7553 unit: static bool checkAccessUsingAccessScopes() file: lib/AST/Decl.cpp start line: 3556 end line: 3574 size: 16 LOC McCabe index: 8 number of parameters: 4 id: 7554 unit: bool ClassDecl::walkSuperclasses() file: lib/AST/Decl.cpp start line: 4760 end line: 4778 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7555 unit: void AbstractStorageDecl::setAccessors() file: lib/AST/Decl.cpp start line: 5507 end line: 5524 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7556 unit: void VarDecl::visitAuxiliaryDecls() file: lib/AST/Decl.cpp start line: 6433 end line: 6452 size: 16 LOC McCabe index: 10 number of parameters: 1 id: 7557 unit: void ParamDecl::setDefaultExpr() file: lib/AST/Decl.cpp start line: 6830 end line: 6848 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7558 unit: bool walkToDeclPre() file: lib/AST/Decl.cpp start line: 7661 end line: 7683 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7559 unit: static APFloat getFloatLiteralValue() file: lib/AST/Expr.cpp start line: 1011 end line: 1026 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7560 unit: static bool checkModuleSignature() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 514 end line: 529 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7561 unit: static NodeKind translateKind() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 499 end line: 514 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7562 unit: FloatingRequirementSource FloatingRequirementSource::asInferred() file: lib/AST/GenericSignatureBuilder.cpp start line: 1792 end line: 1809 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7563 unit: bool FloatingRequirementSource::isRecursive() file: lib/AST/GenericSignatureBuilder.cpp start line: 1811 end line: 1830 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7564 unit: std::string GenericSignatureBuilder::PotentialArchetype::getDebugName() file: lib/AST/GenericSignatureBuilder.cpp start line: 1857 end line: 1881 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 7565 unit: ConstraintResult GenericSignatureBuilder::addSameTypeRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 4958 end line: 4973 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7566 unit: void ModuleDecl::lookupClassMember() file: lib/AST/Module.cpp start line: 745 end line: 762 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7567 unit: bool ModuleDecl::isImportedImplementationOnly() file: lib/AST/Module.cpp start line: 2414 end line: 2435 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7568 unit: Optional ModuleDependencies::getBridgingHeader() file: lib/AST/ModuleDependencies.cpp start line: 133 end line: 148 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7569 unit: void ModuleLoader::findOverlayFiles() file: lib/AST/ModuleLoader.cpp start line: 156 end line: 173 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7570 unit: void LookupResult::filter() file: lib/AST/NameLookup.cpp start line: 79 end line: 98 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7571 unit: void RewriteSystem::computeMinimalConformances() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 1007 end line: 1026 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7572 unit: static void recordConflict() file: lib/AST/RequirementMachine/PropertyUnification.cpp start line: 115 end line: 135 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7573 unit: static void realizeTypeRequirement() file: lib/AST/RequirementMachine/RequirementLowering.cpp start line: 210 end line: 231 size: 16 LOC McCabe index: 6 number of parameters: 4 id: 7574 unit: void RewritePathEvaluator::applyShift() file: lib/AST/RequirementMachine/RewriteLoop.cpp start line: 242 end line: 260 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7575 unit: bool Rule::isProtocolRefinementRule() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 96 end line: 120 size: 16 LOC McCabe index: 8 number of parameters: 0 id: 7576 unit: ArrayRef Symbol::getRootProtocols() file: lib/AST/RequirementMachine/Symbol.cpp start line: 485 end line: 503 size: 16 LOC McCabe index: 9 number of parameters: 0 id: 7577 unit: void ModuleSearchPathLookup::addFilesInPathToLookupTable() file: lib/AST/SearchPathOptions.cpp start line: 18 end line: 33 size: 16 LOC McCabe index: 5 number of parameters: 5 id: 7578 unit: bool SubstitutionMap::isIdentity() file: lib/AST/SubstitutionMap.cpp start line: 739 end line: 759 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7579 unit: Type TypeBase::removeArgumentLabels() file: lib/AST/Type.cpp start line: 962 end line: 984 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7580 unit: bool TypeBase::isBindableTo() file: lib/AST/Type.cpp start line: 2501 end line: 2522 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7581 unit: void UnqualifiedLookupFactory::ResultFinderForTypeContext::findResults() file: lib/AST/UnqualifiedLookup.cpp start line: 335 end line: 352 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7582 unit: void ClusteredBitVector::print() file: lib/Basic/ClusteredBitVector.cpp start line: 28 end line: 44 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7583 unit: Optional Fingerprint::fromString() file: lib/Basic/Fingerprint.cpp start line: 32 end line: 49 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7584 unit: bool swift::triplesAreValidForZippering() file: lib/Basic/Platform.cpp start line: 55 end line: 80 size: 16 LOC McCabe index: 9 number of parameters: 2 id: 7585 unit: void SourceLoc::print() file: lib/Basic/SourceLoc.cpp start line: 293 end line: 310 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7586 unit: void swift::UUID::toString() file: lib/Basic/UUID.cpp start line: 89 end line: 107 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7587 unit: static bool extractFirstUnicodeScalarImpl() file: lib/Basic/Unicode.cpp start line: 92 end line: 112 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7588 unit: bool ClangImporter::isInOverlayModuleForImportedModule() file: lib/ClangImporter/ClangImporter.cpp start line: 4634 end line: 4653 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7589 unit: static ImportedType rectifySubscriptTypes() file: lib/ClangImporter/ImportDecl.cpp start line: 1823 end line: 1854 size: 16 LOC McCabe index: 7 number of parameters: 4 id: 7590 unit: static void inferProtocolMemberAvailability() file: lib/ClangImporter/ImportDecl.cpp start line: 1885 end line: 1908 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7591 unit: static bool areParameterTypesEqual() file: lib/ClangImporter/ImportDecl.cpp start line: 7191 end line: 7209 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7592 unit: void addCompletionHandlerAttribute() file: lib/ClangImporter/ImportDecl.cpp start line: 8137 end line: 8157 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7593 unit: ImportedName NameImporter::importName() file: lib/ClangImporter/ImportName.cpp start line: 2261 end line: 2276 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7594 unit: void recordImplicitUnwrapForDecl() file: lib/ClangImporter/ImporterImpl.h start line: 747 end line: 764 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7595 unit: bool findExternalPath() file: lib/ClangImporter/Serializability.cpp start line: 155 end line: 183 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7596 unit: static bool isDeclName() file: lib/Demangling/Demangler.cpp start line: 37 end line: 52 size: 16 LOC McCabe index: 10 number of parameters: 1 id: 7597 unit: NodePointer Demangler::changeKind() file: lib/Demangling/Demangler.cpp start line: 687 end line: 702 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7598 unit: NodePointer Demangler::popFunctionType() file: lib/Demangling/Demangler.cpp start line: 1329 end line: 1345 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7599 unit: NodePointer Demangler::popProtocol() file: lib/Demangling/Demangler.cpp start line: 1507 end line: 1526 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7600 unit: NodePointer Demangler::popAnyProtocolConformanceList() file: lib/Demangling/Demangler.cpp start line: 1528 end line: 1544 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7601 unit: NodePointer Demangler::demangleBoundGenericType() file: lib/Demangling/Demangler.cpp start line: 1679 end line: 1696 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7602 unit: bool Demangle::nodeConsumesGenericArgs() file: lib/Demangling/Demangler.cpp start line: 1698 end line: 1713 size: 16 LOC McCabe index: 10 number of parameters: 1 id: 7603 unit: NodePointer Demangler::demangleProtocolList() file: lib/Demangling/Demangler.cpp start line: 3487 end line: 3503 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7604 unit: bool demangleFuncSigSpecializationClosureProp() file: lib/Demangling/OldDemangler.cpp start line: 594 end line: 618 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7605 unit: ManglingError Remangler::mangleImplFunctionAttribute() file: lib/Demangling/OldRemangler.cpp start line: 1590 end line: 1605 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7606 unit: ManglingError Remangler::mangleExtension() file: lib/Demangling/OldRemangler.cpp start line: 1982 end line: 2001 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7607 unit: ManglingError Remangler::mangleBoundGenericFunction() file: lib/Demangling/Remangler.cpp start line: 808 end line: 824 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7608 unit: ManglingError Remangler::mangleGenericPartialSpecialization() file: lib/Demangling/Remangler.cpp start line: 1496 end line: 1512 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7609 unit: ManglingError Remangler::mangleProtocolConformance() file: lib/Demangling/Remangler.cpp start line: 2330 end line: 2345 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7610 unit: ManglingError Remangler::mangleAutoDiffSubsetParametersThunk() file: lib/Demangling/Remangler.cpp start line: 2643 end line: 2658 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7611 unit: void Serializer::writeBlockInfoBlock() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 715 end line: 733 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 7612 unit: static void validateDebugInfoArgs() file: lib/Driver/Driver.cpp start line: 215 end line: 237 size: 16 LOC McCabe index: 8 number of parameters: 2 id: 7613 unit: static SmallVector findRemovedInputs() file: lib/Driver/Driver.cpp start line: 688 end line: 703 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7614 unit: static StringRef assignOutputName() file: lib/Driver/Driver.cpp start line: 2521 end line: 2539 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7615 unit: void CommandOutput::setAdditionalOutputForType() file: lib/Driver/Job.cpp start line: 228 end line: 248 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7616 unit: void ToolChain::addPrimaryInputsOfType() file: lib/Driver/ToolChains.cpp start line: 100 end line: 115 size: 16 LOC McCabe index: 5 number of parameters: 5 id: 7617 unit: void visit() file: lib/DriverTool/swift_api_digester_main.cpp start line: 957 end line: 972 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7618 unit: bool DiagnosticVerifier::checkForFixIt() file: lib/Frontend/DiagnosticVerifier.cpp start line: 256 end line: 274 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 7619 unit: bool CompilerInstance::setUpVirtualFileSystemOverlays() file: lib/Frontend/Frontend.cpp start line: 434 end line: 453 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7620 unit: StringRef InterfaceSubContextDelegateImpl::computeCachedOutputPath() file: lib/Frontend/ModuleInterfaceLoader.cpp start line: 1522 end line: 1537 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 7621 unit: static void describeFixIts() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 341 end line: 356 size: 16 LOC McCabe index: 8 number of parameters: 3 id: 7622 unit: static bool precompileBridgingHeader() file: lib/FrontendTool/FrontendTool.cpp start line: 391 end line: 407 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7623 unit: static bool dumpAndPrintScopeMap() file: lib/FrontendTool/FrontendTool.cpp start line: 492 end line: 510 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7624 unit: static void freeASTContextIfPossible() file: lib/FrontendTool/FrontendTool.cpp start line: 1487 end line: 1518 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7625 unit: void addSubModuleNames() file: lib/IDE/CodeCompletion.cpp start line: 2158 end line: 2173 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7626 unit: void addPoundSelector() file: lib/IDE/CodeCompletion.cpp start line: 2891 end line: 2909 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7627 unit: void addNominalTypeRef() file: lib/IDE/CodeCompletion.cpp start line: 3457 end line: 3481 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 7628 unit: void addKeyword() file: lib/IDE/CodeCompletion.cpp start line: 3586 end line: 3601 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7629 unit: void addTypeAlias() file: lib/IDE/CodeCompletion.cpp start line: 5379 end line: 5394 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7630 unit: void CodeCompletionCallbacksImpl::completeCallArg() file: lib/IDE/CodeCompletion.cpp start line: 5914 end line: 5934 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7631 unit: static void addStmtKeywords() file: lib/IDE/CodeCompletion.cpp start line: 6208 end line: 6225 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7632 unit: void CodeCompletionCache::setImpl() file: lib/IDE/CodeCompletionCache.cpp start line: 75 end line: 94 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7633 unit: void printTypeName() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 274 end line: 292 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7634 unit: size_t swift::ide::getOffsetOfLine() file: lib/IDE/Formatting.cpp start line: 2978 end line: 2997 size: 16 LOC McCabe index: 8 number of parameters: 2 id: 7635 unit: static double scoreRun() file: lib/IDE/FuzzyStringMatcher.cpp start line: 268 end line: 292 size: 16 LOC McCabe index: 9 number of parameters: 6 id: 7636 unit: static bool shouldPrintAsFavorable() file: lib/IDE/IDETypeChecking.cpp start line: 55 end line: 71 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7637 unit: bool ClangCommentPrinter::isDocumentationComment() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 1076 end line: 1093 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7638 unit: void splitAndRenameLabel() file: lib/IDE/Refactoring.cpp start line: 161 end line: 176 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7639 unit: StringRef getDefaultPreferredName() file: lib/IDE/Refactoring.cpp start line: 927 end line: 942 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7640 unit: bool RefactoringActionReplaceBodiesWithFatalError::performChange() file: lib/IDE/Refactoring.cpp start line: 1787 end line: 1806 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7641 unit: static void interpolatedExpressionForm() file: lib/IDE/Refactoring.cpp start line: 1956 end line: 1971 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7642 unit: SmallString buildRenamedAttribute() file: lib/IDE/Refactoring.cpp start line: 4412 end line: 4432 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7643 unit: void addForwardedErrorArgument() file: lib/IDE/Refactoring.cpp start line: 7830 end line: 7853 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7644 unit: bool NameMatcher::walkToTypeReprPre() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 473 end line: 491 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7645 unit: void removeCommentLines() file: lib/IDE/Utils.cpp start line: 1044 end line: 1059 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7646 unit: bool useSpecialConvention() file: lib/IRGen/Callee.h start line: 236 end line: 252 size: 16 LOC McCabe index: 11 number of parameters: 0 id: 7647 unit: APInt PointerInfo::getFixedExtraInhabitantValue() file: lib/IRGen/ExtraInhabitants.cpp start line: 71 end line: 89 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7648 unit: void PointerInfo::storeExtraInhabitant() file: lib/IRGen/ExtraInhabitants.cpp start line: 193 end line: 211 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7649 unit: bool FulfillmentMap::searchConformance() file: lib/IRGen/Fulfillment.cpp start line: 180 end line: 198 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7650 unit: bool irgen::canCoerceToSchema() file: lib/IRGen/GenCall.cpp start line: 3230 end line: 3254 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7651 unit: void buildMethod() file: lib/IRGen/GenClass.cpp start line: 1673 end line: 1688 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7652 unit: void visitFuncDecl() file: lib/IRGen/GenDecl.cpp start line: 149 end line: 172 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7653 unit: void irgen::updateLinkageForDefinition() file: lib/IRGen/GenDecl.cpp start line: 2149 end line: 2169 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7654 unit: static void addLLVMFunctionAttributes() file: lib/IRGen/GenDecl.cpp start line: 2625 end line: 2643 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7655 unit: void storeEnumTagSinglePayload() file: lib/IRGen/GenEnum.cpp start line: 744 end line: 760 size: 16 LOC McCabe index: 2 number of parameters: 6 id: 7656 unit: void emitValueProject() file: lib/IRGen/GenEnum.cpp start line: 4276 end line: 4296 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7657 unit: std::pair getRotationAmountsForExtraInhabitants() file: lib/IRGen/GenEnum.cpp start line: 5289 end line: 5305 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7658 unit: llvm::APInt irgen::gatherBits() file: lib/IRGen/GenEnum.cpp start line: 7179 end line: 7194 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7659 unit: APInt IRGenModule::getReferenceStorageExtraInhabitantMask() file: lib/IRGen/GenHeap.cpp start line: 661 end line: 676 size: 16 LOC McCabe index: 8 number of parameters: 2 id: 7660 unit: Address irgen::emitAllocateExistentialBoxInBuffer() file: lib/IRGen/GenHeap.cpp start line: 1683 end line: 1699 size: 16 LOC McCabe index: 1 number of parameters: 6 id: 7661 unit: void IRGenModule::emitSILGlobalVariable() file: lib/IRGen/GenInit.cpp start line: 38 end line: 58 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7662 unit: bool isUniqueDescriptor() file: lib/IRGen/GenMeta.cpp start line: 2057 end line: 2073 size: 16 LOC McCabe index: 9 number of parameters: 0 id: 7663 unit: ConstantReference getParent() file: lib/IRGen/GenMeta.cpp start line: 2079 end line: 2105 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7664 unit: void irgen::emitLazyCanonicalSpecializedMetadataAccessor() file: lib/IRGen/GenMeta.cpp start line: 2232 end line: 2249 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7665 unit: void irgen::emitSpecializedGenericStructMetadata() file: lib/IRGen/GenMeta.cpp start line: 4607 end line: 4625 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 7666 unit: void irgen::emitSpecializedGenericEnumMetadata() file: lib/IRGen/GenMeta.cpp start line: 4943 end line: 4960 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 7667 unit: void createMetadataAccessFunction() file: lib/IRGen/GenMeta.cpp start line: 5018 end line: 5036 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 7668 unit: static void addGenericRequirement() file: lib/IRGen/GenMeta.cpp start line: 5410 end line: 5426 size: 16 LOC McCabe index: 3 number of parameters: 7 id: 7669 unit: static Address emitAddressOfValueWitnessTableValue() file: lib/IRGen/GenOpaque.cpp start line: 355 end line: 379 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7670 unit: void irgen::emitStoreEnumTagSinglePayloadCall() file: lib/IRGen/GenOpaque.cpp start line: 871 end line: 887 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7671 unit: static void hashStringForList() file: lib/IRGen/GenPointerAuth.cpp start line: 460 end line: 476 size: 16 LOC McCabe index: 4 number of parameters: 5 id: 7672 unit: void BindPolymorphicParameter::emit() file: lib/IRGen/GenProto.cpp start line: 726 end line: 742 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7673 unit: void EmitPolymorphicParameters::emit() file: lib/IRGen/GenProto.cpp start line: 2338 end line: 2359 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7674 unit: static CanType getSubstSelfType() file: lib/IRGen/GenProto.cpp start line: 3068 end line: 3102 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7675 unit: bool canValueWitnessExtraInhabitantsUpTo() file: lib/IRGen/GenRecord.h start line: 598 end line: 618 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7676 unit: void layout() file: lib/IRGen/GenReflection.cpp start line: 973 end line: 993 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7677 unit: MemberAccessStrategy getFieldAccessStrategy() file: lib/IRGen/GenStruct.cpp start line: 221 end line: 236 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7678 unit: void LoadableTypeInfo::initializeWithCopy() file: lib/IRGen/GenType.cpp start line: 171 end line: 191 size: 16 LOC McCabe index: 3 number of parameters: 5 id: 7679 unit: static void emitStoreBytes() file: lib/IRGen/GenType.cpp start line: 548 end line: 565 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7680 unit: CanType TypeConverter::getExemplarType() file: lib/IRGen/GenType.cpp start line: 1869 end line: 1886 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7681 unit: FixedPacking TypeInfo::getFixedPacking() file: lib/IRGen/GenValueWitness.cpp start line: 1304 end line: 1339 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7682 unit: void collect() file: lib/IRGen/GenericArguments.h start line: 75 end line: 92 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7683 unit: unsigned getNumTypeRequirements() file: lib/IRGen/GenericRequirement.h start line: 119 end line: 136 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7684 unit: bool IRGenDebugInfoImpl::lineEntryIsSane() file: lib/IRGen/IRGenDebugInfo.cpp start line: 2014 end line: 2029 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7685 unit: std::string IRGenMangler::mangleSymbolNameForAssociatedConformanceWitness() file: lib/IRGen/IRGenMangler.cpp start line: 310 end line: 326 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7686 unit: std::string mangleAssociatedConformanceDescriptor() file: lib/IRGen/IRGenMangler.h start line: 331 end line: 346 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7687 unit: bool isStandardLibrary() file: lib/IRGen/IRGenModule.cpp start line: 850 end line: 867 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7688 unit: void IRGenSILFunction::visitDifferentiableFunctionExtractInst() file: lib/IRGen/IRGenSIL.cpp start line: 2487 end line: 2502 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7689 unit: void IRGenSILFunction::visitStoreInst() file: lib/IRGen/IRGenSIL.cpp start line: 4739 end line: 4755 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7690 unit: void IRGenSILFunction::visitEndUnpairedAccessInst() file: lib/IRGen/IRGenSIL.cpp start line: 5735 end line: 5754 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7691 unit: static void emitTrapAndUndefValue() file: lib/IRGen/IRGenSIL.cpp start line: 5895 end line: 5912 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7692 unit: static bool modNonFuncTypeResultType() file: lib/IRGen/LoadableByAddress.cpp start line: 234 end line: 249 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7693 unit: static bool shouldTransformYields() file: lib/IRGen/LoadableByAddress.cpp start line: 361 end line: 376 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7694 unit: void StructLayoutBuilder::addDefaultActorHeader() file: lib/IRGen/StructLayout.cpp start line: 204 end line: 225 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7695 unit: void addCase() file: lib/IRGen/SwitchBuilder.h start line: 112 end line: 144 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7696 unit: void AlignedGroupEntry::storeEnumTagSinglePayload() file: lib/IRGen/TypeLayout.cpp start line: 1248 end line: 1264 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 7697 unit: void forEachActiveContainer() file: lib/Index/Index.cpp start line: 214 end line: 235 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7698 unit: bool visitModuleReference() file: lib/Index/Index.cpp start line: 830 end line: 849 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7699 unit: bool IndexSwiftASTWalker::reportRelatedRef() file: lib/Index/Index.cpp start line: 1274 end line: 1294 size: 16 LOC McCabe index: 5 number of parameters: 5 id: 7700 unit: bool matches() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 380 end line: 395 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 7701 unit: FoundResult handleParent() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 107 end line: 125 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7702 unit: bool handlePropertyTypeChange() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 1095 end line: 1110 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7703 unit: bool walkToExprPre() file: lib/Migrator/OptionalTryMigratorPass.cpp start line: 34 end line: 57 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7704 unit: SourceLoc Lexer::getLocForStartOfToken() file: lib/Parse/Lexer.cpp start line: 2788 end line: 2810 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7705 unit: bool Parser::skipBracedBlock() file: lib/Parse/ParseDecl.cpp start line: 6020 end line: 6039 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7706 unit: ParserResult Parser::parseExprPostfix() file: lib/Parse/ParseExpr.cpp start line: 1461 end line: 1482 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7707 unit: void Parser::parseOptionalArgumentLabel() file: lib/Parse/ParseExpr.cpp start line: 2125 end line: 2147 size: 16 LOC McCabe index: 8 number of parameters: 2 id: 7708 unit: static bool isStartOfLabelledTrailingClosure() file: lib/Parse/ParseExpr.cpp start line: 3186 end line: 3210 size: 16 LOC McCabe index: 9 number of parameters: 1 id: 7709 unit: ParserResult Parser::maybeParseGenericParams() file: lib/Parse/ParseGeneric.cpp start line: 170 end line: 190 size: 16 LOC McCabe index: 6 number of parameters: 0 id: 7710 unit: ParserResult Parser::parseMatchingPatternAsLetOrVar() file: lib/Parse/ParsePattern.cpp start line: 1363 end line: 1384 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7711 unit: static bool canParsePattern() file: lib/Parse/ParsePattern.cpp start line: 1399 end line: 1415 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7712 unit: bool CodeCompletionSecondPassRequest::evaluate() file: lib/Parse/Parser.cpp start line: 125 end line: 145 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7713 unit: bool Parser::parseMatchingToken() file: lib/Parse/Parser.cpp start line: 991 end line: 1008 size: 16 LOC McCabe index: 5 number of parameters: 4 id: 7714 unit: void SyntaxParsingContext::collectNodesInPlace() file: lib/Parse/SyntaxParsingContext.cpp start line: 305 end line: 320 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7715 unit: void maybePrintObjCGenericParameters() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 123 end line: 138 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7716 unit: bool isEmptyExtensionDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 158 end line: 175 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7717 unit: void printProtocols() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 181 end line: 200 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7718 unit: void printRenameForDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 933 end line: 949 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7719 unit: bool isObjCReferenceCountableObjectType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1029 end line: 1047 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7720 unit: void maybePrintTagKeyword() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1589 end line: 1608 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7721 unit: bool writeFunc() file: lib/PrintAsClang/ModuleContentsWriter.cpp start line: 383 end line: 400 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7722 unit: FormalLinkage swift::getDeclLinkage() file: lib/SIL/IR/SIL.cpp start line: 33 end line: 53 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7723 unit: bool SILPhiArgument::getIncomingPhiValues() file: lib/SIL/IR/SILArgument.cpp start line: 210 end line: 227 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7724 unit: bool SILPhiArgument::getSingleTerminatorOperands() file: lib/SIL/IR/SILArgument.cpp start line: 283 end line: 301 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7725 unit: void SILBasicBlock::cloneArgumentList() file: lib/SIL/IR/SILBasicBlock.cpp start line: 112 end line: 128 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7726 unit: static SILDebugLocation skipInternalLocations() file: lib/SIL/IR/SILConstants.cpp start line: 859 end line: 882 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7727 unit: bool SILDeclRef::isNativeToForeignThunk() file: lib/SIL/IR/SILDeclRef.cpp start line: 757 end line: 779 size: 16 LOC McCabe index: 8 number of parameters: 0 id: 7728 unit: bool SILFunction::hasDynamicSelfMetadata() file: lib/SIL/IR/SILFunction.cpp start line: 638 end line: 657 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7729 unit: CanSILFunctionType SILFunctionType::getWithExtInfo() file: lib/SIL/IR/SILFunctionType.cpp start line: 1065 end line: 1082 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7730 unit: bool maybeAddForeignAsyncParameter() file: lib/SIL/IR/SILFunctionType.cpp start line: 1510 end line: 1526 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7731 unit: CanType visitType() file: lib/SIL/IR/SILFunctionType.cpp start line: 3880 end line: 3900 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7732 unit: bool SILInstruction::isAllocatingStack() file: lib/SIL/IR/SILInstruction.cpp start line: 1270 end line: 1289 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7733 unit: void SILModule::eraseFunction() file: lib/SIL/IR/SILModule.cpp start line: 563 end line: 590 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7734 unit: void visitDifferentiableFunctionInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2615 end line: 2630 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7735 unit: PrintOptions PrintOptions::printSIL() file: lib/SIL/IR/SILPrinter.cpp start line: 3970 end line: 3985 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7736 unit: static bool canCreateProfilerForAST() file: lib/SIL/IR/SILProfiler.cpp start line: 136 end line: 153 size: 16 LOC McCabe index: 9 number of parameters: 2 id: 7737 unit: CanType swift::getSILBoxFieldLoweredType() file: lib/SIL/IR/SILType.cpp start line: 456 end line: 477 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7738 unit: ValueKind swift::getSILValueKind() file: lib/SIL/IR/SILValue.cpp start line: 255 end line: 273 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7739 unit: bool SILWitnessTable::enumerateWitnessTableConditionalConformances() file: lib/SIL/IR/SILWitnessTable.cpp start line: 182 end line: 200 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7740 unit: static CanAnyFunctionType getDefaultArgGeneratorInterfaceType() file: lib/SIL/IR/TypeLowering.cpp start line: 2434 end line: 2459 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7741 unit: bool SILParser::parseForwardingOwnershipKind() file: lib/SIL/Parser/ParseSIL.cpp start line: 2124 end line: 2140 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7742 unit: void BitDataflow::entryReachabilityAnalysis() file: lib/SIL/Utils/BitDataflow.cpp start line: 27 end line: 43 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7743 unit: Target prepareForEmitSome() file: lib/SIL/Utils/DynamicCasts.cpp start line: 1041 end line: 1059 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7744 unit: SILValue swift::stripCastsWithoutMarkDependence() file: lib/SIL/Utils/InstructionUtils.cpp start line: 109 end line: 125 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7745 unit: static void visitApplyAccesses() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2311 end line: 2332 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7746 unit: void MemoryLocations::handleSingleBlockLocations() file: lib/SIL/Utils/MemoryLocations.cpp start line: 212 end line: 231 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7747 unit: bool swift::findTransitiveGuaranteedUses() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 318 end line: 339 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7748 unit: void State::initializeConsumingUse() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 273 end line: 291 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7749 unit: void MemoryLifetimeVerifier::verify() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 757 end line: 775 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 7750 unit: void visitSILPhiArgument() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1002 end line: 1029 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7751 unit: void checkAllocRefDynamicInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1501 end line: 1516 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7752 unit: void checkLoadBorrowInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2185 end line: 2200 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7753 unit: void checkTupleExtractInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3101 end line: 3118 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7754 unit: void checkIsEscapingClosureInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5093 end line: 5110 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7755 unit: ArgumentSource ArgumentSource::borrow() file: lib/SILGen/ArgumentSource.cpp start line: 133 end line: 148 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7756 unit: bool isDelayedDefaultArg() file: lib/SILGen/ArgumentSource.h start line: 178 end line: 193 size: 16 LOC McCabe index: 6 number of parameters: 0 id: 7757 unit: void visitType() file: lib/SILGen/RValue.cpp start line: 230 end line: 251 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7758 unit: void SILGenModule::emitAbstractFuncDecl() file: lib/SILGen/SILGen.cpp start line: 1361 end line: 1386 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7759 unit: bool isClassMethod() file: lib/SILGen/SILGenApply.cpp start line: 1003 end line: 1030 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7760 unit: void DelayedArgument::emitBorrowedLValue() file: lib/SILGen/SILGenApply.cpp start line: 3492 end line: 3515 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7761 unit: ManagedValue SILGenBuilder::createCopyValue() file: lib/SILGen/SILGenBuilder.cpp start line: 141 end line: 159 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 7762 unit: void SILGenBuilder::createCheckedCastBranch() file: lib/SILGen/SILGenBuilder.cpp start line: 531 end line: 549 size: 16 LOC McCabe index: 2 number of parameters: 9 id: 7763 unit: static ManagedValue emitBuiltinBridgeFromRawPointer() file: lib/SILGen/SILGenBuiltin.cpp start line: 387 end line: 408 size: 16 LOC McCabe index: 3 number of parameters: 5 id: 7764 unit: static ManagedValue emitBuiltinApplyTranspose() file: lib/SILGen/SILGenBuiltin.cpp start line: 1242 end line: 1257 size: 16 LOC McCabe index: 1 number of parameters: 5 id: 7765 unit: static RValue maybeEmitPropertyWrapperInitFromValue() file: lib/SILGen/SILGenConstructor.cpp start line: 109 end line: 126 size: 16 LOC McCabe index: 5 number of parameters: 5 id: 7766 unit: static SubstitutionMap getSubstitutionsForPropertyInitializer() file: lib/SILGen/SILGenConstructor.cpp start line: 128 end line: 152 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7767 unit: void SILGenFunction::emitInjectOptionalValueInto() file: lib/SILGen/SILGenConvert.cpp start line: 79 end line: 100 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7768 unit: SILValue SILGenFunction::emitOSVersionRangeCheck() file: lib/SILGen/SILGenDecl.cpp start line: 1346 end line: 1366 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 7769 unit: static RValue emitBoolLiteral() file: lib/SILGen/SILGenExpr.cpp start line: 1963 end line: 1981 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 7770 unit: void SILGenFunction::emitFunction() file: lib/SILGen/SILGenFunction.cpp start line: 516 end line: 538 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7771 unit: static ManagedValue getAddressOfOptionalValue() file: lib/SILGen/SILGenLValue.cpp start line: 492 end line: 516 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7772 unit: void emitAssignWithSetter() file: lib/SILGen/SILGenLValue.cpp start line: 1397 end line: 1418 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7773 unit: static void pushEndApplyWriteback() file: lib/SILGen/SILGenLValue.cpp start line: 1883 end line: 1898 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7774 unit: void SILGenFunction::emitSemanticLoadInto() file: lib/SILGen/SILGenLValue.cpp start line: 4053 end line: 4071 size: 16 LOC McCabe index: 2 number of parameters: 7 id: 7775 unit: ManagedValue SILGenFunction::emitAddressOfLValue() file: lib/SILGen/SILGenLValue.cpp start line: 4400 end line: 4419 size: 16 LOC McCabe index: 8 number of parameters: 3 id: 7776 unit: ManagedValue SILGenFunction::emitBorrowedLValue() file: lib/SILGen/SILGenLValue.cpp start line: 4421 end line: 4440 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7777 unit: static bool trySetterPeephole() file: lib/SILGen/SILGenLValue.cpp start line: 4475 end line: 4501 size: 16 LOC McCabe index: 7 number of parameters: 4 id: 7778 unit: void specializeInPlace() file: lib/SILGen/SILGenPattern.cpp start line: 558 end line: 581 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7779 unit: void translate() file: lib/SILGen/SILGenPoly.cpp start line: 976 end line: 995 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7780 unit: void emitParam() file: lib/SILGen/SILGenProlog.cpp start line: 303 end line: 323 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7781 unit: bool BottomUpRefCountState::handlePotentialGuaranteedUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 336 end line: 372 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7782 unit: bool AccessStorageResult::mayConflictWith() file: lib/SILOptimizer/Analysis/AccessStorageAnalysis.cpp start line: 34 end line: 51 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7783 unit: bool AliasAnalysis::canBuiltinDecrementRefCount() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 714 end line: 738 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7784 unit: bool EscapeAnalysis::buildConnectionGraphForCallees() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1871 end line: 1888 size: 16 LOC McCabe index: 4 number of parameters: 5 id: 7785 unit: static void getExitingRegions() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 524 end line: 550 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7786 unit: MemBehavior MemoryBehaviorVisitor::visitCopyAddrInst() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 277 end line: 303 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7787 unit: SILValue RCIdentityFunctionInfo::stripRCIdentityPreservingOps() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 429 end line: 454 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7788 unit: static SILValue skipValueProjections() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 305 end line: 320 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7789 unit: bool FunctionSideEffects::summarizeCall() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 484 end line: 503 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7790 unit: void ADContext::cleanUp() file: lib/SILOptimizer/Differentiation/ADContext.cpp start line: 109 end line: 126 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7791 unit: SourceLoc DifferentiationInvoker::getLocation() file: lib/SILOptimizer/Differentiation/DifferentiationInvoker.cpp start line: 27 end line: 42 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7792 unit: void visitStoreBorrowInst() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 886 end line: 904 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7793 unit: void JVPCloner::Implementation::initializeDifferentialStructElements() file: lib/SILOptimizer/Differentiation/JVPCloner.cpp start line: 1441 end line: 1456 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7794 unit: void initializePullbackStructElements() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 161 end line: 176 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7795 unit: void visit() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 793 end line: 809 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7796 unit: void visitCopyValueInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1503 end line: 1518 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7797 unit: void visitBeginBorrowInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1523 end line: 1538 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7798 unit: void ensureAliveClassMethod() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 289 end line: 305 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7799 unit: bool SILGlobalOpt::tryRemoveGlobalAddr() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 543 end line: 566 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7800 unit: static bool isValidPropertyLoad() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 504 end line: 521 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7801 unit: static BuiltinValueKind swapCmpID() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 393 end line: 408 size: 16 LOC McCabe index: 11 number of parameters: 1 id: 7802 unit: static BuiltinValueKind invertCmpID() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 410 end line: 425 size: 16 LOC McCabe index: 11 number of parameters: 1 id: 7803 unit: static bool tryUnrollForEachCallsOverArrayLiteral() file: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp start line: 589 end line: 607 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7804 unit: static LoadWithAccess doesLoadOverlapAccess() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 90 end line: 110 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7805 unit: bool SelectEnforcement::hasPotentiallyEscapedAt() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 351 end line: 378 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7806 unit: void SelectEnforcement::updateAccess() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 455 end line: 479 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7807 unit: void ApplyRewriter::rewriteIndirectParameter() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 780 end line: 801 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7808 unit: void collectFrom() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 538 end line: 557 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7809 unit: void ElementUseCollector::collectTupleElementUses() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 603 end line: 627 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7810 unit: void run() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 546 end line: 572 size: 16 LOC McCabe index: 6 number of parameters: 0 id: 7811 unit: static void convertMemoryReinitToInitForm() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 265 end line: 281 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7812 unit: static bool diagnoseSpecialErrors() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 325 end line: 346 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7813 unit: bool AvailableValueAggregator::isFullyAvailable() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 521 end line: 540 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7814 unit: SILBasicBlock::iterator deleteDeadOperands() file: lib/SILOptimizer/Mandatory/SILGenCleanup.cpp start line: 56 end line: 81 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7815 unit: void GlobalAccessRemoval::removeNonreentrantAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementWMO.cpp start line: 253 end line: 271 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7816 unit: static void replaceProjectBoxUsers() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 498 end line: 515 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7817 unit: bool ArrayAllocation::analyze() file: lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp start line: 175 end line: 197 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7818 unit: hash_code visitBuiltinInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 335 end line: 350 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7819 unit: static bool isIdentifiedSourceValue() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 99 end line: 118 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7820 unit: static bool isIdentifiedDestValue() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 126 end line: 145 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7821 unit: void DCE::propagateLiveBlockArgument() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 408 end line: 431 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7822 unit: void EagerDispatch::emitIsTrivialCheck() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 501 end line: 519 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 7823 unit: void RLEContext::processBasicBlocksForRLE() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1522 end line: 1556 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7824 unit: bool BBEnumTagDataflowState::initWithFirstPred() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 349 end line: 376 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7825 unit: bool BBEnumTagDataflowState::visitRetainValueInst() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 541 end line: 560 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7826 unit: bool BBEnumTagDataflowState::visitReleaseValueInst() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 562 end line: 581 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7827 unit: static bool findRetainsSinkableFromSwitchRegionForEnum() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 715 end line: 745 size: 16 LOC McCabe index: 4 number of parameters: 5 id: 7828 unit: void StackAllocationPromoter::fixPhiPredBlock() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 880 end line: 899 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7829 unit: bool SimplifyCFG::simplifyBranchOperands() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1210 end line: 1228 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7830 unit: static SILValue invertExpectAndApplyTo() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1574 end line: 1589 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 7831 unit: static void tryToReplaceArgWithIncomingValue() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 4023 end line: 4046 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7832 unit: void run() file: lib/SILOptimizer/UtilityPasses/AccessPathVerification.cpp start line: 102 end line: 118 size: 16 LOC McCabe index: 6 number of parameters: 0 id: 7833 unit: static bool gatherValues() file: lib/SILOptimizer/UtilityPasses/EscapeAnalysisDumper.cpp start line: 28 end line: 43 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7834 unit: void MapOpaqueArchetypes::replace() file: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp start line: 83 end line: 101 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 7835 unit: static bool opaqueArchetypeWouldChange() file: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp start line: 103 end line: 119 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7836 unit: void CanonicalizeOSSALifetime::findOrInsertDestroyOnCFGEdge() file: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp start line: 378 end line: 397 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7837 unit: bool visitForwardingUse() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 447 end line: 464 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7838 unit: static void rewrite() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 499 end line: 517 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 7839 unit: SymbolicValue ConstExprFunctionState::loadAddrValue() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 1664 end line: 1690 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7840 unit: bool isLossyUnderflow() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 951 end line: 977 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7841 unit: bool isLossyUnderflow() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 983 end line: 1004 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7842 unit: std::string DifferentiationMangler::mangleAutoDiffFunction() file: lib/SILOptimizer/Utils/DifferentiationMangler.cpp start line: 76 end line: 94 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7843 unit: std::string DifferentiationMangler::mangleLinearMapSubsetParametersThunk() file: lib/SILOptimizer/Utils/DifferentiationMangler.cpp start line: 187 end line: 202 size: 16 LOC McCabe index: 1 number of parameters: 5 id: 7844 unit: void ConcreteExistentialInfo::initializeConcreteTypeDef() file: lib/SILOptimizer/Utils/Existential.cpp start line: 283 end line: 304 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7845 unit: void FunctionSignaturePartialSpecializer::addCallerRequirements() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1548 end line: 1565 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7846 unit: void FunctionSignaturePartialSpecializer::computeCallerInterfaceSubs() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1606 end line: 1623 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7847 unit: void FunctionSignaturePartialSpecializer::createSpecializedGenericSignature() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1662 end line: 1694 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7848 unit: bool swift::isIntermediateRelease() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 186 end line: 212 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7849 unit: void project() file: lib/SILOptimizer/Utils/KeyPathProjector.cpp start line: 179 end line: 199 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7850 unit: void preprocess() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 109 end line: 124 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7851 unit: static OperandValueArrayRef getEdgeValuesForTerminator() file: lib/SILOptimizer/Utils/SILSSAUpdater.cpp start line: 149 end line: 167 size: 16 LOC McCabe index: 8 number of parameters: 2 id: 7852 unit: bool canReplaceValueWithBorrowedValue() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 120 end line: 135 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7853 unit: bool ShrinkBorrowScope::createEndBorrow() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 325 end line: 340 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7854 unit: bool ValueLifetimeAnalysis::containsDeallocRef() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 369 end line: 388 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7855 unit: void ValueLifetimeAnalysis::dump() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 390 end line: 405 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7856 unit: static bool isBuildableIfChainRecursive() file: lib/Sema/BuilderTransform.cpp start line: 423 end line: 446 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7857 unit: bool containsErrorExpr() file: lib/Sema/BuilderTransform.cpp start line: 1973 end line: 1992 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7858 unit: static Optional checkTypeOfBinding() file: lib/Sema/CSBindings.cpp start line: 1082 end line: 1107 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7859 unit: void visitDecl() file: lib/Sema/CSClosure.cpp start line: 486 end line: 512 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7860 unit: ASTNode FailureDiagnostic::getAnchor() file: lib/Sema/CSDiagnostics.cpp start line: 62 end line: 85 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7861 unit: Type FailureDiagnostic::restoreGenericParameters() file: lib/Sema/CSDiagnostics.cpp start line: 141 end line: 157 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7862 unit: Diag AssignmentFailure::findDeclDiagonstic() file: lib/Sema/CSDiagnostics.cpp start line: 2172 end line: 2194 size: 16 LOC McCabe index: 9 number of parameters: 2 id: 7863 unit: bool ContextualFailure::diagnoseExtraneousAssociatedValues() file: lib/Sema/CSDiagnostics.cpp start line: 2679 end line: 2695 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7864 unit: bool PartialApplicationFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 4239 end line: 4262 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7865 unit: bool MissingGenericArgumentsFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5615 end line: 5633 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7866 unit: Type addMemberRefConstraints() file: lib/Sema/CSGen.cpp start line: 871 end line: 889 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7867 unit: Type addMemberRefConstraints() file: lib/Sema/CSGen.cpp start line: 893 end line: 913 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7868 unit: Type visitMagicIdentifierLiteralExpr() file: lib/Sema/CSGen.cpp start line: 1167 end line: 1187 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7869 unit: Type visitIfExpr() file: lib/Sema/CSGen.cpp start line: 2841 end line: 2860 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7870 unit: Type visitCoerceExpr() file: lib/Sema/CSGen.cpp start line: 2905 end line: 2931 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7871 unit: Type visitForceValueExpr() file: lib/Sema/CSGen.cpp start line: 3104 end line: 3126 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7872 unit: static TypeOperation getTypeOperation() file: lib/Sema/CSGen.cpp start line: 3422 end line: 3439 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7873 unit: static Optional scoreParamAndArgNameTypo() file: lib/Sema/CSSimplify.cpp start line: 80 end line: 108 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7874 unit: void intoPackTypes() file: lib/Sema/CSSimplify.cpp start line: 1261 end line: 1277 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7875 unit: static bool canBridgeThroughCast() file: lib/Sema/CSSimplify.cpp start line: 3575 end line: 3597 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7876 unit: void ConstraintGraph::mergeNodes() file: lib/Sema/ConstraintGraph.cpp start line: 578 end line: 601 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7877 unit: void ConstraintGraph::bindTypeVariable() file: lib/Sema/ConstraintGraph.cpp start line: 603 end line: 625 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7878 unit: void addOneWayConstraintEdges() file: lib/Sema/ConstraintGraph.cpp start line: 1091 end line: 1112 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7879 unit: bool ConstraintLocator::isKeyPathSubscriptComponent() file: lib/Sema/ConstraintLocator.cpp start line: 161 end line: 178 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7880 unit: Type ConstraintSystem::openType() file: lib/Sema/ConstraintSystem.cpp start line: 813 end line: 836 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7881 unit: static DeclName getOverloadChoiceName() file: lib/Sema/ConstraintSystem.cpp start line: 4214 end line: 4235 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7882 unit: static bool canSynthesizeCodingKey() file: lib/Sema/DerivedConformanceCodingKey.cpp start line: 322 end line: 345 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7883 unit: static bool isExtensionAppliedInternal() file: lib/Sema/IDETypeCheckingRequests.cpp start line: 119 end line: 140 size: 16 LOC McCabe index: 7 number of parameters: 3 id: 7884 unit: static bool isNominalImportKind() file: lib/Sema/ImportResolution.cpp start line: 804 end line: 819 size: 16 LOC McCabe index: 9 number of parameters: 1 id: 7885 unit: bool swift::computeFixitsForOverridenDeclaration() file: lib/Sema/MiscDiagnostics.cpp start line: 2334 end line: 2351 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7886 unit: void visitEnumElementDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1476 end line: 1491 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7887 unit: static bool hasValidDynamicCallableMethod() file: lib/Sema/TypeCheckAttr.cpp start line: 1365 end line: 1384 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7888 unit: void AttributeChecker::visitSwiftNativeObjCRuntimeBaseAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1674 end line: 1691 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7889 unit: void AttributeChecker::visitUnavailableFromAsyncAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 5765 end line: 5780 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7890 unit: size_t getKeyPathCompletionComponentIndex() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 647 end line: 662 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7891 unit: void swift::addAsyncNotes() file: lib/Sema/TypeCheckConcurrency.cpp start line: 71 end line: 88 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7892 unit: static Type applyUnsafeConcurrencyToParameterType() file: lib/Sema/TypeCheckConcurrency.cpp start line: 4205 end line: 4223 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7893 unit: static bool buildLowerThanPath() file: lib/Sema/TypeCheckDecl.cpp start line: 1279 end line: 1297 size: 16 LOC McCabe index: 6 number of parameters: 3 id: 7894 unit: static void diagnoseDuplicateDecls() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 422 end line: 439 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7895 unit: static void checkDynamicSelfType() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1136 end line: 1154 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7896 unit: Classification classifyParameterBody() file: lib/Sema/TypeCheckEffects.cpp start line: 898 end line: 918 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 7897 unit: Classification classifyFunctionBody() file: lib/Sema/TypeCheckEffects.cpp start line: 934 end line: 952 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7898 unit: static Type lookupDefaultLiteralType() file: lib/Sema/TypeCheckExpr.cpp start line: 601 end line: 618 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7899 unit: static void installSemanticMembersIfNeeded() file: lib/Sema/TypeCheckNameLookup.cpp start line: 281 end line: 300 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 7900 unit: static bool hasSelfSameTypeConstraint() file: lib/Sema/TypeCheckProtocol.cpp start line: 3940 end line: 3958 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7901 unit: void ConformanceChecker::resolveTypeWitnesses() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 2081 end line: 2105 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7902 unit: static Type resolveTypeDecl() file: lib/Sema/TypeCheckType.cpp start line: 1064 end line: 1083 size: 16 LOC McCabe index: 6 number of parameters: 5 id: 7903 unit: Expected deserializeSequenceArchetypeType() file: lib/Serialization/Deserialization.cpp start line: 5559 end line: 5579 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7904 unit: Expected deserializeProtocolCompositionType() file: lib/Serialization/Deserialization.cpp start line: 5604 end line: 5621 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7905 unit: static llvm::Error consumeErrorIfXRefNonLoadedModule() file: lib/Serialization/Deserialization.cpp start line: 6412 end line: 6437 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7906 unit: Optional ModuleFile::maybeReadInlinableBodyText() file: lib/Serialization/Deserialization.cpp start line: 6781 end line: 6800 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7907 unit: Optional ModuleFile::getCommentForDecl() file: lib/Serialization/ModuleFile.cpp start line: 985 end line: 1006 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7908 unit: Optional ModuleFile::getSourceFileNameById() file: lib/Serialization/ModuleFile.cpp start line: 1169 end line: 1184 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7909 unit: static bool checkModuleSignature() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 28 end line: 43 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 7910 unit: static unsigned getRawWriteImplKind() file: lib/Serialization/Serialization.cpp start line: 537 end line: 552 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7911 unit: static unsigned getRawReadWriteImplKind() file: lib/Serialization/Serialization.cpp start line: 554 end line: 569 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7912 unit: static ForeignErrorConventionKind getRawStableForeignErrorConventionKind() file: lib/Serialization/Serialization.cpp start line: 2247 end line: 2263 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7913 unit: std::vector Serializer::writeAllIdentifiers() file: lib/Serialization/Serialization.cpp start line: 5037 end line: 5058 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7914 unit: void writeDocBlockInfoBlock() file: lib/Serialization/SerializeDoc.cpp start line: 269 end line: 289 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 7915 unit: static void emitBasicLocsRecord() file: lib/Serialization/SerializeDoc.cpp start line: 749 end line: 765 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7916 unit: void Symbol::serializeLocationMixin() file: lib/SymbolGraphGen/Symbol.cpp start line: 372 end line: 387 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7917 unit: RC SyntaxData::getFirstToken() file: lib/Syntax/SyntaxData.cpp start line: 70 end line: 91 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 7918 unit: CharSourceRange SyntaxTreeCreator::getDeferredChildRange() file: lib/SyntaxParse/SyntaxTreeCreator.cpp start line: 237 end line: 256 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7919 unit: SymbolSourceMap SymbolSourceMapRequest::evaluate() file: lib/TBDGen/TBDGen.cpp start line: 1502 end line: 1522 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 7920 unit: func _stdlib_getline() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 773 end line: 788 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7921 unit: func _spawnChild() file: stdlib/private/StdlibUnittest/StdlibUnittest.swift start line: 965 end line: 980 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 7922 unit: static bool swift_task_hasTaskGroupStatusRecordImpl() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 358 end line: 379 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 7923 unit: void swift::updateNewChildWithParentAndGroupState() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 394 end line: 419 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7924 unit: int swift_reflection_projectExistentialAndUnwrapClass() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 589 end line: 605 size: 16 LOC McCabe index: 2 number of parameters: 5 id: 7925 unit: int swift_reflection_metadataAllocationCacheNode() file: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp start line: 745 end line: 762 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7926 unit: void setPureSwiftDeallocation() file: stdlib/public/SwiftShims/RefCount.h start line: 761 end line: 782 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7927 unit: void incrementUnowned() file: stdlib/public/SwiftShims/RefCount.h start line: 1124 end line: 1143 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7928 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2359 end line: 2404 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7929 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2684 end line: 2822 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7930 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2850 end line: 2972 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7931 unit: func decode() file: stdlib/public/core/Codable.swift start line: 2999 end line: 3137 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7932 unit: mutating func append() file: stdlib/public/core/Hasher.swift start line: 118 end line: 133 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7933 unit: func project2() file: stdlib/public/core/KeyPath.swift start line: 254 end line: 269 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 7934 unit: mutating func insert() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 216 end line: 372 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 7935 unit: id _swift_stdlib_getErrorDefaultUserInfo() file: stdlib/public/runtime/ErrorObject.mm start line: 455 end line: 477 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 7936 unit: void swift::swift_unownedRelease() file: stdlib/public/runtime/HeapObject.cpp start line: 469 end line: 488 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7937 unit: void swift::swift_unownedRelease_n() file: stdlib/public/runtime/HeapObject.cpp start line: 529 end line: 547 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7938 unit: void swift::swift_unownedRetainStrongAndRelease() file: stdlib/public/runtime/HeapObject.cpp start line: 636 end line: 654 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7939 unit: void swift::initializeDynamicReplacementLookup() file: stdlib/public/runtime/ImageInspectionStatic.cpp start line: 64 end line: 79 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7940 unit: static void recordBacktrace() file: stdlib/public/runtime/Metadata.cpp start line: 5862 end line: 5878 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7941 unit: static int compareContent() file: stdlib/public/runtime/MetadataCache.h start line: 446 end line: 465 size: 16 LOC McCabe index: 5 number of parameters: 4 id: 7942 unit: inline bool shouldBlockInitialization() file: stdlib/public/runtime/MetadataCache.h start line: 808 end line: 823 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7943 unit: void swift::setUpObjCRuntimeGetImageNameFromClass() file: stdlib/public/runtime/ObjCRuntimeGetImageNameFromClass.mm start line: 352 end line: 382 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 7944 unit: static swift_uint128_t shiftRightRoundingUp128() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1882 end line: 1897 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 7945 unit: static void intervalContainingPowerOf10_Binary32() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 2631 end line: 2646 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7946 unit: bool swift::swift_isUniquelyReferencedNonObjC_nonNull_bridgeObject() file: stdlib/public/runtime/SwiftObject.mm start line: 1402 end line: 1423 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7947 unit: void unknownAssign() file: stdlib/public/runtime/WeakReference.h start line: 307 end line: 331 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7948 unit: static void logPrefixAndMessageToDebugger() file: stdlib/public/stubs/Assert.cpp start line: 25 end line: 41 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7949 unit: void PipeMemoryReader_collectBytesFromPipe() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 109 end line: 125 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 7950 unit: bool SwiftASTManager::initCompilerInvocationNoInputs() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 681 end line: 701 size: 16 LOC McCabe index: 4 number of parameters: 6 id: 7951 unit: void ASTBuildOperation::requestConsumerCancellation() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 910 end line: 932 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7952 unit: void ASTBuildOperation::informConsumer() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 994 end line: 1009 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7953 unit: void SwiftLangSupport::findRenameRanges() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1397 end line: 1413 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 7954 unit: static void printAnnotatedDeclaration() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 435 end line: 463 size: 16 LOC McCabe index: 4 number of parameters: 3 id: 7955 unit: static void setRefactoringFields() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 516 end line: 531 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 7956 unit: static void reportExpressionTypeInfo() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2105 end line: 2122 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7957 unit: sourcekitd_object_t YAMLRequestParser::parse() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 673 end line: 689 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7958 unit: void visitDictionary() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 368 end line: 383 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7959 unit: void visit() file: tools/swift-ast-script/ASTScriptEvaluator.cpp start line: 45 end line: 71 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7960 unit: static void stripSpecialization() file: tools/swift-demangle/swift-demangle.cpp start line: 114 end line: 129 size: 16 LOC McCabe index: 8 number of parameters: 1 id: 7961 unit: void removeCheckLines() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2107 end line: 2122 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7962 unit: RemoteAbsolutePointer resolvePointer() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 560 end line: 581 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7963 unit: ByteBasedSourceRangeSet invert() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 249 end line: 265 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7964 unit: int getTokensFromFile() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 291 end line: 307 size: 16 LOC McCabe index: 2 number of parameters: 8 id: 7965 unit: static void mapping() file: unittests/Basic/JSONSerialization.cpp start line: 35 end line: 50 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7966 unit: std::vector checkLex() file: unittests/Parse/LexerTests.cpp start line: 41 end line: 58 size: 16 LOC McCabe index: 3 number of parameters: 4 id: 7967 unit: void beginDocumentSubStructure() file: unittests/SourceKit/SwiftLang/CursorInfoTest.cpp start line: 55 end line: 70 size: 16 LOC McCabe index: 1 number of parameters: 17 id: 7968 unit: void beginDocumentSubStructure() file: unittests/SourceKit/SwiftLang/EditingTest.cpp start line: 67 end line: 82 size: 16 LOC McCabe index: 1 number of parameters: 17 id: 7969 unit: GenericParameterClauseSyntax getCannedGenericParams() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 521 end line: 540 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7970 unit: FunctionCallExprSyntax getCannedFunctionCall() file: unittests/Syntax/UnknownSyntaxTests.cpp start line: 28 end line: 46 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7971 unit: template void tryReadLockWhileWriteLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 520 end line: 539 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7972 unit: template void tryWriteLockWhileWriteLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 593 end line: 612 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7973 unit: template void tryWriteLockWhileReadLockedThreaded() file: unittests/runtime/Mutex.cpp start line: 624 end line: 643 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7974 unit: def add() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7975 unit: def _add_argument() file: utils/build_swift/build_swift/argparse/parser.py start line: 0 end line: 0 size: 16 LOC McCabe index: 5 number of parameters: 4 id: 7976 unit: def _backport_devnull() file: utils/build_swift/build_swift/shell.py start line: 0 end line: 0 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 7977 unit: def _get_component_type() file: utils/build_swift/build_swift/versions.py start line: 0 end line: 0 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 7978 unit: def add_function() file: utils/cmpcodesize/cmpcodesize/compare.py start line: 0 end line: 0 size: 16 LOC McCabe index: 8 number of parameters: 5 id: 7979 unit: func generateMappingProps() file: utils/gen-unicode-data/Sources/GenScalarProps/Mappings.swift start line: 469 end line: 488 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7980 unit: func emitWordOffsets() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 108 end line: 127 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 7981 unit: func getTabToolbarLongPressActionsForModeSwitching() file: utils/parser-lib/profile-input.swift start line: 1524 end line: 1548 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7982 unit: def read_stats_dict_from_csv() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 7983 unit: func run() file: utils/sourcekit_fuzzer/sourcekit_fuzzer.swift start line: 77 end line: 97 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7984 unit: def produce_schedule() file: utils/swift_build_support/swift_build_support/build_graph.py start line: 0 end line: 0 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 7985 unit: func thread1() file: validation-test/StdlibUnittest/RaceTest.swift start line: 40 end line: 59 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 7986 unit: func simple_getline() file: validation-test/StdlibUnittest/Stdin.swift start line: 17 end line: 32 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7987 unit: func filter() file: validation-test/compiler_crashers_2_fixed/0022-rdar21625478.swift start line: 29 end line: 48 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7988 unit: func pushType() file: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift start line: 199 end line: 214 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 7989 unit: func foo() file: validation-test/compiler_crashers_2_fixed/0151-rdar-39040593.swift start line: 4 end line: 21 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 7990 unit: func v() file: validation-test/compiler_crashers_fixed/00185-swift-completegenerictyperesolver-resolvegenerictypeparamtype.swift start line: 62 end line: 83 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 7991 unit: func b() file: validation-test/compiler_crashers_fixed/00186-swift-genericsignature-profile.swift start line: 593 end line: 616 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 7992 unit: func f() file: validation-test/compiler_crashers_fixed/00234-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift start line: 98 end line: 113 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 7993 unit: init() file: validation-test/compiler_crashers_fixed/00788-t.swift start line: 9 end line: 24 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 7994 unit: func a() file: validation-test/compiler_crashers_fixed/01677-swift-dependentmembertype-get.swift start line: 11 end line: 28 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 7995 unit: func checkDictionaryEnumeratorPartialFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 941 end line: 956 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 7996 unit: func getBridgedNSArrayOfRefTypeVerbatimBridged() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 958 end line: 976 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7997 unit: func getBridgedNSArrayOfValueTypeCustomBridged() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 989 end line: 1007 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 7998 unit: func testOpaqueStrings() file: validation-test/stdlib/String.swift start line: 2095 end line: 2110 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 7999 unit: mutating func insert() file: SwiftCompilerSources/Sources/Optimizer/DataStructures/BasicBlockRange.swift start line: 72 end line: 87 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8000 unit: func contains() file: SwiftCompilerSources/Sources/Optimizer/DataStructures/InstructionRange.swift start line: 64 end line: 78 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8001 unit: func my_atoi_impl() file: benchmark/single-source/Calculator.swift start line: 22 end line: 36 size: 15 LOC McCabe index: 11 number of parameters: 1 id: 8002 unit: mutating func insert() file: benchmark/single-source/RandomTree.swift start line: 218 end line: 232 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8003 unit: mutating func insert() file: benchmark/single-source/RandomTree.swift start line: 279 end line: 293 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8004 unit: func buildString() file: benchmark/single-source/StringBuilder.swift start line: 175 end line: 189 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8005 unit: func matchHere() file: benchmark/single-source/StringMatch.swift start line: 49 end line: 67 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8006 unit: func checked() file: benchmark/utils/ArgParse.swift start line: 47 end line: 61 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8007 unit: MetadataResponse operator() file: include/swift/ABI/Metadata.h start line: 3795 end line: 3809 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8008 unit: int32_t TargetTypeContextDescriptor::getGenericArgumentOffset() file: include/swift/ABI/Metadata.h start line: 4930 end line: 4944 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8009 unit: void appendTo() file: include/swift/ABI/TypeIdentity.h start line: 157 end line: 173 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8010 unit: void commit() file: include/swift/AST/DiagnosticEngine.h start line: 1311 end line: 1333 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8011 unit: static bool isOperatorStartCodePoint() file: include/swift/AST/Identifier.h start line: 131 end line: 148 size: 15 LOC McCabe index: 32 number of parameters: 1 id: 8012 unit: StringRef userFacingName() file: include/swift/AST/Identifier.h start line: 342 end line: 357 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8013 unit: static inline bool isLessStrongThan() file: include/swift/AST/Ownership.h start line: 73 end line: 95 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8014 unit: inline bool isIndirectFormalParameter() file: include/swift/AST/Types.h start line: 3696 end line: 3711 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8015 unit: inline bool isConsumedParameter() file: include/swift/AST/Types.h start line: 3712 end line: 3727 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8016 unit: inline bool isGuaranteedParameter() file: include/swift/AST/Types.h start line: 3732 end line: 3747 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8017 unit: static unsigned decodeIndex() file: include/swift/Basic/EncodedSequence.h start line: 237 end line: 251 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8018 unit: size_t size() file: include/swift/Basic/PrefixMap.h start line: 390 end line: 405 size: 15 LOC McCabe index: 7 number of parameters: 0 id: 8019 unit: BuiltProtocolDecl decodeMangledProtocolType() file: include/swift/Demangling/TypeDecoder.h start line: 1415 end line: 1433 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8020 unit: ParsedRawSyntaxNode makeDeferred() file: include/swift/Parse/ParsedRawSyntaxRecorder.h start line: 193 end line: 207 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8021 unit: ParserStatus parseTypeAttributeList() file: include/swift/Parse/Parser.h start line: 1109 end line: 1123 size: 15 LOC McCabe index: 7 number of parameters: 5 id: 8022 unit: bool readInteger() file: include/swift/Remote/MemoryReader.h start line: 72 end line: 91 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8023 unit: bool tryReloadAndWait() file: include/swift/Runtime/AtomicWaitQueue.h start line: 459 end line: 479 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8024 unit: void dump() file: include/swift/Runtime/Concurrent.h start line: 176 end line: 191 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8025 unit: unsigned loadIndexAt() file: include/swift/Runtime/Concurrent.h start line: 763 end line: 778 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8026 unit: Snapshot snapshot() file: include/swift/Runtime/Concurrent.h start line: 1028 end line: 1064 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8027 unit: explicit ScopedRWLockT() file: include/swift/Runtime/Mutex.h start line: 181 end line: 195 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8028 unit: bool isCalleeThin() file: include/swift/SIL/ApplySite.h start line: 243 end line: 257 size: 15 LOC McCabe index: 10 number of parameters: 0 id: 8029 unit: void set() file: include/swift/SIL/BasicBlockBits.h start line: 105 end line: 132 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8030 unit: bool isReborrow() file: include/swift/SIL/OwnershipUtils.h start line: 337 end line: 351 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8031 unit: bool hasBorrowIntroducingUser() file: include/swift/SIL/OwnershipUtils.h start line: 364 end line: 379 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8032 unit: void SILCloner::cloneFunctionBody() file: include/swift/SIL/SILCloner.h start line: 627 end line: 647 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8033 unit: void SILCloner::visitUncheckedOwnershipConversionInst() file: include/swift/SIL/SILCloner.h start line: 2439 end line: 2455 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8034 unit: void SILCloner::visitDifferentiableFunctionExtractInst() file: include/swift/SIL/SILCloner.h start line: 2986 end line: 3000 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8035 unit: ComputedPropertyId getComputedPropertyId() file: include/swift/SIL/SILInstruction.h start line: 3287 end line: 3301 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8036 unit: Optional getVarInfo() file: include/swift/SIL/SILInstruction.h start line: 4759 end line: 4776 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8037 unit: static bool classof() file: include/swift/SIL/SILInstruction.h start line: 5065 end line: 5079 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8038 unit: void addOperandsToWorklist() file: include/swift/SIL/SILInstructionWorklist.h start line: 141 end line: 157 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8039 unit: inline bool hasPublicVisibility() file: include/swift/SIL/SILLinkage.h start line: 181 end line: 196 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8040 unit: inline bool hasSharedVisibility() file: include/swift/SIL/SILLinkage.h start line: 198 end line: 213 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8041 unit: inline bool hasPrivateVisibility() file: include/swift/SIL/SILLinkage.h start line: 215 end line: 230 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8042 unit: void visitApplyInst() file: include/swift/SIL/TypeSubstCloner.h start line: 211 end line: 228 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8043 unit: bool prepareForVisiting() file: include/swift/SILOptimizer/Analysis/BottomUpIPAnalysis.h start line: 219 end line: 236 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8044 unit: void replaceAllInstUsesPairwiseWith() file: include/swift/SILOptimizer/Utils/InstModCallbacks.h start line: 235 end line: 260 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8045 unit: void collectOperandsForUser() file: include/swift/SILOptimizer/Utils/SCCVisitor.h start line: 151 end line: 167 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8046 unit: Type getSecondType() file: include/swift/Sema/Constraint.h start line: 744 end line: 760 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8047 unit: Optional operator() file: include/swift/Sema/ConstraintSystem.h start line: 5769 end line: 5796 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8048 unit: void parsePlaceholderModuleMap() file: include/swift/Serialization/ModuleDependencyScanner.h start line: 79 end line: 93 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8049 unit: static std::vector collectDeclAttributes() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1328 end line: 1344 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8050 unit: void swift::ide::api::dumpModuleContent() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2337 end line: 2351 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8051 unit: void swift::ide::api::SDKNodeDeclAbstractFunc::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2432 end line: 2446 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8052 unit: Type OpaqueTypeArchetypeType::get() file: lib/AST/ASTContext.cpp start line: 4406 end line: 4429 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8053 unit: CanTypeWrapper OpenedArchetypeType::getNew() file: lib/AST/ASTContext.cpp start line: 4431 end line: 4446 size: 15 LOC McCabe index: 3 number of parameters: 5 id: 8054 unit: CanSILBoxType SILBoxType::get() file: lib/AST/ASTContext.cpp start line: 5380 end line: 5398 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8055 unit: Type ASTBuilder::createBoundGenericType() file: lib/AST/ASTDemangler.cpp start line: 224 end line: 245 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8056 unit: Type ASTBuilder::createTupleType() file: lib/AST/ASTDemangler.cpp start line: 327 end line: 342 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8057 unit: static ResultConvention getResultConvention() file: lib/AST/ASTDemangler.cpp start line: 455 end line: 469 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8058 unit: Type ASTBuilder::createProtocolCompositionType() file: lib/AST/ASTDemangler.cpp start line: 580 end line: 596 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8059 unit: StringRef swift::getReadImplKindName() file: lib/AST/ASTDumper.cpp start line: 144 end line: 158 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8060 unit: static StringRef getDefaultArgumentKindString() file: lib/AST/ASTDumper.cpp start line: 227 end line: 242 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8061 unit: void visitTuplePattern() file: lib/AST/ASTDumper.cpp start line: 355 end line: 371 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8062 unit: void visitSourceFile() file: lib/AST/ASTDumper.cpp start line: 725 end line: 741 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8063 unit: void printASTNodes() file: lib/AST/ASTDumper.cpp start line: 1078 end line: 1092 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8064 unit: void ValueDecl::dumpRef() file: lib/AST/ASTDumper.cpp start line: 1308 end line: 1326 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8065 unit: void printArgument() file: lib/AST/ASTDumper.cpp start line: 2515 end line: 2531 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8066 unit: void visitFixedTypeRepr() file: lib/AST/ASTDumper.cpp start line: 3128 end line: 3142 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8067 unit: static StringRef getPrivateDiscriminatorIfNecessary() file: lib/AST/ASTMangler.cpp start line: 892 end line: 910 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8068 unit: void ASTMangler::appendOpWithGenericParamIndex() file: lib/AST/ASTMangler.cpp start line: 1465 end line: 1479 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8069 unit: void ASTPrinter::printName() file: lib/AST/ASTPrinter.cpp start line: 501 end line: 519 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8070 unit: static void getModuleEntities() file: lib/AST/ASTPrinter.cpp start line: 2440 end line: 2456 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8071 unit: void PrintAST::printStmtCondition() file: lib/AST/ASTPrinter.cpp start line: 4663 end line: 4677 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8072 unit: void PrintAST::visitSwitchStmt() file: lib/AST/ASTPrinter.cpp start line: 4713 end line: 4727 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8073 unit: void verifyParsed() file: lib/AST/ASTVerifier.cpp start line: 504 end line: 518 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8074 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1000 end line: 1018 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8075 unit: void verifyParsed() file: lib/AST/ASTVerifier.cpp start line: 1153 end line: 1167 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8076 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1228 end line: 1245 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8077 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1849 end line: 1869 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8078 unit: bool visitSubscriptDecl() file: lib/AST/ASTWalker.cpp start line: 360 end line: 379 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8079 unit: AvailableVersionComparison AvailableAttr::getVersionAvailability() file: lib/AST/Attr.cpp start line: 1707 end line: 1735 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8080 unit: bool CustomAttr::isArgUnsafe() file: lib/AST/Attr.cpp start line: 2125 end line: 2143 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8081 unit: AvailabilityContext ASTContext::getSwift54Availability() file: lib/AST/Availability.cpp start line: 440 end line: 455 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8082 unit: AvailabilityContext ASTContext::getSwift55Availability() file: lib/AST/Availability.cpp start line: 457 end line: 472 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8083 unit: AvailabilityContext ASTContext::getSwiftFutureAvailability() file: lib/AST/Availability.cpp start line: 478 end line: 493 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8084 unit: llvm::Intrinsic::ID swift::getLLVMIntrinsicID() file: lib/AST/Builtins.cpp start line: 1990 end line: 2009 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8085 unit: static bool isUnknownOrUnordered() file: lib/AST/Builtins.cpp start line: 2260 end line: 2276 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8086 unit: static bool isValidCmpXChgOrdering() file: lib/AST/Builtins.cpp start line: 2278 end line: 2297 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8087 unit: clang::QualType ClangTypeConverter::visitFunctionType() file: lib/AST/ClangTypeConverter.cpp start line: 651 end line: 668 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8088 unit: void PatternBindingDecl::setPattern() file: lib/AST/Decl.cpp start line: 1737 end line: 1755 size: 15 LOC McCabe index: 4 number of parameters: 4 id: 8089 unit: static bool isPolymorphic() file: lib/AST/Decl.cpp start line: 1961 end line: 1986 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8090 unit: SourceRange VarDecl::getTypeSourceRangeForDiagnostics() file: lib/AST/Decl.cpp start line: 5894 end line: 5912 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8091 unit: bool VarDecl::isPropertyMemberwiseInitializedWithWrappedType() file: lib/AST/Decl.cpp start line: 6463 end line: 6489 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8092 unit: void AbstractFunctionDecl::setBody() file: lib/AST/Decl.cpp start line: 7571 end line: 7588 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8093 unit: void AbstractFunctionDecl::setBodyToBeReparsed() file: lib/AST/Decl.cpp start line: 7590 end line: 7607 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8094 unit: bool AccessorDecl::isAssumedNonMutating() file: lib/AST/Decl.cpp start line: 8258 end line: 8273 size: 15 LOC McCabe index: 9 number of parameters: 0 id: 8095 unit: Optional IterableDeclContext::getBodyFingerprint() file: lib/AST/DeclContext.cpp start line: 1052 end line: 1069 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8096 unit: void DocComment::addInheritanceNote() file: lib/AST/DocComment.cpp start line: 365 end line: 381 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8097 unit: CanGenericSignature GenericSignatureImpl::getCanonicalSignature() file: lib/AST/GenericSignature.cpp start line: 233 end line: 259 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8098 unit: bool Requirement::isCanonical() file: lib/AST/GenericSignature.cpp start line: 563 end line: 580 size: 15 LOC McCabe index: 9 number of parameters: 0 id: 8099 unit: int Requirement::compare() file: lib/AST/GenericSignature.cpp start line: 687 end line: 708 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8100 unit: static bool isCanonicalRequest() file: lib/AST/GenericSignatureBuilder.cpp start line: 8240 end line: 8257 size: 15 LOC McCabe index: 7 number of parameters: 3 id: 8101 unit: ObjCSelectorFamily ObjCSelector::getSelectorFamily() file: lib/AST/Identifier.cpp start line: 266 end line: 288 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8102 unit: void ImportSet::dump() file: lib/AST/ImportCache.cpp start line: 66 end line: 82 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8103 unit: static void collectExports() file: lib/AST/ImportCache.cpp start line: 84 end line: 98 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8104 unit: std::pair walkToExprPre() file: lib/AST/InlinableText.cpp start line: 52 end line: 68 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8105 unit: static void collectParsedExportedImports() file: lib/AST/Module.cpp start line: 791 end line: 805 size: 15 LOC McCabe index: 8 number of parameters: 2 id: 8106 unit: Identifier getBystanderIfDeclaring() file: lib/AST/Module.cpp start line: 2072 end line: 2086 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8107 unit: void LookupResult::shiftDownResults() file: lib/AST/NameLookup.cpp start line: 100 end line: 118 size: 15 LOC McCabe index: 7 number of parameters: 0 id: 8108 unit: void MemberLookupTable::addMember() file: lib/AST/NameLookup.cpp start line: 1142 end line: 1169 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8109 unit: void LookupConformanceInModuleRequest::writeDependencySink() file: lib/AST/NameLookupRequests.cpp start line: 393 end line: 411 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8110 unit: Type Pattern::getType() file: lib/AST/Pattern.cpp start line: 114 end line: 134 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8111 unit: void MinimalConformances::dumpMinimalConformanceEquations() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 753 end line: 768 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8112 unit: static void checkCompletionResult() file: lib/AST/RequirementMachine/RequirementMachine.cpp start line: 38 end line: 54 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8113 unit: void TypeBase::getTypeVariables() file: lib/AST/Type.cpp start line: 523 end line: 542 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8114 unit: Type TypeBase::replaceSelfParameterType() file: lib/AST/Type.cpp start line: 1197 end line: 1214 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8115 unit: CanType visitNominalType() file: lib/AST/Type.cpp start line: 2244 end line: 2262 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8116 unit: bool TypeBase::isBindableToSuperclassOf() file: lib/AST/Type.cpp start line: 2524 end line: 2543 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8117 unit: static bool isABICompatibleEvenAddingOptional() file: lib/AST/Type.cpp start line: 3013 end line: 3036 size: 15 LOC McCabe index: 9 number of parameters: 2 id: 8118 unit: Type ArchetypeType::getExistentialType() file: lib/AST/Type.cpp start line: 3301 end line: 3320 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8119 unit: CanType swift::substOpaqueTypesWithUnderlyingTypes() file: lib/AST/Type.cpp start line: 5859 end line: 5874 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8120 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 497 end line: 511 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8121 unit: CollectedOpaqueReprs TypeRepr::collectOpaqueReturnTypeReprs() file: lib/AST/TypeRepr.cpp start line: 105 end line: 122 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8122 unit: void TypeRepr::print() file: lib/AST/TypeRepr.cpp start line: 157 end line: 172 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8123 unit: bool ASTScopeDeclConsumerForUnqualifiedLookup::lookInMembers() file: lib/AST/UnqualifiedLookup.cpp start line: 655 end line: 683 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8124 unit: size_t camel_case::findWord() file: lib/Basic/StringExtras.cpp start line: 316 end line: 342 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8125 unit: static bool isVacuousPreposition() file: lib/Basic/StringExtras.cpp start line: 1022 end line: 1045 size: 15 LOC McCabe index: 7 number of parameters: 4 id: 8126 unit: OptionalTypeKind importer::getParamOptionality() file: lib/ClangImporter/ClangAdapter.cpp start line: 745 end line: 767 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8127 unit: void ClangModuleUnit::collectLinkLibraries() file: lib/ClangImporter/ClangImporter.cpp start line: 3558 end line: 3576 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8128 unit: void ClangImporter::verifyAllModules() file: lib/ClangImporter/ClangImporter.cpp start line: 3641 end line: 3660 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8129 unit: void ClangImporter::Implementation::diagnoseMissingNamedMember() file: lib/ClangImporter/ClangImporter.cpp start line: 4500 end line: 4514 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8130 unit: llvm::ErrorOr ClangModuleDependenciesCacheImpl::getImportHackFile() file: lib/ClangImporter/ClangModuleDependencyScanner.cpp start line: 64 end line: 81 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8131 unit: bool isSpecializationDepthGreaterThan() file: lib/ClangImporter/ImportDecl.cpp start line: 3675 end line: 3689 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8132 unit: void ClangImporter::Implementation::finishNormalConformance() file: lib/ClangImporter/ImportDecl.cpp start line: 9189 end line: 9211 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8133 unit: void ClangImporter::Implementation::loadAllConformances() file: lib/ClangImporter/ImportDecl.cpp start line: 10177 end line: 10195 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8134 unit: ImportResult VisitBlockPointerType() file: lib/ClangImporter/ImportType.cpp start line: 515 end line: 531 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8135 unit: auto SwiftLookupTable::translateDeclContext() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 251 end line: 275 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8136 unit: std::pair EmitKeyDataLength() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 1230 end line: 1248 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8137 unit: static bool isAnyGeneric() file: lib/Demangling/Demangler.cpp start line: 54 end line: 68 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8138 unit: void Node::reverseChildren() file: lib/Demangling/Demangler.cpp start line: 402 end line: 416 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8139 unit: void NodeFactory::clear() file: lib/Demangling/Demangler.cpp start line: 444 end line: 466 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8140 unit: int Demangler::demangleNatural() file: lib/Demangling/Demangler.cpp start line: 894 end line: 908 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8141 unit: NodePointer Demangler::popTypeList() file: lib/Demangling/Demangler.cpp start line: 1489 end line: 1505 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8142 unit: NodePointer Demangler::demangleImplResultConvention() file: lib/Demangling/Demangler.cpp start line: 1844 end line: 1858 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8143 unit: bool printContext() file: lib/Demangling/NodePrinter.cpp start line: 247 end line: 262 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8144 unit: NodePointer NodePrinter::printAbstractStorage() file: lib/Demangling/NodePrinter.cpp start line: 2941 end line: 2955 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8145 unit: ManglingError Remangler::mangleAnyProtocolConformance() file: lib/Demangling/Remangler.cpp start line: 2428 end line: 2443 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8146 unit: ManglingError Remangler::mangleAutoDiffFunctionOrSimpleThunk() file: lib/Demangling/Remangler.cpp start line: 2606 end line: 2620 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8147 unit: ManglingError Remangler::mangleDifferentiabilityWitness() file: lib/Demangling/Remangler.cpp start line: 2666 end line: 2680 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8148 unit: static std::string createEncodedModuleKindAndName() file: lib/DependencyScan/ScanDependencies.cpp start line: 772 end line: 786 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8149 unit: static void validateLinkObjcRuntimeARCLiteLib() file: lib/Driver/DarwinToolChains.cpp start line: 862 end line: 877 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8150 unit: bool ModuleDepGraph::haveAnyNodesBeenTraversedIn() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 132 end line: 149 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8151 unit: std::vector ModuleDepGraph::findExternallyDependentUntracedJobs() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 203 end line: 219 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8152 unit: void ModuleDepGraph::findPreviouslyUntracedDependents() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 474 end line: 496 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8153 unit: void ModuleDepGraph::verifyNodeMapEntries() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 576 end line: 591 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8154 unit: void ModuleDepGraph::verifyNodeIsUniqueWithinSubgraph() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 607 end line: 621 size: 15 LOC McCabe index: 3 number of parameters: 7 id: 8155 unit: static bool addOutputsOfType() file: lib/Driver/ToolChains.cpp start line: 117 end line: 131 size: 15 LOC McCabe index: 3 number of parameters: 5 id: 8156 unit: void ArgsToFrontendOptionsConverter::computeDebugTimeOptions() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 334 end line: 348 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8157 unit: void CompilerInvocation::setDefaultPrebuiltCacheIfNecessary() file: lib/Frontend/CompilerInvocation.cpp start line: 131 end line: 147 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8158 unit: bool DependencyVerifier::verifyNegativeExpectations() file: lib/Frontend/DependencyVerifier.cpp start line: 464 end line: 479 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8159 unit: void CompilerInstance::setupDependencyTrackerIfNeeded() file: lib/Frontend/Frontend.cpp start line: 340 end line: 363 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8160 unit: static bool shouldImportConcurrencyByDefault() file: lib/Frontend/Frontend.cpp start line: 797 end line: 811 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8161 unit: bool FrontendInputsAndOutputs::shouldTreatAsSIL() file: lib/Frontend/FrontendInputsAndOutputs.cpp start line: 191 end line: 210 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8162 unit: bool FrontendOptions::shouldActionOnlyParse() file: lib/Frontend/FrontendOptions.cpp start line: 76 end line: 90 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8163 unit: static void describeFixIt() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 325 end line: 339 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8164 unit: unsigned SerializedDiagnosticConsumer::getEmitFile() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 220 end line: 242 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8165 unit: static bool dumpAST() file: lib/FrontendTool/FrontendTool.cpp start line: 522 end line: 538 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8166 unit: static bool writeModuleSemanticInfoIfNeeded() file: lib/FrontendTool/FrontendTool.cpp start line: 682 end line: 696 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8167 unit: static bool writeTBDIfNeeded() file: lib/FrontendTool/FrontendTool.cpp start line: 698 end line: 715 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8168 unit: static void printSingleFrontendOpt() file: lib/FrontendTool/FrontendTool.cpp start line: 1067 end line: 1081 size: 15 LOC McCabe index: 9 number of parameters: 3 id: 8169 unit: static bool performScanDependencies() file: lib/FrontendTool/FrontendTool.cpp start line: 1150 end line: 1164 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8170 unit: void printText() file: lib/IDE/CodeCompletion.cpp start line: 833 end line: 852 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8171 unit: static bool isTopLevelSubcontext() file: lib/IDE/CodeCompletion.cpp start line: 1688 end line: 1702 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8172 unit: void addKeyword() file: lib/IDE/CodeCompletion.cpp start line: 3603 end line: 3617 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 8173 unit: void getTypeAttributeKeywordCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4867 end line: 4881 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8174 unit: void CodeCompletionCallbacksImpl::completeDotExpr() file: lib/IDE/CodeCompletion.cpp start line: 5693 end line: 5711 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8175 unit: void CodeCompletionCallbacksImpl::completePostfixExprBeginning() file: lib/IDE/CodeCompletion.cpp start line: 5720 end line: 5739 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8176 unit: void printImage() file: lib/IDE/CommentConversion.cpp start line: 197 end line: 211 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8177 unit: void visitImage() file: lib/IDE/CommentConversion.cpp start line: 714 end line: 728 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8178 unit: bool CompileInstance::performCompile() file: lib/IDE/CompileInstance.cpp start line: 326 end line: 347 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8179 unit: bool isBoolConditionOf() file: lib/IDE/ExprContextAnalysis.cpp start line: 1158 end line: 1172 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8180 unit: void analyzePattern() file: lib/IDE/ExprContextAnalysis.cpp start line: 1209 end line: 1223 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8181 unit: bool FuzzyStringMatcher::matchesCandidate() file: lib/IDE/FuzzyStringMatcher.cpp start line: 54 end line: 71 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8182 unit: bool CursorInfoResolver::tryResolve() file: lib/IDE/IDERequests.cpp start line: 141 end line: 155 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8183 unit: bool RefactoringActionMoveMembersToExtension::performChange() file: lib/IDE/Refactoring.cpp start line: 1715 end line: 1734 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8184 unit: void insertUnderscoreInDigits() file: lib/IDE/Refactoring.cpp start line: 3636 end line: 3655 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8185 unit: static AsyncHandlerParamDesc find() file: lib/IDE/Refactoring.cpp start line: 4392 end line: 4408 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8186 unit: bool walkToStmtPost() file: lib/IDE/Refactoring.cpp start line: 5816 end line: 5832 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8187 unit: bool canCreateLegacyBody() file: lib/IDE/Refactoring.cpp start line: 6104 end line: 6118 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8188 unit: void Partition::assignStackLocation() file: lib/IRGen/AllocStackHoisting.cpp start line: 134 end line: 158 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8189 unit: void HoistAllocStack::hoist() file: lib/IRGen/AllocStackHoisting.cpp start line: 397 end line: 416 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8190 unit: explicit FunctionPointer() file: lib/IRGen/Callee.h start line: 282 end line: 298 size: 15 LOC McCabe index: 3 number of parameters: 5 id: 8191 unit: static APInt createElementMask() file: lib/IRGen/EnumPayload.cpp start line: 101 end line: 121 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 8192 unit: void IRGenModule::emitClassDecl() file: lib/IRGen/GenClass.cpp start line: 943 end line: 969 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8193 unit: void IRGenerator::noteUseOfSpecializedGenericTypeMetadata() file: lib/IRGen/GenDecl.cpp start line: 1605 end line: 1619 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8194 unit: Optional IRGenModule::getAddrOfIVarInitDestroy() file: lib/IRGen/GenDecl.cpp start line: 5022 end line: 5039 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8195 unit: void addToAggLowering() file: lib/IRGen/GenEnum.cpp start line: 1415 end line: 1432 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8196 unit: return emitGetEnumTagSinglePayloadGenericCall() file: lib/IRGen/GenEnum.cpp start line: 3283 end line: 3303 size: 15 LOC McCabe index: 1 number of parameters: 9 id: 8197 unit: void initializeWithCopy() file: lib/IRGen/GenExistential.cpp start line: 886 end line: 905 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8198 unit: void decomposeExplosion() file: lib/IRGen/GenExistential.cpp start line: 1020 end line: 1037 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8199 unit: void irgen::emitDeallocateBoxedOpaqueExistentialBuffer() file: lib/IRGen/GenExistential.cpp start line: 2243 end line: 2260 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8200 unit: void addCanonicalMetadataPrespecializations() file: lib/IRGen/GenMeta.cpp start line: 1415 end line: 1429 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8201 unit: void emitNonoverriddenMethod() file: lib/IRGen/GenMeta.cpp start line: 1808 end line: 1837 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8202 unit: void layout() file: lib/IRGen/GenMeta.cpp start line: 2670 end line: 2693 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8203 unit: static ClassFlags getClassFlags() file: lib/IRGen/GenMeta.cpp start line: 3014 end line: 3033 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8204 unit: bool irgen::requiresForeignTypeMetadata() file: lib/IRGen/GenMeta.cpp start line: 5225 end line: 5241 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8205 unit: static void buildMethodDescriptor() file: lib/IRGen/GenObjC.cpp start line: 1351 end line: 1365 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8206 unit: void PolymorphicConvention::addPseudogenericFulfillments() file: lib/IRGen/GenProto.cpp start line: 238 end line: 253 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8207 unit: void irgen::enumerateGenericParamFulfillments() file: lib/IRGen/GenProto.cpp start line: 465 end line: 485 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8208 unit: void IRGenModule::emitProtocolConformance() file: lib/IRGen/GenProto.cpp start line: 2003 end line: 2022 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8209 unit: void addEarlySource() file: lib/IRGen/GenProto.cpp start line: 3472 end line: 3486 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8210 unit: Address initializeBufferWithCopyOfBuffer() file: lib/IRGen/GenRecord.h start line: 528 end line: 542 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 8211 unit: APInt getFixedExtraInhabitantMask() file: lib/IRGen/GenRecord.h start line: 636 end line: 653 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8212 unit: void layout() file: lib/IRGen/GenReflection.cpp start line: 655 end line: 672 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8213 unit: return emitGetEnumTagSinglePayloadGenericCall() file: lib/IRGen/GenStruct.cpp start line: 824 end line: 838 size: 15 LOC McCabe index: 1 number of parameters: 9 id: 8214 unit: void addStructField() file: lib/IRGen/GenStruct.cpp start line: 1069 end line: 1087 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8215 unit: Optional getFixedElementOffset() file: lib/IRGen/GenTuple.cpp start line: 150 end line: 164 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8216 unit: void FixedTypeInfo::initializeWithTake() file: lib/IRGen/GenType.cpp start line: 148 end line: 167 size: 15 LOC McCabe index: 4 number of parameters: 5 id: 8217 unit: void FixedTypeInfo::applyFixedSpareBitsMask() file: lib/IRGen/GenType.cpp start line: 263 end line: 284 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8218 unit: static CanType getFormalTypeInContext() file: lib/IRGen/GenValueWitness.cpp start line: 383 end line: 406 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8219 unit: void TypeInfo::initializeArrayWithTakeFrontToBack() file: lib/IRGen/GenValueWitness.cpp start line: 1452 end line: 1467 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8220 unit: void TypeInfo::initializeArrayWithTakeBackToFront() file: lib/IRGen/GenValueWitness.cpp start line: 1469 end line: 1484 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8221 unit: StringRef SymbolObjectCodeRequest::evaluate() file: lib/IRGen/IRGen.cpp start line: 1613 end line: 1631 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8222 unit: static unsigned getBaseMachOPlatformID() file: lib/IRGen/IRGenFunction.cpp start line: 276 end line: 290 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8223 unit: void IRGenModule::emitAutolinkInfo() file: lib/IRGen/IRGenModule.cpp start line: 1589 end line: 1610 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8224 unit: bool IRGenModule::shouldPrespecializeGenericMetadata() file: lib/IRGen/IRGenModule.cpp start line: 1741 end line: 1755 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8225 unit: static bool isLoadableReferenceAddressOnly() file: lib/IRGen/IRGenModule.h start line: 824 end line: 841 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8226 unit: static Members::Index getMemberIndexForKind() file: lib/IRGen/IRGenSIL.cpp start line: 185 end line: 199 size: 15 LOC McCabe index: 11 number of parameters: 1 id: 8227 unit: void setCorrespondingLoweredValues() file: lib/IRGen/IRGenSIL.cpp start line: 494 end line: 513 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8228 unit: static bool isTaskAlloc() file: lib/IRGen/IRGenSIL.cpp start line: 839 end line: 853 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8229 unit: void IRGenSILFunction::estimateStackSize() file: lib/IRGen/IRGenSIL.cpp start line: 2312 end line: 2330 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8230 unit: void IRGenSILFunction::visitCondBranchInst() file: lib/IRGen/IRGenSIL.cpp start line: 4450 end line: 4467 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8231 unit: void IRGenSILFunction::visitReleaseValueAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 4552 end line: 4566 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8232 unit: void LargeValueVisitor::visitTupleInst() file: lib/IRGen/LoadableByAddress.cpp start line: 969 end line: 983 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8233 unit: void LoadableStorageAllocation::allocateLoadableStorage() file: lib/IRGen/LoadableByAddress.cpp start line: 1350 end line: 1376 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8234 unit: bool LoadableByAddress::recreateLoadInstr() file: lib/IRGen/LoadableByAddress.cpp start line: 2621 end line: 2638 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8235 unit: bool irgen::isNoncanonicalCompleteTypeMetadataStaticallyAddressable() file: lib/IRGen/MetadataRequest.cpp start line: 898 end line: 918 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8236 unit: void irgen::emitMetatypeRef() file: lib/IRGen/MetadataRequest.cpp start line: 3500 end line: 3517 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8237 unit: void irgen::forEachField() file: lib/IRGen/StructLayout.cpp start line: 419 end line: 434 size: 15 LOC McCabe index: 5 number of parameters: 3 id: 8238 unit: bool shouldIndex() file: lib/Index/Index.cpp start line: 960 end line: 982 size: 15 LOC McCabe index: 13 number of parameters: 2 id: 8239 unit: bool IndexSwiftASTWalker::initIndexSymbol() file: lib/Index/Index.cpp start line: 1637 end line: 1654 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8240 unit: StringRef StdlibGroupsIndexRecordingConsumer::findGroupForSymbol() file: lib/Index/IndexRecord.cpp start line: 253 end line: 268 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8241 unit: void InlineTree::build() file: lib/LLVMPasses/LLVMInlineTree.cpp start line: 276 end line: 293 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8242 unit: void SwiftMergeFunctions::updateUnhandledCalleeCount() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 814 end line: 830 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8243 unit: bool SwiftMergeFunctions::constsDiffer() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 959 end line: 974 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8244 unit: size_t swift::markup::measureIndentation() file: lib/Markup/LineList.cpp start line: 45 end line: 60 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8245 unit: bool Migrator::emitMigratedFile() file: lib/Migrator/Migrator.cpp start line: 402 end line: 420 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8246 unit: Optional diagnoseWhenOmitted() file: lib/Parse/ParseDecl.cpp start line: 1792 end line: 1813 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8247 unit: static bool isAllowedInLimitedSyntax() file: lib/Parse/ParseDecl.cpp start line: 6124 end line: 6139 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8248 unit: ParserResult Parser::parseExprImpl() file: lib/Parse/ParseExpr.cpp start line: 45 end line: 69 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8249 unit: ParserStatus Parser::parseProtocolOrAssociatedTypeWhereClause() file: lib/Parse/ParseGeneric.cpp start line: 405 end line: 420 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8250 unit: static DefaultArgumentKind getDefaultArgKind() file: lib/Parse/ParsePattern.cpp start line: 39 end line: 60 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8251 unit: static bool isAtStartOfSwitchCase() file: lib/Parse/ParseStmt.cpp start line: 181 end line: 201 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8252 unit: bool Parser::canParseGenericArguments() file: lib/Parse/ParseType.cpp start line: 1438 end line: 1456 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8253 unit: ParseLookupResult ParsedRawSyntaxRecorder::lookupNode() file: lib/Parse/ParsedRawSyntaxRecorder.cpp start line: 59 end line: 73 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8254 unit: OpaqueSyntaxNode SyntaxParsingContext::finalizeRoot() file: lib/Parse/SyntaxParsingContext.cpp start line: 342 end line: 360 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8255 unit: void visitSubscriptDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1209 end line: 1225 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8256 unit: bool swift::printAsObjC() file: lib/PrintAsClang/PrintAsClang.cpp start line: 411 end line: 427 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8257 unit: void SILLinkerVisitor::process() file: lib/SIL/IR/Linker.cpp start line: 360 end line: 382 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8258 unit: bool SILPhiArgument::getIncomingPhiValues() file: lib/SIL/IR/SILArgument.cpp start line: 146 end line: 162 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8259 unit: bool SILPhiArgument::getIncomingPhiOperands() file: lib/SIL/IR/SILArgument.cpp start line: 170 end line: 186 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8260 unit: bool SILPhiArgument::getSingleTerminatorOperands() file: lib/SIL/IR/SILArgument.cpp start line: 264 end line: 281 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8261 unit: void SILBuilder::emitDestructureAddressOperation() file: lib/SIL/IR/SILBuilder.cpp start line: 537 end line: 554 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8262 unit: void SILBuilderWithScope::insertAfter() file: lib/SIL/IR/SILBuilder.cpp start line: 697 end line: 711 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8263 unit: bool SILDeclRef::isNoinline() file: lib/SIL/IR/SILDeclRef.cpp start line: 691 end line: 708 size: 15 LOC McCabe index: 7 number of parameters: 0 id: 8264 unit: bool SILDeclRef::isAlwaysInline() file: lib/SIL/IR/SILDeclRef.cpp start line: 711 end line: 728 size: 15 LOC McCabe index: 7 number of parameters: 0 id: 8265 unit: bool SILDeclRef::requiresNewVTableEntry() file: lib/SIL/IR/SILDeclRef.cpp start line: 990 end line: 1004 size: 15 LOC McCabe index: 7 number of parameters: 0 id: 8266 unit: SubstitutionMap substOpaqueTypes() file: lib/SIL/IR/SILFunctionType.cpp start line: 3580 end line: 3595 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8267 unit: static void collectTypeDependentOperands() file: lib/SIL/IR/SILInstructions.cpp start line: 94 end line: 109 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 8268 unit: bool TupleExtractInst::isEltOnlyNonTrivialElt() file: lib/SIL/IR/SILInstructions.cpp start line: 1321 end line: 1353 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8269 unit: bool StructExtractInst::isFieldOnlyNonTrivialField() file: lib/SIL/IR/SILInstructions.cpp start line: 1471 end line: 1502 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8270 unit: void visitApplyInstBase() file: lib/SIL/IR/SILPrinter.cpp start line: 1375 end line: 1389 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8271 unit: void printLoadOwnershipQualifier() file: lib/SIL/IR/SILPrinter.cpp start line: 1534 end line: 1548 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8272 unit: void printStoreOwnershipQualifier() file: lib/SIL/IR/SILPrinter.cpp start line: 1566 end line: 1580 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8273 unit: void printAssignOwnershipQualifier() file: lib/SIL/IR/SILPrinter.cpp start line: 1582 end line: 1596 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8274 unit: void visitObjectInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1929 end line: 1943 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8275 unit: unsigned getParentCounter() file: lib/SIL/IR/SILProfiler.cpp start line: 482 end line: 496 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8276 unit: StringRef OwnershipKind::asString() file: lib/SIL/IR/SILValue.cpp start line: 162 end line: 176 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8277 unit: RetTy visitAnyFunctionType() file: lib/SIL/IR/TypeLowering.cpp start line: 280 end line: 294 size: 15 LOC McCabe index: 5 number of parameters: 3 id: 8278 unit: RetTy visitAbstractTypeParamType() file: lib/SIL/IR/TypeLowering.cpp start line: 404 end line: 422 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8279 unit: void emitStore() file: lib/SIL/IR/TypeLowering.cpp start line: 886 end line: 908 size: 15 LOC McCabe index: 3 number of parameters: 5 id: 8280 unit: void emitLoweredStore() file: lib/SIL/IR/TypeLowering.cpp start line: 957 end line: 972 size: 15 LOC McCabe index: 3 number of parameters: 6 id: 8281 unit: void destructureAggregate() file: lib/SIL/IR/TypeLowering.cpp start line: 1022 end line: 1037 size: 15 LOC McCabe index: 4 number of parameters: 5 id: 8282 unit: bool parseSILIdentifierSwitch() file: lib/SIL/Parser/ParseSIL.cpp start line: 231 end line: 247 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8283 unit: void setEnum() file: lib/SIL/Parser/ParseSIL.cpp start line: 452 end line: 466 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8284 unit: bool SILParser::diagnoseProblems() file: lib/SIL/Parser/ParseSIL.cpp start line: 539 end line: 559 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8285 unit: bool SILParser::parseSILQualifier() file: lib/SIL/Parser/ParseSIL.cpp start line: 890 end line: 905 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8286 unit: static bool allUsesInSameBlock() file: lib/SIL/Utils/MemoryLocations.cpp start line: 52 end line: 68 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8287 unit: PrunedLiveBlocks::IsLive PrunedLiveBlocks::updateForUse() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 55 end line: 72 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8288 unit: void State::initializeAllConsumingUses() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 241 end line: 271 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8289 unit: bool handleLeak() file: lib/SIL/Verifier/LinearLifetimeCheckerPrivate.h start line: 145 end line: 163 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8290 unit: void MemoryLifetimeVerifier::reportError() file: lib/SIL/Verifier/MemoryLifetimeVerifier.cpp start line: 236 end line: 252 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8291 unit: void checkAllocRefBase() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1479 end line: 1493 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8292 unit: void checkDeallocPartialRefInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3008 end line: 3022 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8293 unit: void checkThickToObjCMetatypeInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4165 end line: 4181 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8294 unit: void checkObjCToThickMetatypeInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4183 end line: 4199 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8295 unit: void checkConvertEscapeToNoEscapeInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4386 end line: 4410 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8296 unit: bool ArgumentSource::isObviouslyEqual() file: lib/SILGen/ArgumentSource.cpp start line: 292 end line: 307 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8297 unit: void CleanupManager::forwardCleanup() file: lib/SILGen/Cleanup.cpp start line: 238 end line: 257 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8298 unit: ManagedValue ManagedValue::forForwardedRValue() file: lib/SILGen/ManagedValue.cpp start line: 25 end line: 42 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8299 unit: ManagedValue ManagedValue::materialize() file: lib/SILGen/ManagedValue.cpp start line: 198 end line: 216 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8300 unit: RValue finish() file: lib/SILGen/ResultPlan.cpp start line: 183 end line: 205 size: 15 LOC McCabe index: 3 number of parameters: 5 id: 8301 unit: RValue finish() file: lib/SILGen/ResultPlan.cpp start line: 450 end line: 465 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8302 unit: static ManagedValue convertOwnershipConventionGivenParamInfo() file: lib/SILGen/SILGenApply.cpp start line: 225 end line: 245 size: 15 LOC McCabe index: 8 number of parameters: 5 id: 8303 unit: ManagedValue SILGenFunction::emitUninitializedArrayFinalization() file: lib/SILGen/SILGenApply.cpp start line: 5299 end line: 5322 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8304 unit: ManagedValue SILGenBuilder::createPhi() file: lib/SILGen/SILGenBuilder.cpp start line: 205 end line: 222 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8305 unit: ManagedValue SILGenBuilder::createAllocRefDynamic() file: lib/SILGen/SILGenBuilder.cpp start line: 240 end line: 255 size: 15 LOC McCabe index: 1 number of parameters: 6 id: 8306 unit: ManagedValue SILGenBuilder::formalAccessBufferForExpr() file: lib/SILGen/SILGenBuilder.cpp start line: 354 end line: 380 size: 15 LOC McCabe index: 4 number of parameters: 5 id: 8307 unit: ManagedValue SILGenFunction::emitConvertedRValue() file: lib/SILGen/SILGenConvert.cpp start line: 1032 end line: 1050 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8308 unit: void SILGenFunction::visitVarDecl() file: lib/SILGen/SILGenDecl.cpp start line: 1297 end line: 1321 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8309 unit: static void pushDistributedActorConformance() file: lib/SILGen/SILGenDistributed.cpp start line: 156 end line: 173 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8310 unit: void SILGenFunction::emitDistributedActorSystemResignIDCall() file: lib/SILGen/SILGenDistributed.cpp start line: 499 end line: 520 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8311 unit: static inline SGFAccessKind getAddressAccessKind() file: lib/SILGen/SILGenFunction.h start line: 165 end line: 179 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8312 unit: static inline AccessKind getFormalAccessKind() file: lib/SILGen/SILGenFunction.h start line: 181 end line: 195 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8313 unit: LValue LValue::forValue() file: lib/SILGen/SILGenLValue.cpp start line: 2361 end line: 2377 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8314 unit: static AccessKind mapAccessKind() file: lib/SILGen/SILGenLValue.cpp start line: 2731 end line: 2747 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 8315 unit: static SGFAccessKind getBaseAccessKindForAccessor() file: lib/SILGen/SILGenLValue.cpp start line: 3086 end line: 3100 size: 15 LOC McCabe index: 5 number of parameters: 3 id: 8316 unit: void PatternMatchEmission::emitGuardBranch() file: lib/SILGen/SILGenPattern.cpp start line: 1231 end line: 1251 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8317 unit: void PatternMatchEmission::initSharedCaseBlockDest() file: lib/SILGen/SILGenPattern.cpp start line: 2386 end line: 2405 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8318 unit: void PatternMatchEmission::emitAddressOnlyAllocations() file: lib/SILGen/SILGenPattern.cpp start line: 2419 end line: 2441 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8319 unit: static CanSILFunctionType buildWithoutActuallyEscapingThunkType() file: lib/SILGen/SILGenPoly.cpp start line: 3496 end line: 3512 size: 15 LOC McCabe index: 1 number of parameters: 6 id: 8320 unit: Condition SILGenFunction::emitCondition() file: lib/SILGen/SILGenStmt.cpp start line: 233 end line: 249 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8321 unit: void StmtEmitter::visitPoundAssertStmt() file: lib/SILGen/SILGenStmt.cpp start line: 639 end line: 657 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8322 unit: void StmtEmitter::visitDoStmt() file: lib/SILGen/SILGenStmt.cpp start line: 869 end line: 894 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8323 unit: void visitFuncDecl() file: lib/SILGen/SILGenType.cpp start line: 1229 end line: 1256 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8324 unit: bool ARCRegionState::processBottomUp() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 307 end line: 325 size: 15 LOC McCabe index: 2 number of parameters: 9 id: 8325 unit: bool ARCSequenceDataflowEvaluator::processBottomUp() file: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp start line: 335 end line: 360 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8326 unit: bool ConsumedArgToEpilogueReleaseMatcher::isRedundantRelease() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 756 end line: 776 size: 15 LOC McCabe index: 5 number of parameters: 3 id: 8327 unit: bool StorageAccessInfo::mergeFrom() file: lib/SILOptimizer/Analysis/AccessStorageAnalysis.cpp start line: 90 end line: 104 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8328 unit: bool AccessSummaryAnalysis::compareSubPaths() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 602 end line: 622 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8329 unit: void AccessSummaryAnalysis::FunctionSummary::print() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 624 end line: 640 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8330 unit: static bool aliasUnequalObjects() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 185 end line: 212 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8331 unit: void ArraySemanticsCall::initialize() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 177 end line: 198 size: 15 LOC McCabe index: 8 number of parameters: 3 id: 8332 unit: Optional swift::ArraySemanticsCall::getConstantIndex() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 265 end line: 281 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8333 unit: void CallerAnalysis::ApplySiteFinderVisitor::process() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 186 end line: 210 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8334 unit: void CallerAnalysis::invalidateAllInfo() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 263 end line: 283 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8335 unit: std::pair EscapeAnalysis::CGNode::getRepNode() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 383 end line: 400 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8336 unit: bool FunctionSideEffects::mergeFromApply() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 263 end line: 280 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8337 unit: void extractAllElements() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 371 end line: 385 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8338 unit: static bool shouldExplode() file: lib/SILOptimizer/FunctionSignatureTransforms/ArgumentExplosionTransform.cpp start line: 53 end line: 68 size: 15 LOC McCabe index: 4 number of parameters: 4 id: 8339 unit: void FunctionSignatureTransformDescriptor::addThunkArgument() file: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp start line: 143 end line: 162 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8340 unit: void CrossModuleOptimization::makeTypeUsableFromInline() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 535 end line: 552 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8341 unit: bool SILGlobalOpt::tryRemoveGlobalAlloc() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 521 end line: 539 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8342 unit: bool COWArrayOpt::isMatchingRelease() file: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp start line: 212 end line: 234 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8343 unit: static bool mayConflictWithGlobalInit() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 215 end line: 234 size: 15 LOC McCabe index: 5 number of parameters: 5 id: 8344 unit: static bool handledEndAccesses() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 724 end line: 738 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8345 unit: bool LoopTreeOptimization::optimizeLoop() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 1143 end line: 1160 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8346 unit: void AccessEnforcementSelection::handleAccess() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 771 end line: 786 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8347 unit: bool isNonDelegatingInit() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h start line: 208 end line: 222 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8348 unit: void dump() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 227 end line: 241 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8349 unit: bool transferAvailability() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 311 end line: 326 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8350 unit: bool LifetimeChecker::isBlockIsReachableFromEntry() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 648 end line: 667 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8351 unit: static void maybeSuggestNoArgSelfInit() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1248 end line: 1265 size: 15 LOC McCabe index: 5 number of parameters: 3 id: 8352 unit: static FullApplySite findApply() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1441 end line: 1465 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8353 unit: LLVM_ATTRIBUTE_USED void dump() file: lib/SILOptimizer/Mandatory/DiagnoseInfiniteRecursion.cpp start line: 483 end line: 497 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8354 unit: bool LowerHopToActor::run() file: lib/SILOptimizer/Mandatory/LowerHopToActor.cpp start line: 70 end line: 86 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8355 unit: static void collectPartiallyAppliedArguments() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 477 end line: 491 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8356 unit: static void diagnoseErrorInConstantEvaluableFunction() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 352 end line: 370 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8357 unit: void PerformanceDiagnostics::diagnose() file: lib/SILOptimizer/Mandatory/PerformanceDiagnostics.cpp start line: 273 end line: 291 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8358 unit: void PassContext_notifyChanges() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 1208 end line: 1222 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8359 unit: bool mayBlockCodeMotion() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 670 end line: 693 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8360 unit: bool DominatedAccessRemoval::checkDominatedAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 393 end line: 417 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8361 unit: static bool useCaptured() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 64 end line: 82 size: 15 LOC McCabe index: 9 number of parameters: 1 id: 8362 unit: void DCE::computePredecessorDependence() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 768 end line: 785 size: 15 LOC McCabe index: 6 number of parameters: 0 id: 8363 unit: bool DeadObjectAnalysis::analyze() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 648 end line: 667 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8364 unit: void DSEContext::processBasicBlockForDSE() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 659 end line: 688 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8365 unit: bool DSEContext::processWriteForDSE() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 884 end line: 903 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8366 unit: void DSEContext::processInstruction() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 1132 end line: 1152 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8367 unit: SILValue EagerDispatch::emitArgumentCast() file: lib/SILOptimizer/Transforms/EagerSpecializer.cpp start line: 628 end line: 644 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8368 unit: void BridgedArgument::transferTo() file: lib/SILOptimizer/Transforms/Outliner.cpp start line: 759 end line: 776 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8369 unit: SILValue BlockState::reduceValuesAtEndOfBlock() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 689 end line: 713 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8370 unit: void BlockState::updateForwardSetAndValForWrite() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 831 end line: 850 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8371 unit: void BBEnumTagDataflowState::handlePredSwitchEnum() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 259 end line: 293 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8372 unit: unsigned SROAMemoryUseAnalyzer::getEltNoForProjection() file: lib/SILOptimizer/Transforms/SILSROA.cpp start line: 88 end line: 103 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8373 unit: void removeFromWorklist() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 200 end line: 219 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8374 unit: static SILValue getInsertedValue() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3449 end line: 3463 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8375 unit: void StringOptimization::replaceAppendWith() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 653 end line: 667 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8376 unit: bool ReachableBlocks::visit() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 23 end line: 40 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8377 unit: void BasicBlockCloner::sinkAddressProjections() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 255 end line: 274 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8378 unit: SubstitutionMap FunctionSignaturePartialSpecializer::computeClonerParamSubs() file: lib/SILOptimizer/Utils/Generics.cpp start line: 1586 end line: 1600 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8379 unit: static SILValue skipAddrProjections() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 435 end line: 449 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8380 unit: bool swift::simplifyUsers() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1111 end line: 1129 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8381 unit: void swift::endLifetimeAtLeakingBlocks() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1776 end line: 1793 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8382 unit: void declareTemporaryVariable() file: lib/Sema/BuilderTransform.cpp start line: 1116 end line: 1134 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8383 unit: static Type getOptionalSuperclass() file: lib/Sema/CSBindings.cpp start line: 1685 end line: 1703 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8384 unit: void GenericArgumentsMismatchFailure::emitNoteForMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 690 end line: 712 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8385 unit: bool InvalidCoercionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1111 end line: 1128 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8386 unit: bool ArgumentMismatchFailure::diagnoseTrailingClosureMismatch() file: lib/Sema/CSDiagnostics.cpp start line: 6530 end line: 6548 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8387 unit: bool UnableToInferProtocolLiteralType::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7078 end line: 7095 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 8388 unit: bool AllowInvalidRefInKeyPath::diagnoseForAmbiguity() file: lib/Sema/CSFix.cpp start line: 1032 end line: 1048 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8389 unit: std::pair getParamCount() file: lib/Sema/CSGen.cpp start line: 519 end line: 536 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8390 unit: void getMatchingParams() file: lib/Sema/CSGen.cpp start line: 831 end line: 845 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8391 unit: ConstraintSystem::SolutionKind ConstraintSystem::simplifyDefaultableConstraint() file: lib/Sema/CSSimplify.cpp start line: 8947 end line: 8965 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8392 unit: bool swift::isSIMDOperator() file: lib/Sema/CSStep.cpp start line: 718 end line: 737 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8393 unit: void ConstraintGraphNode::truncateEquivalenceClass() file: lib/Sema/ConstraintGraph.cpp start line: 274 end line: 295 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8394 unit: Type ConstraintSystem::getUnopenedTypeOfReference() file: lib/Sema/ConstraintSystem.cpp start line: 1147 end line: 1163 size: 15 LOC McCabe index: 4 number of parameters: 5 id: 8395 unit: static Identifier getVarNameForCoding() file: lib/Sema/DerivedConformanceCodable.cpp start line: 54 end line: 71 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8396 unit: void UnboundImport::validateResilience() file: lib/Sema/ImportResolution.cpp start line: 655 end line: 676 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8397 unit: void ImportResolver::findCrossImportsInLists() file: lib/Sema/ImportResolution.cpp start line: 1066 end line: 1082 size: 15 LOC McCabe index: 5 number of parameters: 4 id: 8398 unit: static Type getBaseTypeForMember() file: lib/Sema/LookupVisibleDecls.cpp start line: 843 end line: 858 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8399 unit: void swift::diagnoseUnownedImmediateDeallocation() file: lib/Sema/MiscDiagnostics.cpp start line: 2113 end line: 2130 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8400 unit: Added logPrint() file: lib/Sema/PlaygroundTransform.cpp start line: 691 end line: 710 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8401 unit: static bool matchesDeclRefKind() file: lib/Sema/PreCheckExpr.cpp start line: 50 end line: 69 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8402 unit: bool walkToTypeReprPre() file: lib/Sema/TypeCheckAccess.cpp start line: 119 end line: 138 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8403 unit: void visitAssociatedTypeDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1720 end line: 1735 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8404 unit: void AttributeChecker::visitUnsafeNoObjCTaggedPointerAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1656 end line: 1672 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8405 unit: SourceRange refinementSourceRangeForDecl() file: lib/Sema/TypeCheckAvailability.cpp start line: 458 end line: 486 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8406 unit: std::pair walkToStmtPre() file: lib/Sema/TypeCheckAvailability.cpp start line: 488 end line: 505 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8407 unit: Action walkToTypePost() file: lib/Sema/TypeCheckAvailability.cpp start line: 3575 end line: 3593 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8408 unit: static bool isKeyPathCurriedThunkCallExpr() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 81 end line: 96 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8409 unit: Type swift::getExplicitGlobalActor() file: lib/Sema/TypeCheckConcurrency.cpp start line: 298 end line: 315 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8410 unit: static bool hasUnavailableConformance() file: lib/Sema/TypeCheckConcurrency.cpp start line: 598 end line: 618 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8411 unit: bool diagnoseNonSendableTypes() file: lib/Sema/TypeCheckConcurrency.h start line: 318 end line: 333 size: 15 LOC McCabe index: 2 number of parameters: 5 id: 8412 unit: OverrideRequiresKeyword swift::overrideRequiresKeyword() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 1638 end line: 1656 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8413 unit: static void checkDefaultArguments() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 1010 end line: 1029 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8414 unit: ConditionalEffectKind classifyExpr() file: lib/Sema/TypeCheckEffects.cpp start line: 862 end line: 876 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8415 unit: static PossibleEffects getEffects() file: lib/Sema/TypeCheckProtocol.cpp start line: 944 end line: 960 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8416 unit: bool isError() file: lib/Sema/TypeCheckProtocol.h start line: 396 end line: 414 size: 15 LOC McCabe index: 8 number of parameters: 0 id: 8417 unit: bool TypeChecker::typeCheckClosureBody() file: lib/Sema/TypeCheckStmt.cpp start line: 2070 end line: 2087 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8418 unit: static void getTupleTypeSpaces() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 793 end line: 809 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8419 unit: static void diagnoseGenericArgumentsOnSelf() file: lib/Sema/TypeCheckType.cpp start line: 1347 end line: 1364 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8420 unit: NeverNullType TypeResolver::resolveOptionalType() file: lib/Sema/TypeCheckType.cpp start line: 3641 end line: 3658 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8421 unit: Expected deserializeReferenceStorageType() file: lib/Serialization/Deserialization.cpp start line: 5477 end line: 5494 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8422 unit: void ModuleFileSharedCore::fatal() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 520 end line: 536 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8423 unit: hash_value_type ComputeHash() file: lib/Serialization/Serialization.cpp start line: 119 end line: 133 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8424 unit: std::pair EmitKeyDataLength() file: lib/Serialization/Serialization.cpp start line: 135 end line: 151 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8425 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 1469 end line: 1487 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8426 unit: void writeForeignAsyncConvention() file: lib/Serialization/Serialization.cpp start line: 2882 end line: 2896 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8427 unit: static uint8_t getRawStableSILFunctionTypeRepresentation() file: lib/Serialization/Serialization.cpp start line: 4177 end line: 4191 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8428 unit: static bool hasDoubleUnderscore() file: lib/Serialization/SerializeDoc.cpp start line: 311 end line: 331 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8429 unit: void SILSerializer::addMandatorySILFunction() file: lib/Serialization/SerializeSIL.cpp start line: 326 end line: 350 size: 15 LOC McCabe index: 6 number of parameters: 2 id: 8430 unit: void SILSerializer::processWorklists() file: lib/Serialization/SerializeSIL.cpp start line: 386 end line: 401 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8431 unit: void SILSerializer::writeOneTypeOneOperandLayout() file: lib/Serialization/SerializeSIL.cpp start line: 709 end line: 724 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 8432 unit: void SILSerializer::writeOneTypeOneOperandLayout() file: lib/Serialization/SerializeSIL.cpp start line: 726 end line: 741 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 8433 unit: void swift::symbolgraphgen::serialize() file: lib/SymbolGraphGen/JSON.cpp start line: 26 end line: 42 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8434 unit: bool isUnavailableOrObsoleted() file: lib/SymbolGraphGen/SymbolGraphASTWalker.cpp start line: 69 end line: 83 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8435 unit: static bool isTrivialSyntaxKind() file: lib/Syntax/RawSyntax.cpp start line: 27 end line: 41 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8436 unit: RC SyntaxData::getPreviousNode() file: lib/Syntax/SyntaxData.cpp start line: 40 end line: 54 size: 15 LOC McCabe index: 9 number of parameters: 0 id: 8437 unit: static void serialize() file: lib/TBDGen/APIGen.cpp start line: 53 end line: 67 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8438 unit: void shrink_and_clear() file: stdlib/include/llvm/ADT/DenseMap.h start line: 760 end line: 777 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8439 unit: inline unsigned hexDigitValue() file: stdlib/include/llvm/ADT/StringExtras.h start line: 68 end line: 85 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8440 unit: inline StringRef getOrdinalSuffix() file: stdlib/include/llvm/ADT/StringExtras.h start line: 267 end line: 283 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 8441 unit: bool isValid() file: stdlib/include/llvm/ADT/Twine.h start line: 219 end line: 241 size: 15 LOC McCabe index: 10 number of parameters: 0 id: 8442 unit: static void swift_job_runImpl() file: stdlib/public/Concurrency/Actor.cpp start line: 1198 end line: 1226 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8443 unit: void swift::swift_asyncLet_start() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 159 end line: 175 size: 15 LOC McCabe index: 1 number of parameters: 5 id: 8444 unit: static void recognizeReadyDelayedJobs() file: stdlib/public/Concurrency/CooperativeGlobalExecutor.inc start line: 141 end line: 163 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8445 unit: func _getCurrentThreadPriority() file: stdlib/public/Concurrency/Task.swift start line: 892 end line: 910 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8446 unit: std::string to_string() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 227 end line: 241 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8447 unit: static void swift_task_localValuePopImpl() file: stdlib/public/Concurrency/TaskLocal.cpp start line: 118 end line: 136 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8448 unit: func resolve() file: stdlib/public/Distributed/DistributedActorSystem.swift start line: 50 end line: 139 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8449 unit: void StringRef::split() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 292 end line: 317 size: 15 LOC McCabe index: 7 number of parameters: 4 id: 8450 unit: size_t StringRef::count() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 351 end line: 365 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8451 unit: void RecordTypeInfoBuilder::addField() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1316 end line: 1331 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8452 unit: void visitOpaqueArchetypeTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 350 end line: 364 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8453 unit: Demangle::NodePointer visitTupleTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 574 end line: 589 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8454 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2697 end line: 2822 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8455 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2859 end line: 2972 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8456 unit: func decode() file: stdlib/public/core/Codable.swift start line: 3009 end line: 3137 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8457 unit: func remainder() file: stdlib/public/core/FloatingPoint.swift start line: 654 end line: 995 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8458 unit: func _setAtWritableKeyPath() file: stdlib/public/core/KeyPath.swift start line: 1957 end line: 1974 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 8459 unit: func isEqual() file: stdlib/public/core/NativeDictionary.swift start line: 622 end line: 637 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8460 unit: mutating func insert() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 243 end line: 372 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8461 unit: func _stdlib_atomicInitializeARCRef() file: stdlib/public/core/Runtime.swift start line: 130 end line: 146 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8462 unit: func setGlobalRuntimeFunctionCountersMode() file: stdlib/public/core/RuntimeFunctionCounters.swift start line: 340 end line: 357 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8463 unit: mutating func insert() file: stdlib/public/core/SetAlgebra.swift start line: 196 end line: 361 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8464 unit: func hasBreakWhenPaired() file: stdlib/public/core/StringGraphemeBreaking.swift start line: 31 end line: 82 size: 15 LOC McCabe index: 11 number of parameters: 1 id: 8465 unit: func _legacyNarrowIllegalRange() file: stdlib/public/core/StringUTF8Validation.swift start line: 73 end line: 87 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8466 unit: static inline bool swift_isClassOrObjCExistentialTypeImpl() file: stdlib/public/runtime/Casting.cpp start line: 952 end line: 971 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8467 unit: MetadataResponse _getBridgedObjectiveCType() file: stdlib/public/runtime/Casting.cpp start line: 1023 end line: 1038 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8468 unit: id swift::dynamicCastValueToNSError() file: stdlib/public/runtime/ErrorObject.mm start line: 200 end line: 217 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8469 unit: void swift::swift_deallocClassInstance() file: stdlib/public/runtime/HeapObject.cpp start line: 697 end line: 714 size: 15 LOC McCabe index: 5 number of parameters: 3 id: 8470 unit: void CONSUME_BLOCK() file: stdlib/public/runtime/ImageInspectionMachO.cpp start line: 57 end line: 75 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8471 unit: static ClassMetadataBounds computeMetadataBoundsFromSuperclass() file: stdlib/public/runtime/Metadata.cpp start line: 192 end line: 213 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8472 unit: bool swift::swift_compareTypeContextDescriptors() file: stdlib/public/runtime/Metadata.cpp start line: 2164 end line: 2193 size: 15 LOC McCabe index: 8 number of parameters: 2 id: 8473 unit: inline MetadataState getAccomplishedRequestState() file: stdlib/public/runtime/MetadataCache.h start line: 129 end line: 143 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8474 unit: Status await() file: stdlib/public/runtime/MetadataCache.h start line: 351 end line: 373 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8475 unit: int compare() file: stdlib/public/runtime/MetadataCache.h start line: 494 end line: 515 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8476 unit: void finishAndPublishProgress() file: stdlib/public/runtime/MetadataCache.h start line: 1114 end line: 1138 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 8477 unit: static void patchNSBundle() file: stdlib/public/runtime/ObjCRuntimeGetImageNameFromClass.mm start line: 311 end line: 332 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8478 unit: void swift::swift_once() file: stdlib/public/runtime/Once.cpp start line: 53 end line: 67 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8479 unit: static swift_uint128_t shiftRightRoundingDown128() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1862 end line: 1877 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8480 unit: void swift::swift_bridgeObjectRelease_n() file: stdlib/public/runtime/SwiftObject.mm start line: 678 end line: 694 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8481 unit: void swift::swift_nonatomic_bridgeObjectRelease_n() file: stdlib/public/runtime/SwiftObject.mm start line: 719 end line: 735 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8482 unit: void _swift_stdlib_reportUnimplementedInitializer() file: stdlib/public/stubs/Assert.cpp start line: 103 end line: 118 size: 15 LOC McCabe index: 1 number of parameters: 5 id: 8483 unit: uint64_t swift_int64ToString() file: stdlib/public/stubs/Stubs.cpp start line: 109 end line: 130 size: 15 LOC McCabe index: 8 number of parameters: 5 id: 8484 unit: void dump() file: stdlib/toolchain/Compatibility51/Concurrent.h start line: 63 end line: 78 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 8485 unit: swift_addr_t PipeMemoryReader_getSymbolAddress() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 215 end line: 229 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 8486 unit: PipeMemoryReader createPipeMemoryReader() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 270 end line: 284 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 8487 unit: def register_function() file: tools/SourceKit/bindings/python/sourcekitd/capi.py start line: 0 end line: 0 size: 15 LOC McCabe index: 8 number of parameters: 3 id: 8488 unit: static bool isTopNonLiteralResult() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 844 end line: 859 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8489 unit: void CompletionBuilder::setPrefix() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 1148 end line: 1167 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 8490 unit: void cleanBuildOperations() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 470 end line: 484 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 8491 unit: void initDefaultMapToUse() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 100 end line: 114 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 8492 unit: bool visitDeclReference() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 953 end line: 971 size: 15 LOC McCabe index: 7 number of parameters: 6 id: 8493 unit: void SwiftDocumentSemanticInfo::processLatestSnapshotAsync() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1077 end line: 1097 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8494 unit: void SwiftLangSupport::editorFormatText() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2613 end line: 2631 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8495 unit: void SwiftLangSupport::editorExpandPlaceholder() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2652 end line: 2670 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 8496 unit: UIdent UIdentVisitor::visitVarDecl() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 168 end line: 182 size: 15 LOC McCabe index: 10 number of parameters: 1 id: 8497 unit: void fixupTuple() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 399 end line: 414 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 8498 unit: static StringRef getModuleName() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 756 end line: 773 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8499 unit: void printGroup() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 536 end line: 552 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8500 unit: static void printRelatedIdents() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2328 end line: 2342 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 8501 unit: static void printDemangleResults() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2415 end line: 2429 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8502 unit: static void printMangleResults() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2431 end line: 2445 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8503 unit: static void printError() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 160 end line: 174 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 8504 unit: bool RequestDict::dictionaryArrayApply() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 768 end line: 783 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8505 unit: bool RequestDict::dictionaryArrayApply() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp start line: 347 end line: 361 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8506 unit: static int demangleSTDIN() file: tools/swift-demangle-yamldump/swift-demangle-yamldump.cpp start line: 168 end line: 188 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8507 unit: static int printResult() file: tools/swift-ide-test/swift-ide-test.cpp start line: 916 end line: 930 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8508 unit: return performWithCompletionLikeOperationParams() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1047 end line: 1061 size: 15 LOC McCabe index: 1 number of parameters: 6 id: 8509 unit: bool visitDeclReference() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3772 end line: 3787 size: 15 LOC McCabe index: 4 number of parameters: 6 id: 8510 unit: func dumpArrays() file: tools/swift-inspect/Sources/swift-inspect/main.swift start line: 93 end line: 107 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 8511 unit: bool readString() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 541 end line: 558 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8512 unit: template void basicLockableThreaded() file: unittests/runtime/Mutex.cpp start line: 26 end line: 42 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8513 unit: template void criticalSectionThreaded() file: unittests/runtime/Mutex.cpp start line: 180 end line: 196 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 8514 unit: def __init__() file: utils/SwiftIntTypes.py start line: 0 end line: 0 size: 15 LOC McCabe index: 4 number of parameters: 4 id: 8515 unit: def function_bug_reducer() file: utils/bug_reducer/bug_reducer/func_bug_reducer.py start line: 0 end line: 0 size: 15 LOC McCabe index: 4 number of parameters: 5 id: 8516 unit: def base_args() file: utils/bug_reducer/bug_reducer/swift_tools.py start line: 0 end line: 0 size: 15 LOC McCabe index: 7 number of parameters: 2 id: 8517 unit: def get_data() file: utils/dev-scripts/csvcolumn_to_scurve.py start line: 0 end line: 0 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 8518 unit: func emitScalarSets() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 218 end line: 236 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 8519 unit: def __init__() file: utils/gyb_syntax_support/Token.py start line: 0 end line: 0 size: 15 LOC McCabe index: 2 number of parameters: 10 id: 8520 unit: func keyboardHelper() file: utils/parser-lib/profile-input.swift start line: 2344 end line: 2361 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8521 unit: def collect_submodules() file: utils/swift-api-dump.py start line: 0 end line: 0 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8522 unit: def collect_framework_modules() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 15 LOC McCabe index: 7 number of parameters: 3 id: 8523 unit: def collect_non_framework_modules() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 15 LOC McCabe index: 7 number of parameters: 3 id: 8524 unit: void checkClass() file: validation-test/Runtime/class_update_callback_with_fixed_layout.m start line: 37 end line: 54 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 8525 unit: func f() file: validation-test/compiler_crashers_fixed/00170-swift-parser-skipsingle.swift start line: 41 end line: 55 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8526 unit: func f() file: validation-test/compiler_crashers_fixed/00172-swift-archetypebuilder-inferrequirementswalker-walktotypepost.swift start line: 133 end line: 147 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8527 unit: func f() file: validation-test/compiler_crashers_fixed/00176-vtable.swift start line: 654 end line: 668 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8528 unit: func n() file: validation-test/compiler_crashers_fixed/00182-swift-astcontext-getconformance.swift start line: 83 end line: 108 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8529 unit: func f() file: validation-test/compiler_crashers_fixed/00196-swift-constraints-constraint-create.swift start line: 585 end line: 599 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8530 unit: func c() file: validation-test/compiler_crashers_fixed/00216-swift-unqualifiedlookup-unqualifiedlookup.swift start line: 62 end line: 76 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8531 unit: func f() file: validation-test/compiler_crashers_fixed/00234-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift start line: 99 end line: 113 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8532 unit: func f() file: validation-test/compiler_crashers_fixed/01030-swift-declname-printpretty.swift start line: 33 end line: 47 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 8533 unit: func evaluateObservations() file: validation-test/stdlib/Inputs/CommandLineStressTest/CommandLineStressTest.swift start line: 38 end line: 52 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 8534 unit: func checkArrayEnumeratorPartialFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 705 end line: 719 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 8535 unit: func checkSetEnumeratorPartialFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 846 end line: 860 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 8536 unit: func countValidSequences() file: validation-test/stdlib/UnicodeLongTest.swift start line: 31 end line: 45 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 8537 unit: mutating func parseEffectFromSource() file: SwiftCompilerSources/Sources/SIL/Effects.swift start line: 216 end line: 229 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8538 unit: func insertOrUpdate() file: benchmark/multi-source/PrimsSplit/Prims.swift start line: 49 end line: 63 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8539 unit: def main() file: benchmark/scripts/build_script_helper.py start line: 0 end line: 0 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8540 unit: def update_cmakelists() file: benchmark/scripts/create_benchmark.py start line: 0 end line: 0 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8541 unit: def add_register_benchmark() file: benchmark/scripts/create_benchmark.py start line: 0 end line: 0 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8542 unit: def get_benchmark_executable() file: benchmark/scripts/perf_test_driver/perf_test_driver.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8543 unit: func randomIndexRanges() file: benchmark/single-source/Breadcrumbs.swift start line: 53 end line: 68 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 8544 unit: func parseCSV() file: benchmark/single-source/CSVParsing.swift start line: 206 end line: 219 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 8545 unit: func parseCSV() file: benchmark/single-source/CSVParsing.swift start line: 221 end line: 234 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 8546 unit: func parseCSV() file: benchmark/single-source/CSVParsing.swift start line: 236 end line: 249 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 8547 unit: func parseCSV() file: benchmark/single-source/CSVParsing.swift start line: 251 end line: 264 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 8548 unit: func precompute() file: benchmark/single-source/CharacterProperties.swift start line: 262 end line: 275 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8549 unit: func replaceBuffer() file: benchmark/single-source/DataBenchmarks.swift start line: 491 end line: 505 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 8550 unit: func findOne() file: benchmark/single-source/FindStringNaive.swift start line: 70 end line: 83 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8551 unit: func findOneOnUTF8Collection() file: benchmark/single-source/FindStringNaive.swift start line: 109 end line: 122 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8552 unit: func testPushingRequests() file: benchmark/single-source/HTTP2StateMachine.swift start line: 361 end line: 380 size: 14 LOC McCabe index: 9 number of parameters: 0 id: 8553 unit: func hashStateFast() file: benchmark/single-source/Hash.swift start line: 288 end line: 301 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8554 unit: func insertOrUpdate() file: benchmark/single-source/Prims.swift start line: 57 end line: 71 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8555 unit: func insertOrUpdate() file: benchmark/single-source/PrimsNonStrongRef.swift start line: 1030 end line: 1044 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8556 unit: func inserting() file: benchmark/single-source/RandomTree.swift start line: 72 end line: 85 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8557 unit: func getLongString() file: benchmark/single-source/StringBuilder.swift start line: 131 end line: 144 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8558 unit: func match() file: benchmark/single-source/StringMatch.swift start line: 30 end line: 46 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8559 unit: inline void simple_display() file: include/swift/AST/Decl.h start line: 7616 end line: 7629 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8560 unit: OperatorFixity getFixity() file: include/swift/AST/Decl.h start line: 7647 end line: 7660 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 8561 unit: void emitDotNode() file: include/swift/AST/FineGrainedDependencies.h start line: 962 end line: 975 size: 14 LOC McCabe index: 3 number of parameters: 5 id: 8562 unit: Value composeWith() file: include/swift/AST/PropertyWrappers.h start line: 122 end line: 143 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8563 unit: void forEachValueWitness() file: include/swift/AST/ProtocolConformance.h start line: 354 end line: 371 size: 14 LOC McCabe index: 8 number of parameters: 2 id: 8564 unit: void append() file: include/swift/Basic/ClusteredBitVector.h start line: 99 end line: 113 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8565 unit: void appendSetBits() file: include/swift/Basic/ClusteredBitVector.h start line: 140 end line: 153 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8566 unit: void processKeyWithDefault() file: include/swift/Basic/JSONSerialization.h start line: 516 end line: 529 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8567 unit: static void deleteTree() file: include/swift/Basic/PrefixMap.h start line: 321 end line: 335 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8568 unit: inline void set_union_for_each() file: include/swift/Basic/STLExtras.h start line: 174 end line: 188 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 8569 unit: inline bool hasPrefix() file: include/swift/Basic/STLExtras.h start line: 664 end line: 680 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 8570 unit: bool hasSubstructure() file: include/swift/IDE/SyntaxModel.h start line: 150 end line: 163 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8571 unit: void setForProtocolAndAssociatedConformance() file: include/swift/IRGen/Linking.h start line: 526 end line: 539 size: 14 LOC McCabe index: 1 number of parameters: 4 id: 8572 unit: static unsigned getAssociatedConformanceIndex() file: include/swift/IRGen/Linking.h start line: 606 end line: 619 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8573 unit: SourceRange SourceManager::registerLine() file: include/swift/Markup/SourceLoc.h start line: 117 end line: 133 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8574 unit: static StringSegment getLiteral() file: include/swift/Parse/Lexer.h start line: 421 end line: 434 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 8575 unit: ParsedRawSyntaxNode recordToken() file: include/swift/Parse/ParsedRawSyntaxRecorder.h start line: 106 end line: 119 size: 14 LOC McCabe index: 1 number of parameters: 4 id: 8576 unit: static bool decodeNatural() file: include/swift/Reflection/MetadataSource.h start line: 46 end line: 62 size: 14 LOC McCabe index: 7 number of parameters: 3 id: 8577 unit: void iterateConformanceTree() file: include/swift/Reflection/ReflectionContext.h start line: 1072 end line: 1085 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8578 unit: std::vector getLabels() file: include/swift/Reflection/TypeRef.h start line: 351 end line: 366 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8579 unit: bool readTupleElementOffset() file: include/swift/Remote/MetadataReader.h start line: 1535 end line: 1555 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8580 unit: Demangle::NodePointer demangleAnonymousContextName() file: include/swift/Remote/MetadataReader.h start line: 2044 end line: 2060 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8581 unit: static Optional fromNodeKindHelper() file: include/swift/SIL/ApplySite.h start line: 63 end line: 76 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8582 unit: static FullApplySite isa() file: include/swift/SIL/ApplySite.h start line: 554 end line: 567 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8583 unit: void setDebugVarScope() file: include/swift/SIL/DebugUtils.h start line: 314 end line: 327 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8584 unit: void SILCloner::visitUnmanagedRetainValueInst() file: include/swift/SIL/SILCloner.h start line: 1738 end line: 1752 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8585 unit: void SILCloner::visitUnmanagedReleaseValueInst() file: include/swift/SIL/SILCloner.h start line: 1813 end line: 1826 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8586 unit: void SILCloner::visitUnmanagedAutoreleaseValueInst() file: include/swift/SIL/SILCloner.h start line: 1855 end line: 1869 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8587 unit: void SILCloner::visitCheckedCastValueBranchInst() file: include/swift/SIL/SILCloner.h start line: 2724 end line: 2737 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 8588 unit: void SILCloner::visitLinearFunctionInst() file: include/swift/SIL/SILCloner.h start line: 2970 end line: 2983 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8589 unit: unsigned getIndirectFormalResultIndexForSILArg() file: include/swift/SIL/SILFunctionConventions.h start line: 363 end line: 376 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8590 unit: inline bool SILModuleConventions::isIndirectSILResult() file: include/swift/SIL/SILFunctionConventions.h start line: 505 end line: 519 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8591 unit: static unsigned getPackedKind() file: include/swift/SIL/SILInstruction.h start line: 3165 end line: 3178 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 8592 unit: Kind getKind() file: include/swift/SIL/SILInstruction.h start line: 3253 end line: 3266 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8593 unit: ArrayRef getSubscriptIndices() file: include/swift/SIL/SILInstruction.h start line: 3333 end line: 3346 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8594 unit: SubstitutionMap getExternalSubstitutions() file: include/swift/SIL/SILInstruction.h start line: 3399 end line: 3412 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8595 unit: unsigned getTupleIndex() file: include/swift/SIL/SILInstruction.h start line: 3414 end line: 3427 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8596 unit: void replaceInstUsesPairwiseWith() file: include/swift/SIL/SILInstructionWorklist.h start line: 282 end line: 298 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8597 unit: SILType remapType() file: include/swift/SIL/TypeSubstCloner.h start line: 167 end line: 181 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8598 unit: void invalidateIncludingAllCallers() file: include/swift/SILOptimizer/Analysis/BottomUpIPAnalysis.h start line: 302 end line: 316 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8599 unit: bool isInterestedInstruction() file: include/swift/SILOptimizer/Analysis/EpilogueARCAnalysis.h start line: 203 end line: 222 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8600 unit: inline bool isUniquelyIdentified() file: include/swift/SILOptimizer/Analysis/ValueTracking.h start line: 59 end line: 75 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8601 unit: void SDKNode::addChild() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 263 end line: 276 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8602 unit: static StringRef calculateLocation() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1062 end line: 1077 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8603 unit: static StringRef getPrintedName() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1114 end line: 1127 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8604 unit: void swift::ide::api::SDKNodeTypeFunc::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2673 end line: 2686 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8605 unit: Type ErrorType::get() file: lib/AST/ASTContext.cpp start line: 2818 end line: 2834 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8606 unit: void GenericFunctionType::Profile() file: lib/AST/ASTContext.cpp start line: 3788 end line: 3801 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8607 unit: void GenericSignatureImpl::Profile() file: lib/AST/ASTContext.cpp start line: 4588 end line: 4602 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8608 unit: Type ASTBuilder::createNominalType() file: lib/AST/ASTDemangler.cpp start line: 147 end line: 169 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8609 unit: Type ASTBuilder::createDependentMemberType() file: lib/AST/ASTDemangler.cpp start line: 653 end line: 669 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8610 unit: void foundDecl() file: lib/AST/ASTDemangler.cpp start line: 1113 end line: 1126 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8611 unit: void visitConstructorDecl() file: lib/AST/ASTDumper.cpp start line: 1048 end line: 1061 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8612 unit: void visitCollectionUpcastConversionExpr() file: lib/AST/ASTDumper.cpp start line: 2249 end line: 2262 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8613 unit: static void dumpProtocolConformanceRefRec() file: lib/AST/ASTDumper.cpp start line: 3196 end line: 3209 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8614 unit: std::string ASTMangler::mangleLocalTypeDecl() file: lib/AST/ASTMangler.cpp start line: 812 end line: 827 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8615 unit: static char getParamConvention() file: lib/AST/ASTMangler.cpp start line: 1709 end line: 1724 size: 14 LOC McCabe index: 9 number of parameters: 1 id: 8616 unit: static unsigned conformanceRequirementIndex() file: lib/AST/ASTMangler.cpp start line: 3242 end line: 3258 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8617 unit: static std::string sanitizeClangDocCommentStyle() file: lib/AST/ASTPrinter.cpp start line: 595 end line: 611 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8618 unit: void printRawComment() file: lib/AST/ASTPrinter.cpp start line: 644 end line: 660 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8619 unit: void printTypeWithOptions() file: lib/AST/ASTPrinter.cpp start line: 747 end line: 763 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8620 unit: void PrintAST::printWhereClauseFromRequirementSignature() file: lib/AST/ASTPrinter.cpp start line: 1507 end line: 1520 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8621 unit: void PrintAST::visitCallExpr() file: lib/AST/ASTPrinter.cpp start line: 4165 end line: 4179 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8622 unit: void printWithParensIfNotSimple() file: lib/AST/ASTPrinter.cpp start line: 4864 end line: 4878 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8623 unit: static StringRef getStringForParameterConvention() file: lib/AST/ASTPrinter.cpp start line: 6314 end line: 6327 size: 14 LOC McCabe index: 9 number of parameters: 1 id: 8624 unit: void IfStmtScope::expandAScopeThatDoesNotCreateANewInsertionPoint() file: lib/AST/ASTScopeCreation.cpp start line: 931 end line: 954 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8625 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2037 end line: 2052 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8626 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2054 end line: 2069 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8627 unit: bool visitEnumElementDecl() file: lib/AST/ASTWalker.cpp start line: 429 end line: 443 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8628 unit: void AccessNote::dump() file: lib/AST/AccessNotes.cpp start line: 146 end line: 162 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8629 unit: static bool isShortFormAvailabilityImpliedByOther() file: lib/AST/Attr.cpp start line: 408 end line: 424 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8630 unit: bool swift::isPolymorphicBuiltin() file: lib/AST/Builtins.cpp start line: 2950 end line: 2963 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8631 unit: ConformanceEntryKind getRankingKind() file: lib/AST/ConformanceLookupTable.h start line: 146 end line: 161 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8632 unit: void AbstractFunctionDecl::setSingleExpressionBody() file: lib/AST/Decl.cpp start line: 765 end line: 784 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8633 unit: ImportPath ImportDecl::getRealImportPath() file: lib/AST/Decl.cpp start line: 1205 end line: 1221 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8634 unit: static bool isInPrivateOrLocalContext() file: lib/AST/Decl.cpp start line: 2408 end line: 2423 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8635 unit: bool NominalTypeDecl::isFormallyResilient() file: lib/AST/Decl.cpp start line: 3787 end line: 3812 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8636 unit: ResilienceExpansion DeclContext::getResilienceExpansion() file: lib/AST/DeclContext.cpp start line: 315 end line: 329 size: 14 LOC McCabe index: 7 number of parameters: 0 id: 8637 unit: void IterableDeclContext::setMemberLoader() file: lib/AST/DeclContext.cpp start line: 948 end line: 964 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8638 unit: bool Expr::isStaticallyDerivedMetatype() file: lib/AST/Expr.cpp start line: 538 end line: 559 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8639 unit: void DependencyKey::verifyDeclAspectNames() file: lib/AST/FineGrainedDependencies.cpp start line: 317 end line: 330 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8640 unit: Type GenericEnvironment::maybeApplyOpaqueTypeSubstitutions() file: lib/AST/GenericEnvironment.cpp start line: 210 end line: 225 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8641 unit: Type GenericEnvironment::mapTypeIntoContext() file: lib/AST/GenericEnvironment.cpp start line: 423 end line: 438 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8642 unit: static bool isSelfDerivedProtocolRequirementInProtocol() file: lib/AST/GenericSignatureBuilder.cpp start line: 970 end line: 993 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8643 unit: void GenericSignatureBuilder::addConditionalRequirements() file: lib/AST/GenericSignatureBuilder.cpp start line: 2303 end line: 2327 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8644 unit: auto PotentialArchetype::getOrCreateEquivalenceClass() file: lib/AST/GenericSignatureBuilder.cpp start line: 2450 end line: 2468 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8645 unit: CanType RewritePath::formDependentType() file: lib/AST/GenericSignatureBuilder.cpp start line: 2830 end line: 2847 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8646 unit: void GenericSignatureBuilder::Implementation::minimizeRewriteTree() file: lib/AST/GenericSignatureBuilder.cpp start line: 3161 end line: 3177 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8647 unit: static Type getStructuralType() file: lib/AST/GenericSignatureBuilder.cpp start line: 3505 end line: 3519 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8648 unit: bool GenericSignatureBuilder::updateLayout() file: lib/AST/GenericSignatureBuilder.cpp start line: 4375 end line: 4392 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8649 unit: int DeclName::compare() file: lib/AST/Identifier.cpp start line: 105 end line: 123 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8650 unit: void SourceLookupCache::populateMemberCache() file: lib/AST/Module.cpp start line: 271 end line: 287 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8651 unit: bool SourceFile::isImportedAsSPI() file: lib/AST/Module.cpp start line: 2475 end line: 2493 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8652 unit: void DeclContext::lookupAllObjCMethods() file: lib/AST/NameLookup.cpp start line: 1964 end line: 1980 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8653 unit: void swift::printConformanceDescription() file: lib/AST/PrettyStackTrace.cpp start line: 239 end line: 253 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8654 unit: void MinimalConformances::dumpMinimalConformanceEquation() file: lib/AST/RequirementMachine/MinimalConformances.cpp start line: 782 end line: 797 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8655 unit: void RewritePath::dump() file: lib/AST/RequirementMachine/RewriteLoop.cpp start line: 95 end line: 110 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8656 unit: SubstitutionMap SubstitutionMap::get() file: lib/AST/SubstitutionMap.cpp start line: 189 end line: 203 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8657 unit: Type ExistentialLayout::getSuperclass() file: lib/AST/Type.cpp start line: 341 end line: 359 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8658 unit: void TypeBase::getOpenedExistentials() file: lib/AST/Type.cpp start line: 451 end line: 467 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8659 unit: static bool allowsUnlabeledTrailingClosureParameter() file: lib/AST/Type.cpp start line: 1027 end line: 1049 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8660 unit: std::string swift::getParamListAsString() file: lib/AST/Type.cpp start line: 1167 end line: 1182 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8661 unit: CanType visitArchetypeType() file: lib/AST/Type.cpp start line: 1943 end line: 1971 size: 14 LOC McCabe index: 6 number of parameters: 4 id: 8662 unit: bool TypeBase::isRepresentableIn() file: lib/AST/Type.cpp start line: 2979 end line: 2994 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8663 unit: bool TypeBase::isTriviallyRepresentableIn() file: lib/AST/Type.cpp start line: 2996 end line: 3011 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8664 unit: Type TypeBase::getTypeOfMember() file: lib/AST/Type.cpp start line: 4689 end line: 4706 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8665 unit: static RecursiveTypeProperties getBoxRecursiveProperties() file: lib/AST/Type.cpp start line: 5822 end line: 5835 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8666 unit: MutableArrayRef WhereClauseOwner::getRequirements() file: lib/AST/TypeCheckRequests.cpp start line: 386 end line: 400 size: 14 LOC McCabe index: 7 number of parameters: 0 id: 8667 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 1105 end line: 1118 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8668 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 1458 end line: 1473 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8669 unit: ActorIsolation ActorIsolation::subst() file: lib/AST/TypeCheckRequests.cpp start line: 1503 end line: 1517 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8670 unit: bool TypeRepr::findIf() file: lib/AST/TypeRepr.cpp start line: 78 end line: 96 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8671 unit: bool ide::printDeclUSR() file: lib/AST/USRGeneration.cpp start line: 354 end line: 367 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8672 unit: Error ExponentialGrowthAppendingBinaryByteStream::writeBytes() file: lib/Basic/ExponentialGrowthAppendingBinaryByteStream.cpp start line: 42 end line: 60 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8673 unit: llvm::VersionTuple swift::getTargetSDKVersion() file: lib/Basic/Platform.cpp start line: 472 end line: 491 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8674 unit: void updateProcessWideFrontendCounters() file: lib/Basic/Statistic.cpp start line: 519 end line: 539 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8675 unit: StringRef camel_case::dropPrefix() file: lib/Basic/StringExtras.cpp start line: 283 end line: 302 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 8676 unit: static bool isInLocalScope() file: lib/ClangImporter/ClangAdapter.cpp start line: 80 end line: 93 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8677 unit: bool importer::isNSNotificationGlobal() file: lib/ClangImporter/ClangAdapter.cpp start line: 585 end line: 609 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8678 unit: void ClangImporter::Implementation::dumpSwiftLookupTables() file: lib/ClangImporter/ClangImporter.cpp start line: 4595 end line: 4612 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8679 unit: static bool isUsingMacroName() file: lib/ClangImporter/ImportDecl.cpp start line: 8645 end line: 8658 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8680 unit: Optional determineCtorInitializerKind() file: lib/ClangImporter/ImportName.cpp start line: 740 end line: 759 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8681 unit: static ImportResult importFunctionPointerLikeType() file: lib/ClangImporter/ImportType.cpp start line: 166 end line: 179 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8682 unit: void diagnose() file: lib/ClangImporter/ImporterImpl.h start line: 866 end line: 882 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8683 unit: static void printStoredContext() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 912 end line: 926 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8684 unit: NodePointer Demangler::demanglePlainFunction() file: lib/Demangling/Demangler.cpp start line: 1310 end line: 1327 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8685 unit: NodePointer Demangler::demangleConcreteProtocolConformance() file: lib/Demangling/Demangler.cpp start line: 1570 end line: 1585 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8686 unit: NodePointer Demangler::addFuncSpecParamNumber() file: lib/Demangling/Demangler.cpp start line: 2978 end line: 2991 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8687 unit: NodePointer Demangler::demangleSubscript() file: lib/Demangling/Demangler.cpp start line: 3469 end line: 3485 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8688 unit: void Demangler::dump() file: lib/Demangling/NodeDumper.cpp start line: 63 end line: 77 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8689 unit: llvm::Optional demangleValueWitnessKind() file: lib/Demangling/OldDemangler.cpp start line: 293 end line: 308 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8690 unit: NodePointer demangleGenericSpecialization() file: lib/Demangling/OldDemangler.cpp start line: 488 end line: 509 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8691 unit: bool demangleReabstractSignature() file: lib/Demangling/OldDemangler.cpp start line: 2185 end line: 2201 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8692 unit: ManglingError Remangler::mangleValueWitness() file: lib/Demangling/OldRemangler.cpp start line: 786 end line: 799 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8693 unit: ManglingError Remangler::mangleMetatypeRepresentation() file: lib/Demangling/OldRemangler.cpp start line: 1761 end line: 1774 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8694 unit: ManglingError Remangler::mangleCFunctionPointer() file: lib/Demangling/Remangler.cpp start line: 879 end line: 892 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8695 unit: ManglingError Remangler::mangleMetatypeRepresentation() file: lib/Demangling/Remangler.cpp start line: 2060 end line: 2073 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8696 unit: void writeJSONValue() file: lib/DependencyScan/ScanDependencies.cpp start line: 369 end line: 386 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8697 unit: void writeJSONValue() file: lib/DependencyScan/ScanDependencies.cpp start line: 427 end line: 445 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8698 unit: void scheduleFirstRoundJobsForIncrementalCompilation() file: lib/Driver/Compilation.cpp start line: 853 end line: 868 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8699 unit: void getPendingBatchableJobs() file: lib/Driver/Compilation.cpp start line: 1090 end line: 1103 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8700 unit: static void writeInputJobsToFilelist() file: lib/Driver/Compilation.cpp start line: 1662 end line: 1676 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8701 unit: static void writeSourceInputActionsToFilelist() file: lib/Driver/Compilation.cpp start line: 1677 end line: 1694 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8702 unit: void Compilation::addDependencyPathOrCreateDummy() file: lib/Driver/Compilation.cpp start line: 1913 end line: 1928 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8703 unit: static void validateTargetVariant() file: lib/Driver/DarwinToolChains.cpp start line: 912 end line: 926 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8704 unit: static std::string failedToReadOutOfDateMap() file: lib/Driver/Driver.cpp start line: 468 end line: 481 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8705 unit: static void formFilenameFromBaseAndExt() file: lib/Driver/Driver.cpp start line: 2471 end line: 2485 size: 14 LOC McCabe index: 6 number of parameters: 4 id: 8706 unit: void Driver::chooseModuleSummaryPath() file: lib/Driver/Driver.cpp start line: 3344 end line: 3358 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8707 unit: bool OutputInfo::mightHaveExplicitPrimaryInputs() file: lib/Driver/Driver.cpp start line: 3589 end line: 3602 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8708 unit: std::vector ModuleDepGraph::computeSwiftDepsFromNodes() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 159 end line: 172 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8709 unit: void ModuleDepGraph::forCorrespondingImplementationOfProvidedInterface() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 424 end line: 437 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8710 unit: bool Job::writeArgsToResponseFile() file: lib/Driver/Job.cpp start line: 464 end line: 477 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8711 unit: void ToolChain::addInputsOfType() file: lib/Driver/ToolChains.cpp start line: 85 end line: 98 size: 14 LOC McCabe index: 4 number of parameters: 5 id: 8712 unit: ToolChain::InvocationInfo toolchains::WebAssembly::constructInvocation() file: lib/Driver/WebAssemblyToolChains.cpp start line: 50 end line: 67 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 8713 unit: static bool isSimilarName() file: lib/DriverTool/swift_api_digester_main.cpp start line: 283 end line: 296 size: 14 LOC McCabe index: 9 number of parameters: 2 id: 8714 unit: Optional getNameMatchKind() file: lib/DriverTool/swift_api_digester_main.cpp start line: 418 end line: 431 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8715 unit: static bool checkTypeMatch() file: lib/DriverTool/swift_api_digester_main.cpp start line: 942 end line: 955 size: 14 LOC McCabe index: 9 number of parameters: 2 id: 8716 unit: static StringRef detectDictionaryKeyChangeInternal() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1108 end line: 1121 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8717 unit: static bool isInterested() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1386 end line: 1399 size: 14 LOC McCabe index: 8 number of parameters: 2 id: 8718 unit: StringRef getIndexString() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1495 end line: 1508 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8719 unit: void workOn() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1750 end line: 1763 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8720 unit: static void setSDKPath() file: lib/DriverTool/swift_api_digester_main.cpp start line: 2058 end line: 2073 size: 14 LOC McCabe index: 5 number of parameters: 4 id: 8721 unit: bool ArgsToFrontendInputsConverter::enforceFilelistExclusion() file: lib/Frontend/ArgsToFrontendInputsConverter.cpp start line: 79 end line: 94 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 8722 unit: static void collectSkippedConditionalConformances() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 494 end line: 512 size: 14 LOC McCabe index: 6 number of parameters: 3 id: 8723 unit: static void printMarkdown() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 259 end line: 272 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 8724 unit: void applyStyleForLineByte() file: lib/Frontend/PrintingDiagnosticConsumer.cpp start line: 393 end line: 412 size: 14 LOC McCabe index: 6 number of parameters: 3 id: 8725 unit: StringRef swift::ide::api::getDeclKindStr() file: lib/IDE/APIDigesterData.cpp start line: 50 end line: 63 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8726 unit: static bool hasTrivialTrailingClosure() file: lib/IDE/CodeCompletion.cpp start line: 1755 end line: 1770 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8727 unit: static bool isInitializerOnOptional() file: lib/IDE/CodeCompletion.cpp start line: 4622 end line: 4635 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8728 unit: void getUnresolvedMemberCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4685 end line: 4702 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8729 unit: static void addSelectorModifierKeywords() file: lib/IDE/CodeCompletion.cpp start line: 5677 end line: 5691 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 8730 unit: static void addExprKeywords() file: lib/IDE/CodeCompletion.cpp start line: 6247 end line: 6263 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8731 unit: static size_t calcVisibleWhitespacePrefix() file: lib/IDE/Formatting.cpp start line: 147 end line: 160 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8732 unit: size_t swift::ide::getExpandedIndentForLine() file: lib/IDE/Formatting.cpp start line: 3017 end line: 3032 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8733 unit: PrintOptions PrintOptions::printDocInterface() file: lib/IDE/IDETypeChecking.cpp start line: 100 end line: 113 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 8734 unit: void ClangCommentPrinter::printDeclPre() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 953 end line: 969 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8735 unit: bool RefactoringActionConvertToDoCatch::performChange() file: lib/IDE/Refactoring.cpp start line: 3566 end line: 3582 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8736 unit: swift::Type getType() file: lib/IDE/Refactoring.cpp start line: 4131 end line: 4145 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8737 unit: bool isAmbiguousCallToParamHandler() file: lib/IDE/Refactoring.cpp start line: 4219 end line: 4235 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8738 unit: swift::Type getSuccessParamAsyncReturnType() file: lib/IDE/Refactoring.cpp start line: 4303 end line: 4320 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8739 unit: void initFromEnumPattern() file: lib/IDE/Refactoring.cpp start line: 4621 end line: 4634 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8740 unit: bool isExpressionOptional() file: lib/IDE/Refactoring.cpp start line: 6789 end line: 6807 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8741 unit: void addAsyncFuncReturnType() file: lib/IDE/Refactoring.cpp start line: 7969 end line: 7983 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8742 unit: bool SemaAnnotator::walkToDeclPostProper() file: lib/IDE/SourceEntityWalker.cpp start line: 228 end line: 244 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8743 unit: bool NameMatcher::checkComments() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 505 end line: 519 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8744 unit: void layout() file: lib/IRGen/EnumMetadataVisitor.h start line: 46 end line: 71 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8745 unit: AsyncContextLayout irgen::getAsyncContextLayout() file: lib/IRGen/GenCall.cpp start line: 82 end line: 95 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 8746 unit: void SignatureExpansion::expandResult() file: lib/IRGen/GenCall.cpp start line: 483 end line: 508 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8747 unit: void SignatureExpansion::expandIndirectResults() file: lib/IRGen/GenCall.cpp start line: 510 end line: 526 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8748 unit: static bool doesClangExpansionMatchSchema() file: lib/IRGen/GenCall.cpp start line: 1260 end line: 1276 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8749 unit: Callee irgen::getSwiftFunctionPointerCallee() file: lib/IRGen/GenCall.cpp start line: 4851 end line: 4865 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 8750 unit: void visitConstructorDecl() file: lib/IRGen/GenDecl.cpp start line: 177 end line: 195 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8751 unit: void IRGenerator::noteUseOfCanonicalSpecializedMetadataAccessor() file: lib/IRGen/GenDecl.cpp start line: 1576 end line: 1589 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8752 unit: SILType getType() file: lib/IRGen/GenDiffFunc.cpp start line: 243 end line: 256 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8753 unit: void assignWithCopy() file: lib/IRGen/GenEnum.cpp start line: 531 end line: 544 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 8754 unit: void assignWithTake() file: lib/IRGen/GenEnum.cpp start line: 546 end line: 559 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 8755 unit: void initializeWithCopy() file: lib/IRGen/GenEnum.cpp start line: 568 end line: 581 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 8756 unit: void initializeWithTake() file: lib/IRGen/GenEnum.cpp start line: 583 end line: 596 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 8757 unit: void destroy() file: lib/IRGen/GenEnum.cpp start line: 628 end line: 641 size: 14 LOC McCabe index: 6 number of parameters: 4 id: 8758 unit: void emitValueProject() file: lib/IRGen/GenEnum.cpp start line: 2258 end line: 2274 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8759 unit: ClusteredBitVector getTagBitsForPayloads() file: lib/IRGen/GenEnum.cpp start line: 3440 end line: 3455 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8760 unit: void collectMetadataForOutlining() file: lib/IRGen/GenEnum.cpp start line: 4926 end line: 4940 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8761 unit: void storeTag() file: lib/IRGen/GenEnum.cpp start line: 5124 end line: 5141 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8762 unit: void initializeMetadata() file: lib/IRGen/GenEnum.cpp start line: 5233 end line: 5250 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8763 unit: APInt getFixedExtraInhabitantMask() file: lib/IRGen/GenExistential.cpp start line: 650 end line: 663 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8764 unit: void emit() file: lib/IRGen/GenMeta.cpp start line: 772 end line: 786 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 8765 unit: void addName() file: lib/IRGen/GenMeta.cpp start line: 1195 end line: 1214 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8766 unit: void irgen::emitLazyTypeContextDescriptor() file: lib/IRGen/GenMeta.cpp start line: 2177 end line: 2191 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8767 unit: void irgen::emitLazyTypeMetadata() file: lib/IRGen/GenMeta.cpp start line: 2193 end line: 2207 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8768 unit: void emitCompletionFunction() file: lib/IRGen/GenMeta.cpp start line: 2622 end line: 2645 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8769 unit: void createMetadataAccessFunction() file: lib/IRGen/GenMeta.cpp start line: 3383 end line: 3398 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8770 unit: void createMetadataAccessFunction() file: lib/IRGen/GenMeta.cpp start line: 3555 end line: 3570 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 8771 unit: void addFlags() file: lib/IRGen/GenProto.cpp start line: 1872 end line: 1888 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8772 unit: void IRGenerator::ensureRelativeSymbolCollocation() file: lib/IRGen/GenProto.cpp start line: 2024 end line: 2040 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 8773 unit: static bool isConstantWitnessTable() file: lib/IRGen/GenProto.cpp start line: 2162 end line: 2180 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8774 unit: void addNominalRef() file: lib/IRGen/GenReflection.cpp start line: 584 end line: 597 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8775 unit: void initializeWithCopy() file: lib/IRGen/GenStruct.cpp start line: 569 end line: 582 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8776 unit: void loadAsTake() file: lib/IRGen/GenType.cpp start line: 1150 end line: 1164 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8777 unit: void initialize() file: lib/IRGen/GenType.cpp start line: 1171 end line: 1185 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8778 unit: void TypeInfo::initializeArrayWithCopy() file: lib/IRGen/GenValueWitness.cpp start line: 1420 end line: 1434 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8779 unit: void TypeInfo::initializeArrayWithTakeNoAlias() file: lib/IRGen/GenValueWitness.cpp start line: 1436 end line: 1450 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8780 unit: void TypeInfo::assignArrayWithCopyNoAlias() file: lib/IRGen/GenValueWitness.cpp start line: 1486 end line: 1500 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8781 unit: void TypeInfo::assignArrayWithCopyFrontToBack() file: lib/IRGen/GenValueWitness.cpp start line: 1502 end line: 1516 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8782 unit: void TypeInfo::assignArrayWithCopyBackToFront() file: lib/IRGen/GenValueWitness.cpp start line: 1518 end line: 1532 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8783 unit: void TypeInfo::assignArrayWithTake() file: lib/IRGen/GenValueWitness.cpp start line: 1534 end line: 1548 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8784 unit: bool swift::performLLVM() file: lib/IRGen/IRGen.cpp start line: 1569 end line: 1586 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8785 unit: void createImportedModule() file: lib/IRGen/IRGenDebugInfo.cpp start line: 694 end line: 710 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 8786 unit: std::string IRGenMangler::manglePartialApplyForwarder() file: lib/IRGen/IRGenMangler.cpp start line: 68 end line: 81 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8787 unit: std::string IRGenMangler::mangleProtocolConformanceInstantiationCache() file: lib/IRGen/IRGenMangler.cpp start line: 200 end line: 213 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8788 unit: void zeroInit() file: lib/IRGen/IRGenSIL.cpp start line: 687 end line: 704 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8789 unit: static bool hasOnlyProjections() file: lib/IRGen/IRGenSIL.cpp start line: 2686 end line: 2699 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8790 unit: static void addIncomingSILArgumentsToPHINodes() file: lib/IRGen/IRGenSIL.cpp start line: 4004 end line: 4018 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8791 unit: void IRGenSILFunction::visitRetainValueAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 4478 end line: 4491 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8792 unit: bool LargeSILTypeMapper::newResultsDiffer() file: lib/IRGen/LoadableByAddress.cpp start line: 218 end line: 232 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8793 unit: void LargeValueVisitor::visitResultTyInst() file: lib/IRGen/LoadableByAddress.cpp start line: 954 end line: 967 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8794 unit: static void allocateAndSet() file: lib/IRGen/LoadableByAddress.cpp start line: 1864 end line: 1880 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8795 unit: static SILValue createCopyOfEnum() file: lib/IRGen/LoadableByAddress.cpp start line: 1934 end line: 1951 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8796 unit: void IRGenFunction::bindLocalTypeDataFromTypeMetadata() file: lib/IRGen/LocalTypeData.cpp start line: 440 end line: 459 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 8797 unit: OperationCost cost() file: lib/IRGen/MetadataPath.h start line: 103 end line: 118 size: 14 LOC McCabe index: 7 number of parameters: 0 id: 8798 unit: void MetadataDependencyCollector::checkDependency() file: lib/IRGen/MetadataRequest.cpp start line: 161 end line: 186 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 8799 unit: void layout() file: lib/IRGen/StructMetadataVisitor.h start line: 45 end line: 71 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8800 unit: llvm::Optional AlignedGroupEntry::fixedSize() file: lib/IRGen/TypeLayout.cpp start line: 936 end line: 949 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8801 unit: void EnumTypeLayoutEntry::initializeMultiPayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 1990 end line: 2003 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 8802 unit: ArrayRef getOccurrences() file: lib/Index/IndexRecord.cpp start line: 92 end line: 105 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8803 unit: size_t addSymbol() file: lib/Index/IndexRecord.cpp start line: 107 end line: 121 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8804 unit: StdlibGroupsIndexRecordingConsumer groupIndexConsumer() file: lib/Index/IndexRecord.cpp start line: 541 end line: 555 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8805 unit: SymbolSubKind index::getSubKindForAccessor() file: lib/Index/IndexSymbol.cpp start line: 260 end line: 274 size: 14 LOC McCabe index: 9 number of parameters: 1 id: 8806 unit: static bool isEligibleFunction() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 658 end line: 676 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8807 unit: bool isRecognizedTypeAliasChange() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 356 end line: 369 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8808 unit: bool visitDeclReference() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 470 end line: 484 size: 14 LOC McCabe index: 5 number of parameters: 6 id: 8809 unit: bool EditorAdapter::insertFromRange() file: lib/Migrator/EditorAdapter.cpp start line: 101 end line: 118 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 8810 unit: SourceLoc Lexer::getLocForEndOfLine() file: lib/Parse/Lexer.cpp start line: 2832 end line: 2852 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8811 unit: void Parser::parseAbstractFunctionBody() file: lib/Parse/ParseDecl.cpp start line: 7340 end line: 7361 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8812 unit: ParserResult Parser::parseExprSuper() file: lib/Parse/ParseExpr.cpp start line: 888 end line: 906 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8813 unit: void Parser::consumeTopLevelDecl() file: lib/Parse/ParseStmt.cpp start line: 236 end line: 252 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8814 unit: bool Parser::canParseTypeIdentifierOrTypeComposition() file: lib/Parse/ParseType.cpp start line: 1546 end line: 1561 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 8815 unit: SourceLoc Parser::consumeStartingCharacterOfCurrentToken() file: lib/Parse/Parser.cpp start line: 616 end line: 638 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8816 unit: bool Parser::parseIdentifier() file: lib/Parse/Parser.cpp start line: 912 end line: 925 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 8817 unit: void PersistentParserState::setCodeCompletionDelayedDeclState() file: lib/Parse/PersistentParserState.cpp start line: 29 end line: 43 size: 14 LOC McCabe index: 3 number of parameters: 7 id: 8818 unit: static ParsedRawSyntaxNode finalizeSourceFile() file: lib/Parse/SyntaxParsingContext.cpp start line: 322 end line: 340 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8819 unit: static bool isClangKeyword() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 57 end line: 73 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8820 unit: void visitExtensionDecl() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 333 end line: 348 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8821 unit: bool maybePrintIBOutletCollection() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 992 end line: 1008 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8822 unit: bool readOffset() file: lib/RemoteAST/RemoteAST.cpp start line: 291 end line: 304 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8823 unit: CanType AbstractionPattern::getObjCMethodAsyncCompletionHandlerForeignType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 660 end line: 681 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 8824 unit: void SILLinkerVisitor::addFunctionToWorklist() file: lib/SIL/IR/Linker.cpp start line: 78 end line: 93 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8825 unit: OperandOwnership OperandOwnershipClassifier::visitReturnInst() file: lib/SIL/IR/OperandOwnership.cpp start line: 535 end line: 548 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8826 unit: OperandOwnership Operand::getOperandOwnership() file: lib/SIL/IR/OperandOwnership.cpp start line: 906 end line: 930 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8827 unit: SILLinkage swift::getSILLinkage() file: lib/SIL/IR/SIL.cpp start line: 55 end line: 73 size: 14 LOC McCabe index: 8 number of parameters: 2 id: 8828 unit: SymbolicValue SymbolicValue::getInteger() file: lib/SIL/IR/SILConstants.cpp start line: 334 end line: 351 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8829 unit: void SILDebugInfoExpression::op_iterator::increment() file: lib/SIL/IR/SILDebugInfoExpression.cpp start line: 51 end line: 66 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8830 unit: bool SILDeclRef::isForeignToNativeThunk() file: lib/SIL/IR/SILDeclRef.cpp start line: 736 end line: 755 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8831 unit: bool SILDeclRef::canBeDynamicReplacement() file: lib/SIL/IR/SILDeclRef.cpp start line: 1309 end line: 1324 size: 14 LOC McCabe index: 9 number of parameters: 0 id: 8832 unit: ResultConvention getResult() file: lib/SIL/IR/SILFunctionType.cpp start line: 2657 end line: 2680 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8833 unit: SILType SILType::subst() file: lib/SIL/IR/SILFunctionType.cpp start line: 3938 end line: 3955 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8834 unit: void SILInstruction::replaceAllUsesPairwiseWith() file: lib/SIL/IR/SILInstruction.cpp start line: 281 end line: 300 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8835 unit: bool visitSelectValueInst() file: lib/SIL/IR/SILInstruction.cpp start line: 723 end line: 740 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8836 unit: void visitWitnessMethodInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2074 end line: 2087 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8837 unit: void visitLinearFunctionExtractInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2667 end line: 2680 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8838 unit: std::pair walkToExprPre() file: lib/SIL/IR/SILProfiler.cpp start line: 257 end line: 287 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8839 unit: bool handleResilience() file: lib/SIL/IR/TypeLowering.cpp start line: 1754 end line: 1777 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8840 unit: static CanType computeLoweredOptionalType() file: lib/SIL/IR/TypeLowering.cpp start line: 2004 end line: 2021 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8841 unit: CanType visitType() file: lib/SIL/IR/TypeLowering.cpp start line: 2265 end line: 2282 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8842 unit: void TypeLowering::print() file: lib/SIL/IR/TypeLowering.cpp start line: 3671 end line: 3684 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8843 unit: bool SILParser::isStartOfSILInstruction() file: lib/SIL/Parser/ParseSIL.cpp start line: 6170 end line: 6183 size: 14 LOC McCabe index: 8 number of parameters: 0 id: 8844 unit: bool DominanceInfo::properlyDominates() file: lib/SIL/Utils/Dominance.cpp start line: 40 end line: 60 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8845 unit: static bool canClassOrSuperclassesHaveUnknownSubclasses() file: lib/SIL/Utils/DynamicCasts.cpp start line: 59 end line: 79 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8846 unit: CanType swift::getNSBridgedClassOfCFClass() file: lib/SIL/Utils/DynamicCasts.cpp start line: 319 end line: 333 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8847 unit: bool swift::onlyUsedByAssignByWrapper() file: lib/SIL/Utils/InstructionUtils.cpp start line: 361 end line: 374 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8848 unit: bool ReborrowVerifier::verifyReborrowLifetime() file: lib/SIL/Verifier/ReborrowVerifier.cpp start line: 19 end line: 38 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8849 unit: void ReborrowVerifier::verifyReborrows() file: lib/SIL/Verifier/ReborrowVerifier.cpp start line: 40 end line: 56 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8850 unit: bool SILValueOwnershipChecker::isGuaranteedFunctionArgWithLifetimeEndingUses() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 590 end line: 604 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8851 unit: bool isAddrCastToNonConsuming() file: lib/SIL/Verifier/SILVerifier.cpp start line: 500 end line: 515 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8852 unit: void checkAllocGlobalInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2092 end line: 2105 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8853 unit: void checkStoreBorrowInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2385 end line: 2400 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8854 unit: void checkDestructureTupleInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3265 end line: 3282 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8855 unit: void checkAllocExistentialBoxInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3740 end line: 3754 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 8856 unit: void checkRefToBridgeObjectInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4338 end line: 4351 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 8857 unit: void checkObjCExistentialMetatypeToObjectInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5013 end line: 5026 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 8858 unit: bool isUnreachableAlongAllPathsStartingAt() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5408 end line: 5424 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8859 unit: void visitSILBasicBlocks() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5746 end line: 5765 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8860 unit: bool PreparedArguments::isObviouslyEqual() file: lib/SILGen/ArgumentSource.cpp start line: 276 end line: 290 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8861 unit: void CleanupManager::dump() file: lib/SILGen/Cleanup.cpp start line: 276 end line: 289 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8862 unit: void CleanupStateRestorationScope::popImpl() file: lib/SILGen/Cleanup.cpp start line: 337 end line: 353 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8863 unit: SGFContext ConditionalValue::enterBranch() file: lib/SILGen/Condition.cpp start line: 72 end line: 93 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8864 unit: void ConditionalValue::exitBranch() file: lib/SILGen/Condition.cpp start line: 95 end line: 111 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8865 unit: static Members::Index getStorageIndexForKind() file: lib/SILGen/Conversion.h start line: 86 end line: 100 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 8866 unit: ManagedValue ManagedValue::formalAccessCopy() file: lib/SILGen/ManagedValue.cpp start line: 78 end line: 93 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8867 unit: void ManagedValue::dump() file: lib/SILGen/ManagedValue.cpp start line: 228 end line: 241 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8868 unit: ManagedValue RValue::getAsSingleValue() file: lib/SILGen/RValue.cpp start line: 575 end line: 594 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8869 unit: RValue finish() file: lib/SILGen/ResultPlan.cpp start line: 394 end line: 410 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8870 unit: void SILGenModule::emitObjCPropertyMethodThunks() file: lib/SILGen/SILGen.cpp start line: 1672 end line: 1696 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8871 unit: static unsigned getFlattenedValueCount() file: lib/SILGen/SILGenApply.cpp start line: 2038 end line: 2056 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8872 unit: static ManagedValue emitUnabstractedCast() file: lib/SILGen/SILGenBridging.cpp start line: 39 end line: 53 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8873 unit: ManagedValue SILGenBuilder::createAllocRef() file: lib/SILGen/SILGenBuilder.cpp start line: 224 end line: 238 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 8874 unit: static ManagedValue emitBuildExecutorRef() file: lib/SILGen/SILGenBuiltin.cpp start line: 1657 end line: 1672 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8875 unit: ManagedValue SILGenFunction::manageOpaqueValue() file: lib/SILGen/SILGenConvert.cpp start line: 997 end line: 1021 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8876 unit: void SILGenFunction::destroyClassMember() file: lib/SILGen/SILGenDestructor.cpp start line: 207 end line: 220 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 8877 unit: static void pushErrorConformance() file: lib/SILGen/SILGenDistributed.cpp start line: 120 end line: 135 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 8878 unit: ManagedValue finishFromResultScalar() file: lib/SILGen/SILGenDynamicCast.cpp start line: 286 end line: 303 size: 14 LOC McCabe index: 3 number of parameters: 6 id: 8879 unit: ManagedValue SILGenFunction::emitManagedBorrowedRValueWithCleanup() file: lib/SILGen/SILGenExpr.cpp start line: 301 end line: 317 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8880 unit: ManagedValue SILGenFunction::emitManagedBorrowedRValueWithCleanup() file: lib/SILGen/SILGenExpr.cpp start line: 319 end line: 335 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8881 unit: void SILGenFunction::emitExprInto() file: lib/SILGen/SILGenExpr.cpp start line: 369 end line: 384 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8882 unit: void SILGenFunction::emitBindOptionalAddress() file: lib/SILGen/SILGenExpr.cpp start line: 4670 end line: 4690 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8883 unit: RValue RValueEmitter::visitBindOptionalExpr() file: lib/SILGen/SILGenExpr.cpp start line: 4744 end line: 4767 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8884 unit: SILValue SILGenFunction::emitWrapIntegerLiteral() file: lib/SILGen/SILGenFunction.cpp start line: 1195 end line: 1212 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8885 unit: static void pushWriteback() file: lib/SILGen/SILGenLValue.cpp start line: 79 end line: 95 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8886 unit: SILValue UnenforcedAccess::beginAccess() file: lib/SILGen/SILGenLValue.cpp start line: 626 end line: 643 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 8887 unit: SILValue UnenforcedFormalAccess::enter() file: lib/SILGen/SILGenLValue.cpp start line: 692 end line: 708 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 8888 unit: LValue SILGenLValue::visitDiscardAssignmentExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3019 end line: 3033 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 8889 unit: void PatternMatchEmission::bindVariable() file: lib/SILGen/SILGenPattern.cpp start line: 1199 end line: 1227 size: 14 LOC McCabe index: 3 number of parameters: 5 id: 8890 unit: void emit() file: lib/SILGen/SILGenPoly.cpp start line: 857 end line: 879 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 8891 unit: void addReabstractDirectToDirect() file: lib/SILGen/SILGenPoly.cpp start line: 2122 end line: 2135 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 8892 unit: void addReabstractDirectToIndirect() file: lib/SILGen/SILGenPoly.cpp start line: 2137 end line: 2150 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 8893 unit: void addReabstractIndirectToDirect() file: lib/SILGen/SILGenPoly.cpp start line: 2152 end line: 2165 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 8894 unit: void addReabstractIndirectToIndirect() file: lib/SILGen/SILGenPoly.cpp start line: 2167 end line: 2180 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 8895 unit: static void makeArgument() file: lib/SILGen/SILGenProlog.cpp start line: 346 end line: 361 size: 14 LOC McCabe index: 6 number of parameters: 4 id: 8896 unit: void StmtEmitter::visitGuardStmt() file: lib/SILGen/SILGenStmt.cpp start line: 791 end line: 817 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8897 unit: bool SILGenModule::requiresObjCMethodEntryPoint() file: lib/SILGen/SILGenType.cpp start line: 211 end line: 230 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8898 unit: void visitVarDecl() file: lib/SILGen/SILGenType.cpp start line: 1276 end line: 1289 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8899 unit: bool ARCRegionState::processTopDown() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 457 end line: 474 size: 14 LOC McCabe index: 2 number of parameters: 7 id: 8900 unit: bool BottomUpRefCountState::initWithMutatorInst() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 84 end line: 109 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8901 unit: bool BottomUpRefCountState::handleUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 198 end line: 214 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8902 unit: bool TopDownRefCountState::handleUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 644 end line: 660 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8903 unit: void AccessSummaryAnalysis::processCall() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 267 end line: 283 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 8904 unit: bool AccessSummaryAnalysis::ArgumentSummary::mergeWith() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 303 end line: 318 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8905 unit: bool swift::ArraySemanticsCall::mayHaveBridgedObjectElementType() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 605 end line: 620 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 8906 unit: void BasicCalleeAnalysis::print() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 309 end line: 322 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8907 unit: bool ColdBlockInfo::isSlowPath() file: lib/SILOptimizer/Analysis/ColdBlockInfo.cpp start line: 98 end line: 115 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8908 unit: bool EscapeAnalysis::CGNode::visitDefers() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 452 end line: 467 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8909 unit: void EscapeAnalysis::ConnectionGraph::propagateEscapeStates() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 908 end line: 927 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 8910 unit: static std::string getEdgeAttributes() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1491 end line: 1505 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8911 unit: void EscapeAnalysis::setAllEscaping() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 2466 end line: 2485 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8912 unit: void PassManagerVerifierAnalysis::notifyWillDeleteFunction() file: lib/SILOptimizer/Analysis/PassManagerVerifierAnalysis.cpp start line: 60 end line: 74 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8913 unit: bool ProtocolConformanceAnalysis::getSoleConformingType() file: lib/SILOptimizer/Analysis/ProtocolConformanceAnalysis.cpp start line: 144 end line: 162 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8914 unit: bool FunctionSideEffects::mergeFrom() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 245 end line: 261 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8915 unit: SILValue InstSimplifier::visitMetatypeInst() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 508 end line: 525 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8916 unit: SILValue emitMemoryLayoutSize() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 387 end line: 400 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 8917 unit: void visitUnconditionalCheckedCastAddrInst() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 1566 end line: 1579 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 8918 unit: void FunctionSignatureTransform::OwnedToGuaranteedTransformFunctionResults() file: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp start line: 168 end line: 184 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8919 unit: static void createArgumentRelease() file: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp start line: 197 end line: 210 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8920 unit: void CrossModuleOptimization::serializeFunction() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 398 end line: 414 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8921 unit: static bool isStructurallyIdentical() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 323 end line: 338 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8922 unit: bool checkOverflow() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 568 end line: 585 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8923 unit: static void collectArrayPropsCalls() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 631 end line: 644 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8924 unit: bool LoopTreeOptimization::hoistAllLoadsAndStores() file: lib/SILOptimizer/LoopTransforms/LICM.cpp start line: 1420 end line: 1435 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8925 unit: bool AccessMarkerElimination::shouldPreserveAccess() file: lib/SILOptimizer/Mandatory/AccessMarkerElimination.cpp start line: 72 end line: 86 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8926 unit: static SILValue getOrCreateProjectBoxHelper() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1385 end line: 1405 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8927 unit: void run() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1580 end line: 1595 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 8928 unit: bool DIMemoryUse::onlyTouchesTrivialElements() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 468 end line: 487 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8929 unit: static bool isUninitializedMetatypeInst() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp start line: 1257 end line: 1277 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8930 unit: static void diagnoseStaticReports() file: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp start line: 133 end line: 151 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8931 unit: void run() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 1068 end line: 1087 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 8932 unit: static bool upwardScanForInit() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 523 end line: 538 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 8933 unit: static bool isStdlibIntegerOrBoolDecl() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 224 end line: 237 size: 14 LOC McCabe index: 11 number of parameters: 2 id: 8934 unit: static bool isSILValueFoldable() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 307 end line: 320 size: 14 LOC McCabe index: 10 number of parameters: 1 id: 8935 unit: static SILValue scalarizeLoad() file: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.cpp start line: 66 end line: 81 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8936 unit: void AllocOptimize::promoteDestroyAddr() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2296 end line: 2319 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 8937 unit: static void addLastChanceOptPassPipeline() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 754 end line: 779 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8938 unit: void SILPassPipelinePlan::addPasses() file: lib/SILOptimizer/PassManager/PassPipeline.cpp start line: 974 end line: 991 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8939 unit: static bool getBitOpArgs() file: lib/SILOptimizer/SILCombiner/SILCombinerBuiltinVisitors.cpp start line: 515 end line: 528 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8940 unit: static bool canJoinIfCopyDiesInFunctionExitingBlock() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 305 end line: 328 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 8941 unit: static bool isUseBetweenInstAndBlockEnd() file: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp start line: 347 end line: 360 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8942 unit: void OwnershipLiveRange::convertJoinedLiveRangePhiToGuaranteed() file: lib/SILOptimizer/SemanticARC/OwnershipLiveRange.cpp start line: 304 end line: 329 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 8943 unit: void AccessEnforcementDom::run() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 599 end line: 615 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8944 unit: static void propagateLiveness() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 100 end line: 121 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8945 unit: hash_code visitRefToBridgeObjectInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 115 end line: 128 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8946 unit: hash_code visitStructInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 205 end line: 220 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8947 unit: hash_code visitTupleInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 251 end line: 264 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8948 unit: hash_code visitApplyInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 320 end line: 333 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8949 unit: hash_code visitMarkDependenceInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 454 end line: 467 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8950 unit: void run() file: lib/SILOptimizer/Transforms/ConditionForwarding.cpp start line: 104 end line: 120 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8951 unit: bool visitApplyInst() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 441 end line: 454 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8952 unit: bool DeadObjectElimination::processAllocStack() file: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp start line: 848 end line: 865 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8953 unit: void RedundantPhiEliminationPass::run() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 78 end line: 94 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8954 unit: static void eraseOwnedPhiArgument() file: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp start line: 124 end line: 140 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8955 unit: void BlockState::updateGenKillSetForWrite() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 785 end line: 803 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8956 unit: void BlockState::processUnknownWriteInst() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1023 end line: 1043 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 8957 unit: bool removeCollectedRedundantInstructions() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 109 end line: 123 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8958 unit: bool tryToRemoveCondFail() file: lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp start line: 500 end line: 519 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8959 unit: static bool canonicalizeRefCountInstrs() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1339 end line: 1354 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8960 unit: static bool tryTosinkIncrementsIntoSwitchRegions() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1623 end line: 1649 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 8961 unit: bool StackAllocationPromoter::isNecessaryProactivePhi() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 908 end line: 924 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8962 unit: static SILValue createEnumElement() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 434 end line: 448 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 8963 unit: static bool hasLessInstructions() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1341 end line: 1354 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 8964 unit: void run() file: lib/SILOptimizer/UtilityPasses/AccessSummaryDumper.cpp start line: 31 end line: 45 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8965 unit: void run() file: lib/SILOptimizer/UtilityPasses/BasicInstructionPropertyDumper.cpp start line: 25 end line: 38 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8966 unit: void run() file: lib/SILOptimizer/UtilityPasses/LoopRegionPrinter.cpp start line: 67 end line: 84 size: 14 LOC McCabe index: 7 number of parameters: 0 id: 8967 unit: bool CanonicalizeBorrowScope::canonicalizeFunctionArgument() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 783 end line: 800 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8968 unit: static SILValue constructResultWithOverflowTuple() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 153 end line: 170 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 8969 unit: static bool isReadNoneAndInvertible() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1595 end line: 1611 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8970 unit: void LLVM_ATTRIBUTE_USED ConcreteExistentialInfo::dump() file: lib/SILOptimizer/Utils/Existential.cpp start line: 450 end line: 463 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8971 unit: static bool shouldNotSpecialize() file: lib/SILOptimizer/Utils/Generics.cpp start line: 383 end line: 400 size: 14 LOC McCabe index: 7 number of parameters: 3 id: 8972 unit: bool swift::isAddressOfArrayElement() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 452 end line: 470 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 8973 unit: static bool useDoesNotKeepValueAlive() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 814 end line: 827 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 8974 unit: bool recursivelyAnalyzeOperand() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1174 end line: 1193 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8975 unit: void swift::insertDeallocOfCapturedArguments() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1486 end line: 1500 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 8976 unit: SILBasicBlock::iterator swift::replaceSingleUse() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 1661 end line: 1681 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 8977 unit: void InstructionDeleter::recursivelyForceDeleteUsersAndFixLifetimes() file: lib/SILOptimizer/Utils/InstructionDeleter.cpp start line: 301 end line: 314 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8978 unit: SILValue getExtendedOwnedValue() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 448 end line: 467 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8979 unit: void BorrowedLifetimeExtender::destroyAtScopeEnd() file: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp start line: 533 end line: 547 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8980 unit: int ShortestPathAnalysis::getEntryDistFromPreds() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 334 end line: 347 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8981 unit: static bool hasInterestingSideEffect() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 873 end line: 888 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 8982 unit: bool swift::isPureCall() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 936 end line: 953 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 8983 unit: std::string FunctionSignatureSpecializationMangler::mangle() file: lib/SILOptimizer/Utils/SpecializationMangler.cpp start line: 285 end line: 300 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8984 unit: bool LiteralRequirement::isCoveredBy() file: lib/Sema/CSBindings.cpp start line: 850 end line: 872 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 8985 unit: void inferVariables() file: lib/Sema/CSClosure.cpp start line: 74 end line: 107 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 8986 unit: void visitDecl() file: lib/Sema/CSClosure.cpp start line: 1025 end line: 1047 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 8987 unit: static std::pair findReferencedVarDecl() file: lib/Sema/CSDiagnostics.cpp start line: 1677 end line: 1695 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 8988 unit: bool TupleContextualFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3281 end line: 3295 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 8989 unit: bool ExtraneousPropertyWrapperUnwrapFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3435 end line: 3450 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8990 unit: bool MissingPropertyWrapperUnwrapFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3452 end line: 3467 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 8991 unit: DeclName MissingMemberFailure::findCorrectEnumCaseName() file: lib/Sema/CSDiagnostics.cpp start line: 3563 end line: 3576 size: 14 LOC McCabe index: 6 number of parameters: 3 id: 8992 unit: bool MissingMemberFailure::diagnoseForDynamicCallable() file: lib/Sema/CSDiagnostics.cpp start line: 3761 end line: 3777 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8993 unit: bool InvalidMemberRefOnExistential::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 3907 end line: 3922 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8994 unit: bool UnableToInferClosureReturnType::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7017 end line: 7040 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8995 unit: bool MissingRawValueFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7288 end line: 7306 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 8996 unit: bool MoveOutOfOrderArgument::diagnoseForAmbiguity() file: lib/Sema/CSFix.cpp start line: 921 end line: 936 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 8997 unit: bool AllowNonClassTypeToConvertToAnyObject::diagnose() file: lib/Sema/CSFix.cpp start line: 1643 end line: 1659 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 8998 unit: Type visitLiteralExpr() file: lib/Sema/CSGen.cpp start line: 1103 end line: 1119 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 8999 unit: bool outOfOrderArgument() file: lib/Sema/CSSimplify.cpp start line: 1129 end line: 1148 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 9000 unit: static CheckedCastKind getCheckedCastKind() file: lib/Sema/CSSimplify.cpp start line: 6956 end line: 6975 size: 14 LOC McCabe index: 7 number of parameters: 3 id: 9001 unit: bool ConstraintSystem::simplifyAppliedOverloads() file: lib/Sema/CSSimplify.cpp start line: 10479 end line: 10496 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 9002 unit: void ConstraintGraphNode::introduceToInference() file: lib/Sema/ConstraintGraph.cpp start line: 358 end line: 384 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9003 unit: void ConstraintSystem::mergeEquivalenceClasses() file: lib/Sema/ConstraintSystem.cpp start line: 124 end line: 140 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 9004 unit: void ConstraintSystem::addOverloadSet() file: lib/Sema/ConstraintSystem.cpp start line: 2202 end line: 2218 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 9005 unit: Type Solution::simplifyType() file: lib/Sema/ConstraintSystem.cpp start line: 3215 end line: 3234 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9006 unit: static bool shouldHaveDirectCalleeOverload() file: lib/Sema/ConstraintSystem.cpp start line: 4847 end line: 4872 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 9007 unit: static bool canInvokeMoveByOnProperty() file: lib/Sema/DerivedConformanceDifferentiable.cpp start line: 43 end line: 59 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9008 unit: static Type getTangentVectorInterfaceType() file: lib/Sema/DerivedConformanceDifferentiable.cpp start line: 114 end line: 127 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 9009 unit: static void maybeMarkAsInlinable() file: lib/Sema/DerivedConformanceRawRepresentable.cpp start line: 141 end line: 154 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9010 unit: bool InstrumenterBase::doTypeCheckImpl() file: lib/Sema/InstrumenterSupport.cpp start line: 117 end line: 133 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 9011 unit: static void lookupVisibleMemberDecls() file: lib/Sema/LookupVisibleDecls.cpp start line: 1159 end line: 1175 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 9012 unit: void markAcceptableDiscardExprs() file: lib/Sema/PreCheckExpr.cpp start line: 1082 end line: 1098 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 9013 unit: bool ConstraintSystem::preCheckExpression() file: lib/Sema/PreCheckExpr.cpp start line: 2111 end line: 2127 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 9014 unit: void visitTypeAliasDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1200 end line: 1214 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9015 unit: void AttributeChecker::visitTransparentAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 336 end line: 357 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 9016 unit: void AttributeChecker::visitNSManagedAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 703 end line: 725 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9017 unit: void AttributeChecker::visitNonObjCAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 1217 end line: 1236 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 9018 unit: static bool hasSingleNonVariadicParam() file: lib/Sema/TypeCheckAttr.cpp start line: 1405 end line: 1421 size: 14 LOC McCabe index: 6 number of parameters: 3 id: 9019 unit: bool checkIfDifferentiableProgrammingEnabled() file: lib/Sema/TypeCheckAttr.cpp start line: 4578 end line: 4593 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9020 unit: static bool parametersMatch() file: lib/Sema/TypeCheckAttr.cpp start line: 5872 end line: 5887 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9021 unit: bool declarationIntroducesNewContext() file: lib/Sema/TypeCheckAvailability.cpp start line: 430 end line: 453 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9022 unit: void PathElement::print() file: lib/Sema/TypeCheckCircularity.cpp start line: 417 end line: 430 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9023 unit: static void filterSolutions() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 732 end line: 747 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9024 unit: static bool isImplicitSingleExpressionReturn() file: lib/Sema/TypeCheckCodeCompletion.cpp start line: 1106 end line: 1120 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 9025 unit: static bool isSendableClosure() file: lib/Sema/TypeCheckConcurrency.cpp start line: 542 end line: 557 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 9026 unit: void markNearestCallAsImplicitly() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1455 end line: 1469 size: 14 LOC McCabe index: 7 number of parameters: 3 id: 9027 unit: bool diagnoseReferenceToUnsafeGlobal() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1895 end line: 1912 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 9028 unit: ActorIsolation getInnermostIsolatedContext() file: lib/Sema/TypeCheckConcurrency.cpp start line: 1994 end line: 2009 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 9029 unit: Type TypeChecker::typeCheckExpression() file: lib/Sema/TypeCheckConstraints.cpp start line: 323 end line: 337 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 9030 unit: bool TypeChecker::typeCheckCondition() file: lib/Sema/TypeCheckConstraints.cpp start line: 604 end line: 621 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9031 unit: void swift::checkDistributedActorProperties() file: lib/Sema/TypeCheckDistributed.cpp start line: 291 end line: 306 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9032 unit: Type getType() file: lib/Sema/TypeCheckEffects.cpp start line: 287 end line: 300 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 9033 unit: static StringRef getEffectSourceName() file: lib/Sema/TypeCheckEffects.cpp start line: 1659 end line: 1673 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 9034 unit: ShouldRecurse_t checkAwait() file: lib/Sema/TypeCheckEffects.cpp start line: 2688 end line: 2710 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9035 unit: static bool isImpliedByConformancePredatingConcurrency() file: lib/Sema/TypeCheckProtocol.cpp start line: 6112 end line: 6129 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9036 unit: void ConformanceChecker::resolveSingleTypeWitness() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 2107 end line: 2124 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9037 unit: NeverNullType TypeResolver::resolveArrayType() file: lib/Sema/TypeCheckType.cpp start line: 3591 end line: 3609 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9038 unit: NeverNullType TypeResolver::resolveMetatypeType() file: lib/Sema/TypeCheckType.cpp start line: 3924 end line: 3944 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9039 unit: NeverNullType TypeResolver::resolveProtocolType() file: lib/Sema/TypeCheckType.cpp start line: 3958 end line: 3978 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9040 unit: bool walkToTypeReprPre() file: lib/Sema/TypeCheckType.cpp start line: 4090 end line: 4109 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9041 unit: static bool isReExportedToModule() file: lib/Serialization/Deserialization.cpp start line: 1220 end line: 1234 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9042 unit: static Optional getActualAccessLevel() file: lib/Serialization/Deserialization.cpp start line: 2249 end line: 2262 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9043 unit: Expected deserializeParametrizedProtocolType() file: lib/Serialization/Deserialization.cpp start line: 5623 end line: 5641 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9044 unit: SILValue SILDeserializer::getLocalValue() file: lib/Serialization/DeserializeSIL.cpp start line: 287 end line: 306 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 9045 unit: static CastConsumptionKind getCastConsumptionKind() file: lib/Serialization/DeserializeSIL.cpp start line: 941 end line: 954 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9046 unit: void SILDeserializer::getAllWitnessTables() file: lib/Serialization/DeserializeSIL.cpp start line: 3593 end line: 3608 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 9047 unit: static bool areCompatibleArchitectures() file: lib/Serialization/ModuleFile.cpp start line: 43 end line: 59 size: 14 LOC McCabe index: 10 number of parameters: 2 id: 9048 unit: static bool areCompatibleOSs() file: lib/Serialization/ModuleFile.cpp start line: 61 end line: 78 size: 14 LOC McCabe index: 10 number of parameters: 2 id: 9049 unit: Optional ModuleFile::getGroupNameById() file: lib/Serialization/ModuleFile.cpp start line: 1154 end line: 1167 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9050 unit: static data_type ReadData() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 451 end line: 464 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 9051 unit: StringRef ModuleFileSharedCore::getIdentifierText() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 1179 end line: 1196 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9052 unit: hash_value_type ComputeHash() file: lib/Serialization/Serialization.cpp start line: 346 end line: 359 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9053 unit: static uint8_t getRawReadImplKind() file: lib/Serialization/Serialization.cpp start line: 522 end line: 535 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9054 unit: static uint8_t getRawStableAccessLevel() file: lib/Serialization/Serialization.cpp start line: 2073 end line: 2087 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9055 unit: static void collectDependenciesFromType() file: lib/Serialization/Serialization.cpp start line: 2352 end line: 2365 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 9056 unit: void visitGenericFunctionType() file: lib/Serialization/Serialization.cpp start line: 4587 end line: 4601 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9057 unit: std::pair EmitKeyDataLength() file: lib/Serialization/Serialization.cpp start line: 5323 end line: 5336 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 9058 unit: void EmitData() file: lib/Serialization/SerializeDoc.cpp start line: 243 end line: 256 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 9059 unit: void getInheritedAvailabilities() file: lib/SymbolGraphGen/Symbol.cpp start line: 441 end line: 455 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9060 unit: void TBDGenVisitor::addSymbolInternal() file: lib/TBDGen/TBDGen.cpp start line: 74 end line: 88 size: 14 LOC McCabe index: 7 number of parameters: 3 id: 9061 unit: void TBDGenVisitor::visitConstructorDecl() file: lib/TBDGen/TBDGen.cpp start line: 988 end line: 1005 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9062 unit: void mix() file: stdlib/include/llvm/ADT/Hashing.h start line: 294 end line: 307 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9063 unit: void replace() file: stdlib/include/llvm/ADT/STLExtras.h start line: 1741 end line: 1754 size: 14 LOC McCabe index: 4 number of parameters: 5 id: 9064 unit: StringRef getSingleStringRef() file: stdlib/include/llvm/ADT/Twine.h start line: 460 end line: 473 size: 14 LOC McCabe index: 6 number of parameters: 0 id: 9065 unit: static void swift_task_enqueueImpl() file: stdlib/public/Concurrency/Actor.cpp start line: 1638 end line: 1656 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9066 unit: func _taskGroupIsCancelled() file: stdlib/public/Concurrency/TaskGroup.swift start line: 897 end line: 913 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9067 unit: static swift_task_escalateImpl() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 578 end line: 603 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9068 unit: inline uint64_t job_run_begin() file: stdlib/public/Concurrency/TracingSignpost.h start line: 245 end line: 258 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 9069 unit: void leave() file: stdlib/public/Concurrency/VoucherSupport.h start line: 43 end line: 56 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 9070 unit: func pullback() file: stdlib/public/Differentiation/ArrayDifferentiation.swift start line: 221 end line: 234 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9071 unit: void StringRef::split() file: stdlib/public/LLVMSupport/StringRef.cpp start line: 319 end line: 343 size: 14 LOC McCabe index: 7 number of parameters: 4 id: 9072 unit: bool readExtraInhabitantIndex() file: stdlib/public/Reflection/TypeLowering.cpp start line: 414 end line: 427 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9073 unit: bool projectEnumValue() file: stdlib/public/Reflection/TypeLowering.cpp start line: 429 end line: 442 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9074 unit: BitMask getMultiPayloadTagBitsMask() file: stdlib/public/Reflection/TypeLowering.cpp start line: 974 end line: 987 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 9075 unit: bool isSingleError() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1001 end line: 1019 size: 14 LOC McCabe index: 7 number of parameters: 0 id: 9076 unit: void addCase() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1778 end line: 1791 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 9077 unit: void incrementNonAtomic() file: stdlib/public/SwiftShims/RefCount.h start line: 820 end line: 837 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9078 unit: bool tryIncrementNonAtomic() file: stdlib/public/SwiftShims/RefCount.h start line: 861 end line: 875 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 9079 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2710 end line: 2822 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9080 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2868 end line: 2972 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9081 unit: func decode() file: stdlib/public/core/Codable.swift start line: 3019 end line: 3137 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9082 unit: func _customIndexOfEquatableElement() file: stdlib/public/core/Collection.swift start line: 525 end line: 694 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9083 unit: mutating func formRemainder() file: stdlib/public/core/FloatingPoint.swift start line: 685 end line: 995 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9084 unit: func multipliedReportingOverflow() file: stdlib/public/core/Integers.swift start line: 1982 end line: 2088 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9085 unit: mutating func visitHeader() file: stdlib/public/core/KeyPath.swift start line: 3025 end line: 3040 size: 14 LOC McCabe index: 1 number of parameters: 4 id: 9086 unit: func _stdlib_atomicCompareExchangeStrongPtr() file: stdlib/public/core/Runtime.swift start line: 68 end line: 81 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 9087 unit: func _stdlib_atomicCompareExchangeStrongPtr() file: stdlib/public/core/Runtime.swift start line: 112 end line: 125 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 9088 unit: intptr_t _swift_stdlib_getDefaultErrorCode() file: stdlib/public/runtime/ErrorDefaultImpls.cpp start line: 25 end line: 41 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 9089 unit: SWIFT_RUNTIME_EXPORT unsigned short __gnu_f2h_ieee() file: stdlib/public/runtime/Float16Support.cpp start line: 92 end line: 118 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9090 unit: static void tuple_storeExtraInhabitantTag() file: stdlib/public/runtime/Metadata.cpp start line: 1651 end line: 1666 size: 14 LOC McCabe index: 1 number of parameters: 4 id: 9091 unit: static bool installLazyClassNameHook() file: stdlib/public/runtime/Metadata.cpp start line: 2614 end line: 2629 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 9092 unit: bool matchesKey() file: stdlib/public/runtime/Metadata.cpp start line: 3580 end line: 3597 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9093 unit: BuiltProtocolDecl createProtocolDecl() file: stdlib/public/runtime/MetadataLookup.cpp start line: 1367 end line: 1385 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9094 unit: void cacheResult() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 466 end line: 498 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 9095 unit: const FieldType recursiveChildMetadata() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 706 end line: 721 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9096 unit: void swift::swift_bridgeObjectRelease() file: stdlib/public/runtime/SwiftObject.mm start line: 621 end line: 636 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9097 unit: void swift::swift_nonatomic_bridgeObjectRelease() file: stdlib/public/runtime/SwiftObject.mm start line: 638 end line: 653 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9098 unit: id swift_dynamicCastObjCProtocolUnconditional() file: stdlib/public/runtime/SwiftObject.mm start line: 1228 end line: 1242 size: 14 LOC McCabe index: 3 number of parameters: 6 id: 9099 unit: bool swift::swift_isUniquelyReferenced_nonNull_bridgeObject() file: stdlib/public/runtime/SwiftObject.mm start line: 1427 end line: 1443 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9100 unit: void nativeAssign() file: stdlib/public/runtime/WeakReference.h start line: 214 end line: 230 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9101 unit: void _swift_stdlib_reportFatalError() file: stdlib/public/stubs/Assert.cpp start line: 65 end line: 80 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 9102 unit: T _swift_strto() file: stdlib/public/stubs/Stubs.cpp start line: 302 end line: 317 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9103 unit: static swift_reflection_mapping_info_t makeNonContiguousReflectionInfo() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 328 end line: 343 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 9104 unit: def get_filename() file: tools/SourceKit/bindings/python/sourcekitd/capi.py start line: 0 end line: 0 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9105 unit: void setCancellationHandler() file: tools/SourceKit/include/SourceKit/Core/Context.h start line: 107 end line: 120 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9106 unit: static bool isHighPriorityKeyword() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 372 end line: 385 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 9107 unit: void printDeclPre() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 188 end line: 202 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9108 unit: static void addParameterEntities() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1003 end line: 1016 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9109 unit: static void reportSourceAnnotations() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1018 end line: 1032 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9110 unit: UIdent UIdentVisitor::visitExtensionDecl() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 189 end line: 202 size: 14 LOC McCabe index: 7 number of parameters: 1 id: 9111 unit: UIdent SwiftLangSupport::getUIDForExtensionOfDecl() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 322 end line: 335 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9112 unit: static StringRef getDeclNameTagForDecl() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 124 end line: 140 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9113 unit: bool isIgnoredPrintStructureKind() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 246 end line: 259 size: 14 LOC McCabe index: 8 number of parameters: 1 id: 9114 unit: void SwiftLangSupport::printFullyAnnotatedDeclaration() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 465 end line: 490 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 9115 unit: explicit RelatedIdScanner() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 2165 end line: 2188 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 9116 unit: static bool readPopularAPIList() file: tools/SourceKit/tools/complete-test/complete-test.cpp start line: 706 end line: 720 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9117 unit: bool lineLooksLikeCase() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 468 end line: 483 size: 14 LOC McCabe index: 11 number of parameters: 1 id: 9118 unit: static void syncNotificationsWithService() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 183 end line: 199 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 9119 unit: static bool readPopularAPIList() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 397 end line: 411 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9120 unit: void visitArray() file: tools/SourceKit/tools/sourcekitd/include/sourcekitd/RequestResponsePrinterBase.h start line: 68 end line: 81 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9121 unit: static void reportDiagnostics() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2019 end line: 2034 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9122 unit: static void reportRangeInfo() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2040 end line: 2055 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9123 unit: void handleResult() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2554 end line: 2567 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9124 unit: sourcekitd_response_t SKEditorConsumer::createResponse() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2901 end line: 2917 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 9125 unit: static Optional getUIDForOperationKind() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 3455 end line: 3468 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9126 unit: static void readElements() file: tools/SourceKit/tools/sourcekitd/lib/API/TokenAnnotationsArray.cpp start line: 69 end line: 82 size: 14 LOC McCabe index: 1 number of parameters: 6 id: 9127 unit: void visitArray() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp start line: 385 end line: 398 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9128 unit: static int demangleSTDIN() file: tools/swift-demangle/swift-demangle.cpp start line: 353 end line: 369 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9129 unit: void MappingContextTraits::mapping() file: tools/swift-dependency-tool/swift-dependency-tool.cpp start line: 136 end line: 149 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 9130 unit: void MappingTraits::mapping() file: tools/swift-ide-test/ModuleAPIDiff.cpp start line: 689 end line: 702 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 9131 unit: void printSourceUntil() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1764 end line: 1778 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9132 unit: static int doInputCompletenessTest() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2436 end line: 2450 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9133 unit: void tryDemangleType() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3790 end line: 3803 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 9134 unit: func enumerateMallocs() file: tools/swift-inspect/Sources/swift-inspect/Inspector.swift start line: 90 end line: 103 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 9135 unit: func dumpMetadataCacheNodes() file: tools/swift-inspect/Sources/swift-inspect/main.swift start line: 77 end line: 91 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 9136 unit: func printBacktrace() file: tools/swift-inspect/Sources/swift-inspect/main.swift start line: 109 end line: 122 size: 14 LOC McCabe index: 4 number of parameters: 4 id: 9137 unit: def main() file: tools/swift-inspect/build_script_helper.py start line: 0 end line: 0 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 9138 unit: void scanELF() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 245 end line: 263 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9139 unit: int main() file: tools/swift-remoteast-test/swift-remoteast-test.cpp start line: 211 end line: 227 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 9140 unit: ssize_t pread_all() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 485 end line: 500 size: 14 LOC McCabe index: 6 number of parameters: 4 id: 9141 unit: static int timeParsing() file: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp start line: 258 end line: 273 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 9142 unit: inline Optional mockFingerprintFromString() file: unittests/Driver/MockingFineGrainedDependencyGraphs.h start line: 100 end line: 114 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9143 unit: void assertTokens() file: unittests/Parse/TokenizerTests.cpp start line: 67 end line: 82 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 9144 unit: Type SemaTest::getStdlibType() file: unittests/Sema/SemaFixture.cpp start line: 62 end line: 80 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 9145 unit: void checkTokens() file: unittests/SourceKit/SwiftLang/EditingTest.cpp start line: 362 end line: 376 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9146 unit: static void enqueueGlobal() file: unittests/runtime/Actor.cpp start line: 38 end line: 60 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9147 unit: bool test_storeEnumTagSinglePayload() file: unittests/runtime/Enum.cpp start line: 129 end line: 145 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 9148 unit: template void scopedLockThreaded() file: unittests/runtime/Mutex.cpp start line: 107 end line: 122 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9149 unit: def push() file: utils/android/adb/commands.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9150 unit: def _get_kwargs() file: utils/build_swift/build_swift/argparse/actions.py start line: 0 end line: 0 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 9151 unit: def _normalize_args() file: utils/build_swift/build_swift/shell.py start line: 0 end line: 0 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9152 unit: func getCCCData() file: utils/gen-unicode-data/Sources/GenNormalization/CCC.swift start line: 26 end line: 48 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 9153 unit: func sortWords() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 59 end line: 77 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 9154 unit: func generateScalarProps() file: utils/gen-unicode-data/Sources/GenScalarProps/main.swift start line: 15 end line: 32 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9155 unit: mutating func computeRanks() file: utils/gen-unicode-data/Sources/GenUtils/Mph.swift start line: 56 end line: 74 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 9156 unit: def __init__() file: utils/gyb_syntax_support/Trivia.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 8 id: 9157 unit: def make_missing_child() file: utils/gyb_syntax_support/__init__.py start line: 0 end line: 0 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 9158 unit: def sequence() file: utils/lldb/lldbToolBox.py start line: 0 end line: 0 size: 14 LOC McCabe index: 5 number of parameters: 5 id: 9159 unit: func updateUIForReaderHomeStateForTab() file: utils/parser-lib/profile-input.swift start line: 924 end line: 939 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9160 unit: func urlBarDidEnterOverlayMode() file: utils/parser-lib/profile-input.swift start line: 1435 end line: 1450 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9161 unit: def __platforms_to_skip_test_host() file: utils/swift_build_support/swift_build_support/host_specific_configuration.py start line: 0 end line: 0 size: 14 LOC McCabe index: 8 number of parameters: 3 id: 9162 unit: def run_build_script_helper() file: utils/swift_build_support/swift_build_support/products/benchmarks.py start line: 0 end line: 0 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 9163 unit: def __init__() file: utils/swift_build_support/swift_build_support/toolchain.py start line: 0 end line: 0 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 9164 unit: static void runInsertAtFrontTests() file: utils/test-list-merger/TestListMerger.cpp start line: 226 end line: 241 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9165 unit: func n() file: validation-test/compiler_crashers_fixed/00186-swift-genericsignature-profile.swift start line: 404 end line: 417 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 9166 unit: func prefix() file: validation-test/compiler_crashers_fixed/00190-swift-constraints-constraintgraph-unbindtypevariable.swift start line: 43 end line: 56 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9167 unit: init() file: validation-test/compiler_crashers_fixed/00202-swift-parser-parseexprpostfix.swift start line: 72 end line: 118 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9168 unit: init() file: validation-test/compiler_crashers_fixed/00235-swift-genericparamlist-print.swift start line: 112 end line: 125 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9169 unit: func c() file: validation-test/compiler_crashers_fixed/00901-ab.swift start line: 60 end line: 73 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 9170 unit: func o() file: validation-test/compiler_crashers_fixed/01275-swift-diagnosticengine-diagnose.swift start line: 24 end line: 45 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 9171 unit: init() file: validation-test/compiler_crashers_fixed/01291-swift-type-walk.swift start line: 18 end line: 33 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9172 unit: func testTrapsAreNoreturn() file: validation-test/stdlib/Assert.swift start line: 22 end line: 38 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 9173 unit: func isPalindrome0() file: validation-test/stdlib/CollectionOld.swift start line: 63 end line: 77 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9174 unit: func floatingPointRangeTest() file: validation-test/stdlib/Random.swift start line: 114 end line: 132 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9175 unit: func floatingPointRangeMaxTest() file: validation-test/stdlib/Random.swift start line: 264 end line: 279 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 9176 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9177 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9178 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9179 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9180 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9181 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9182 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9183 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9184 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9185 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9186 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9187 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9188 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9189 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9190 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9191 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9192 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9193 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9194 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9195 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9196 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9197 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9198 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9199 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9200 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9201 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9202 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9203 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9204 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9205 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9206 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9207 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9208 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9209 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9210 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9211 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9212 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9213 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9214 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9215 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9216 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9217 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9218 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9219 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9220 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9221 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9222 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9223 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9224 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9225 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9226 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9227 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9228 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9229 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9230 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9231 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9232 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9233 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9234 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9235 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9236 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9237 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9238 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9239 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9240 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9241 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9242 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9243 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9244 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9245 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9246 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9247 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9248 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9249 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9250 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9251 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9252 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9253 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9254 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9255 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9256 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9257 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9258 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9259 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9260 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9261 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9262 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9263 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9264 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9265 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9266 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9267 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9268 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9269 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9270 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9271 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9272 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9273 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9274 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9275 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9276 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9277 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9278 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9279 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9280 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9281 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9282 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9283 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9284 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9285 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9286 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9287 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9288 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9289 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9290 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9291 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9292 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9293 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9294 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9295 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9296 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9297 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9298 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9299 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9300 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9301 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9302 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9303 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9304 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9305 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9306 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9307 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9308 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9309 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9310 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9311 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9312 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9313 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9314 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9315 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9316 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9317 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9318 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9319 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9320 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9321 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9322 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9323 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9324 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9325 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9326 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9327 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9328 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9329 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9330 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9331 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9332 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9333 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9334 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9335 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9336 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9337 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9338 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9339 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9340 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9341 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9342 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9343 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9344 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9345 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9346 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9347 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9348 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9349 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9350 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9351 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9352 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9353 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9354 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9355 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9356 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9357 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9358 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9359 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9360 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9361 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9362 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9363 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9364 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9365 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9366 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9367 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9368 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9369 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9370 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9371 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9372 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9373 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9374 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9375 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9376 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9377 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9378 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9379 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9380 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9381 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9382 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9383 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9384 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9385 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9386 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9387 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9388 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9389 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9390 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9391 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9392 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9393 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9394 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9395 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9396 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9397 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9398 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9399 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9400 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9401 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9402 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9403 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9404 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9405 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9406 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9407 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9408 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9409 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9410 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9411 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9412 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9413 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9414 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9415 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9416 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9417 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9418 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9419 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9420 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9421 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9422 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9423 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9424 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9425 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9426 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9427 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9428 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9429 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9430 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9431 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9432 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9433 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9434 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9435 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9436 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9437 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9438 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9439 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableBidirectionalCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9440 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9441 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9442 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9443 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9444 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9445 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9446 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9447 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9448 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9449 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9450 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9451 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9452 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9453 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9454 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_FullWidth.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9455 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9456 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9457 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9458 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9459 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9460 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9461 unit: func makeCollection() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 22 end line: 35 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9462 unit: func makeCollectionOfEquatable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 37 end line: 50 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9463 unit: func makeCollectionOfComparable() file: validation-test/stdlib/Slice/Slice_Of_MinimalRangeReplaceableRandomAccessCollection_WithSuffix.swift start line: 52 end line: 65 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 9464 unit: func testOpaqueSubstrings() file: validation-test/stdlib/String.swift start line: 2112 end line: 2127 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 9465 unit: mutating func next() file: SwiftCompilerSources/Sources/Optimizer/DataStructures/Stack.swift start line: 48 end line: 61 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9466 unit: func basicPushPop() file: SwiftCompilerSources/Sources/SIL/SmallProjectionPath.swift start line: 464 end line: 476 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9467 unit: func testMerge() file: SwiftCompilerSources/Sources/SIL/SmallProjectionPath.swift start line: 526 end line: 539 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 9468 unit: func bubbleUp() file: benchmark/multi-source/PrimsSplit/Prims.swift start line: 67 end line: 79 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9469 unit: def run_with_timeout() file: benchmark/scripts/perf_test_driver/perf_test_driver.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9470 unit: func bucketSort() file: benchmark/single-source/BucketSort.swift start line: 94 end line: 106 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9471 unit: func setupStash() file: benchmark/single-source/CharacterProperties.swift start line: 131 end line: 143 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9472 unit: func setupMemo() file: benchmark/single-source/CharacterProperties.swift start line: 247 end line: 259 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9473 unit: func setupPrecomputed() file: benchmark/single-source/CharacterProperties.swift start line: 327 end line: 339 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9474 unit: mutating func sendPushPromise() file: benchmark/single-source/HTTP2StateMachine.swift start line: 193 end line: 206 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9475 unit: mutating func receivePushPromise() file: benchmark/single-source/HTTP2StateMachine.swift start line: 209 end line: 222 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9476 unit: func subscriptMutation() file: benchmark/single-source/IndexPathTest.swift start line: 68 end line: 80 size: 13 LOC McCabe index: 3 number of parameters: 5 id: 9477 unit: func setup_OpaqueConsumingUsers() file: benchmark/single-source/OpaqueConsumingUsers.swift start line: 49 end line: 61 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9478 unit: func bubbleUp() file: benchmark/single-source/Prims.swift start line: 75 end line: 87 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9479 unit: func bubbleUp() file: benchmark/single-source/PrimsNonStrongRef.swift start line: 1048 end line: 1060 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9480 unit: func use_protocol() file: benchmark/single-source/ProtocolDispatch2.swift start line: 35 end line: 49 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9481 unit: mutating func insert() file: benchmark/single-source/RandomTree.swift start line: 142 end line: 154 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9482 unit: mutating func removeWhere_move() file: benchmark/single-source/RemoveWhere.swift start line: 48 end line: 62 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9483 unit: void removeAttribute() file: include/swift/AST/Attr.h start line: 2369 end line: 2384 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9484 unit: std::string mangle() file: include/swift/AST/AutoDiff.h start line: 222 end line: 234 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9485 unit: static ValueOwnership getValueOwnershipForSpecifier() file: include/swift/AST/Decl.h start line: 5838 end line: 5850 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9486 unit: void replace() file: include/swift/Basic/BlotSetVector.h start line: 121 end line: 135 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9487 unit: llvm::Error writeInteger() file: include/swift/Basic/ExponentialGrowthAppendingBinaryByteStream.h start line: 60 end line: 76 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9488 unit: inline void wasi_call_once() file: include/swift/Basic/Lazy.h start line: 32 end line: 44 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9489 unit: static void validateNode() file: include/swift/Basic/SuccessorMap.h start line: 369 end line: 395 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9490 unit: static void deleteTree() file: include/swift/Basic/SuccessorMap.h start line: 416 end line: 429 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9491 unit: bool isTypeChange() file: include/swift/IDE/APIDigesterData.h start line: 120 end line: 132 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9492 unit: bool isStringRepresentableChange() file: include/swift/IDE/APIDigesterData.h start line: 144 end line: 156 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9493 unit: State getStateForBeginningOfToken() file: include/swift/Parse/Lexer.h start line: 270 end line: 286 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9494 unit: bool readObjCClassName() file: include/swift/Remote/MetadataReader.h start line: 1642 end line: 1664 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9495 unit: inline void TypeLayout::_static_assert_layout() file: include/swift/Runtime/Metadata.h start line: 177 end line: 190 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9496 unit: inline int swift_getHeapObjectExtraInhabitantIndex() file: include/swift/Runtime/Metadata.h start line: 794 end line: 813 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9497 unit: bool hasStoredCXXMethod() file: include/swift/SIL/AbstractionPattern.h start line: 468 end line: 481 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9498 unit: bool hasSelfArgument() file: include/swift/SIL/ApplySite.h start line: 391 end line: 403 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9499 unit: SILValue getSelfArgument() file: include/swift/SIL/ApplySite.h start line: 406 end line: 418 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9500 unit: OperandValueArrayRef getArgumentsWithoutSelf() file: include/swift/SIL/ApplySite.h start line: 436 end line: 448 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9501 unit: ApplyOptions getApplyOptions() file: include/swift/SIL/ApplySite.h start line: 454 end line: 466 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9502 unit: Optional getVarInfo() file: include/swift/SIL/DebugUtils.h start line: 300 end line: 312 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9503 unit: bool isSourceTypeExact() file: include/swift/SIL/DynamicCasts.h start line: 402 end line: 414 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9504 unit: inline bool isAccessStorageCast() file: include/swift/SIL/MemAccessUtils.h start line: 1515 end line: 1552 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9505 unit: bool isLocalScope() file: include/swift/SIL/OwnershipUtils.h start line: 469 end line: 481 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9506 unit: template bool match() file: include/swift/SIL/PatternMatch.h start line: 408 end line: 422 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9507 unit: void getAllLeafTypes() file: include/swift/SIL/Projection.h start line: 929 end line: 945 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9508 unit: SubstitutionMap getOpSubstitutionMap() file: include/swift/SIL/SILCloner.h start line: 189 end line: 206 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9509 unit: void SILCloner::visitStoreBorrowInst() file: include/swift/SIL/SILCloner.h start line: 1154 end line: 1170 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9510 unit: void SILCloner::visitDestroyValueInst() file: include/swift/SIL/SILCloner.h start line: 1829 end line: 1842 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9511 unit: static bool classof() file: include/swift/SIL/SILInstruction.h start line: 1244 end line: 1256 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9512 unit: void swapCase() file: include/swift/SIL/SILInstruction.h start line: 8670 end line: 8690 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9513 unit: void addInitialGroup() file: include/swift/SIL/SILInstructionWorklist.h start line: 102 end line: 114 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9514 unit: template void removeEntries_if() file: include/swift/SIL/SILVTable.h start line: 170 end line: 182 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9515 unit: SILValue emitLoweredCopyChildValue() file: include/swift/SIL/TypeLowering.h start line: 532 end line: 544 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9516 unit: static bool substitutionsChangeGenericTypeParameters() file: include/swift/SIL/TypeSubstCloner.h start line: 383 end line: 400 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9517 unit: void tryToSchedule() file: include/swift/SILOptimizer/Analysis/BottomUpIPAnalysis.h start line: 241 end line: 253 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9518 unit: unsigned getMinPartialAppliedArgs() file: include/swift/SILOptimizer/Analysis/CallerAnalysis.h start line: 313 end line: 327 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9519 unit: SILValue getMappedValue() file: include/swift/SILOptimizer/Utils/BasicBlockOptUtils.h start line: 308 end line: 322 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9520 unit: bool shouldInjectWrappedValuePlaceholder() file: include/swift/Sema/ConstraintSystem.h start line: 1904 end line: 1921 size: 13 LOC McCabe index: 8 number of parameters: 1 id: 9521 unit: Optional getAsFunction() file: include/swift/Sema/ConstraintSystem.h start line: 1990 end line: 2003 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9522 unit: Optional getAsStmtCondition() file: include/swift/Sema/ConstraintSystem.h start line: 2005 end line: 2018 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9523 unit: Optional getAsCaseLabelItem() file: include/swift/Sema/ConstraintSystem.h start line: 2020 end line: 2033 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9524 unit: Type getTypeOfUninitializedVar() file: include/swift/Sema/ConstraintSystem.h start line: 2080 end line: 2093 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9525 unit: unsigned getIndexOfUninitializedVar() file: include/swift/Sema/ConstraintSystem.h start line: 2110 end line: 2123 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9526 unit: RC getOrCreate() file: include/swift/Syntax/AtomicCache.h start line: 42 end line: 70 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9527 unit: void SDKNodeDecl::printFullyQualifiedName() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 452 end line: 464 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9528 unit: StringRef SDKContext::getInitKind() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1356 end line: 1368 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9529 unit: void SwiftDeclCollector::processValueDecl() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1945 end line: 1957 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9530 unit: void SDKNodeDeclType::jsonize() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2051 end line: 2063 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9531 unit: ConcreteDeclRef ASTContext::getRegexInitDecl() file: lib/AST/ASTContext.cpp start line: 1214 end line: 1226 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9532 unit: static Associativity computeAssociativity() file: lib/AST/ASTContext.cpp start line: 1643 end line: 1656 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9533 unit: Identifier ASTContext::getRealModuleName() file: lib/AST/ASTContext.cpp start line: 1820 end line: 1845 size: 13 LOC McCabe index: 8 number of parameters: 2 id: 9534 unit: void ASTContext::loadObjCMethods() file: lib/AST/ASTContext.cpp start line: 1966 end line: 1980 size: 13 LOC McCabe index: 4 number of parameters: 6 id: 9535 unit: static StringRef getImportKindString() file: lib/AST/ASTDumper.cpp start line: 200 end line: 213 size: 13 LOC McCabe index: 9 number of parameters: 1 id: 9536 unit: void visitMagicIdentifierLiteralExpr() file: lib/AST/ASTDumper.cpp start line: 1898 end line: 1911 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9537 unit: void visitMemberRefExpr() file: lib/AST/ASTDumper.cpp start line: 2003 end line: 2016 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9538 unit: void printExplicitCastExpr() file: lib/AST/ASTDumper.cpp start line: 2611 end line: 2623 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9539 unit: void visitOpaqueTypeArchetypeType() file: lib/AST/ASTDumper.cpp start line: 3750 end line: 3762 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9540 unit: std::string ASTMangler::mangleWitnessTable() file: lib/AST/ASTMangler.cpp start line: 207 end line: 219 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9541 unit: std::string ASTMangler::mangleKeyPathEqualsHelper() file: lib/AST/ASTMangler.cpp start line: 329 end line: 341 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9542 unit: std::string ASTMangler::mangleKeyPathHashHelper() file: lib/AST/ASTMangler.cpp start line: 343 end line: 355 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9543 unit: static unsigned getUnnamedParamIndex() file: lib/AST/ASTMangler.cpp start line: 876 end line: 890 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9544 unit: static bool conformanceHasIdentity() file: lib/AST/ASTMangler.cpp start line: 1596 end line: 1613 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9545 unit: void ASTMangler::appendClosureComponents() file: lib/AST/ASTMangler.cpp start line: 2951 end line: 2966 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9546 unit: void PrintAST::visitEnumCaseDecl() file: lib/AST/ASTPrinter.cpp start line: 3881 end line: 3895 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9547 unit: void PrintAST::visitArrayExpr() file: lib/AST/ASTPrinter.cpp start line: 4201 end line: 4213 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9548 unit: void PrintAST::visitTupleExpr() file: lib/AST/ASTPrinter.cpp start line: 4250 end line: 4262 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9549 unit: void printSILCoroutineKind() file: lib/AST/ASTPrinter.cpp start line: 5683 end line: 5695 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9550 unit: static bool mustParenthesizeResults() file: lib/AST/ASTPrinter.cpp start line: 5811 end line: 5827 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9551 unit: void visitProtocolCompositionType() file: lib/AST/ASTPrinter.cpp start line: 5910 end line: 5922 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9552 unit: void visitDependentMemberType() file: lib/AST/ASTPrinter.cpp start line: 6124 end line: 6136 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9553 unit: SourceRange GenericParamScope::getSourceRangeOfThisASTNode() file: lib/AST/ASTScopeSourceRange.cpp start line: 156 end line: 175 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9554 unit: void checkOptionalObjectType() file: lib/AST/ASTVerifier.cpp start line: 1888 end line: 1902 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9555 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1959 end line: 1971 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9556 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2106 end line: 2122 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9557 unit: bool shouldSkip() file: lib/AST/ASTWalker.cpp start line: 1230 end line: 1247 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9558 unit: static bool isStoredWithPrivateSetter() file: lib/AST/AccessRequests.cpp start line: 154 end line: 169 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9559 unit: Optional ArgumentList::findArgumentExpr() file: lib/AST/ArgumentList.cpp start line: 209 end line: 222 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9560 unit: bool AvailableAttr::isUnconditionallyUnavailable() file: lib/AST/Attr.cpp start line: 1665 end line: 1679 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9561 unit: bool AvailableAttr::isUnconditionallyDeprecated() file: lib/AST/Attr.cpp start line: 1681 end line: 1695 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9562 unit: bool swift::isDifferentiableProgrammingEnabled() file: lib/AST/AutoDiff.cpp start line: 112 end line: 127 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9563 unit: bool autodiff::getBuiltinDifferentiableOrLinearFunctionConfig() file: lib/AST/AutoDiff.cpp start line: 338 end line: 350 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9564 unit: static clang::QualType getClangVectorType() file: lib/AST/ClangTypeConverter.cpp start line: 242 end line: 254 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9565 unit: bool isFixed() file: lib/AST/ConformanceLookupTable.h start line: 228 end line: 245 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9566 unit: void ClangNode::dump() file: lib/AST/Decl.cpp start line: 124 end line: 137 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9567 unit: void AbstractStorageDecl::visitExpectedOpaqueAccessors() file: lib/AST/Decl.cpp start line: 2372 end line: 2390 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9568 unit: bool ValueDecl::isMoreVisibleThan() file: lib/AST/Decl.cpp start line: 3655 end line: 3673 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9569 unit: Type TypeDecl::getDeclaredInterfaceType() file: lib/AST/Decl.cpp start line: 3730 end line: 3744 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9570 unit: void NominalTypeDecl::addExtension() file: lib/AST/Decl.cpp start line: 3933 end line: 3951 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9571 unit: SourceRange AssociatedTypeDecl::getSourceRange() file: lib/AST/Decl.cpp start line: 4185 end line: 4197 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9572 unit: StringRef ClassDecl::getObjCRuntimeName() file: lib/AST/Decl.cpp start line: 4675 end line: 4692 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9573 unit: NullablePtr VarDecl::getCorrespondingCaseBodyVariable() file: lib/AST/Decl.cpp start line: 6104 end line: 6124 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9574 unit: StaticSpellingKind AbstractStorageDecl::getCorrectStaticSpelling() file: lib/AST/Decl.cpp start line: 6254 end line: 6267 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9575 unit: bool VarDecl::hasImplicitPropertyWrapper() file: lib/AST/Decl.cpp start line: 6289 end line: 6305 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9576 unit: Identifier OpaqueTypeDecl::getOpaqueReturnTypeIdentifier() file: lib/AST/Decl.cpp start line: 7981 end line: 7995 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9577 unit: Type TypeBase::getSwiftNewtypeUnderlyingType() file: lib/AST/Decl.cpp start line: 8750 end line: 8767 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9578 unit: bool DeclContext::isAlwaysAvailableConformanceContext() file: lib/AST/DeclContext.cpp start line: 1348 end line: 1365 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9579 unit: static bool hasDuplicateFileNames() file: lib/AST/DiagnosticConsumer.cpp start line: 47 end line: 64 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9580 unit: DiagnosticBehavior toDiagnosticBehavior() file: lib/AST/DiagnosticEngine.cpp start line: 965 end line: 977 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9581 unit: void swift::simple_display() file: lib/AST/Effects.cpp start line: 46 end line: 59 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9582 unit: StringRef swift::getFunctionRefKindStr() file: lib/AST/Expr.cpp start line: 41 end line: 54 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9583 unit: llvm::APFloat FloatLiteralExpr::getValue() file: lib/AST/Expr.cpp start line: 1034 end line: 1048 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9584 unit: bool Expr::isSelfExprOf() file: lib/AST/Expr.cpp start line: 2073 end line: 2089 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9585 unit: bool Deserializer::readSignature() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 53 end line: 65 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9586 unit: bool swift::fine_grained_dependencies::writeFineGrainedDependencyGraphToPath() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 500 end line: 512 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 9587 unit: void FrontendSourceFileDepGraphFactory::addAllUsedDecls() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 555 end line: 567 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9588 unit: unsigned GenericParamKey::findIndexIn() file: lib/AST/GenericSignature.cpp start line: 494 end line: 512 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9589 unit: SourceLoc RequirementSource::getLoc() file: lib/AST/GenericSignatureBuilder.cpp start line: 1456 end line: 1478 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9590 unit: static Type formProtocolRelativeType() file: lib/AST/GenericSignatureBuilder.cpp start line: 1627 end line: 1644 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9591 unit: auto GenericSignatureBuilder::resolve() file: lib/AST/GenericSignatureBuilder.cpp start line: 3705 end line: 3720 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9592 unit: static bool unionSets() file: lib/AST/GenericSignatureBuilder.cpp start line: 6978 end line: 6994 size: 13 LOC McCabe index: 5 number of parameters: 4 id: 9593 unit: void SourceFile::dumpSeparatelyImportedOverlays() file: lib/AST/Module.cpp start line: 1532 end line: 1546 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9594 unit: ArrayRef SourceFile::getOpaqueReturnTypeDecls() file: lib/AST/Module.cpp start line: 3007 end line: 3020 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9595 unit: static std::string moduleBasePath() file: lib/AST/ModuleDependencies.cpp start line: 263 end line: 281 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9596 unit: void namelookup::lookupInModule() file: lib/AST/ModuleNameLookup.cpp start line: 265 end line: 277 size: 13 LOC McCabe index: 1 number of parameters: 7 id: 9597 unit: void namelookup::lookupVisibleDeclsInModule() file: lib/AST/ModuleNameLookup.cpp start line: 279 end line: 291 size: 13 LOC McCabe index: 1 number of parameters: 6 id: 9598 unit: void NominalTypeDecl::prepareLookupTable() file: lib/AST/NameLookup.cpp start line: 1326 end line: 1343 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9599 unit: void GenericParamListRequest::cacheResult() file: lib/AST/NameLookupRequests.cpp start line: 227 end line: 240 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9600 unit: static bool isIrrefutableExprPattern() file: lib/AST/Pattern.cpp start line: 305 end line: 325 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9601 unit: bool swift::inheritsAvailabilityFromPlatform() file: lib/AST/PlatformKind.cpp start line: 145 end line: 162 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 9602 unit: GenericSignature ProtocolConformance::getGenericSignature() file: lib/AST/ProtocolConformance.cpp start line: 315 end line: 335 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9603 unit: void NormalProtocolConformance::setWitness() file: lib/AST/ProtocolConformance.cpp start line: 923 end line: 935 size: 13 LOC McCabe index: 8 number of parameters: 2 id: 9604 unit: void traceLoc() file: lib/AST/ProtocolConformance.cpp start line: 1639 end line: 1651 size: 13 LOC McCabe index: 5 number of parameters: 4 id: 9605 unit: CharSourceRange RawComment::getCharSourceRange() file: lib/AST/RawComment.cpp start line: 233 end line: 246 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9606 unit: bool RequirementMachine::requiresClass() file: lib/AST/RequirementMachine/GenericSignatureQueries.cpp start line: 64 end line: 79 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9607 unit: bool RewriteSystem::hadError() file: lib/AST/RequirementMachine/HomotopyReduction.cpp start line: 543 end line: 559 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9608 unit: Symbol Symbol::prependPrefixToConcreteSubstitutions() file: lib/AST/RequirementMachine/KnuthBendix.cpp start line: 57 end line: 71 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9609 unit: void PropertyBag::verify() file: lib/AST/RequirementMachine/PropertyMap.cpp start line: 215 end line: 230 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9610 unit: unsigned RewriteSystem::recordRelation() file: lib/AST/RequirementMachine/PropertyRelations.cpp start line: 50 end line: 66 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9611 unit: void RewriteSystem::initialize() file: lib/AST/RequirementMachine/RewriteSystem.cpp start line: 175 end line: 190 size: 13 LOC McCabe index: 5 number of parameters: 4 id: 9612 unit: bool SubstitutionMap::isCanonical() file: lib/AST/SubstitutionMap.cpp start line: 148 end line: 164 size: 13 LOC McCabe index: 8 number of parameters: 0 id: 9613 unit: bool TypeBase::isCGFloat() file: lib/AST/Type.cpp start line: 935 end line: 951 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9614 unit: bool SILFunctionType::hasNonDerivableClangType() file: lib/AST/Type.cpp start line: 3998 end line: 4010 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9615 unit: bool TypeBase::isNoEscape() file: lib/AST/Type.cpp start line: 4471 end line: 4487 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9616 unit: SubstitutionMap TypeBase::getMemberSubstitutionMap() file: lib/AST/Type.cpp start line: 4671 end line: 4683 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9617 unit: bool Type::findIf() file: lib/AST/Type.cpp start line: 5607 end line: 5621 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9618 unit: Type TypeBase::openAnyExistentialType() file: lib/AST/Type.cpp start line: 5845 end line: 5857 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9619 unit: void GenericSignatureRequest::diagnoseCycle() file: lib/AST/TypeCheckRequests.cpp start line: 762 end line: 776 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9620 unit: void swift::simple_display() file: lib/AST/TypeCheckRequests.cpp start line: 1420 end line: 1432 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9621 unit: bool ActorIsolation::requiresSubstitution() file: lib/AST/TypeCheckRequests.cpp start line: 1488 end line: 1501 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9622 unit: CanType TypeJoin::visitMetatypeType() file: lib/AST/TypeJoinMeet.cpp start line: 239 end line: 255 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9623 unit: CanType TypeJoin::visitExistentialMetatypeType() file: lib/AST/TypeJoinMeet.cpp start line: 257 end line: 273 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9624 unit: CanType TypeJoin::visitExistentialType() file: lib/AST/TypeJoinMeet.cpp start line: 275 end line: 291 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9625 unit: void ComponentIdentTypeRepr::printImpl() file: lib/AST/TypeRepr.cpp start line: 270 end line: 283 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9626 unit: bool CacheImpl::remove() file: lib/Basic/Cache.cpp start line: 123 end line: 136 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9627 unit: bool swift::tripleInfersSimulatorEnvironment() file: lib/Basic/Platform.cpp start line: 40 end line: 53 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9628 unit: bool swift::tripleRequiresRPathForSwiftLibrariesInOS() file: lib/Basic/Platform.cpp start line: 82 end line: 105 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9629 unit: StringRef swift::getMajorArchitectureName() file: lib/Basic/Platform.cpp start line: 214 end line: 226 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9630 unit: void SourceManager::verifyAllBuffers() file: lib/Basic/SourceLoc.cpp start line: 21 end line: 35 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9631 unit: StringRef SourceManager::getDisplayNameForLoc() file: lib/Basic/SourceLoc.cpp start line: 45 end line: 64 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9632 unit: void CharSourceRange::print() file: lib/Basic/SourceLoc.cpp start line: 339 end line: 353 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9633 unit: unsigned SourceManager::getExternalSourceBufferID() file: lib/Basic/SourceLoc.cpp start line: 403 end line: 417 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9634 unit: StringRef camel_case::toLowercaseWord() file: lib/Basic/StringExtras.cpp start line: 247 end line: 265 size: 13 LOC McCabe index: 8 number of parameters: 2 id: 9635 unit: Version Version::getCurrentCompilerVersion() file: lib/Basic/Version.cpp start line: 220 end line: 232 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9636 unit: bool startUpSomeTasks() file: lib/Basic/Windows/TaskQueue.inc start line: 51 end line: 63 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9637 unit: void emitDiagnosticMessage() file: lib/ClangImporter/ClangDiagnosticConsumer.cpp start line: 65 end line: 84 size: 13 LOC McCabe index: 3 number of parameters: 6 id: 9638 unit: explicit ZeroFilledMemoryBuffer() file: lib/ClangImporter/ClangImporter.cpp start line: 223 end line: 235 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9639 unit: bool sawDependency() file: lib/ClangImporter/ClangImporter.cpp start line: 356 end line: 370 size: 13 LOC McCabe index: 5 number of parameters: 5 id: 9640 unit: bool importer::isForwardDeclOfType() file: lib/ClangImporter/ClangImporter.cpp start line: 398 end line: 410 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9641 unit: void ClangImporter::Implementation::handleDeferredImports() file: lib/ClangImporter/ClangImporter.cpp start line: 2064 end line: 2082 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9642 unit: StringRef ClangModuleUnit::getFilename() file: lib/ClangImporter/ClangImporter.cpp start line: 3578 end line: 3590 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9643 unit: bool ClangImporter::Implementation::forEachLookupTable() file: lib/ClangImporter/ClangImporter.cpp start line: 3975 end line: 3993 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9644 unit: void ClangImporter::Implementation::lookupVisibleDecls() file: lib/ClangImporter/ClangImporter.cpp start line: 4118 end line: 4133 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9645 unit: void ClangImporter::Implementation::diagnoseValue() file: lib/ClangImporter/ClangImporter.cpp start line: 4186 end line: 4200 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9646 unit: static bool isDirectLookupMemberContext() file: lib/ClangImporter/ClangImporter.cpp start line: 4273 end line: 4285 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9647 unit: bool isCxxRecordImportable() file: lib/ClangImporter/ImportDecl.cpp start line: 3305 end line: 3322 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9648 unit: void finishFuncDecl() file: lib/ClangImporter/ImportDecl.cpp start line: 4242 end line: 4262 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9649 unit: static Type getConstantLiteralType() file: lib/ClangImporter/ImportDecl.cpp start line: 9553 end line: 9566 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9650 unit: void recordImportedProtocols() file: lib/ClangImporter/ImporterImpl.h start line: 1418 end line: 1434 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9651 unit: StableSerializationPath findImportedPath() file: lib/ClangImporter/Serializability.cpp start line: 67 end line: 88 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9652 unit: DeclBaseName SerializedSwiftName::toDeclBaseName() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 176 end line: 188 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9653 unit: void SwiftLookupTable::deserializeAll() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 893 end line: 909 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9654 unit: StringRef userFacingName() file: lib/ClangImporter/SwiftLookupTable.h start line: 81 end line: 93 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9655 unit: bool equalsWithoutResolving() file: lib/ClangImporter/SwiftLookupTable.h start line: 251 end line: 263 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9656 unit: NodePointer Demangler::createWithChildren() file: lib/Demangling/Demangler.cpp start line: 673 end line: 685 size: 13 LOC McCabe index: 5 number of parameters: 5 id: 9657 unit: NodePointer Demangler::createStandardSubstitution() file: lib/Demangling/Demangler.cpp start line: 1018 end line: 1032 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9658 unit: NodePointer Demangler::popContext() file: lib/Demangling/Demangler.cpp start line: 1169 end line: 1182 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9659 unit: NodePointer Demangler::popAnyProtocolConformance() file: lib/Demangling/Demangler.cpp start line: 1546 end line: 1559 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9660 unit: NodePointer Demangler::popAssocTypePath() file: lib/Demangling/Demangler.cpp start line: 2324 end line: 2336 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9661 unit: NodePointer Demangler::demangleGenericSpecialization() file: lib/Demangling/Demangler.cpp start line: 2777 end line: 2789 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9662 unit: NodePointer Demangler::demangleSpecAttributes() file: lib/Demangling/Demangler.cpp start line: 2993 end line: 3008 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9663 unit: NodePointer Demangler::demangleMetatypeRepresentation() file: lib/Demangling/Demangler.cpp start line: 3333 end line: 3345 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9664 unit: llvm::Optional Mangle::getStandardTypeSubst() file: lib/Demangling/ManglingUtils.cpp start line: 69 end line: 84 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9665 unit: static bool needSpaceBeforeType() file: lib/Demangling/NodePrinter.cpp start line: 1147 end line: 1159 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9666 unit: static bool isStartOfEntity() file: lib/Demangling/OldDemangler.cpp start line: 60 end line: 72 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9667 unit: bool demangleIndex() file: lib/Demangling/OldDemangler.cpp start line: 852 end line: 864 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9668 unit: NodePointer demangleNominalType() file: lib/Demangling/OldDemangler.cpp start line: 1014 end line: 1026 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9669 unit: NodePointer demangleAssociatedTypeCompound() file: lib/Demangling/OldDemangler.cpp start line: 1483 end line: 1500 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9670 unit: bool demangleImplCalleeConvention() file: lib/Demangling/OldDemangler.cpp start line: 2303 end line: 2315 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9671 unit: ManglingError Remangler::mangleDirectness() file: lib/Demangling/OldRemangler.cpp start line: 772 end line: 784 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9672 unit: ManglingError Remangler::mangleTuple() file: lib/Demangling/OldRemangler.cpp start line: 1836 end line: 1848 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9673 unit: ManglingError Remangler::mangleDependentAssociatedTypeRef() file: lib/Demangling/OldRemangler.cpp start line: 2068 end line: 2082 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9674 unit: static int adapt() file: lib/Demangling/Punycode.cpp start line: 58 end line: 71 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9675 unit: ManglingError Remangler::mangleAbstractStorage() file: lib/Demangling/Remangler.cpp start line: 633 end line: 645 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9676 unit: ManglingError Remangler::mangleDirectness() file: lib/Demangling/Remangler.cpp start line: 1181 end line: 1193 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9677 unit: ManglingError Remangler::mangleModule() file: lib/Demangling/Remangler.cpp start line: 2085 end line: 2097 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9678 unit: ManglingError Remangler::mangleObjCBlock() file: lib/Demangling/Remangler.cpp start line: 2209 end line: 2221 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9679 unit: ManglingError Remangler::mangleConcreteProtocolConformance() file: lib/Demangling/Remangler.cpp start line: 2370 end line: 2382 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9680 unit: bool DependencyScanningTool::loadCache() file: lib/DependencyScan/DependencyScanningTool.cpp start line: 132 end line: 144 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9681 unit: bool Deserializer::readSignature() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 52 end line: 64 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9682 unit: bool Deserializer::readInterModuleDependenciesCache() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 494 end line: 511 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9683 unit: static void deserializeDependencyCache() file: lib/DependencyScan/ScanDependencies.cpp start line: 1218 end line: 1230 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9684 unit: void noteBuildingJobs() file: lib/Driver/Compilation.cpp start line: 300 end line: 313 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9685 unit: bool jobWasBatchedWithFailingJobs() file: lib/Driver/Compilation.cpp start line: 573 end line: 585 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9686 unit: bool isCascadingJobAccordingToCondition() file: lib/Driver/Compilation.cpp start line: 1014 end line: 1026 size: 13 LOC McCabe index: 6 number of parameters: 3 id: 9687 unit: static void validateProfilingArgs() file: lib/Driver/Driver.cpp start line: 152 end line: 166 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9688 unit: static void validateEmbedBitcode() file: lib/Driver/Driver.cpp start line: 727 end line: 740 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9689 unit: return parseArgsUntil() file: lib/Driver/Driver.cpp start line: 1194 end line: 1207 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9690 unit: void ModuleDepGraph::verifyNodeMapEntry() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 593 end line: 605 size: 13 LOC McCabe index: 1 number of parameters: 7 id: 9691 unit: StringRef ModuleDepGraph::getProvidingFilename() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 686 end line: 700 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9692 unit: void swift::driver::ExpandResponseFilesWithRetry() file: lib/Driver/FrontendUtil.cpp start line: 29 end line: 41 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9693 unit: StringRef CommandOutput::getOutputForInputAndType() file: lib/Driver/Job.cpp start line: 33 end line: 45 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9694 unit: SmallVector CommandOutput::getPrimaryOutputFilenames() file: lib/Driver/Job.cpp start line: 186 end line: 198 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9695 unit: static bool jobsHaveSameEnvironment() file: lib/Driver/ToolChain.cpp start line: 202 end line: 214 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9696 unit: ArrayRef getNameMatchKindPriority() file: lib/DriverTool/swift_api_digester_main.cpp start line: 440 end line: 452 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9697 unit: bool detectTypeRewritten() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1059 end line: 1071 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9698 unit: static bool isRawType() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1073 end line: 1086 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9699 unit: static StringRef detectArrayMemberChangeInternal() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1160 end line: 1172 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9700 unit: void TypeMemberDiffFinder::dump() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1335 end line: 1348 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9701 unit: void handleAnnotations() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1460 end line: 1472 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9702 unit: void visit() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1713 end line: 1725 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9703 unit: static Optional findSelfIndex() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1766 end line: 1778 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9704 unit: std::string CompilerInvocation::computePrebuiltCachePath() file: lib/Frontend/CompilerInvocation.cpp start line: 112 end line: 129 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9705 unit: StringRef renderAsFixit() file: lib/Frontend/DependencyVerifier.cpp start line: 211 end line: 224 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9706 unit: static std::string getDiagKindString() file: lib/Frontend/DiagnosticVerifier.cpp start line: 87 end line: 100 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9707 unit: bool FrontendInputsAndOutputs::shouldTreatAsLLVM() file: lib/Frontend/FrontendInputsAndOutputs.cpp start line: 168 end line: 180 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9708 unit: static Optional getRelativeDepPath() file: lib/Frontend/ModuleInterfaceBuilder.cpp start line: 47 end line: 69 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9709 unit: void recordConditionalConformances() file: lib/Frontend/ModuleInterfaceSupport.cpp start line: 414 end line: 429 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9710 unit: unsigned SerializedDiagnosticConsumer::getEmitCategory() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 244 end line: 259 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9711 unit: static clang::serialized_diags::Level getDiagnosticLevel() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 295 end line: 308 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9712 unit: static void emitBlockID() file: lib/Frontend/SerializedDiagnosticConsumer.cpp start line: 335 end line: 352 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9713 unit: static bool serializeSIB() file: lib/FrontendTool/FrontendTool.cpp start line: 1334 end line: 1349 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9714 unit: static bool generateCode() file: lib/FrontendTool/FrontendTool.cpp start line: 1520 end line: 1538 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9715 unit: static void getImmediateImports() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 110 end line: 123 size: 13 LOC McCabe index: 2 number of parameters: 7 id: 9716 unit: void addPoundAvailable() file: lib/IDE/CodeCompletion.cpp start line: 2875 end line: 2889 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9717 unit: void addPostfixOperatorCompletion() file: lib/IDE/CodeCompletion.cpp start line: 4147 end line: 4163 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9718 unit: void CodeCompletionCallbacksImpl::completePostfixExpr() file: lib/IDE/CodeCompletion.cpp start line: 5749 end line: 5765 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9719 unit: void printCodeBlock() file: lib/IDE/CommentConversion.cpp start line: 102 end line: 114 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9720 unit: static bool getClangDocumentationCommentAsXML() file: lib/IDE/CommentConversion.cpp start line: 392 end line: 408 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9721 unit: void visitHeader() file: lib/IDE/CommentConversion.cpp start line: 755 end line: 767 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9722 unit: void visitParamField() file: lib/IDE/CommentConversion.cpp start line: 777 end line: 789 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9723 unit: void CompletionInstance::cacheCompilerInstance() file: lib/IDE/CompletionInstance.cpp start line: 604 end line: 616 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9724 unit: static bool getPositionInArgs() file: lib/IDE/ExprContextAnalysis.cpp start line: 707 end line: 719 size: 13 LOC McCabe index: 3 number of parameters: 5 id: 9725 unit: static bool getPositionInTuple() file: lib/IDE/ExprContextAnalysis.cpp start line: 723 end line: 735 size: 13 LOC McCabe index: 3 number of parameters: 5 id: 9726 unit: void enter() file: lib/IDE/IDERequests.cpp start line: 623 end line: 638 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9727 unit: static RegionType getSyntacticRenameRegionType() file: lib/IDE/Refactoring.cpp start line: 359 end line: 372 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9728 unit: static void analyzeRenameScope() file: lib/IDE/Refactoring.cpp start line: 867 end line: 883 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9729 unit: static bool collectRangeStartRefactorings() file: lib/IDE/Refactoring.cpp start line: 3776 end line: 3788 size: 13 LOC McCabe index: 8 number of parameters: 1 id: 9730 unit: bool hasBinding() file: lib/IDE/Refactoring.cpp start line: 4995 end line: 5010 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9731 unit: void setNodes() file: lib/IDE/Refactoring.cpp start line: 5504 end line: 5520 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9732 unit: bool convert() file: lib/IDE/Refactoring.cpp start line: 5998 end line: 6011 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9733 unit: void convertHandlerToContinuationResume() file: lib/IDE/Refactoring.cpp start line: 6958 end line: 6970 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9734 unit: void addNewScope() file: lib/IDE/Refactoring.cpp start line: 7760 end line: 7774 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9735 unit: bool RefactoringActionConvertToAsync::performChange() file: lib/IDE/Refactoring.cpp start line: 8076 end line: 8091 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9736 unit: bool SemaAnnotator::walkToDeclPre() file: lib/IDE/SourceEntityWalker.cpp start line: 111 end line: 135 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9737 unit: std::pair walkToExprPre() file: lib/IDE/SyntaxModel.cpp start line: 1168 end line: 1180 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9738 unit: bool ModelASTWalker::findFieldsInDocCommentLine() file: lib/IDE/SyntaxModel.cpp start line: 1670 end line: 1684 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9739 unit: void ide::collectModuleNames() file: lib/IDE/Utils.cpp start line: 920 end line: 932 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9740 unit: unsigned DeclNameViewer::commonPartsCount() file: lib/IDE/Utils.cpp start line: 959 end line: 971 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9741 unit: void addFieldEntries() file: lib/IRGen/ClassMetadataVisitor.h start line: 196 end line: 208 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9742 unit: DebugTypeInfo DebugTypeInfo::getFromTypeInfo() file: lib/IRGen/DebugTypeInfo.cpp start line: 46 end line: 58 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9743 unit: EnumPayload EnumPayload::unpackFromEnumPayload() file: lib/IRGen/EnumPayload.cpp start line: 189 end line: 201 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 9744 unit: static void addIndirectResultAttributes() file: lib/IRGen/GenCall.cpp start line: 310 end line: 322 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9745 unit: static void emitCastToSubstSchema() file: lib/IRGen/GenCall.cpp start line: 2939 end line: 2951 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9746 unit: StringRef FunctionPointer::getName() file: lib/IRGen/GenCall.cpp start line: 4886 end line: 4898 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9747 unit: ClassLayout ClassTypeInfo::generateLayout() file: lib/IRGen/GenClass.cpp start line: 409 end line: 428 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9748 unit: void irgen::emitPartialClassDeallocation() file: lib/IRGen/GenClass.cpp start line: 926 end line: 940 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 9749 unit: void irgen::emitBuildOrdinarySerialExecutorRef() file: lib/IRGen/GenConcurrency.cpp start line: 151 end line: 166 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9750 unit: void insertPadding() file: lib/IRGen/GenConstant.cpp start line: 116 end line: 129 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9751 unit: static bool typeKindCanBePrespecialized() file: lib/IRGen/GenDecl.cpp start line: 1591 end line: 1603 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9752 unit: void IRGenerator::noteUseOfOpaqueTypeDescriptor() file: lib/IRGen/GenDecl.cpp start line: 1621 end line: 1637 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9753 unit: void swift::irgen::disableAddressSanitizer() file: lib/IRGen/GenDecl.cpp start line: 2352 end line: 2375 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9754 unit: void IRGenModule::appendLLVMUsedConditionalEntry() file: lib/IRGen/GenDecl.cpp start line: 3754 end line: 3770 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9755 unit: void storeExtraInhabitant() file: lib/IRGen/GenEnum.cpp start line: 1154 end line: 1167 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9756 unit: void unpackFromEnumPayload() file: lib/IRGen/GenEnum.cpp start line: 1581 end line: 1598 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9757 unit: void emitIndirectSwitch() file: lib/IRGen/GenEnum.cpp start line: 2241 end line: 2256 size: 13 LOC McCabe index: 2 number of parameters: 6 id: 9758 unit: void retainRefcountedPayload() file: lib/IRGen/GenEnum.cpp start line: 2463 end line: 2475 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9759 unit: void fixLifetimeOfRefcountedPayload() file: lib/IRGen/GenEnum.cpp start line: 2477 end line: 2489 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9760 unit: void releaseRefcountedPayload() file: lib/IRGen/GenEnum.cpp start line: 2491 end line: 2503 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9761 unit: void retainRefcountedPayload() file: lib/IRGen/GenEnum.cpp start line: 3750 end line: 3762 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9762 unit: void fixLifetimeOfRefcountedPayload() file: lib/IRGen/GenEnum.cpp start line: 3764 end line: 3776 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9763 unit: void releaseRefcountedPayload() file: lib/IRGen/GenEnum.cpp start line: 3778 end line: 3790 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9764 unit: void emitIndirectSwitch() file: lib/IRGen/GenEnum.cpp start line: 4232 end line: 4247 size: 13 LOC McCabe index: 2 number of parameters: 6 id: 9765 unit: void storeNoPayloadTag() file: lib/IRGen/GenEnum.cpp start line: 5074 end line: 5090 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9766 unit: void storeEnumTagSinglePayload() file: lib/IRGen/GenEnum.cpp start line: 5446 end line: 5460 size: 13 LOC McCabe index: 2 number of parameters: 6 id: 9767 unit: ClusteredBitVector getTagBitsForPayloads() file: lib/IRGen/GenEnum.cpp start line: 5572 end line: 5590 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9768 unit: void IRGenModule::emitEnumDecl() file: lib/IRGen/GenEnum.cpp start line: 6942 end line: 6958 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9769 unit: llvm::APInt irgen::scatterBits() file: lib/IRGen/GenEnum.cpp start line: 7198 end line: 7210 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9770 unit: void assignWithCopy() file: lib/IRGen/GenExistential.cpp start line: 248 end line: 260 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9771 unit: void initializeWithCopy() file: lib/IRGen/GenExistential.cpp start line: 262 end line: 274 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9772 unit: void assignWithTake() file: lib/IRGen/GenExistential.cpp start line: 276 end line: 288 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9773 unit: void initializeWithTake() file: lib/IRGen/GenExistential.cpp start line: 290 end line: 302 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9774 unit: void unpackFromEnumPayload() file: lib/IRGen/GenExistential.cpp start line: 524 end line: 536 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9775 unit: void assignWithCopy() file: lib/IRGen/GenExistential.cpp start line: 858 end line: 872 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9776 unit: void IRGenFunction::emitNativeStrongRetain() file: lib/IRGen/GenHeap.cpp start line: 960 end line: 976 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9777 unit: void addAccessFunction() file: lib/IRGen/GenMeta.cpp start line: 1216 end line: 1239 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9778 unit: void maybeAddMetadataInitialization() file: lib/IRGen/GenMeta.cpp start line: 1349 end line: 1363 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9779 unit: void addReflectionFieldDescriptor() file: lib/IRGen/GenMeta.cpp start line: 1568 end line: 1586 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9780 unit: void addIVarDestroyer() file: lib/IRGen/GenMeta.cpp start line: 3215 end line: 3227 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9781 unit: void addFieldOffset() file: lib/IRGen/GenMeta.cpp start line: 4315 end line: 4330 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9782 unit: void TypeInfo::storeExtraInhabitantTagDynamic() file: lib/IRGen/GenOpaque.cpp start line: 1437 end line: 1453 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9783 unit: static void hashStringForFunctionType() file: lib/IRGen/GenPointerAuth.cpp start line: 497 end line: 509 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9784 unit: void GenericTypeRequirements::emitInitOfBuffer() file: lib/IRGen/GenProto.cpp start line: 3333 end line: 3346 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9785 unit: void storeExtraInhabitant() file: lib/IRGen/GenRecord.h start line: 668 end line: 680 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9786 unit: void packIntoEnumPayload() file: lib/IRGen/GenRecord.h start line: 796 end line: 808 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9787 unit: bool swift::irgen::mangledNameIsUnknownToDeployTarget() file: lib/IRGen/GenReflection.cpp start line: 293 end line: 305 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9788 unit: void layoutProtocol() file: lib/IRGen/GenReflection.cpp start line: 818 end line: 830 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9789 unit: void addMetadataSource() file: lib/IRGen/GenReflection.cpp start line: 1068 end line: 1081 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9790 unit: unsigned FixedTypeInfo::getSpareBitExtraInhabitantCount() file: lib/IRGen/GenType.cpp start line: 248 end line: 261 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9791 unit: bool visitEnumDecl() file: lib/IRGen/GenType.cpp start line: 2289 end line: 2303 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9792 unit: static ResultTy emitForDynamicPacking() file: lib/IRGen/GenValueWitness.cpp start line: 216 end line: 228 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9793 unit: IsaEncoding getIsaEncoding() file: lib/IRGen/HeapTypeInfo.h start line: 85 end line: 99 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9794 unit: static void addAddressSanitizerPasses() file: lib/IRGen/IRGen.cpp start line: 130 end line: 142 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9795 unit: static bool equalWithoutExistentialTypes() file: lib/IRGen/IRGenDebugInfo.cpp start line: 100 end line: 114 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9796 unit: static bool canMangle() file: lib/IRGen/IRGenDebugInfo.cpp start line: 1733 end line: 1747 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9797 unit: std::string IRGenMangler::mangleProtocolConformanceDescriptor() file: lib/IRGen/IRGenMangler.cpp start line: 178 end line: 190 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9798 unit: std::string mangleDerivativeDispatchThunk() file: lib/IRGen/IRGenMangler.h start line: 55 end line: 67 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9799 unit: std::string mangleDerivativeMethodDescriptor() file: lib/IRGen/IRGenMangler.h start line: 84 end line: 96 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9800 unit: std::string mangleAssociatedTypeDescriptor() file: lib/IRGen/IRGenMangler.h start line: 315 end line: 329 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9801 unit: void IRGenModule::constructInitialFnAttributes() file: lib/IRGen/IRGenModule.cpp start line: 1214 end line: 1229 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9802 unit: void IRGenSILFunction::visitReturnInst() file: lib/IRGen/IRGenSIL.cpp start line: 3737 end line: 3753 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9803 unit: void IRGenSILFunction::visitDeallocStackRefInst() file: lib/IRGen/IRGenSIL.cpp start line: 5438 end line: 5455 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9804 unit: void IRGenSILFunction::visitConvertEscapeToNoEscapeInst() file: lib/IRGen/IRGenSIL.cpp start line: 5762 end line: 5776 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9805 unit: void IRGenSILFunction::visitRefToBridgeObjectInst() file: lib/IRGen/IRGenSIL.cpp start line: 6137 end line: 6154 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9806 unit: void IRGenSILFunction::visitCheckedCastAddrBranchInst() file: lib/IRGen/IRGenSIL.cpp start line: 6343 end line: 6355 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9807 unit: void IRGenSILFunction::visitTailAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 6499 end line: 6513 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 9808 unit: static void convertBBArgType() file: lib/IRGen/LoadableByAddress.cpp start line: 1455 end line: 1468 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9809 unit: static bool containsFunctionType() file: lib/IRGen/LoadableByAddress.cpp start line: 1470 end line: 1482 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9810 unit: static void allocateAndSetForArgument() file: lib/IRGen/LoadableByAddress.cpp start line: 1790 end line: 1808 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9811 unit: static void allocateAndSetAll() file: lib/IRGen/LoadableByAddress.cpp start line: 1883 end line: 1895 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9812 unit: SILType IRGenModule::substOpaqueTypesWithUnderlyingTypes() file: lib/IRGen/MetadataRequest.cpp start line: 477 end line: 492 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9813 unit: bool irgen::isCanonicalInitializableTypeMetadataStaticallyAddressable() file: lib/IRGen/MetadataRequest.cpp start line: 876 end line: 896 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9814 unit: MetadataResponse visitAnyMetatypeType() file: lib/IRGen/MetadataRequest.cpp start line: 1625 end line: 1647 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9815 unit: return getOrCreateHelperFunction() file: lib/IRGen/Outlining.cpp start line: 380 end line: 393 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9816 unit: SILType Field::getType() file: lib/IRGen/StructLayout.cpp start line: 436 end line: 448 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9817 unit: LLVM_DUMP_METHOD void ScalarTypeLayoutEntry::dump() file: lib/IRGen/TypeLayout.cpp start line: 817 end line: 829 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9818 unit: return getEnumTagSinglePayloadGeneric() file: lib/IRGen/TypeLayout.cpp start line: 2184 end line: 2198 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 9819 unit: void EnumTypeLayoutEntry::storeMultiPayloadValue() file: lib/IRGen/TypeLayout.cpp start line: 2246 end line: 2258 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 9820 unit: void EnumTypeLayoutEntry::storeEnumTagSinglePayloadForMultiPayloadEnum() file: lib/IRGen/TypeLayout.cpp start line: 2260 end line: 2276 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 9821 unit: void addOccurrence() file: lib/Index/IndexRecord.cpp start line: 123 end line: 138 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9822 unit: static bool canParameterizeCallOperand() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 120 end line: 134 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9823 unit: void nextInst() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 326 end line: 338 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9824 unit: static unsigned measureASCIIArt() file: lib/Markup/LineList.cpp start line: 70 end line: 84 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9825 unit: ParseState parseChildren() file: lib/Markup/Markup.cpp start line: 68 end line: 80 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9826 unit: ParseResult parseImage() file: lib/Markup/Markup.cpp start line: 170 end line: 184 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9827 unit: void handleFuncRename() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 540 end line: 552 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9828 unit: int match_main() file: lib/Migrator/Diff.h start line: 1617 end line: 1633 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9829 unit: static string_t to_string() file: lib/Migrator/Diff.h start line: 2375 end line: 2387 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9830 unit: void wrapTryInCastIfNeeded() file: lib/Migrator/OptionalTryMigratorPass.cpp start line: 64 end line: 82 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9831 unit: static unsigned advanceIfCustomDelimiter() file: lib/Parse/Lexer.cpp start line: 1249 end line: 1262 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9832 unit: Token Lexer::getTokenAtLocation() file: lib/Parse/Lexer.cpp start line: 2563 end line: 2586 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9833 unit: SourceLoc Lexer::getLocForStartOfLine() file: lib/Parse/Lexer.cpp start line: 2812 end line: 2830 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9834 unit: ParserStatus Parser::parseDeclAttributeList() file: lib/Parse/ParseDecl.cpp start line: 3675 end line: 3688 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9835 unit: static void diagnoseAndIgnoreObservers() file: lib/Parse/ParseDecl.cpp start line: 6659 end line: 6671 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 9836 unit: bool Parser::canParseTypeIdentifier() file: lib/Parse/ParseType.cpp start line: 1576 end line: 1591 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9837 unit: void visitStructType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1610 end line: 1629 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9838 unit: void visitFunctionType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1900 end line: 1913 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9839 unit: bool swift::printAsCXX() file: lib/PrintAsClang/PrintAsClang.cpp start line: 429 end line: 443 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9840 unit: CanType visitDynamicSelfType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1473 end line: 1490 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9841 unit: CanType visitTupleType() file: lib/SIL/IR/AbstractionPattern.cpp start line: 1707 end line: 1722 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9842 unit: bool SILBasicBlock::isNoReturn() file: lib/SIL/IR/SILBasicBlock.cpp start line: 362 end line: 377 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9843 unit: Optional SILDeclRef::getAnyFunctionRef() file: lib/SIL/IR/SILDeclRef.cpp start line: 178 end line: 190 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9844 unit: bool SILFunction::isWeakImported() file: lib/SIL/IR/SILFunction.cpp start line: 366 end line: 385 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9845 unit: void Function_register() file: lib/SIL/IR/SILFunction.cpp start line: 801 end line: 813 size: 13 LOC McCabe index: 1 number of parameters: 7 id: 9846 unit: SILType SILType::subst() file: lib/SIL/IR/SILFunctionType.cpp start line: 3905 end line: 3918 size: 13 LOC McCabe index: 5 number of parameters: 5 id: 9847 unit: static void buildTypeDependentOperands() file: lib/SIL/IR/SILInstructions.cpp start line: 73 end line: 86 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9848 unit: void BeginApplyInst::getCoroutineEndPoints() file: lib/SIL/IR/SILInstructions.cpp start line: 555 end line: 568 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9849 unit: SourceLoc SILLocation::getSourceLocForDebugging() file: lib/SIL/IR/SILLocation.cpp start line: 75 end line: 97 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9850 unit: static void dumpSourceLoc() file: lib/SIL/IR/SILLocation.cpp start line: 165 end line: 177 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9851 unit: void printSubstitutions() file: lib/SIL/IR/SILPrinter.cpp start line: 1355 end line: 1372 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9852 unit: void printSelectEnumInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2390 end line: 2404 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9853 unit: static StringRef getLinkageString() file: lib/SIL/IR/SILPrinter.cpp start line: 2810 end line: 2822 size: 13 LOC McCabe index: 9 number of parameters: 1 id: 9854 unit: void mapRegion() file: lib/SIL/IR/SILProfiler.cpp start line: 210 end line: 224 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9855 unit: void print() file: lib/SIL/IR/SILProfiler.cpp start line: 450 end line: 462 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9856 unit: bool walkToDeclPre() file: lib/SIL/IR/SILProfiler.cpp start line: 898 end line: 911 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9857 unit: SILType SILType::getBuiltinFloatType() file: lib/SIL/IR/SILType.cpp start line: 72 end line: 84 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 9858 unit: bool SILType::isHeapObjectReferenceType() file: lib/SIL/IR/SILType.cpp start line: 268 end line: 280 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9859 unit: Type getConcreteReferenceStorageReferent() file: lib/SIL/IR/TypeLowering.cpp start line: 436 end line: 449 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9860 unit: void lowerChildren() file: lib/SIL/IR/TypeLowering.cpp start line: 1193 end line: 1206 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9861 unit: ValueOwnershipKind ValueBase::getOwnershipKind() file: lib/SIL/IR/ValueOwnership.cpp start line: 605 end line: 631 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9862 unit: static bool parseSILOptional() file: lib/SIL/Parser/ParseSIL.cpp start line: 861 end line: 873 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9863 unit: bool SILParser::parseSILOpcode() file: lib/SIL/Parser/ParseSIL.cpp start line: 1710 end line: 1725 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9864 unit: bool SILDynamicCastInst::isRCIdentityPreserving() file: lib/SIL/Utils/DynamicCasts.cpp start line: 221 end line: 253 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9865 unit: static bool isCFBridgingConversion() file: lib/SIL/Utils/DynamicCasts.cpp start line: 335 end line: 348 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9866 unit: bool PolymorphicBuiltinSpecializedOverloadInfo::init() file: lib/SIL/Utils/InstructionUtils.cpp start line: 1079 end line: 1095 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9867 unit: bool AccessPath::mayOverlap() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1188 end line: 1202 size: 13 LOC McCabe index: 8 number of parameters: 1 id: 9868 unit: bool swift::isAddressForLocalInitOnly() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2174 end line: 2192 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9869 unit: SILBasicBlock::iterator swift::removeBeginAccess() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 2286 end line: 2302 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9870 unit: bool PrunedLiveness::updateForBorrowingOperand() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 103 end line: 122 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9871 unit: static void findLastUserInBlock() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 208 end line: 221 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9872 unit: bool LinearLifetimeChecker::completeConsumingUseSet() file: lib/SIL/Verifier/LinearLifetimeChecker.cpp start line: 673 end line: 688 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9873 unit: bool isOperandInValueUses() file: lib/SIL/Verifier/SILVerifier.cpp start line: 700 end line: 718 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9874 unit: bool verifyBranchArgs() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4789 end line: 4804 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9875 unit: RValue ArgumentSource::getAsRValue() file: lib/SILGen/ArgumentSource.cpp start line: 30 end line: 42 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9876 unit: ArgumentSource ArgumentSource::copyForDiagnostics() file: lib/SILGen/ArgumentSource.cpp start line: 321 end line: 334 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9877 unit: explicit operator bool() file: lib/SILGen/ArgumentSource.h start line: 118 end line: 130 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9878 unit: CanType getSubstRValueType() file: lib/SILGen/ArgumentSource.h start line: 132 end line: 144 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9879 unit: SILLocation getLocation() file: lib/SILGen/ArgumentSource.h start line: 157 end line: 169 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9880 unit: ManagedValue ManagedValue::unmanagedCopy() file: lib/SILGen/ManagedValue.cpp start line: 61 end line: 75 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9881 unit: void visitObjectTupleType() file: lib/SILGen/RValue.cpp start line: 100 end line: 117 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9882 unit: static ManagedValue getValue() file: lib/SILGen/RValue.cpp start line: 178 end line: 191 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9883 unit: ManagedValue RValue::materialize() file: lib/SILGen/RValue.cpp start line: 719 end line: 735 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9884 unit: static ManagedValue borrowedCastToOriginalSelfType() file: lib/SILGen/SILGenApply.cpp start line: 206 end line: 223 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9885 unit: bool SILGenModule::shouldEmitSelfAsRValue() file: lib/SILGen/SILGenApply.cpp start line: 4357 end line: 4372 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9886 unit: ManagedValue SILGenFunction::emitBridgedToNativeValue() file: lib/SILGen/SILGenBridging.cpp start line: 1174 end line: 1186 size: 13 LOC McCabe index: 1 number of parameters: 7 id: 9887 unit: static SILValue emitBridgeReturnValue() file: lib/SILGen/SILGenBridging.cpp start line: 1276 end line: 1289 size: 13 LOC McCabe index: 1 number of parameters: 6 id: 9888 unit: ManagedValue SILGenBuilder::createPartialApply() file: lib/SILGen/SILGenBuilder.cpp start line: 50 end line: 63 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9889 unit: void SILGenBuilder::emitDestructureValueOperation() file: lib/SILGen/SILGenBuilder.cpp start line: 861 end line: 880 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9890 unit: static ManagedValue emitBuiltinCastToNativeObject() file: lib/SILGen/SILGenBuiltin.cpp start line: 320 end line: 332 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 9891 unit: static ManagedValue emitBuiltinCastBitPatternFromBridgeObject() file: lib/SILGen/SILGenBuiltin.cpp start line: 827 end line: 840 size: 13 LOC McCabe index: 3 number of parameters: 5 id: 9892 unit: static ManagedValue emitBuiltinIsUnique() file: lib/SILGen/SILGenBuiltin.cpp start line: 879 end line: 893 size: 13 LOC McCabe index: 5 number of parameters: 5 id: 9893 unit: static ManagedValue emitBuiltinBindMemory() file: lib/SILGen/SILGenBuiltin.cpp start line: 970 end line: 986 size: 13 LOC McCabe index: 3 number of parameters: 5 id: 9894 unit: static ManagedValue emitBuiltinAutoDiffCreateLinearMapContext() file: lib/SILGen/SILGenBuiltin.cpp start line: 1612 end line: 1624 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9895 unit: static ManagedValue emitBuiltinAutoDiffProjectTopLevelSubcontext() file: lib/SILGen/SILGenBuiltin.cpp start line: 1626 end line: 1638 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9896 unit: static ManagedValue emitBuiltinAutoDiffAllocateSubcontext() file: lib/SILGen/SILGenBuiltin.cpp start line: 1640 end line: 1652 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9897 unit: void SILGenFunction::emitConstructorPrologActorHop() file: lib/SILGen/SILGenConstructor.cpp start line: 672 end line: 686 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9898 unit: ManagedValue SILGenFunction::emitExistentialMetatypeToObject() file: lib/SILGen/SILGenConvert.cpp start line: 894 end line: 911 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 9899 unit: bool ConvertingInitialization::tryPeephole() file: lib/SILGen/SILGenConvert.cpp start line: 1096 end line: 1109 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9900 unit: static bool isMatchedAnyToAnyObjectConversion() file: lib/SILGen/SILGenConvert.cpp start line: 1362 end line: 1375 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9901 unit: static void pushNeverErrorConformance() file: lib/SILGen/SILGenDistributed.cpp start line: 137 end line: 152 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 9902 unit: ManagedValue SILGenFunction::emitManagedRetain() file: lib/SILGen/SILGenExpr.cpp start line: 65 end line: 78 size: 13 LOC McCabe index: 6 number of parameters: 3 id: 9903 unit: void emit() file: lib/SILGen/SILGenExpr.cpp start line: 736 end line: 754 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9904 unit: static bool emitOptimizedOptionalEvaluation() file: lib/SILGen/SILGenExpr.cpp start line: 4795 end line: 4822 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9905 unit: RValue RValueEmitter::visitTapExpr() file: lib/SILGen/SILGenExpr.cpp start line: 5646 end line: 5670 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 9906 unit: static SILValue emitIntValue() file: lib/SILGen/SILGenForeignError.cpp start line: 112 end line: 125 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 9907 unit: void SILGenFunction::emitGlobalAccessor() file: lib/SILGen/SILGenGlobalVariable.cpp start line: 262 end line: 278 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9908 unit: static bool isReadNoneFunction() file: lib/SILGen/SILGenLValue.cpp start line: 1074 end line: 1092 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 9909 unit: RValue get() file: lib/SILGen/SILGenLValue.cpp start line: 2322 end line: 2337 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 9910 unit: LValue LValue::forAddress() file: lib/SILGen/SILGenLValue.cpp start line: 2379 end line: 2392 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 9911 unit: LValue SILGenLValue::visitForceValueExpr() file: lib/SILGen/SILGenLValue.cpp start line: 3611 end line: 3625 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9912 unit: static ManagedValue drillIntoComponent() file: lib/SILGen/SILGenLValue.cpp start line: 4156 end line: 4170 size: 13 LOC McCabe index: 5 number of parameters: 5 id: 9913 unit: ClauseMatrix specializeRowsInPlace() file: lib/SILGen/SILGenPattern.cpp start line: 658 end line: 672 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9914 unit: static unsigned getConstructorPrefix() file: lib/SILGen/SILGenPattern.cpp start line: 939 end line: 955 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9915 unit: void translateIntoOwned() file: lib/SILGen/SILGenPoly.cpp start line: 1403 end line: 1418 size: 13 LOC McCabe index: 2 number of parameters: 6 id: 9916 unit: ManagedValue makeArgument() file: lib/SILGen/SILGenProlog.cpp start line: 238 end line: 254 size: 13 LOC McCabe index: 4 number of parameters: 5 id: 9917 unit: void SILGenFunction::emitHopToActorValue() file: lib/SILGen/SILGenProlog.cpp start line: 820 end line: 836 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9918 unit: void StmtEmitter::visitReturnStmt() file: lib/SILGen/SILGenStmt.cpp start line: 602 end line: 617 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9919 unit: void addConditionalRequirements() file: lib/SILGen/SILGenType.cpp start line: 658 end line: 672 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9920 unit: void ARCBBState::dumpBottomUpState() file: lib/SILOptimizer/ARC/ARCBBState.cpp start line: 140 end line: 152 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9921 unit: void ARCBBState::dumpTopDownState() file: lib/SILOptimizer/ARC/ARCBBState.cpp start line: 154 end line: 166 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9922 unit: bool ARCSequenceDataflowEvaluator::processTopDown() file: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp start line: 175 end line: 200 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9923 unit: bool RCStateTransition::matchingInst() file: lib/SILOptimizer/ARC/RCStateTransition.cpp start line: 126 end line: 142 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9924 unit: bool BottomUpRefCountState::handlePotentialUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 404 end line: 430 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9925 unit: bool TopDownRefCountState::initWithMutatorInst() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 531 end line: 551 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9926 unit: bool TopDownRefCountState::handlePotentialGuaranteedUser() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 781 end line: 809 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9927 unit: static SILValue getCallerArg() file: lib/SILOptimizer/Analysis/AccessStorageAnalysis.cpp start line: 192 end line: 209 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9928 unit: void AccessStorageResult::visitBeginAccess() file: lib/SILOptimizer/Analysis/AccessStorageAnalysis.cpp start line: 298 end line: 313 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9929 unit: bool AccessSummaryAnalysis::ArgumentSummary::mergeWith() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 285 end line: 301 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9930 unit: bool AliasAnalysis::typesMayAlias() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 519 end line: 535 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9931 unit: bool swift::ArraySemanticsCall::doesNotChangeArray() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 591 end line: 603 size: 13 LOC McCabe index: 8 number of parameters: 0 id: 9932 unit: SILValue swift::ArraySemanticsCall::getInitializationCount() file: lib/SILOptimizer/Analysis/ArraySemantic.cpp start line: 642 end line: 662 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 9933 unit: void CallerAnalysis::invalidateKnownCallees() file: lib/SILOptimizer/Analysis/CallerAnalysis.cpp start line: 285 end line: 301 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9934 unit: void LoopRegion::printName() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 58 end line: 70 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9935 unit: MemBehavior MemoryBehaviorVisitor::visitMarkUnresolvedMoveAddrInst() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 305 end line: 322 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9936 unit: static llvm::Optional proveNonPayloadedEnumCase() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 179 end line: 200 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9937 unit: void GenericFunctionEffectAnalysis::getCalleeEffects() file: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp start line: 50 end line: 68 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9938 unit: SILValue emitProjectTopLevelSubcontext() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 402 end line: 414 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 9939 unit: bool PullbackCloner::Implementation::runForSemanticMemberAccessor() file: lib/SILOptimizer/Differentiation/PullbackCloner.cpp start line: 2575 end line: 2588 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9940 unit: void visitBranchInst() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 294 end line: 312 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9941 unit: void CapturePropagationCloner::cloneConstValue() file: lib/SILOptimizer/IPO/CapturePropagation.cpp start line: 143 end line: 160 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9942 unit: bool isAnchorFunction() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 92 end line: 115 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9943 unit: bool SILGlobalOpt::isInLoop() file: lib/SILOptimizer/IPO/GlobalOpt.cpp start line: 296 end line: 310 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9944 unit: static AccessFunction getLinearFunction() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 727 end line: 745 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9945 unit: bool hasOnlyAddressUses() file: lib/SILOptimizer/LoopTransforms/ArrayOpt.h start line: 122 end line: 135 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 9946 unit: bool isClassElementTypeArray() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 379 end line: 392 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9947 unit: void fixDomTree() file: lib/SILOptimizer/LoopTransforms/ArrayPropertyOpt.cpp start line: 477 end line: 491 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9948 unit: bool ArrayInfo::tryInitialize() file: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp start line: 340 end line: 353 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9949 unit: void SelectEnforcement::noteEscapingUse() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 300 end line: 316 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9950 unit: void visitCopyValueInst() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1202 end line: 1215 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9951 unit: static std::string getSpecializedName() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 411 end line: 424 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9952 unit: void ClosureCloner::visitLoadBorrowInst() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 685 end line: 702 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9953 unit: bool compute() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1003 end line: 1022 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9954 unit: bool visitApplyInst() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1053 end line: 1065 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 9955 unit: static void findReachableExitBlocks() file: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp start line: 104 end line: 117 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9956 unit: static Optional mergeKinds() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 101 end line: 125 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9957 unit: static bool isFailableInitReturnUseOfEnum() file: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp start line: 1608 end line: 1623 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9958 unit: static void addSwapAtFixit() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 478 end line: 491 size: 13 LOC McCabe index: 1 number of parameters: 6 id: 9959 unit: static void checkForViolationAtApply() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 806 end line: 825 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9960 unit: static void performNoReturnFunctionProcessing() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 1020 end line: 1034 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9961 unit: void clear() file: lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp start line: 342 end line: 354 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 9962 unit: void run() file: lib/SILOptimizer/Mandatory/MoveOnlyChecker.cpp start line: 167 end line: 184 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9963 unit: void OptimizeHopToExecutor::updateNeedExecutor() file: lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp start line: 303 end line: 315 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9964 unit: bool OwnershipModelEliminatorVisitor::visitDestroyValueInst() file: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp start line: 382 end line: 400 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9965 unit: void AvailableValue::print() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 294 end line: 306 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9966 unit: void verify() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2376 end line: 2388 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9967 unit: static void deleteDeadAccessMarker() file: lib/SILOptimizer/Mandatory/RawSILInstLowering.cpp start line: 248 end line: 261 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9968 unit: static void deleteDeadClosureArg() file: lib/SILOptimizer/Mandatory/RawSILInstLowering.cpp start line: 264 end line: 277 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 9969 unit: static bool isDisabled() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 227 end line: 240 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 9970 unit: void PassContext_fixStackNesting() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 1229 end line: 1241 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9971 unit: void visitOpenExistentialAddrInst() file: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp start line: 401 end line: 420 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9972 unit: bool SemanticARCOptVisitor::optimize() file: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.cpp start line: 36 end line: 63 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9973 unit: void RetainCodeMotionContext::convergeCodeMotionDataFlow() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 552 end line: 569 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9974 unit: void ReleaseCodeMotionContext::convergeCodeMotionDataFlow() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 964 end line: 981 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 9975 unit: void AccessConflictAndMergeAnalysis::visitEndAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 706 end line: 726 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 9976 unit: static bool addLastRelease() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 125 end line: 139 size: 13 LOC McCabe index: 6 number of parameters: 3 id: 9977 unit: static unsigned rewritePromotedBoxes() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 1079 end line: 1094 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9978 unit: bool ArrayAllocation::isInitializationWithKnownCount() file: lib/SILOptimizer/Transforms/ArrayCountPropagation.cpp start line: 98 end line: 112 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 9979 unit: void DCE::computeLevelNumbers() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 730 end line: 745 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9980 unit: void DSEContext::processUnknownReadInst() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 1111 end line: 1130 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9981 unit: void run() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 1276 end line: 1292 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 9982 unit: void run() file: lib/SILOptimizer/Transforms/Devirtualizer.cpp start line: 40 end line: 53 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 9983 unit: void BlockState::processUnknownWriteInstForGenKillSet() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 985 end line: 1002 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9984 unit: void BlockState::processUnknownWriteInstForRLE() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 1004 end line: 1021 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 9985 unit: SILValue getArgForBlock() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1110 end line: 1125 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9986 unit: static void collectLoads() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 214 end line: 228 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 9987 unit: static SILValue createValueForEmptyTuple() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 298 end line: 310 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 9988 unit: void HoistDestroys::createDestroy() file: lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp start line: 425 end line: 437 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 9989 unit: static bool isKnownEdgeValue() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 418 end line: 431 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 9990 unit: static SILValue createValueForEdge() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 452 end line: 466 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9991 unit: static bool hasInjectedEnumAtEndOfBlock() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 1034 end line: 1049 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 9992 unit: static bool isTryApplyWithUnreachableError() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 2599 end line: 2613 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 9993 unit: bool StackPromotion::promoteInBlock() file: lib/SILOptimizer/Transforms/StackPromotion.cpp start line: 80 end line: 99 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 9994 unit: void run() file: lib/SILOptimizer/UtilityPasses/SimplifyUnreachableContainingBlocks.cpp start line: 31 end line: 50 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 9995 unit: bool swift::removeUnreachableBlocks() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 100 end line: 116 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 9996 unit: bool swift::canCloneTerminator() file: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp start line: 133 end line: 147 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 9997 unit: bool swift::hasCriticalEdges() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 591 end line: 607 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 9998 unit: bool visitForwardingUse() file: lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp start line: 347 end line: 359 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 9999 unit: void CheckedCastBrJumpThreading::classifyPredecessor() file: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp start line: 171 end line: 183 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 10000 unit: bool maybeExplicitFPCons() file: lib/SILOptimizer/Utils/ConstantFolding.cpp start line: 1013 end line: 1034 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 10001 unit: static NodePointer mangleGenericSignatureAsNode() file: lib/SILOptimizer/Utils/DifferentiationMangler.cpp start line: 30 end line: 42 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10002 unit: bool swift::mayBindDynamicSelf() file: lib/SILOptimizer/Utils/InstOptUtils.cpp start line: 419 end line: 433 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10003 unit: static bool hasOnlyIncidentalUses() file: lib/SILOptimizer/Utils/InstructionDeleter.cpp start line: 21 end line: 33 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 10004 unit: bool InstructionDeleter::trackIfDead() file: lib/SILOptimizer/Utils/InstructionDeleter.cpp start line: 149 end line: 161 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10005 unit: void ShortestPathAnalysis::printLoop() file: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp start line: 513 end line: 526 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 10006 unit: static SILValue CreateEmptyPHI() file: lib/SILOptimizer/Utils/SILSSAUpdater.cpp start line: 318 end line: 335 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10007 unit: void swift::endLifetimeAtFrontier() file: lib/SILOptimizer/Utils/ValueLifetime.cpp start line: 407 end line: 419 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 10008 unit: bool isBuildableIfChain() file: lib/Sema/BuilderTransform.cpp start line: 448 end line: 466 size: 13 LOC McCabe index: 7 number of parameters: 3 id: 10009 unit: unsigned getArgCount() file: lib/Sema/CSApply.cpp start line: 891 end line: 912 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10010 unit: static bool isPotentialPropertyWrapperInit() file: lib/Sema/CSApply.cpp start line: 7128 end line: 7147 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 10011 unit: static bool isValidDynamicCallableMethod() file: lib/Sema/CSApply.cpp start line: 7300 end line: 7312 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 10012 unit: bool swift::exprNeedsParensInsideFollowingOperator() file: lib/Sema/CSApply.cpp start line: 7862 end line: 7879 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 10013 unit: static bool isViableElement() file: lib/Sema/CSClosure.cpp start line: 153 end line: 174 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 10014 unit: bool isConditionOfStmt() file: lib/Sema/CSClosure.cpp start line: 934 end line: 951 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10015 unit: void ConjunctionElement::findReferencedVariables() file: lib/Sema/CSClosure.cpp start line: 1561 end line: 1577 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 10016 unit: bool AttributedFuncToTypeConversionFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 902 end line: 916 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10017 unit: SourceLoc ContextualFailure::getLoc() file: lib/Sema/CSDiagnostics.cpp start line: 2196 end line: 2212 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10018 unit: void ContextualFailure::tryFixIts() file: lib/Sema/CSDiagnostics.cpp start line: 2659 end line: 2677 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 10019 unit: bool ContextualFailure::diagnoseCoercionToUnrelatedType() file: lib/Sema/CSDiagnostics.cpp start line: 2697 end line: 2715 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10020 unit: bool MissingArgumentsFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 4425 end line: 4440 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 10021 unit: bool MissingArgumentsFailure::isPropertyWrapperInitialization() file: lib/Sema/CSDiagnostics.cpp start line: 4727 end line: 4742 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 10022 unit: bool ArgumentMismatchFailure::diagnoseMisplacedMissingArgument() file: lib/Sema/CSDiagnostics.cpp start line: 6480 end line: 6498 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10023 unit: bool ExpandArrayIntoVarargsFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 6601 end line: 6614 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10024 unit: bool AssignmentTypeMismatchFailure::diagnoseAsNote() file: lib/Sema/CSDiagnostics.cpp start line: 6900 end line: 6914 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 10025 unit: bool InvalidReturnInResultBuilderBody::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7531 end line: 7548 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10026 unit: bool MissingConformance::diagnose() file: lib/Sema/CSFix.cpp start line: 254 end line: 268 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10027 unit: bool MissingConformance::diagnoseForAmbiguity() file: lib/Sema/CSFix.cpp start line: 270 end line: 286 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10028 unit: Type visitSubscriptExpr() file: lib/Sema/CSGen.cpp start line: 1747 end line: 1761 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10029 unit: Type visitEditorPlaceholderExpr() file: lib/Sema/CSGen.cpp start line: 3156 end line: 3176 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10030 unit: Type visitObjCSelectorExpr() file: lib/Sema/CSGen.cpp start line: 3178 end line: 3197 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10031 unit: static bool backwardScanAcceptsTrailingClosure() file: lib/Sema/CSSimplify.cpp start line: 212 end line: 225 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 10032 unit: static bool anyParameterRequiresArgument() file: lib/Sema/CSSimplify.cpp start line: 236 end line: 255 size: 13 LOC McCabe index: 5 number of parameters: 4 id: 10033 unit: bool isAllowableMissingArg() file: lib/Sema/CSSimplify.cpp start line: 1001 end line: 1021 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 10034 unit: static bool isSingleTupleParam() file: lib/Sema/CSSimplify.cpp start line: 2017 end line: 2041 size: 13 LOC McCabe index: 8 number of parameters: 2 id: 10035 unit: ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint() file: lib/Sema/CSSimplify.cpp start line: 6524 end line: 6539 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 10036 unit: bool DisjunctionStep::shouldStopAt() file: lib/Sema/CSStep.cpp start line: 697 end line: 716 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 10037 unit: bool ConjunctionStep::attempt() file: lib/Sema/CSStep.cpp start line: 797 end line: 827 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10038 unit: static Optional getBestScore() file: lib/Sema/CSStep.h start line: 757 end line: 771 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10039 unit: void TypeChecker::addImplicitConstructors() file: lib/Sema/CodeSynthesis.cpp start line: 1196 end line: 1214 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10040 unit: void swift::addFixedLayoutAttr() file: lib/Sema/CodeSynthesis.cpp start line: 1513 end line: 1529 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10041 unit: void ConstraintGraphNode::addConstraint() file: lib/Sema/ConstraintGraph.cpp start line: 130 end line: 144 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10042 unit: static void postorderDepthFirstSearchRec() file: lib/Sema/ConstraintGraph.cpp start line: 1169 end line: 1183 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10043 unit: static unsigned getNumApplications() file: lib/Sema/ConstraintSystem.cpp start line: 1265 end line: 1280 size: 13 LOC McCabe index: 5 number of parameters: 3 id: 10044 unit: void ConstraintSystem::addOverloadSet() file: lib/Sema/ConstraintSystem.cpp start line: 2220 end line: 2235 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10045 unit: Type constraints::getConcreteReplacementForProtocolSelfType() file: lib/Sema/ConstraintSystem.cpp start line: 5027 end line: 5042 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10046 unit: Optional constraints::getOperatorName() file: lib/Sema/ConstraintSystem.cpp start line: 5049 end line: 5063 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10047 unit: SolutionApplicationTarget SolutionApplicationTarget::forForEachStmt() file: lib/Sema/ConstraintSystem.cpp start line: 5577 end line: 5589 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 10048 unit: bool SolutionApplicationTarget::infersOpaqueReturnType() file: lib/Sema/ConstraintSystem.cpp start line: 5630 end line: 5642 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 10049 unit: bool ConstraintSystem::isDeclUnavailable() file: lib/Sema/ConstraintSystem.cpp start line: 5743 end line: 5759 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10050 unit: static bool superclassConformsTo() file: lib/Sema/DerivedConformanceCodable.cpp start line: 34 end line: 48 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10051 unit: static bool canDeriveCodable() file: lib/Sema/DerivedConformanceCodable.cpp start line: 1998 end line: 2016 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 10052 unit: static bool canDeriveConformance() file: lib/Sema/DerivedConformanceEquatableHashable.cpp start line: 35 end line: 54 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10053 unit: bool shouldTrackVarDecl() file: lib/Sema/MiscDiagnostics.cpp start line: 2424 end line: 2445 size: 13 LOC McCabe index: 7 number of parameters: 1 id: 10054 unit: size_t escapeToTarget() file: lib/Sema/PlaygroundTransform.cpp start line: 109 end line: 122 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 10055 unit: static bool exprLooksLikeAType() file: lib/Sema/PreCheckExpr.cpp start line: 403 end line: 415 size: 13 LOC McCabe index: 11 number of parameters: 1 id: 10056 unit: bool PreCheckExpression::walkToClosureExprPre() file: lib/Sema/PreCheckExpr.cpp start line: 1451 end line: 1468 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 10057 unit: static void highlightOffendingType() file: lib/Sema/TypeCheckAccess.cpp start line: 294 end line: 308 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10058 unit: void visitProtocolDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1748 end line: 1761 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10059 unit: void AttributeChecker::visitNonEphemeralAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 3387 end line: 3404 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10060 unit: static bool conformsToDifferentiable() file: lib/Sema/TypeCheckAttr.cpp start line: 3732 end line: 3744 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10061 unit: bool swift::isExported() file: lib/Sema/TypeCheckAvailability.cpp start line: 62 end line: 79 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10062 unit: void TypeChecker::buildTypeRefinementContextHierarchy() file: lib/Sema/TypeCheckAvailability.cpp start line: 898 end line: 917 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10063 unit: void CircularityChecker::run() file: lib/Sema/TypeCheckCircularity.cpp start line: 183 end line: 201 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10064 unit: bool IsActorRequest::evaluate() file: lib/Sema/TypeCheckConcurrency.cpp start line: 90 end line: 106 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10065 unit: bool swift::isSendableType() file: lib/Sema/TypeCheckConcurrency.cpp start line: 560 end line: 575 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10066 unit: bool swift::isPotentiallyIsolatedActor() file: lib/Sema/TypeCheckConcurrency.cpp start line: 4520 end line: 4542 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 10067 unit: static void buildHigherThanPath() file: lib/Sema/TypeCheckDecl.cpp start line: 1263 end line: 1275 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10068 unit: bool IsABICompatibleOverrideRequest::evaluate() file: lib/Sema/TypeCheckDeclOverride.cpp start line: 2245 end line: 2261 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10069 unit: static void checkGenericParams() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 443 end line: 460 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10070 unit: static AvailabilityRange from() file: lib/Sema/TypeCheckDeclPrimary.cpp start line: 760 end line: 772 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10071 unit: bool IsDistributedActorRequest::evaluate() file: lib/Sema/TypeCheckDistributed.cpp start line: 92 end line: 109 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10072 unit: void TypeChecker::checkDistributedActor() file: lib/Sema/TypeCheckDistributed.cpp start line: 351 end line: 379 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10073 unit: static Classification forEffect() file: lib/Sema/TypeCheckEffects.cpp start line: 646 end line: 658 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10074 unit: Classification classifyTupleArgument() file: lib/Sema/TypeCheckEffects.cpp start line: 1327 end line: 1340 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10075 unit: ShouldRecurse_t checkTry() file: lib/Sema/TypeCheckEffects.cpp start line: 2712 end line: 2732 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10076 unit: static std::pair lookupDefaultTypeInfoForKnownProtocol() file: lib/Sema/TypeCheckExpr.cpp start line: 642 end line: 654 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10077 unit: bool visitUnresolvedSpecializeExpr() file: lib/Sema/TypeCheckPattern.cpp start line: 208 end line: 224 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10078 unit: void operator() file: lib/Sema/TypeCheckProtocol.cpp start line: 3289 end line: 3303 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10079 unit: static ProtocolConformanceRef checkConformanceToNSCopying() file: lib/Sema/TypeCheckStorage.cpp start line: 1038 end line: 1052 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10080 unit: static void diagnoseUnnecessaryPreconcurrencyImports() file: lib/Sema/TypeChecker.cpp start line: 270 end line: 282 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10081 unit: void swift::typeCheckPatternBinding() file: lib/Sema/TypeChecker.cpp start line: 466 end line: 481 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10082 unit: bool TypeChecker::isDifferentiable() file: lib/Sema/TypeChecker.cpp start line: 519 end line: 533 size: 13 LOC McCabe index: 4 number of parameters: 4 id: 10083 unit: Expected deserializeUnaryOperator() file: lib/Serialization/Deserialization.cpp start line: 3628 end line: 3645 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10084 unit: Optional getActualResultConvention() file: lib/Serialization/Deserialization.cpp start line: 5053 end line: 5065 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10085 unit: Expected deserializeDependentMemberType() file: lib/Serialization/Deserialization.cpp start line: 5655 end line: 5669 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10086 unit: Expected deserializeUnboundGenericType() file: lib/Serialization/Deserialization.cpp start line: 6038 end line: 6054 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10087 unit: void getAll() file: lib/Serialization/DeserializeSIL.h start line: 245 end line: 259 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10088 unit: void ModuleFile::lookupObjCMethods() file: lib/Serialization/ModuleFile.cpp start line: 853 end line: 870 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 10089 unit: void ModuleFile::getExportedPrespecializations() file: lib/Serialization/ModuleFile.cpp start line: 915 end line: 927 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10090 unit: static inline OperatorFixity getASTOperatorFixity() file: lib/Serialization/ModuleFormat.h start line: 416 end line: 428 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10091 unit: std::pair EmitKeyDataLength() file: lib/Serialization/Serialization.cpp start line: 361 end line: 374 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10092 unit: DeclContextID Serializer::addDeclContextRef() file: lib/Serialization/Serialization.cpp start line: 601 end line: 617 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10093 unit: std::pair Serializer::addUniquedString() file: lib/Serialization/Serialization.cpp start line: 706 end line: 722 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10094 unit: static void flattenImportPath() file: lib/Serialization/Serialization.cpp start line: 1112 end line: 1128 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10095 unit: static uint8_t getRawStableRequirementKind() file: lib/Serialization/Serialization.cpp start line: 1334 end line: 1348 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10096 unit: static uint8_t getRawStableParamDeclSpecifier() file: lib/Serialization/Serialization.cpp start line: 2267 end line: 2279 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10097 unit: void noteUseOfExportedPrespecialization() file: lib/Serialization/Serialization.cpp start line: 3174 end line: 3186 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10098 unit: void visitDestructorDecl() file: lib/Serialization/Serialization.cpp start line: 4065 end line: 4079 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10099 unit: static uint8_t getRawStableParameterConvention() file: lib/Serialization/Serialization.cpp start line: 4231 end line: 4243 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10100 unit: void visitTypeAliasType() file: lib/Serialization/Serialization.cpp start line: 4378 end line: 4391 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10101 unit: void visitTupleType() file: lib/Serialization/Serialization.cpp start line: 4418 end line: 4431 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10102 unit: void Serializer::writeASTBlockEntity() file: lib/Serialization/Serialization.cpp start line: 4778 end line: 4793 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10103 unit: static void writeLocalDeclTable() file: lib/Serialization/Serialization.cpp start line: 5118 end line: 5132 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10104 unit: static void writeGroupNames() file: lib/Serialization/SerializeDoc.cpp start line: 297 end line: 309 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10105 unit: static unsigned toStableSILLinkage() file: lib/Serialization/SerializeSIL.cpp start line: 59 end line: 71 size: 13 LOC McCabe index: 9 number of parameters: 1 id: 10106 unit: static unsigned toStableCastConsumptionKind() file: lib/Serialization/SerializeSIL.cpp start line: 82 end line: 94 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10107 unit: ValueID SILSerializer::addValueRef() file: lib/Serialization/SerializeSIL.cpp start line: 405 end line: 420 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10108 unit: bool SILSerializer::shouldEmitFunctionBody() file: lib/Serialization/SerializeSIL.cpp start line: 2811 end line: 2836 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 10109 unit: void SerializedModuleLoaderBase::loadObjCMethods() file: lib/Serialization/SerializedModuleLoader.cpp start line: 1314 end line: 1326 size: 13 LOC McCabe index: 3 number of parameters: 5 id: 10110 unit: void DeclarationFragmentPrinter::printStructurePre() file: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp start line: 122 end line: 134 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10111 unit: RC SyntaxData::getNextNode() file: lib/Syntax/SyntaxData.cpp start line: 56 end line: 68 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 10112 unit: OpaqueSyntaxNode SyntaxTreeCreator::makeDeferredToken() file: lib/SyntaxParse/SyntaxTreeCreator.cpp start line: 164 end line: 183 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 10113 unit: OpaqueSyntaxNode SyntaxTreeCreator::makeDeferredLayout() file: lib/SyntaxParse/SyntaxTreeCreator.cpp start line: 185 end line: 198 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10114 unit: static std::set getSequenceNodePlatformList() file: lib/TBDGen/TBDGen.cpp start line: 133 end line: 146 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10115 unit: void TBDGenVisitor::addAutoDiffDerivativeFunction() file: lib/TBDGen/TBDGen.cpp start line: 577 end line: 589 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 10116 unit: void TBDGenVisitor::addMainIfNecessary() file: lib/TBDGen/TBDGen.cpp start line: 1150 end line: 1171 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10117 unit: void grow() file: stdlib/include/llvm/ADT/DenseMap.h start line: 742 end line: 758 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10118 unit: inline uint64_t hash_short() file: stdlib/include/llvm/ADT/Hashing.h start line: 246 end line: 259 size: 13 LOC McCabe index: 9 number of parameters: 3 id: 10119 unit: inline void array_pod_sort() file: stdlib/include/llvm/ADT/STLExtras.h start line: 1455 end line: 1469 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10120 unit: template void resizeImpl() file: stdlib/include/llvm/ADT/SmallVector.h start line: 592 end line: 604 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10121 unit: inline std::string toHex() file: stdlib/include/llvm/ADT/StringExtras.h start line: 161 end line: 174 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10122 unit: static constexpr size_t strLen() file: stdlib/include/llvm/ADT/StringRef.h start line: 81 end line: 93 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10123 unit: static unsigned count() file: stdlib/include/llvm/Support/MathExtras.h start line: 166 end line: 180 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10124 unit: inline uint32_t ByteSwap_32() file: stdlib/include/llvm/Support/SwapByteOrder.h start line: 67 end line: 79 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10125 unit: func readInputFile() file: stdlib/private/StdlibUnicodeUnittest/UnicodeScalarProperties.swift start line: 21 end line: 35 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10126 unit: func sleep() file: stdlib/private/StdlibUnittest/RaceTest.swift start line: 592 end line: 609 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10127 unit: void DefaultActorImpl::deallocate() file: stdlib/public/Concurrency/Actor.cpp start line: 782 end line: 801 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 10128 unit: void swift::asyncLet_addImpl() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 137 end line: 153 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10129 unit: static void swift_asyncLet_getImpl() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 229 end line: 247 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 10130 unit: void FutureFragment::destroy() file: stdlib/public/Concurrency/Task.cpp start line: 76 end line: 90 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 10131 unit: static void completeTaskImpl() file: stdlib/public/Concurrency/Task.cpp start line: 350 end line: 376 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10132 unit: static PollResult get() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 121 end line: 133 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10133 unit: void TaskLocal::Storage::copyTo() file: stdlib/public/Concurrency/TaskLocal.cpp start line: 392 end line: 414 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10134 unit: func _taskLocalsCopy() file: stdlib/public/Concurrency/TaskLocal.swift start line: 233 end line: 248 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10135 unit: inline void actor_note_job_queue() file: stdlib/public/Concurrency/TracingSignpost.h start line: 149 end line: 168 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 10136 unit: func _getParameterTypeInfo() file: stdlib/public/Distributed/DistributedMetadata.swift start line: 43 end line: 55 size: 13 LOC McCabe index: 1 number of parameters: 5 id: 10137 unit: void __swift::__runtime::llvm::llvm_unreachable_internal() file: stdlib/public/LLVMSupport/ErrorHandling.cpp start line: 82 end line: 99 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10138 unit: void SmallVectorBase::grow_pod() file: stdlib/public/LLVMSupport/SmallVector.cpp start line: 81 end line: 97 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10139 unit: void printFields() file: stdlib/public/Reflection/TypeLowering.cpp start line: 85 end line: 97 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10140 unit: int numSetBits() file: stdlib/public/Reflection/TypeLowering.cpp start line: 745 end line: 757 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 10141 unit: unsigned NominalTypeTrait::getDepth() file: stdlib/public/Reflection/TypeRef.cpp start line: 953 end line: 965 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10142 unit: func prespecializeRanges() file: stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift start line: 360 end line: 374 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10143 unit: void decrementFromOneNonAtomic() file: stdlib/public/SwiftShims/RefCount.h start line: 904 end line: 917 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10144 unit: void incrementUnownedNonAtomic() file: stdlib/public/SwiftShims/RefCount.h start line: 1145 end line: 1161 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10145 unit: mutating func nestedContainer() file: stdlib/public/core/Codable.swift start line: 462 end line: 499 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10146 unit: func nestedContainer() file: stdlib/public/core/Codable.swift start line: 1419 end line: 1467 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10147 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2367 end line: 2404 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10148 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2723 end line: 2822 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10149 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2877 end line: 2972 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10150 unit: func decode() file: stdlib/public/core/Codable.swift start line: 3029 end line: 3137 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10151 unit: func _customLastIndexOfEquatableElement() file: stdlib/public/core/Collection.swift start line: 537 end line: 694 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10152 unit: func hash() file: stdlib/public/core/Dictionary.swift start line: 1893 end line: 1905 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10153 unit: func truncatingRemainder() file: stdlib/public/core/FloatingPoint.swift start line: 718 end line: 995 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10154 unit: mutating func adjustDestForAlignment() file: stdlib/public/core/KeyPath.swift start line: 3239 end line: 3251 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10155 unit: mutating func pushAddressDiscriminatedFunctionPointer() file: stdlib/public/core/KeyPath.swift start line: 3264 end line: 3276 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10156 unit: mutating func visitHeader() file: stdlib/public/core/KeyPath.swift start line: 3539 end line: 3551 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 10157 unit: mutating func partition() file: stdlib/public/core/MutableCollection.swift start line: 159 end line: 243 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10158 unit: func hash() file: stdlib/public/core/Set.swift start line: 1441 end line: 1453 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10159 unit: func getObjects() file: stdlib/public/core/ShadowProtocols.swift start line: 104 end line: 126 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10160 unit: void swift_arrayDestroy() file: stdlib/public/runtime/Array.cpp start line: 194 end line: 210 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 10161 unit: void swift::swift_beginAccess() file: stdlib/public/runtime/Exclusivity.cpp start line: 248 end line: 268 size: 13 LOC McCabe index: 5 number of parameters: 4 id: 10162 unit: SWIFT_RUNTIME_EXPORT unsigned short __truncdfhf2() file: stdlib/public/runtime/Float16Support.cpp start line: 128 end line: 151 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10163 unit: template SWIFT_USED void EnumDescriptor::dump() file: stdlib/public/runtime/Metadata.cpp start line: 4528 end line: 4540 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10164 unit: static inline void checkScribble() file: stdlib/public/runtime/Metadata.cpp start line: 5902 end line: 5914 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 10165 unit: inline bool satisfies() file: stdlib/public/runtime/MetadataCache.h start line: 116 end line: 128 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 10166 unit: void swift::addImageTypeMetadataRecordBlockCallbackUnsafe() file: stdlib/public/runtime/MetadataLookup.cpp start line: 265 end line: 284 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10167 unit: void swift::addImageProtocolsBlockCallbackUnsafe() file: stdlib/public/runtime/MetadataLookup.cpp start line: 840 end line: 856 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10168 unit: void SubstGenericParametersFromMetadata::setup() file: stdlib/public/runtime/MetadataLookup.cpp start line: 2322 end line: 2336 size: 13 LOC McCabe index: 6 number of parameters: 0 id: 10169 unit: void ProtocolDescriptorFlags::dump() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 83 end line: 95 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 10170 unit: bool matches() file: stdlib/public/runtime/ProtocolConformance.cpp start line: 674 end line: 690 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 10171 unit: void RefCounts::incrementSlow() file: stdlib/public/runtime/RefCount.cpp start line: 18 end line: 32 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10172 unit: AnyReturn subscript() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 286 end line: 302 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10173 unit: static bool _shouldReportMissingReflectionMetadataWarnings() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 317 end line: 336 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10174 unit: ClassImpl superclassMirror() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 618 end line: 631 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 10175 unit: size_t freeAllSlabs() file: stdlib/public/runtime/StackAllocator.h start line: 243 end line: 255 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10176 unit: bool swift::swift_unknownObjectUnownedIsEqual() file: stdlib/public/runtime/SwiftObject.mm start line: 990 end line: 1004 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10177 unit: static void _initializeBridgingFunctionsImpl() file: stdlib/public/stubs/FoundationHelpers.mm start line: 43 end line: 56 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10178 unit: double _swift_stdlib_getNumericValue() file: stdlib/public/stubs/Unicode/UnicodeScalarProps.cpp start line: 129 end line: 142 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10179 unit: int main() file: stdlib/tools/swift-reflection-test/swift-reflection-test.c start line: 844 end line: 864 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10180 unit: uint64_t trace::startOperation() file: tools/SourceKit/lib/Support/Tracing.cpp start line: 42 end line: 54 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10181 unit: FileContent SwiftASTManager::Implementation::getFileContent() file: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp start line: 802 end line: 817 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 10182 unit: void reportRefsUntil() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 858 end line: 870 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10183 unit: static bool makeParserAST() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 874 end line: 887 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10184 unit: void parseIfNeeded() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 746 end line: 760 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10185 unit: bool walkToNodePre() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1471 end line: 1488 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10186 unit: void SwiftEditorDocument::formatText() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 2168 end line: 2182 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10187 unit: void printDeclNameOrSignatureEndLoc() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 163 end line: 177 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10188 unit: static bool makeParserAST() file: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp start line: 217 end line: 230 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10189 unit: UIdent SwiftLangSupport::getUIDForFormalAccessScope() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 830 end line: 842 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10190 unit: static void convertFromUTF8() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 91 end line: 103 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10191 unit: static void convertToUTF8() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 105 end line: 117 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10192 unit: static int GetCharFn() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 384 end line: 402 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10193 unit: bool lineLooksLikeLabel() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 421 end line: 437 size: 13 LOC McCabe index: 10 number of parameters: 1 id: 10194 unit: static std::vector readArray() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1664 end line: 1676 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10195 unit: static void printModuleGroupNames() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 2177 end line: 2189 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10196 unit: void DocSupportAnnotationArrayBuilder::add() file: tools/SourceKit/tools/sourcekitd/lib/API/DocSupportAnnotationArray.cpp start line: 40 end line: 52 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10197 unit: bool SKDocConsumer::startSourceEntity() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 1763 end line: 1777 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10198 unit: void SKGroupedCodeCompletionConsumer::startGroup() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 2502 end line: 2514 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10199 unit: bool YAMLRequestParser::parseArray() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 768 end line: 782 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10200 unit: OpaqueSyntaxNode recordToken() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 193 end line: 206 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 10201 unit: static void resolveDeclFromMangledNameList() file: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp start line: 85 end line: 97 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10202 unit: static bool parseBooleanValue() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1222 end line: 1235 size: 13 LOC McCabe index: 6 number of parameters: 3 id: 10203 unit: bool walkToNodePost() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1727 end line: 1740 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10204 unit: func iterateMetadataAllocationBacktraces() file: tools/swift-inspect/Sources/swift-inspect/RemoteMirrorExtensions.swift start line: 103 end line: 115 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10205 unit: func dumpRawMetadata() file: tools/swift-inspect/Sources/swift-inspect/main.swift start line: 36 end line: 48 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 10206 unit: std::vector getRenameLocs() file: tools/swift-refactor/swift-refactor.cpp start line: 246 end line: 258 size: 13 LOC McCabe index: 1 number of parameters: 7 id: 10207 unit: RangeConfig getRange() file: tools/swift-refactor/swift-refactor.cpp start line: 260 end line: 273 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 10208 unit: static int dumpDiagnostics() file: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp start line: 219 end line: 231 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 10209 unit: void saveReuseLog() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 463 end line: 476 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10210 unit: static bool convertDefIntoYAML() file: unittests/Localization/LocalizationTest.h start line: 88 end line: 104 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10211 unit: void setupThreeAnnotations() file: unittests/SourceKit/SwiftLang/EditingTest.cpp start line: 198 end line: 214 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10212 unit: ModifierListSyntax getCannedModifiers() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 505 end line: 519 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10213 unit: CodeBlockSyntax getCannedBody() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 542 end line: 557 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10214 unit: GenericWhereClauseSyntax getCannedWhereClause() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 559 end line: 573 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10215 unit: FunctionDeclSyntax getCannedFunctionDecl() file: unittests/Syntax/DeclSyntaxTests.cpp start line: 575 end line: 588 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10216 unit: static void run() file: unittests/runtime/Actor.cpp start line: 62 end line: 85 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10217 unit: def set_value() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10218 unit: def get_value() file: utils/GYBUnicodeDataUtils.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10219 unit: def list_category() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 10220 unit: def main() file: utils/android/adb_test_runner/main.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10221 unit: def collect_catalyst_frameworks() file: utils/api_checker/sdk-module-lists/infer-imports.py start line: 0 end line: 0 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10222 unit: def write_fixed_module() file: utils/api_checker/swift-api-checker.py start line: 0 end line: 0 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 10223 unit: def dumpZipperedContent() file: utils/api_checker/swift-api-checker.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 10224 unit: def __call__() file: utils/bug_reducer/bug_reducer/func_bug_reducer.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 10225 unit: def reduce_list() file: utils/bug_reducer/bug_reducer/list_reducer.py start line: 0 end line: 0 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 10226 unit: def call_fingerprint() file: utils/bug_reducer/bug_reducer/subprocess_utils.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10227 unit: def _cmdline() file: utils/bug_reducer/bug_reducer/swift_tools.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 6 id: 10228 unit: def parse_known_args() file: utils/build_swift/build_swift/argparse/parser.py start line: 0 end line: 0 size: 13 LOC McCabe index: 7 number of parameters: 3 id: 10229 unit: def cache() file: utils/build_swift/build_swift/cache_utils.py start line: 0 end line: 0 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 10230 unit: def _get_swift_source_root() file: utils/build_swift/build_swift/constants.py start line: 0 end line: 0 size: 13 LOC McCabe index: 7 number of parameters: 2 id: 10231 unit: func decompose() file: utils/gen-unicode-data/Sources/GenNormalization/Decomp.swift start line: 73 end line: 86 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10232 unit: func generateNameProp() file: utils/gen-unicode-data/Sources/GenScalarProps/Names.swift start line: 253 end line: 271 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10233 unit: func generateNumericProps() file: utils/gen-unicode-data/Sources/GenScalarProps/Numeric.swift start line: 167 end line: 182 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10234 unit: func emitMphBitarrays() file: utils/gen-unicode-data/Sources/GenUtils/Emit.swift start line: 75 end line: 92 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10235 unit: func emitMphRanks() file: utils/gen-unicode-data/Sources/GenUtils/Emit.swift start line: 94 end line: 111 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10236 unit: def get_child_index() file: utils/lldb/lldbSwiftDataFormatters.py start line: 0 end line: 0 size: 13 LOC McCabe index: 8 number of parameters: 2 id: 10237 unit: func addBookmark() file: utils/parser-lib/profile-input.swift start line: 819 end line: 831 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10238 unit: func tabToolbarDidLongPressReload() file: utils/parser-lib/profile-input.swift start line: 1477 end line: 1489 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 10239 unit: func addCustomSearchButtonToInputAssistant() file: utils/parser-lib/profile-input.swift start line: 2258 end line: 2270 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10240 unit: func clientPickerViewController() file: utils/parser-lib/profile-input.swift start line: 2447 end line: 2459 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10241 unit: def lint() file: utils/python_lint.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10242 unit: def build_ninja() file: utils/swift_build_support/swift_build_support/build_script_invocation.py start line: 0 end line: 0 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10243 unit: def should_build() file: utils/swift_build_support/swift_build_support/products/earlyswiftdriver.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 10244 unit: def get_dependencies() file: utils/swift_build_support/swift_build_support/products/swiftevolve.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10245 unit: void dump() file: utils/test-prefix-map/main.cpp start line: 92 end line: 104 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 10246 unit: def check_parallel_results() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 13 LOC McCabe index: 6 number of parameters: 2 id: 10247 unit: def repo_hashes() file: utils/update_checkout/update_checkout/update_checkout.py start line: 0 end line: 0 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10248 unit: int main() file: validation-test/Runtime/class_stubs_weak.m start line: 40 end line: 55 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 10249 unit: func memoize() file: validation-test/Sema/type_checker_perf/fast/rdar17077404.swift start line: 4 end line: 18 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10250 unit: func layoutSubviews() file: validation-test/Sema/type_checker_perf/fast/rdar46541800.swift start line: 9 end line: 21 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10251 unit: mutating func next() file: validation-test/compiler_crashers_2_fixed/0013-rdar19519590.swift start line: 30 end line: 42 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 10252 unit: func _customContainsEquatableElement() file: validation-test/compiler_crashers_2_fixed/0022-rdar21625478.swift start line: 33 end line: 48 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10253 unit: func indexByType() file: validation-test/compiler_crashers_2_fixed/0082-rdar30354669.swift start line: 16 end line: 29 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10254 unit: func indexByType() file: validation-test/compiler_crashers_2_fixed/0098-rdar30354669.swift start line: 16 end line: 29 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 10255 unit: func present() file: validation-test/compiler_crashers_2_fixed/sr12473.swift start line: 39 end line: 53 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 10256 unit: func p() file: validation-test/compiler_crashers_fixed/00170-swift-parser-skipsingle.swift start line: 277 end line: 289 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10257 unit: func f() file: validation-test/compiler_crashers_fixed/01176-swift-constraints-constraintsystem-matchtypes.swift start line: 11 end line: 23 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10258 unit: func c() file: validation-test/compiler_crashers_fixed/01299-resolvetypedecl.swift start line: 12 end line: 24 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10259 unit: func f() file: validation-test/compiler_crashers_fixed/01361-swift-clangmoduleunit-getadaptermodule.swift start line: 10 end line: 22 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10260 unit: func e() file: validation-test/compiler_crashers_fixed/01375-clang-declvisitor-base-clang-declvisitor-make-const-ptr.swift start line: 46 end line: 58 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 10261 unit: func g() file: validation-test/compiler_crashers_fixed/01501-swift-diagnosticengine-flushactivediagnostic.swift start line: 89 end line: 101 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10262 unit: func f() file: validation-test/compiler_crashers_fixed/01985-swift-parser-parsestmtforeach.swift start line: 10 end line: 22 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10263 unit: func checkHash() file: validation-test/stdlib/Hashing.swift start line: 14 end line: 26 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 10264 unit: mutating func combine() file: validation-test/stdlib/HashingPrototype.swift start line: 83 end line: 108 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10265 unit: func getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 500 end line: 515 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10266 unit: func slurpFastEnumerationOfNSEnumeratorFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 618 end line: 630 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 10267 unit: func checkDictionaryFastEnumerationFromSwift() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 913 end line: 925 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10268 unit: func checkDictionaryFastEnumerationFromObjC() file: validation-test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift start line: 927 end line: 939 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 10269 unit: BOOL TestSwiftNativeNSBase_RetainCount() file: validation-test/stdlib/Inputs/SwiftNativeNSBase/SwiftNativeNSBase.m start line: 43 end line: 55 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 10270 unit: func chi2Test() file: validation-test/stdlib/Random.swift start line: 291 end line: 310 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 10271 unit: func getKey() file: validation-test/stdlib/Set.swift start line: 1220 end line: 1232 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 10272 unit: func runTest() file: validation-test/stdlib/StringMemoryTest.swift start line: 44 end line: 56 size: 13 LOC McCabe index: 7 number of parameters: 0 id: 10273 unit: mutating func push() file: SwiftCompilerSources/Sources/Optimizer/DataStructures/Stack.swift start line: 78 end line: 89 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10274 unit: func countBitSet() file: benchmark/single-source/BitCount.swift start line: 24 end line: 35 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10275 unit: func swapObjects() file: benchmark/single-source/DictionarySwap.swift start line: 67 end line: 78 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10276 unit: func run_ArrayConditionalShift() file: benchmark/single-source/ExistentialPerformance.swift start line: 573 end line: 584 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10277 unit: func reset() file: benchmark/single-source/Hash.swift start line: 453 end line: 465 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 10278 unit: func mapSome() file: benchmark/single-source/LuhnAlgoEager.swift start line: 179 end line: 190 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10279 unit: func mapEveryN() file: benchmark/single-source/LuhnAlgoEager.swift start line: 203 end line: 214 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10280 unit: func mapSome() file: benchmark/single-source/LuhnAlgoLazy.swift start line: 179 end line: 190 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10281 unit: func mapEveryN() file: benchmark/single-source/LuhnAlgoLazy.swift start line: 203 end line: 214 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10282 unit: func runBench() file: benchmark/single-source/NIOChannelPipeline.swift start line: 92 end line: 104 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10283 unit: func testObjectiveCBridgeToNSDictionary() file: benchmark/single-source/ObjectiveCBridging.swift start line: 424 end line: 436 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10284 unit: func testObjectiveCBridgeFromNSDictionaryAnyObjectToString() file: benchmark/single-source/ObjectiveCBridging.swift start line: 452 end line: 464 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10285 unit: func testObjectiveCBridgeFromNSDictionaryAnyObjectToStringForced() file: benchmark/single-source/ObjectiveCBridging.swift start line: 480 end line: 492 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10286 unit: func testObjectiveCBridgeFromNSSetAnyObjectToString() file: benchmark/single-source/ObjectiveCBridging.swift start line: 618 end line: 630 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10287 unit: func testObjectiveCBridgeFromNSSetAnyObjectToStringForced() file: benchmark/single-source/ObjectiveCBridging.swift start line: 646 end line: 658 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10288 unit: func initialize() file: benchmark/single-source/RC4.swift start line: 33 end line: 45 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10289 unit: mutating func removeWhere_swap() file: benchmark/single-source/RemoveWhere.swift start line: 64 end line: 77 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10290 unit: func run_SetIsDisjointBoxCommutative() file: benchmark/single-source/SetTests.swift start line: 1124 end line: 1136 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10291 unit: func matchStar() file: benchmark/single-source/StringMatch.swift start line: 70 end line: 81 size: 12 LOC McCabe index: 6 number of parameters: 3 id: 10292 unit: func checkCorrectness() file: benchmark/single-source/Walsh.swift start line: 64 end line: 77 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10293 unit: func diffTimeInNanoSeconds() file: benchmark/utils/DriverUtils.swift start line: 366 end line: 377 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10294 unit: func measure() file: benchmark/utils/DriverUtils.swift start line: 532 end line: 546 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10295 unit: constexpr TargetClassMetadata() file: include/swift/ABI/Metadata.h start line: 1181 end line: 1192 size: 12 LOC McCabe index: 1 number of parameters: 8 id: 10296 unit: TargetProtocolDescriptorRef getProtocol() file: include/swift/ABI/Metadata.h start line: 2567 end line: 2579 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10297 unit: constexpr ContextDescriptorFlags() file: include/swift/ABI/MetadataValues.h start line: 1321 end line: 1332 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 10298 unit: AttributeRetTy visit() file: include/swift/AST/ASTVisitor.h start line: 138 end line: 150 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10299 unit: const Optional intersectWith() file: include/swift/AST/AccessScope.h start line: 81 end line: 93 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10300 unit: void setTypecheckedBody() file: include/swift/AST/AnyFunctionRef.h start line: 153 end line: 166 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10301 unit: class alignas() file: include/swift/AST/Decl.h start line: 1064 end line: 1091 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10302 unit: static inline bool isRawPointerKind() file: include/swift/AST/Decl.h start line: 3223 end line: 3235 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10303 unit: SelfReferencePosition flipped() file: include/swift/AST/Decl.h start line: 4225 end line: 4236 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10304 unit: bool hasErrors() file: include/swift/AST/DiagnosticEngine.h start line: 1246 end line: 1259 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10305 unit: void evaluator::DependencyRecorder::replayCachedRequest() file: include/swift/AST/EvaluatorDependencies.h start line: 181 end line: 196 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10306 unit: bool isString() file: include/swift/AST/Expr.h start line: 1046 end line: 1057 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10307 unit: static bool resultTypeErasedToVoid() file: include/swift/AST/ForeignErrorConvention.h start line: 190 end line: 202 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10308 unit: static ModuleDependencies forSwiftInterfaceModule() file: include/swift/AST/ModuleDependencies.h start line: 334 end line: 345 size: 12 LOC McCabe index: 1 number of parameters: 6 id: 10309 unit: void searchPathAdded() file: include/swift/AST/SearchPathOptions.h start line: 136 end line: 151 size: 12 LOC McCabe index: 3 number of parameters: 5 id: 10310 unit: bool mismatch() file: include/swift/AST/TypeMatcher.h start line: 68 end line: 80 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10311 unit: bool visitReferenceStorageType() file: include/swift/AST/TypeMatcher.h start line: 182 end line: 194 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10312 unit: bool visitAnyMetatypeType() file: include/swift/AST/TypeMatcher.h start line: 217 end line: 229 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10313 unit: bool visitExistentialType() file: include/swift/AST/TypeMatcher.h start line: 329 end line: 341 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10314 unit: inline ParameterTypeFlags ParameterTypeFlags::fromParameterType() file: include/swift/AST/Types.h start line: 6572 end line: 6587 size: 12 LOC McCabe index: 3 number of parameters: 8 id: 10315 unit: void pop() file: include/swift/Basic/DiverseStack.h start line: 376 end line: 387 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10316 unit: void widen() file: include/swift/Basic/SourceLoc.h start line: 202 end line: 213 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10317 unit: bool empty() file: include/swift/Basic/SupplementaryOutputPaths.h start line: 211 end line: 222 size: 12 LOC McCabe index: 15 number of parameters: 0 id: 10318 unit: bool isVersionAtLeast() file: include/swift/Basic/Version.h start line: 113 end line: 124 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 10319 unit: ImplicitStdlibKind getImplicitStdlibKind() file: include/swift/Frontend/Frontend.h start line: 354 end line: 365 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10320 unit: bool isOperator() file: include/swift/IDE/CodeCompletion.h start line: 867 end line: 878 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10321 unit: void setForProtocolConformanceAndAssociatedConformance() file: include/swift/IRGen/Linking.h start line: 567 end line: 578 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10322 unit: std::pair getAssociatedConformance() file: include/swift/IRGen/Linking.h start line: 1419 end line: 1431 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10323 unit: RetTy visit() file: include/swift/Markup/AST.h start line: 742 end line: 753 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10324 unit: SourceLoc consumeArgumentLabel() file: include/swift/Parse/Parser.h start line: 587 end line: 599 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10325 unit: bool isContextualDeclKeyword() file: include/swift/Parse/Token.h start line: 139 end line: 151 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10326 unit: bool readString() file: include/swift/Remote/CMemoryReader.h start line: 67 end line: 83 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10327 unit: void maybeReplaceQueue() file: include/swift/Runtime/AtomicWaitQueue.h start line: 322 end line: 334 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10328 unit: void clear() file: include/swift/Runtime/Concurrent.h start line: 1132 end line: 1149 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10329 unit: inline constexpr unsigned swift_getHeapObjectExtraInhabitantCount() file: include/swift/Runtime/Metadata.h start line: 830 end line: 846 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10330 unit: bool hasStoredClangType() file: include/swift/SIL/AbstractionPattern.h start line: 454 end line: 466 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10331 unit: static Optional fromNodeKindHelper() file: include/swift/SIL/ApplySite.h start line: 527 end line: 538 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10332 unit: inline bool errorOccurredOnComparison() file: include/swift/SIL/Dominance.h start line: 159 end line: 181 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10333 unit: static SILDynamicCastInst getAs() file: include/swift/SIL/DynamicCasts.h start line: 161 end line: 172 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10334 unit: bool gatherReborrows() file: include/swift/SIL/OwnershipUtils.h start line: 623 end line: 634 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10335 unit: bool visitBaseValueScopeEndingUses() file: include/swift/SIL/OwnershipUtils.h start line: 819 end line: 830 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10336 unit: SILType getDerivedType() file: include/swift/SIL/Projection.h start line: 646 end line: 657 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10337 unit: bool isRoot() file: include/swift/SIL/Projection.h start line: 776 end line: 788 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10338 unit: inline bool SILArgument::getIncomingPhiValues() file: include/swift/SIL/SILArgument.h start line: 416 end line: 427 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10339 unit: inline bool SILArgument::getSingleTerminatorOperands() file: include/swift/SIL/SILArgument.h start line: 441 end line: 452 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10340 unit: void emitStoreBorrowOperation() file: include/swift/SIL/SILBuilder.h start line: 898 end line: 911 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10341 unit: ProtocolConformanceRef getOpConformance() file: include/swift/SIL/SILCloner.h start line: 269 end line: 282 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10342 unit: void SILCloner::visitLoadBorrowInst() file: include/swift/SIL/SILCloner.h start line: 1091 end line: 1104 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10343 unit: void SILCloner::visitExplicitCopyValueInst() file: include/swift/SIL/SILCloner.h start line: 1769 end line: 1781 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10344 unit: void SILCloner::visitOpenExistentialValueInst() file: include/swift/SIL/SILCloner.h start line: 2203 end line: 2216 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10345 unit: void SILCloner::visitInitExistentialValueInst() file: include/swift/SIL/SILCloner.h start line: 2313 end line: 2326 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10346 unit: SILLocation getOutermostInlineLocation() file: include/swift/SIL/SILDebugScope.h start line: 75 end line: 89 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10347 unit: template void clearMethods_if() file: include/swift/SIL/SILDefaultWitnessTable.h start line: 116 end line: 128 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10348 unit: bool isIdenticalTo() file: include/swift/SIL/SILInstruction.h start line: 658 end line: 677 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 10349 unit: ASTNodeTy getPrimaryASTNode() file: include/swift/SIL/SILLocation.h start line: 201 end line: 212 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10350 unit: void maybeAddMember() file: include/swift/SIL/SILVTableVisitor.h start line: 107 end line: 118 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10351 unit: UseLifetimeConstraint getForwardingLifetimeConstraint() file: include/swift/SIL/SILValue.h start line: 291 end line: 302 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10352 unit: void emitLoweredDestroyChildValue() file: include/swift/SIL/TypeLowering.h start line: 449 end line: 460 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 10353 unit: static unsigned getHashValue() file: include/swift/SIL/TypeLowering.h start line: 1187 end line: 1198 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10354 unit: ProtocolConformanceRef remapConformance() file: include/swift/SIL/TypeSubstCloner.h start line: 194 end line: 205 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10355 unit: void visitTryApplyInst() file: include/swift/SIL/TypeSubstCloner.h start line: 230 end line: 241 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10356 unit: bool valueEscapesInsideFunction() file: include/swift/SILOptimizer/Analysis/EscapeAnalysis.h start line: 549 end line: 560 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10357 unit: MemoryBehavior getMemBehavior() file: include/swift/SILOptimizer/Analysis/SideEffectAnalysis.h start line: 218 end line: 233 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 10358 unit: void cloneBlock() file: include/swift/SILOptimizer/Utils/BasicBlockOptUtils.h start line: 246 end line: 259 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10359 unit: bool isSubtypeOfExistentialType() file: include/swift/Sema/CSBindings.h start line: 398 end line: 413 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10360 unit: bool isForAutoclosureResult() file: include/swift/Sema/ConstraintLocator.h start line: 1142 end line: 1156 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10361 unit: void setCanBindToLValue() file: include/swift/Sema/ConstraintSystem.h start line: 478 end line: 490 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10362 unit: void setCanBindToNoEscape() file: include/swift/Sema/ConstraintSystem.h start line: 492 end line: 504 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10363 unit: void setPattern() file: include/swift/Sema/ConstraintSystem.h start line: 1976 end line: 1988 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10364 unit: void recordFailedConstraint() file: include/swift/Sema/ConstraintSystem.h start line: 3771 end line: 3783 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10365 unit: bool requiresDiagnostic() file: include/swift/Sema/SolutionResult.h start line: 127 end line: 139 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10366 unit: friend llvm::hash_code hash_value() file: include/swift/TBDGen/TBDGen.h start line: 96 end line: 107 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10367 unit: static bool isABIPlaceHolder() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1257 end line: 1268 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10368 unit: StringRef SDKContext::getPlatformIntroVersion() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1278 end line: 1289 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10369 unit: StringRef SDKContext::getLanguageIntroVersion() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 1291 end line: 1302 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10370 unit: void swift::ide::api::SDKNodeDeclVar::diagnose() file: lib/APIDigester/ModuleAnalyzerNodes.cpp start line: 2616 end line: 2627 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10371 unit: void ASTContext::setModuleAliases() file: lib/AST/ASTContext.cpp start line: 1803 end line: 1818 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10372 unit: void FunctionType::Profile() file: lib/AST/ASTContext.cpp start line: 3707 end line: 3718 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10373 unit: bool ASTContext::isObjCClassWithMultipleSwiftBridgedTypes() file: lib/AST/ASTContext.cpp start line: 5022 end line: 5035 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10374 unit: Type ASTBuilder::createDependentMemberType() file: lib/AST/ASTDemangler.cpp start line: 637 end line: 651 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10375 unit: void visitTypeAliasDecl() file: lib/AST/ASTDumper.cpp start line: 554 end line: 565 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10376 unit: void visitIfStmt() file: lib/AST/ASTDumper.cpp start line: 1496 end line: 1507 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10377 unit: void visitSwitchStmt() file: lib/AST/ASTDumper.cpp start line: 1587 end line: 1598 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10378 unit: void visitStringLiteralExpr() file: lib/AST/ASTDumper.cpp start line: 1861 end line: 1872 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10379 unit: void printApplyExpr() file: lib/AST/ASTDumper.cpp start line: 2572 end line: 2583 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10380 unit: void visitArrowExpr() file: lib/AST/ASTDumper.cpp start line: 2636 end line: 2647 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10381 unit: void dumpParameterFlags() file: lib/AST/ASTDumper.cpp start line: 3493 end line: 3504 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10382 unit: void visitPackType() file: lib/AST/ASTDumper.cpp start line: 3607 end line: 3618 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10383 unit: void ASTMangler::appendAutoDiffFunctionParts() file: lib/AST/ASTMangler.cpp start line: 475 end line: 486 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10384 unit: std::string ASTMangler::mangleAutoDiffSelfReorderingReabstractionThunk() file: lib/AST/ASTMangler.cpp start line: 488 end line: 499 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10385 unit: std::string ASTMangler::mangleTypeAsUSR() file: lib/AST/ASTMangler.cpp start line: 743 end line: 757 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10386 unit: std::string ASTMangler::mangleAccessorEntityAsUSR() file: lib/AST/ASTMangler.cpp start line: 797 end line: 810 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10387 unit: static bool getUnnamedParamIndex() file: lib/AST/ASTMangler.cpp start line: 863 end line: 874 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10388 unit: void ASTMangler::appendAssociatedTypeName() file: lib/AST/ASTMangler.cpp start line: 2922 end line: 2938 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10389 unit: void ASTPrinter::printEscapedStringLiteral() file: lib/AST/ASTPrinter.cpp start line: 344 end line: 358 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10390 unit: void printStaticKeyword() file: lib/AST/ASTPrinter.cpp start line: 688 end line: 699 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10391 unit: void printTypeLocWithOptions() file: lib/AST/ASTPrinter.cpp start line: 799 end line: 814 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10392 unit: static bool usesFeatureGlobalActors() file: lib/AST/ASTPrinter.cpp start line: 2842 end line: 2855 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10393 unit: void visitOptionalType() file: lib/AST/ASTPrinter.cpp start line: 5884 end line: 5899 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10394 unit: void SILParameterInfo::print() file: lib/AST/ASTPrinter.cpp start line: 6357 end line: 6368 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10395 unit: std::string Type::getStringAsComponent() file: lib/AST/ASTPrinter.cpp start line: 6415 end line: 6428 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10396 unit: std::string TypeBase::getStringAsComponent() file: lib/AST/ASTPrinter.cpp start line: 6430 end line: 6443 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10397 unit: bool ASTScopeImpl::lookInGenericParametersOf() file: lib/AST/ASTScopeLookup.cpp start line: 212 end line: 223 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10398 unit: std::pair dispatchVisitPreExprHelper() file: lib/AST/ASTVerifier.cpp start line: 113 end line: 126 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10399 unit: std::pair dispatchVisitPreExprHelper() file: lib/AST/ASTVerifier.cpp start line: 129 end line: 142 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10400 unit: std::pair dispatchVisitPreExprHelper() file: lib/AST/ASTVerifier.cpp start line: 145 end line: 158 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10401 unit: std::pair walkToPatternPre() file: lib/AST/ASTVerifier.cpp start line: 316 end line: 327 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10402 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 1337 end line: 1350 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10403 unit: void verifyChecked() file: lib/AST/ASTVerifier.cpp start line: 2071 end line: 2084 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10404 unit: bool swift::shouldVerify() file: lib/AST/ASTVerifier.cpp start line: 3706 end line: 3721 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10405 unit: bool AvailableAttr::isLanguageVersionSpecific() file: lib/AST/Attr.cpp start line: 1639 end line: 1650 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10406 unit: bool AvailableAttr::isPackageDescriptionVersionSpecific() file: lib/AST/Attr.cpp start line: 1652 end line: 1663 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10407 unit: SourceRange AvailabilitySpec::getSourceRange() file: lib/AST/AvailabilitySpec.cpp start line: 23 end line: 36 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10408 unit: StringRef swift::getBuiltinBaseName() file: lib/AST/Builtins.cpp start line: 139 end line: 157 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10409 unit: void ConcreteDeclRef::dump() file: lib/AST/ConcreteDeclRef.cpp start line: 48 end line: 62 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10410 unit: void ConformanceLookupTable::addInheritedProtocols() file: lib/AST/ConformanceLookupTable.cpp start line: 466 end line: 478 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10411 unit: bool Decl::preconcurrency() file: lib/AST/Decl.cpp start line: 728 end line: 744 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10412 unit: bool ExtensionDecl::isConstrainedExtension() file: lib/AST/Decl.cpp start line: 1346 end line: 1362 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10413 unit: bool AbstractStorageDecl::isFormallyResilient() file: lib/AST/Decl.cpp start line: 2430 end line: 2448 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10414 unit: static StringRef mangleObjCRuntimeName() file: lib/AST/Decl.cpp start line: 4660 end line: 4673 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10415 unit: bool ProtocolDecl::isAvailableInExistential() file: lib/AST/Decl.cpp start line: 5290 end line: 5306 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10416 unit: SourceRange ConstructorDecl::getSourceRange() file: lib/AST/Decl.cpp start line: 8565 end line: 8578 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10417 unit: ClangNode Decl::getClangNodeImpl() file: lib/AST/Decl.cpp start line: 8959 end line: 8970 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10418 unit: void Decl::setClangNode() file: lib/AST/Decl.cpp start line: 8972 end line: 8984 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10419 unit: void traceName() file: lib/AST/Decl.cpp start line: 8991 end line: 9002 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10420 unit: bool DeclContext::isGenericContext() file: lib/AST/DeclContext.cpp start line: 301 end line: 313 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10421 unit: void ForwardingDiagnosticConsumer::handleDiagnostic() file: lib/AST/DiagnosticConsumer.cpp start line: 267 end line: 278 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10422 unit: void DiagnosticEngine::flushActiveDiagnostic() file: lib/AST/DiagnosticEngine.cpp start line: 1047 end line: 1058 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10423 unit: void swift::printBriefComment() file: lib/AST/DocComment.cpp start line: 291 end line: 303 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10424 unit: bool AbstractClosureExpr::isBodyThrowing() file: lib/AST/Expr.cpp start line: 1726 end line: 1740 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10425 unit: bool AbstractClosureExpr::isSendable() file: lib/AST/Expr.cpp start line: 1742 end line: 1756 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10426 unit: bool AbstractClosureExpr::isBodyAsync() file: lib/AST/Expr.cpp start line: 1758 end line: 1772 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10427 unit: void Serializer::writeBlockInfoBlock() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 372 end line: 385 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 10428 unit: void Serializer::addIdentifier() file: lib/AST/FineGrainedDependencyFormat.cpp start line: 466 end line: 481 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10429 unit: void findClassMembers() file: lib/AST/FrontendSourceFileDepGraphFactory.cpp start line: 367 end line: 378 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10430 unit: static Type getSugaredDependentType() file: lib/AST/GenericSignatureBuilder.cpp start line: 2081 end line: 2094 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10431 unit: RewritePath RewritePath::commonPath() file: lib/AST/GenericSignatureBuilder.cpp start line: 2792 end line: 2808 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10432 unit: return addSameTypeRequirement() file: lib/AST/GenericSignatureBuilder.cpp start line: 5133 end line: 5144 size: 12 LOC McCabe index: 4 number of parameters: 6 id: 10433 unit: static bool isConcreteConformance() file: lib/AST/GenericSignatureBuilder.cpp start line: 5495 end line: 5507 size: 12 LOC McCabe index: 5 number of parameters: 3 id: 10434 unit: void GenericSignatureBuilder::dump() file: lib/AST/GenericSignatureBuilder.cpp start line: 7907 end line: 7919 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10435 unit: StringRef ObjCSelector::getString() file: lib/AST/Identifier.cpp start line: 290 end line: 303 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10436 unit: void ImportSet::Profile() file: lib/AST/ImportCache.cpp start line: 53 end line: 64 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10437 unit: static bool isSendableFunctionType() file: lib/AST/Module.cpp start line: 1151 end line: 1165 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10438 unit: Fingerprint ModuleDecl::getFingerprint() file: lib/AST/Module.cpp start line: 1882 end line: 1901 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10439 unit: bool ModuleDecl::isExternallyConsumed() file: lib/AST/Module.cpp start line: 1903 end line: 1927 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10440 unit: void SourceFile::print() file: lib/AST/Module.cpp start line: 2285 end line: 2297 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10441 unit: bool SourceFile::isImportedImplementationOnly() file: lib/AST/Module.cpp start line: 2390 end line: 2412 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10442 unit: bool ModuleDecl::isImportedAsSPI() file: lib/AST/Module.cpp start line: 2495 end line: 2509 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10443 unit: void ModuleDependencies::addSourceFile() file: lib/AST/ModuleDependencies.cpp start line: 192 end line: 203 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10444 unit: static DiscriminatorMatch matchDiscriminator() file: lib/AST/NameLookup.cpp start line: 833 end line: 847 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10445 unit: DirectlyReferencedTypeDecls UnderlyingTypeDeclsReferencedRequest::evaluate() file: lib/AST/NameLookup.cpp start line: 2352 end line: 2369 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10446 unit: void FindLocalVal::checkStmtCondition() file: lib/AST/NameLookup.cpp start line: 2861 end line: 2872 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10447 unit: void swift::printTypeDescription() file: lib/AST/PrettyStackTrace.cpp start line: 201 end line: 212 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 10448 unit: ProtocolConformanceRef ProtocolConformanceRef::mapConformanceOutOfContext() file: lib/AST/ProtocolConformance.cpp start line: 143 end line: 155 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10449 unit: void NormalProtocolConformance::setTypeWitness() file: lib/AST/ProtocolConformance.cpp start line: 678 end line: 689 size: 12 LOC McCabe index: 7 number of parameters: 3 id: 10450 unit: bool RequirementMachine::areSameTypeParameterInContext() file: lib/AST/RequirementMachine/GenericSignatureQueries.cpp start line: 189 end line: 202 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10451 unit: unsigned RewriteSystem::recordRelation() file: lib/AST/RequirementMachine/PropertyRelations.cpp start line: 29 end line: 42 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10452 unit: bool RewriteContext::isRecursivelyConstructingRequirementMachine() file: lib/AST/RequirementMachine/RewriteContext.cpp start line: 282 end line: 296 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10453 unit: ExistentialLayout CanType::getExistentialLayout() file: lib/AST/Type.cpp start line: 312 end line: 327 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10454 unit: CanType visitBoundGenericType() file: lib/AST/Type.cpp start line: 2477 end line: 2491 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10455 unit: Type DependentMemberType::substRootParam() file: lib/AST/Type.cpp start line: 4210 end line: 4221 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10456 unit: static bool transformSILResult() file: lib/AST/Type.cpp start line: 4746 end line: 4758 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10457 unit: static bool transformSILYield() file: lib/AST/Type.cpp start line: 4760 end line: 4772 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10458 unit: static bool transformSILParameter() file: lib/AST/Type.cpp start line: 4774 end line: 4786 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10459 unit: Optional ResultTypeRequest::getCachedResult() file: lib/AST/TypeCheckRequests.cpp start line: 902 end line: 915 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10460 unit: static Optional joinOptional() file: lib/AST/TypeJoinMeet.cpp start line: 201 end line: 217 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10461 unit: static bool printObjCUSR() file: lib/AST/USRGeneration.cpp start line: 129 end line: 143 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10462 unit: bool ide::printAccessorUSR() file: lib/AST/USRGeneration.cpp start line: 302 end line: 328 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10463 unit: NLOptions UnqualifiedLookupFactory::computeBaseNLOptions() file: lib/AST/UnqualifiedLookup.cpp start line: 479 end line: 490 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10464 unit: void ASTScopeDeclConsumerForUnqualifiedLookup::maybeUpdateSelfDC() file: lib/AST/UnqualifiedLookup.cpp start line: 547 end line: 584 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10465 unit: bool Output::bitSetMatch() file: lib/Basic/JSONSerialization.cpp start line: 133 end line: 144 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10466 unit: DiagnosticBehavior LangOptions::getAccessNoteFailureLimit() file: lib/Basic/LangOptions.cpp start line: 397 end line: 410 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10467 unit: unsigned SourceManager::getByteDistance() file: lib/Basic/SourceLoc.cpp start line: 208 end line: 221 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10468 unit: void printToFile() file: lib/Basic/Statistic.cpp start line: 250 end line: 261 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10469 unit: int swift::UUID::compare() file: lib/Basic/UUID.cpp start line: 109 end line: 122 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10470 unit: static inline bool graphemeBreakOverride() file: lib/Basic/Unicode.cpp start line: 29 end line: 46 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10471 unit: bool TaskMonitor::startUpSomeTasks() file: lib/Basic/Unix/TaskQueue.inc start line: 472 end line: 483 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10472 unit: void InclusionDirective() file: lib/ClangImporter/ClangImporter.cpp start line: 99 end line: 110 size: 12 LOC McCabe index: 1 number of parameters: 10 id: 10473 unit: void ClangImporter::getMangledName() file: lib/ClangImporter/ClangImporter.cpp start line: 3940 end line: 3952 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10474 unit: Type ClangImporter::importFunctionReturnType() file: lib/ClangImporter/ClangImporter.cpp start line: 4621 end line: 4632 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10475 unit: static void addSearchPathInvocationArguments() file: lib/ClangImporter/ClangModuleDependencyScanner.cpp start line: 87 end line: 99 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10476 unit: static std::pair decomposeSubscriptSetter() file: lib/ClangImporter/ImportDecl.cpp start line: 1798 end line: 1812 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10477 unit: void markMissingSwiftDecl() file: lib/ClangImporter/ImportDecl.cpp start line: 5388 end line: 5399 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10478 unit: static bool isMirrorImportSuppressedBy() file: lib/ClangImporter/ImportDecl.cpp start line: 8070 end line: 8088 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10479 unit: void traceLoc() file: lib/ClangImporter/ImportDecl.cpp start line: 10239 end line: 10250 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 10480 unit: bool isErrorEnum() file: lib/ClangImporter/ImportEnumInfo.h start line: 81 end line: 92 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10481 unit: bool isSubscriptAccessor() file: lib/ClangImporter/ImportName.h start line: 314 end line: 327 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10482 unit: ImportResult VisitConstantArrayType() file: lib/ClangImporter/ImportType.cpp start line: 577 end line: 597 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10483 unit: bool SwiftLookupTable::contextRequiresName() file: lib/ClangImporter/SwiftLookupTable.cpp start line: 190 end line: 203 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10484 unit: int swift::Demangle::getManglingPrefixLength() file: lib/Demangling/Demangler.cpp start line: 165 end line: 180 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10485 unit: static bool isClassNode() file: lib/Demangling/Demangler.cpp start line: 225 end line: 236 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10486 unit: static bool isEnumNode() file: lib/Demangling/Demangler.cpp start line: 243 end line: 254 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10487 unit: static bool isProtocolNode() file: lib/Demangling/Demangler.cpp start line: 261 end line: 272 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10488 unit: static bool isStructNode() file: lib/Demangling/Demangler.cpp start line: 279 end line: 290 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10489 unit: Node::iterator Node::end() file: lib/Demangling/Demangler.cpp start line: 325 end line: 336 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10490 unit: NodePointer Demangler::createWithChildren() file: lib/Demangling/Demangler.cpp start line: 660 end line: 671 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 10491 unit: NodePointer Demangler::pushMultiSubstitutions() file: lib/Demangling/Demangler.cpp start line: 967 end line: 978 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10492 unit: NodePointer Demangler::popDependentProtocolConformance() file: lib/Demangling/Demangler.cpp start line: 1587 end line: 1599 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10493 unit: NodePointer Demangler::demangleDifferentiableFunctionType() file: lib/Demangling/Demangler.cpp start line: 2741 end line: 2752 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10494 unit: NodePointer demangleProtocolList() file: lib/Demangling/OldDemangler.cpp start line: 1148 end line: 1159 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10495 unit: ManglingError mangle() file: lib/Demangling/OldRemangler.cpp start line: 72 end line: 84 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10496 unit: ManglingError Remangler::mangleProtocolWithoutPrefix() file: lib/Demangling/OldRemangler.cpp start line: 2132 end line: 2145 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10497 unit: bool SubstitutionEntry::identifierEquals() file: lib/Demangling/Remangler.cpp start line: 47 end line: 60 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10498 unit: void RemanglerBase::addSubstitution() file: lib/Demangling/Remangler.cpp start line: 139 end line: 152 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10499 unit: ManglingError mangle() file: lib/Demangling/Remangler.cpp start line: 338 end line: 350 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10500 unit: unsigned Serializer::addIdentifier() file: lib/DependencyScan/ModuleDependencyCacheSerialization.cpp start line: 866 end line: 881 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10501 unit: void addPendingJobToTaskQueue() file: lib/Driver/Compilation.cpp start line: 373 end line: 386 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10502 unit: size_t pickNumberOfPartitions() file: lib/Driver/Compilation.cpp start line: 1187 end line: 1302 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10503 unit: static void addLinkRuntimeLibRPath() file: lib/Driver/DarwinToolChains.cpp start line: 126 end line: 149 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10504 unit: static void addLinkSanitizerLibArgsForDarwin() file: lib/Driver/DarwinToolChains.cpp start line: 151 end line: 167 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 10505 unit: static void findARCLiteLibPath() file: lib/Driver/DarwinToolChains.cpp start line: 280 end line: 295 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10506 unit: static void validateVerifyIncrementalDependencyArgs() file: lib/Driver/Driver.cpp start line: 239 end line: 255 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10507 unit: static void validateArgs() file: lib/Driver/Driver.cpp start line: 309 end line: 320 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10508 unit: static void addAuxiliaryOutput() file: lib/Driver/Driver.cpp start line: 2750 end line: 2762 size: 12 LOC McCabe index: 2 number of parameters: 6 id: 10509 unit: void Driver::chooseTBDPath() file: lib/Driver/Driver.cpp start line: 3440 end line: 3452 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 10510 unit: void ModuleDepGraph::verifyNodeIsInRightEntryInNodeMap() file: lib/Driver/FineGrainedDependencyDriverGraph.cpp start line: 623 end line: 634 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10511 unit: void CommandOutput::addOutputs() file: lib/Driver/Job.cpp start line: 123 end line: 136 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10512 unit: void ToolChain::addInputsOfType() file: lib/Driver/ToolChains.cpp start line: 72 end line: 83 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 10513 unit: static void addLTOArgs() file: lib/Driver/ToolChains.cpp start line: 133 end line: 144 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10514 unit: bool toolchains::GenericUnix::addRuntimeRPath() file: lib/Driver/UnixToolChains.cpp start line: 116 end line: 140 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10515 unit: static bool isRename() file: lib/DriverTool/swift_api_digester_main.cpp start line: 307 end line: 318 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10516 unit: void serializeDiffs() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1360 end line: 1371 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10517 unit: static bool diagnoseRemovedExtensionMembers() file: lib/DriverTool/swift_api_digester_main.cpp start line: 1587 end line: 1600 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10518 unit: void ArgsToFrontendOptionsConverter::computeHelpOptions() file: lib/Frontend/ArgsToFrontendOptionsConverter.cpp start line: 368 end line: 379 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10519 unit: Optional CompilerInstance::setUpCodeCompletionBuffer() file: lib/Frontend/Frontend.cpp start line: 631 end line: 643 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10520 unit: bool FrontendInputsAndOutputs::shouldTreatAsObjCHeader() file: lib/Frontend/FrontendInputsAndOutputs.cpp start line: 212 end line: 223 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10521 unit: static InFlightDiagnostic diagnose() file: lib/Frontend/ModuleInterfaceBuilder.h start line: 54 end line: 66 size: 12 LOC McCabe index: 2 number of parameters: 6 id: 10522 unit: void print() file: lib/FrontendTool/FrontendTool.cpp start line: 1893 end line: 1904 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10523 unit: bool ABIDependencyEvaluator::isFakeCycleThroughOverlay() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 390 end line: 404 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10524 unit: void ABIDependencyEvaluator::getABIDependenciesForSwiftModule() file: lib/FrontendTool/LoadedModuleTrace.cpp start line: 500 end line: 511 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10525 unit: bool swift::writeTBD() file: lib/FrontendTool/TBD.cpp start line: 44 end line: 57 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10526 unit: static bool shouldInclude() file: lib/IDE/APIDigesterData.cpp start line: 520 end line: 533 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10527 unit: void foundFunction() file: lib/IDE/CodeCompletion.cpp start line: 1977 end line: 1988 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10528 unit: void setExpectedTypes() file: lib/IDE/CodeCompletion.cpp start line: 2084 end line: 2095 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10529 unit: static void addEffectsSpecifiers() file: lib/IDE/CodeCompletion.cpp start line: 2858 end line: 2873 size: 12 LOC McCabe index: 8 number of parameters: 4 id: 10530 unit: SemanticContextKind getSemanticContextKind() file: lib/IDE/CodeCompletion.cpp start line: 2932 end line: 2952 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10531 unit: void addAssociatedTypeRef() file: lib/IDE/CodeCompletion.cpp start line: 3522 end line: 3533 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10532 unit: bool tryFunctionCallCompletions() file: lib/IDE/CodeCompletion.cpp start line: 3966 end line: 3977 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10533 unit: void getEnumElementPatternCompletions() file: lib/IDE/CodeCompletion.cpp start line: 4671 end line: 4683 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10534 unit: void getTypeCompletionsInDeclContext() file: lib/IDE/CodeCompletion.cpp start line: 4992 end line: 5005 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10535 unit: void getToplevelCompletions() file: lib/IDE/CodeCompletion.cpp start line: 5007 end line: 5020 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10536 unit: void printWithTag() file: lib/IDE/CodeCompletionResultPrinter.cpp start line: 107 end line: 121 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10537 unit: void printHeader() file: lib/IDE/CommentConversion.cpp start line: 124 end line: 136 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10538 unit: void printTagFields() file: lib/IDE/CommentConversion.cpp start line: 248 end line: 259 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10539 unit: SourceLoc propagateContextLocs() file: lib/IDE/Formatting.cpp start line: 850 end line: 870 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10540 unit: bool shouldIndent() file: lib/IDE/Formatting.cpp start line: 1160 end line: 1171 size: 12 LOC McCabe index: 9 number of parameters: 2 id: 10541 unit: VisitAction HandlePre() file: lib/IDE/Formatting.cpp start line: 1561 end line: 1575 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10542 unit: static bool isCursorOn() file: lib/IDE/IDERequests.cpp start line: 234 end line: 247 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10543 unit: bool CursorInfoResolver::visitCallArgName() file: lib/IDE/IDERequests.cpp start line: 286 end line: 301 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10544 unit: bool visitDeclReference() file: lib/IDE/IDERequests.cpp start line: 733 end line: 748 size: 12 LOC McCabe index: 3 number of parameters: 6 id: 10545 unit: RangeMatchKind getRangeMatchKind() file: lib/IDE/IDERequests.cpp start line: 1003 end line: 1014 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10546 unit: PrintOptions PrintOptions::printTypeInterface() file: lib/IDE/IDETypeChecking.cpp start line: 87 end line: 98 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10547 unit: static void printUntilFirstDeclStarts() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 842 end line: 856 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10548 unit: void ClangCommentPrinter::printDeclPost() file: lib/IDE/ModuleInterfacePrinting.cpp start line: 971 end line: 985 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10549 unit: bool walkToExprPre() file: lib/IDE/Refactoring.cpp start line: 1479 end line: 1495 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10550 unit: bool RefactoringActionConvertStringsConcatenationToInterpolation::performChange() file: lib/IDE/Refactoring.cpp start line: 1983 end line: 1994 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10551 unit: bool RefactoringActionExpandDefault::performChange() file: lib/IDE/Refactoring.cpp start line: 3059 end line: 3072 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 10552 unit: static std::string insertUnderscore() file: lib/IDE/Refactoring.cpp start line: 3623 end line: 3634 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10553 unit: bool RefactoringActionSimplifyNumberLiteral::performChange() file: lib/IDE/Refactoring.cpp start line: 3672 end line: 3684 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10554 unit: Position handlerParamPosition() file: lib/IDE/Refactoring.cpp start line: 4443 end line: 4454 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10555 unit: static bool startsNewScope() file: lib/IDE/Refactoring.cpp start line: 5052 end line: 5063 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10556 unit: bool walkToStmtPost() file: lib/IDE/Refactoring.cpp start line: 6580 end line: 6594 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10557 unit: bool isErrorAlreadyHandled() file: lib/IDE/Refactoring.cpp start line: 6770 end line: 6785 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10558 unit: bool SemaAnnotator::passSubscriptReference() file: lib/IDE/SourceEntityWalker.cpp start line: 753 end line: 765 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10559 unit: std::vector getSelectorLabelRanges() file: lib/IDE/SwiftSourceDocInfo.cpp start line: 569 end line: 581 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10560 unit: SyntaxStructureKind syntaxStructureKindFromNominalTypeDecl() file: lib/IDE/SyntaxModel.cpp start line: 469 end line: 481 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10561 unit: bool ModelASTWalker::pushStructureNode() file: lib/IDE/SyntaxModel.cpp start line: 1417 end line: 1430 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10562 unit: Optional ModelASTWalker::parseFieldNode() file: lib/IDE/SyntaxModel.cpp start line: 1657 end line: 1668 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10563 unit: DebugTypeInfo DebugTypeInfo::getLocalVariable() file: lib/IRGen/DebugTypeInfo.cpp start line: 60 end line: 77 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10564 unit: LLVM_DUMP_METHOD void DebugTypeInfo::dump() file: lib/IRGen/DebugTypeInfo.cpp start line: 167 end line: 179 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10565 unit: void FulfillmentMap::dump() file: lib/IRGen/Fulfillment.cpp start line: 358 end line: 369 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10566 unit: static Size getCoroutineContextSize() file: lib/IRGen/GenCall.cpp start line: 69 end line: 80 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10567 unit: void irgen::extractScalarResults() file: lib/IRGen/GenCall.cpp start line: 1956 end line: 1974 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 10568 unit: void CallEmission::setArgs() file: lib/IRGen/GenCall.cpp start line: 4111 end line: 4125 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10569 unit: void IRGenModule::finalizeClangCodeGen() file: lib/IRGen/GenClangDecl.cpp start line: 200 end line: 220 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10570 unit: Optional getSpecializedGenericType() file: lib/IRGen/GenClass.cpp start line: 1007 end line: 1018 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10571 unit: static bool isLazilyEmittedFunction() file: lib/IRGen/GenDecl.cpp start line: 1130 end line: 1147 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10572 unit: void IRGenerator::noteUseOfFieldDescriptor() file: lib/IRGen/GenDecl.cpp start line: 1559 end line: 1574 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10573 unit: SILType getType() file: lib/IRGen/GenDiffFunc.cpp start line: 362 end line: 373 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10574 unit: void storeExtraInhabitant() file: lib/IRGen/GenEnum.cpp start line: 714 end line: 726 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 10575 unit: int64_t getDiscriminatorIndex() file: lib/IRGen/GenEnum.cpp start line: 1195 end line: 1210 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10576 unit: void getSchema() file: lib/IRGen/GenEnum.cpp start line: 1400 end line: 1413 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10577 unit: void emitStoreTag() file: lib/IRGen/GenEnum.cpp start line: 3150 end line: 3162 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10578 unit: void unpackFromEnumPayload() file: lib/IRGen/GenEnum.cpp start line: 4312 end line: 4325 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10579 unit: void storeNoPayloadTag() file: lib/IRGen/GenEnum.cpp start line: 5092 end line: 5106 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10580 unit: void destructiveProjectDataForLoad() file: lib/IRGen/GenEnum.cpp start line: 5190 end line: 5203 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10581 unit: void addToAggLowering() file: lib/IRGen/GenExistential.cpp start line: 367 end line: 379 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10582 unit: APInt getFixedExtraInhabitantValue() file: lib/IRGen/GenExistential.cpp start line: 616 end line: 627 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10583 unit: void destroy() file: lib/IRGen/GenExistential.cpp start line: 923 end line: 935 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10584 unit: static bool isABIIgnoredParameterWithoutStorage() file: lib/IRGen/GenFunc.cpp start line: 702 end line: 715 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10585 unit: void addGenericRequirements() file: lib/IRGen/GenMeta.cpp start line: 494 end line: 507 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10586 unit: void addLayoutInfo() file: lib/IRGen/GenMeta.cpp start line: 1541 end line: 1557 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10587 unit: void addCanonicalMetadataPrespecializations() file: lib/IRGen/GenMeta.cpp start line: 1984 end line: 1995 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10588 unit: void addMetadataFlags() file: lib/IRGen/GenMeta.cpp start line: 3127 end line: 3144 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10589 unit: bool shouldAddNullSuperclass() file: lib/IRGen/GenMeta.cpp start line: 3157 end line: 3170 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10590 unit: void addClassDataPointer() file: lib/IRGen/GenMeta.cpp start line: 3307 end line: 3327 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10591 unit: static void emitObjCClassSymbol() file: lib/IRGen/GenMeta.cpp start line: 3941 end line: 3954 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10592 unit: static Optional getConstantPayloadSize() file: lib/IRGen/GenMeta.cpp start line: 4629 end line: 4641 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10593 unit: static void emitObjCDescriptor() file: lib/IRGen/GenObjC.cpp start line: 1367 end line: 1378 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10594 unit: void PolymorphicConvention::considerWitnessSelf() file: lib/IRGen/GenProto.cpp start line: 339 end line: 359 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10595 unit: void PolymorphicConvention::addSelfWitnessTableFulfillment() file: lib/IRGen/GenProto.cpp start line: 446 end line: 458 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10596 unit: WitnessIndex ProtocolInfo::getAssociatedTypeIndex() file: lib/IRGen/GenProto.cpp start line: 1112 end line: 1123 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10597 unit: void irgen::emitPolymorphicParametersFromArray() file: lib/IRGen/GenProto.cpp start line: 2844 end line: 2859 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10598 unit: APInt getFixedExtraInhabitantValue() file: lib/IRGen/GenRecord.h start line: 620 end line: 634 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10599 unit: void unpackFromEnumPayload() file: lib/IRGen/GenRecord.h start line: 810 end line: 821 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10600 unit: void projectElementFromExplosion() file: lib/IRGen/GenTuple.cpp start line: 109 end line: 124 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10601 unit: void IRGenFunction::setDynamicSelfMetadata() file: lib/IRGen/GenType.cpp start line: 2609 end line: 2620 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10602 unit: bool visitDifferentTypeStructure() file: lib/IRGen/IRGenDebugInfo.cpp start line: 83 end line: 94 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10603 unit: uint64_t getSizeOfBasicType() file: lib/IRGen/IRGenDebugInfo.cpp start line: 1091 end line: 1105 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10604 unit: void IRGenFunction::emitStoreOfRelativeIndirectablePointer() file: lib/IRGen/IRGenFunction.cpp start line: 307 end line: 320 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10605 unit: std::string IRGenMangler::mangleTypeForLLVMTypeName() file: lib/IRGen/IRGenMangler.cpp start line: 215 end line: 228 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10606 unit: std::string IRGenMangler::mangleSymbolNameForMangledMetadataAccessorString() file: lib/IRGen/IRGenMangler.cpp start line: 328 end line: 341 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10607 unit: std::string IRGenMangler::mangleSymbolNameForMangledConformanceAccessorString() file: lib/IRGen/IRGenMangler.cpp start line: 343 end line: 356 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10608 unit: std::string mangleDefaultAssociatedConformanceAccessor() file: lib/IRGen/IRGenMangler.h start line: 358 end line: 369 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10609 unit: std::string mangleAssociatedTypeWitnessTableAccessFunction() file: lib/IRGen/IRGenMangler.h start line: 437 end line: 449 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10610 unit: AutolinkKind AutolinkKind::create() file: lib/IRGen/IRGenModule.cpp start line: 1530 end line: 1546 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10611 unit: TinyPtrVector IRGenDescriptor::getFilesToEmit() file: lib/IRGen/IRGenRequests.cpp start line: 55 end line: 75 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10612 unit: void IRGenSILFunction::visitIntegerLiteralInst() file: lib/IRGen/IRGenSIL.cpp start line: 3597 end line: 3608 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10613 unit: void IRGenSILFunction::visitSelectValueInst() file: lib/IRGen/IRGenSIL.cpp start line: 4358 end line: 4377 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10614 unit: void IRGenSILFunction::visitTupleExtractInst() file: lib/IRGen/IRGenSIL.cpp start line: 4629 end line: 4641 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10615 unit: void IRGenSILFunction::visitStructExtractInst() file: lib/IRGen/IRGenSIL.cpp start line: 4653 end line: 4666 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10616 unit: void IRGenSILFunction::visitAllocRefDynamicInst() file: lib/IRGen/IRGenSIL.cpp start line: 5409 end line: 5421 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10617 unit: void IRGenSILFunction::visitDeallocStackInst() file: lib/IRGen/IRGenSIL.cpp start line: 5423 end line: 5436 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10618 unit: static ExclusivityFlags getExclusivityAction() file: lib/IRGen/IRGenSIL.cpp start line: 5573 end line: 5584 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10619 unit: void IRGenSILFunction::visitPointerToAddressInst() file: lib/IRGen/IRGenSIL.cpp start line: 5809 end line: 5823 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10620 unit: static void emitValueBitwiseCast() file: lib/IRGen/IRGenSIL.cpp start line: 5952 end line: 5965 size: 12 LOC McCabe index: 2 number of parameters: 6 id: 10621 unit: void IRGenSILFunction::visitUnconditionalCheckedCastInst() file: lib/IRGen/IRGenSIL.cpp start line: 6087 end line: 6098 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10622 unit: void IRGenSILFunction::visitInitExistentialAddrInst() file: lib/IRGen/IRGenSIL.cpp start line: 6531 end line: 6544 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10623 unit: static bool isMethodInstUnmodifiable() file: lib/IRGen/LoadableByAddress.cpp start line: 817 end line: 828 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10624 unit: void LargeValueVisitor::visitDeallocInst() file: lib/IRGen/LoadableByAddress.cpp start line: 1022 end line: 1033 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10625 unit: CanType IRGenModule::substOpaqueTypesWithUnderlyingTypes() file: lib/IRGen/MetadataRequest.cpp start line: 461 end line: 475 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10626 unit: CanType visitAnyMetatypeType() file: lib/IRGen/MetadataRequest.cpp start line: 3054 end line: 3072 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10627 unit: static inline bool isAccessorLazilyGenerated() file: lib/IRGen/MetadataRequest.h start line: 490 end line: 501 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10628 unit: void addGenericFields() file: lib/IRGen/NominalMetadataVisitor.h start line: 47 end line: 64 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10629 unit: return getOrCreateHelperFunction() file: lib/IRGen/Outlining.cpp start line: 408 end line: 419 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10630 unit: void loadAsCopy() file: lib/IRGen/ScalarPairTypeInfo.h start line: 76 end line: 88 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10631 unit: void assign() file: lib/IRGen/ScalarTypeInfo.h start line: 163 end line: 181 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10632 unit: bool hasByteOffset() file: lib/IRGen/StructLayout.h start line: 222 end line: 236 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10633 unit: void TypeLayoutEntry::storeEnumTagSinglePayload() file: lib/IRGen/TypeLayout.cpp start line: 185 end line: 199 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10634 unit: void ScalarTypeLayoutEntry::storeEnumTagSinglePayload() file: lib/IRGen/TypeLayout.cpp start line: 803 end line: 814 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10635 unit: void beginTracking() file: lib/Index/Index.cpp start line: 192 end line: 203 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10636 unit: void forEachPatternElementPreservingIndex() file: lib/Index/Index.cpp start line: 383 end line: 395 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10637 unit: bool shouldIndexMembers() file: lib/Index/Index.cpp start line: 985 end line: 998 size: 12 LOC McCabe index: 8 number of parameters: 1 id: 10638 unit: bool finishSourceEntity() file: lib/Index/IndexRecord.cpp start line: 213 end line: 224 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10639 unit: static SymbolKind getVarSymbolKind() file: lib/Index/IndexSymbol.cpp start line: 127 end line: 138 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10640 unit: void computeDiscriminator() file: lib/LLVMPasses/LLVMMergeFunctions.cpp start line: 398 end line: 416 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10641 unit: void YAMLLocalizationProducer::forEachAvailable() file: lib/Localization/LocalizationFormat.cpp start line: 170 end line: 182 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10642 unit: ParseResult parseCodeBlock() file: lib/Markup/Markup.cpp start line: 104 end line: 117 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10643 unit: bool handleAssignDestMigration() file: lib/Migrator/APIDiffMigratorPass.cpp start line: 876 end line: 889 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10644 unit: static bool isValidIdentifierStartCodePoint() file: lib/Parse/Lexer.cpp start line: 576 end line: 591 size: 12 LOC McCabe index: 13 number of parameters: 1 id: 10645 unit: static bool advanceIf() file: lib/Parse/Lexer.cpp start line: 593 end line: 605 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10646 unit: static bool rangeContainsPlaceholderEnd() file: lib/Parse/Lexer.cpp start line: 777 end line: 788 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10647 unit: bool inDebuggerContext() file: lib/Parse/ParseDecl.cpp start line: 132 end line: 145 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10648 unit: static bool errorAndSkipUntilConsumeRightParen() file: lib/Parse/ParseDecl.cpp start line: 1053 end line: 1064 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10649 unit: static void diagnoseRedundantAccessors() file: lib/Parse/ParseDecl.cpp start line: 6110 end line: 6122 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 10650 unit: static void diagnoseConflictingAccessors() file: lib/Parse/ParseDecl.cpp start line: 6645 end line: 6656 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10651 unit: StringRef Parser::copyAndStripUnderscores() file: lib/Parse/ParseExpr.cpp start line: 910 end line: 923 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10652 unit: bool visitUnresolvedDeclRefExpr() file: lib/Parse/ParseIfConfig.cpp start line: 483 end line: 498 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10653 unit: static LexerMode sourceFileKindToLexerMode() file: lib/Parse/Parser.cpp start line: 363 end line: 374 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10654 unit: void SyntaxParsingContext::addToken() file: lib/Parse/SyntaxParsingContext.cpp start line: 231 end line: 243 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10655 unit: void SyntaxParsingContext::createNodeInPlace() file: lib/Parse/SyntaxParsingContext.cpp start line: 252 end line: 264 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10656 unit: bool isCFTypeRef() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1012 end line: 1025 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10657 unit: void visitMetatypeType() file: lib/PrintAsClang/DeclAndTypePrinter.cpp start line: 1848 end line: 1859 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10658 unit: AbstractionPattern TypeConverter::getAbstractionPattern() file: lib/SIL/IR/AbstractionPattern.cpp start line: 102 end line: 117 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10659 unit: SILValue SILBuilder::emitThickToObjCMetatype() file: lib/SIL/IR/SILBuilder.cpp start line: 457 end line: 473 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10660 unit: SILValue SILBuilder::emitObjCToThickMetatype() file: lib/SIL/IR/SILBuilder.cpp start line: 475 end line: 491 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10661 unit: void SILBuilder::emitDestructureValueOperation() file: lib/SIL/IR/SILBuilder.cpp start line: 556 end line: 571 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10662 unit: void SILBuilder::emitScopedBorrowOperation() file: lib/SIL/IR/SILBuilder.cpp start line: 595 end line: 609 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10663 unit: APInt SymbolicValue::getIntegerValue() file: lib/SIL/IR/SILConstants.cpp start line: 353 end line: 365 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10664 unit: SymbolicValue SymbolicValue::makeClosure() file: lib/SIL/IR/SILConstants.cpp start line: 798 end line: 809 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 10665 unit: void print() file: lib/SIL/IR/SILCoverageMap.cpp start line: 65 end line: 78 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10666 unit: bool SILFunction::hasValidLinkageForFragileRef() file: lib/SIL/IR/SILFunction.cpp start line: 665 end line: 688 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10667 unit: void SILInstruction::replaceAllUsesPairwiseWith() file: lib/SIL/IR/SILInstruction.cpp start line: 263 end line: 279 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10668 unit: bool visitAllocRefInst() file: lib/SIL/IR/SILInstruction.cpp start line: 406 end line: 417 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10669 unit: bool visitSelectEnumInstBase() file: lib/SIL/IR/SILInstruction.cpp start line: 699 end line: 714 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10670 unit: void BeginApplyInst::getCoroutineEndPoints() file: lib/SIL/IR/SILInstructions.cpp start line: 541 end line: 553 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10671 unit: void SILModule::notifyMovedInstruction() file: lib/SIL/IR/SILModule.cpp start line: 806 end line: 817 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10672 unit: explicit SILColor() file: lib/SIL/IR/SILPrinter.cpp start line: 109 end line: 120 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10673 unit: void SILPrintContext::ID::print() file: lib/SIL/IR/SILPrinter.cpp start line: 133 end line: 144 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10674 unit: void printAllocRefInstBase() file: lib/SIL/IR/SILPrinter.cpp start line: 1323 end line: 1334 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10675 unit: void visitBuiltinInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1458 end line: 1471 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10676 unit: void visitCheckedCastBranchInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1727 end line: 1738 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10677 unit: void visitCheckedCastAddrBranchInst() file: lib/SIL/IR/SILPrinter.cpp start line: 1759 end line: 1770 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10678 unit: void visitSelectValueInst() file: lib/SIL/IR/SILPrinter.cpp start line: 2414 end line: 2427 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10679 unit: void SILVTable::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3482 end line: 3494 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10680 unit: void SILDefaultWitnessTable::print() file: lib/SIL/IR/SILPrinter.cpp start line: 3621 end line: 3636 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10681 unit: static bool isBridgedErrorClass() file: lib/SIL/IR/SILType.cpp start line: 358 end line: 375 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 10682 unit: StringRef swift::getSILValueName() file: lib/SIL/IR/SILValue.cpp start line: 276 end line: 289 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10683 unit: RecursiveProperties visitAnyEnumType() file: lib/SIL/IR/TypeLowering.cpp start line: 685 end line: 701 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10684 unit: SILValue emitLoweredLoad() file: lib/SIL/IR/TypeLowering.cpp start line: 932 end line: 955 size: 12 LOC McCabe index: 3 number of parameters: 5 id: 10685 unit: unsigned TypeConverter::countNumberOfFields() file: lib/SIL/IR/TypeLowering.cpp start line: 3658 end line: 3669 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10686 unit: bool SILParser::parseVerbatim() file: lib/SIL/Parser/ParseSIL.cpp start line: 513 end line: 525 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10687 unit: bool SILParser::parseTypedValueRef() file: lib/SIL/Parser/ParseSIL.cpp start line: 1684 end line: 1697 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10688 unit: bool SILParser::parseScopeRef() file: lib/SIL/Parser/ParseSIL.cpp start line: 2110 end line: 2122 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10689 unit: static bool hasBranchArguments() file: lib/SIL/Utils/BasicBlockUtils.cpp start line: 28 end line: 40 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10690 unit: void setResult() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1075 end line: 1089 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10691 unit: bool AccessPath::contains() file: lib/SIL/Utils/MemAccessUtils.cpp start line: 1174 end line: 1186 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10692 unit: void MemoryLocations::dump() file: lib/SIL/Utils/MemoryLocations.cpp start line: 249 end line: 260 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10693 unit: static bool hasInoutArgument() file: lib/SIL/Utils/MemoryLocations.cpp start line: 268 end line: 279 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10694 unit: static bool hasForceEmitSemanticAttr() file: lib/SIL/Utils/OptimizationRemark.cpp start line: 117 end line: 136 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10695 unit: static SourceLoc getLocForPresentation() file: lib/SIL/Utils/OptimizationRemark.cpp start line: 164 end line: 175 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10696 unit: bool AddressOwnership::areUsesWithinLifetime() file: lib/SIL/Utils/OwnershipUtils.cpp start line: 938 end line: 954 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10697 unit: void PrettyStackTraceSILFunction::printFunctionInfo() file: lib/SIL/Utils/PrettyStackTrace.cpp start line: 82 end line: 94 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10698 unit: bool PrunedLiveness::areUsesWithinBoundary() file: lib/SIL/Utils/PrunedLiveness.cpp start line: 156 end line: 168 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10699 unit: bool SILValueOwnershipChecker::isSubobjectProjectionWithLifetimeEndingUses() file: lib/SIL/Verifier/SILOwnershipVerifier.cpp start line: 606 end line: 617 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10700 unit: static bool isArchetypeValidInFunction() file: lib/SIL/Verifier/SILVerifier.cpp start line: 88 end line: 103 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 10701 unit: void checkValueBaseOwnership() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1078 end line: 1093 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10702 unit: void checkForwardedTermResult() file: lib/SIL/Verifier/SILVerifier.cpp start line: 1211 end line: 1226 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10703 unit: void checkTupleInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 2914 end line: 2927 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10704 unit: void checkRefTailAddrInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 3227 end line: 3238 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10705 unit: void checkCheckedCastAddrBranchInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4123 end line: 4135 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10706 unit: void checkThinFunctionToPointerInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4412 end line: 4424 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10707 unit: void checkPointerToThinFunctionInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4426 end line: 4438 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10708 unit: void checkProjectBlockStorageInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4882 end line: 4894 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10709 unit: void checkObjCProtocolInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 4987 end line: 4998 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10710 unit: void checkObjCMetatypeToObjectInst() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5000 end line: 5011 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10711 unit: void visitSILBasicBlock() file: lib/SIL/Verifier/SILVerifier.cpp start line: 5722 end line: 5737 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10712 unit: void CleanupStateRestorationScope::pushCleanupState() file: lib/SILGen/Cleanup.cpp start line: 308 end line: 323 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10713 unit: void FormalAccess::verify() file: lib/SILGen/FormalEvaluation.cpp start line: 26 end line: 44 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10714 unit: unsigned RValue::getRValueSize() file: lib/SILGen/RValue.cpp start line: 43 end line: 55 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10715 unit: void RValue::addElement() file: lib/SILGen/RValue.cpp start line: 479 end line: 495 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 10716 unit: RValue finish() file: lib/SILGen/ResultPlan.cpp start line: 325 end line: 338 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 10717 unit: static bool requiresIVarInitialization() file: lib/SILGen/SILGen.cpp start line: 1466 end line: 1480 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10718 unit: void SILGenModule::emitArgumentGenerators() file: lib/SILGen/SILGen.cpp start line: 1646 end line: 1659 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10719 unit: static void convertOwnershipConventionsGivenParamInfos() file: lib/SILGen/SILGenApply.cpp start line: 247 end line: 258 size: 12 LOC McCabe index: 2 number of parameters: 6 id: 10720 unit: static Callee forDirect() file: lib/SILGen/SILGenApply.cpp start line: 393 end line: 404 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 10721 unit: bool isCallToReplacedInDynamicReplacement() file: lib/SILGen/SILGenApply.cpp start line: 750 end line: 761 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10722 unit: ArgumentSource AccessorBaseArgPreparer::prepareAccessorObjectBaseArg() file: lib/SILGen/SILGenApply.cpp start line: 5567 end line: 5593 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10723 unit: ArgumentSource AccessorBaseArgPreparer::prepare() file: lib/SILGen/SILGenApply.cpp start line: 5608 end line: 5623 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10724 unit: void SILGenFunction::emitFinishAsyncLet() file: lib/SILGen/SILGenApply.cpp start line: 6062 end line: 6076 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10725 unit: ManagedValue SILGenBuilder::createLoadCopy() file: lib/SILGen/SILGenBuilder.cpp start line: 420 end line: 431 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10726 unit: ManagedValue SILGenBuilder::createManagedOptionalNone() file: lib/SILGen/SILGenBuilder.cpp start line: 590 end line: 602 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10727 unit: static ManagedValue emitSelfForMemberInit() file: lib/SILGen/SILGenConstructor.cpp start line: 964 end line: 975 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10728 unit: SILValue SILGenFunction::emitDoesOptionalHaveValue() file: lib/SILGen/SILGenConvert.cpp start line: 265 end line: 277 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10729 unit: ManagedValue SILGenFunction::emitClassMetatypeToObject() file: lib/SILGen/SILGenConvert.cpp start line: 877 end line: 892 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10730 unit: void copyOrInitValueInto() file: lib/SILGen/SILGenDecl.cpp start line: 596 end line: 617 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10731 unit: CleanupHandle SILGenFunction::enterDormantFormalAccessTemporaryCleanup() file: lib/SILGen/SILGenDecl.cpp start line: 1738 end line: 1750 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10732 unit: static void emitActorSystemInit() file: lib/SILGen/SILGenDistributed.cpp start line: 224 end line: 239 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10733 unit: static void createDistributedActorFactory_resolve() file: lib/SILGen/SILGenDistributed.cpp start line: 348 end line: 362 size: 12 LOC McCabe index: 1 number of parameters: 10 id: 10734 unit: ManagedValue SILGenFunction::emitManagedLoadCopy() file: lib/SILGen/SILGenExpr.cpp start line: 85 end line: 96 size: 12 LOC McCabe index: 5 number of parameters: 3 id: 10735 unit: ManagedValue SILGenFunction::emitManagedStoreBorrow() file: lib/SILGen/SILGenExpr.cpp start line: 125 end line: 136 size: 12 LOC McCabe index: 5 number of parameters: 4 id: 10736 unit: ManagedValue SILGenFunction::emitFormalEvaluationManagedBeginBorrow() file: lib/SILGen/SILGenExpr.cpp start line: 231 end line: 242 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10737 unit: RValue RValueEmitter::visitCovariantFunctionConversionExpr() file: lib/SILGen/SILGenExpr.cpp start line: 1816 end line: 1827 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10738 unit: RValue SILGenFunction::emitAnyHashableErasure() file: lib/SILGen/SILGenExpr.cpp start line: 1871 end line: 1886 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 10739 unit: RValue RValueEmitter::visitPointerToPointerExpr() file: lib/SILGen/SILGenExpr.cpp start line: 5567 end line: 5583 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10740 unit: static void emitOnceCall() file: lib/SILGen/SILGenGlobalVariable.cpp start line: 243 end line: 260 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10741 unit: void dump() file: lib/SILGen/SILGenLValue.cpp start line: 1059 end line: 1070 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10742 unit: static bool areCertainlyEqualArgumentLists() file: lib/SILGen/SILGenLValue.cpp start line: 1166 end line: 1178 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10743 unit: LValue SILGenFunction::emitLValue() file: lib/SILGen/SILGenLValue.cpp start line: 2482 end line: 2501 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10744 unit: LValue SILGenLValue::visitRec() file: lib/SILGen/SILGenLValue.cpp start line: 2597 end line: 2614 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10745 unit: SILValue SILGenFunction::emitSemanticLoad() file: lib/SILGen/SILGenLValue.cpp start line: 4035 end line: 4049 size: 12 LOC McCabe index: 3 number of parameters: 5 id: 10746 unit: void PatternMatchEmission::emitCaseBody() file: lib/SILGen/SILGenPattern.cpp start line: 2369 end line: 2384 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10747 unit: void translate() file: lib/SILGen/SILGenPoly.cpp start line: 962 end line: 974 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10748 unit: void translateSingleInto() file: lib/SILGen/SILGenPoly.cpp start line: 1575 end line: 1586 size: 12 LOC McCabe index: 1 number of parameters: 6 id: 10749 unit: ManagedValue translatePrimitive() file: lib/SILGen/SILGenPoly.cpp start line: 1589 end line: 1600 size: 12 LOC McCabe index: 1 number of parameters: 7 id: 10750 unit: void emitAnonymousParam() file: lib/SILGen/SILGenProlog.cpp start line: 325 end line: 341 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10751 unit: void swift::simple_display() file: lib/SILGen/SILGenRequests.cpp start line: 32 end line: 43 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10752 unit: void StmtEmitter::visitDeferStmt() file: lib/SILGen/SILGenStmt.cpp start line: 707 end line: 723 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10753 unit: static void emitTypeMemberGlobalVariable() file: lib/SILGen/SILGenType.cpp start line: 355 end line: 368 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10754 unit: void visitVarDecl() file: lib/SILGen/SILGenType.cpp start line: 1146 end line: 1163 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10755 unit: void emitExtension() file: lib/SILGen/SILGenType.cpp start line: 1202 end line: 1216 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10756 unit: void ARCRegionState::summarizeLoop() file: lib/SILOptimizer/ARC/ARCRegionState.cpp start line: 502 end line: 513 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10757 unit: bool LoopARCSequenceDataflowEvaluator::runOnLoop() file: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp start line: 254 end line: 265 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10758 unit: static bool isAutoreleasePoolCall() file: lib/SILOptimizer/ARC/RCStateTransition.cpp start line: 27 end line: 40 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10759 unit: bool BottomUpRefCountState::handleDecrement() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 167 end line: 179 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10760 unit: bool TopDownRefCountState::handleDecrement() file: lib/SILOptimizer/ARC/RefCountState.cpp start line: 613 end line: 625 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10761 unit: bool swift::isRetainInstruction() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 38 end line: 49 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10762 unit: bool swift::isReleaseInstruction() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 52 end line: 63 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10763 unit: bool swift::mayDecrementRefCount() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 69 end line: 88 size: 12 LOC McCabe index: 5 number of parameters: 3 id: 10764 unit: bool ConsumedArgToEpilogueReleaseMatcher::releaseArgument() file: lib/SILOptimizer/Analysis/ARCAnalysis.cpp start line: 778 end line: 794 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10765 unit: void AccessSummaryAnalysis::ArgumentSummary::getSortedSubAccesses() file: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp start line: 395 end line: 408 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10766 unit: AliasResult AliasAnalysis::alias() file: lib/SILOptimizer/Analysis/AliasAnalysis.cpp start line: 543 end line: 558 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10767 unit: void CalleeList::print() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 34 end line: 45 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10768 unit: bool CalleeList::allCalleesVisible() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 47 end line: 65 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10769 unit: CalleeList CalleeCache::getCalleeList() file: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp start line: 291 end line: 303 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10770 unit: int EscapeAnalysis::ConnectionGraph::addUsePoint() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 538 end line: 555 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10771 unit: bool EscapeAnalysis::ConnectionGraph::isUsePoint() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1202 end line: 1213 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10772 unit: bool CGNode::matchPointToOfDefers() file: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp start line: 1656 end line: 1669 size: 12 LOC McCabe index: 8 number of parameters: 1 id: 10773 unit: void LoopRegionFunctionInfo::initializeBlockRegionSuccessors() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 300 end line: 311 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10774 unit: void LoopRegionFunctionInfo::viewLoopRegions() file: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp start line: 1263 end line: 1276 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10775 unit: MemBehavior MemoryBehaviorVisitor::visitLoadInst() file: lib/SILOptimizer/Analysis/MemoryBehavior.cpp start line: 242 end line: 256 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10776 unit: void NonLocalAccessBlocks::compute() file: lib/SILOptimizer/Analysis/NonLocalAccessBlockAnalysis.cpp start line: 20 end line: 31 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10777 unit: SILValue RCIdentityFunctionInfo::getRCIdentityRoot() file: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp start line: 476 end line: 495 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10778 unit: static SILValue simplifyEnumFromUncheckedEnumData() file: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp start line: 195 end line: 214 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10779 unit: void collectAllDirectResultsInTypeOrder() file: lib/SILOptimizer/Differentiation/Common.cpp start line: 161 end line: 172 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10780 unit: GenericSignature getBuiltinAutoDiffAllocateSubcontextDecl() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 144 end line: 155 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10781 unit: void visitCheckedCastAddrBranchInst() file: lib/SILOptimizer/Differentiation/VJPCloner.cpp start line: 394 end line: 407 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10782 unit: static bool isProfitable() file: lib/SILOptimizer/IPO/CapturePropagation.cpp start line: 312 end line: 323 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10783 unit: std::string CallSiteDescriptor::createName() file: lib/SILOptimizer/IPO/ClosureSpecializer.cpp start line: 498 end line: 510 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10784 unit: void CrossModuleOptimization::makeSubstUsableFromInline() file: lib/SILOptimizer/IPO/CrossModuleOptimization.cpp start line: 556 end line: 567 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10785 unit: static bool canHaveSameImplementation() file: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp start line: 267 end line: 284 size: 12 LOC McCabe index: 5 number of parameters: 3 id: 10786 unit: void GlobalPropertyOpt::propagatePropertiesInGraph() file: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp start line: 420 end line: 435 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10787 unit: void GlobalPropertyOpt::run() file: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp start line: 475 end line: 495 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10788 unit: static bool mayHaveUnknownUses() file: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp start line: 393 end line: 411 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10789 unit: static SILValue getZeroToCountArray() file: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp start line: 429 end line: 442 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10790 unit: static SILValue getAccessPath() file: lib/SILOptimizer/LoopTransforms/ArrayOpt.h start line: 66 end line: 80 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10791 unit: static void mapOperands() file: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp start line: 116 end line: 127 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10792 unit: void SelectEnforcement::propagateEscapes() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 318 end line: 329 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10793 unit: void SelectEnforcement::propagateEscapesFrom() file: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp start line: 333 end line: 349 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10794 unit: static void visitCallResults() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 115 end line: 128 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10795 unit: void ApplyRewriter::rewriteParameters() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 732 end line: 744 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10796 unit: void visitEnumInst() file: lib/SILOptimizer/Mandatory/AddressLowering.cpp start line: 1352 end line: 1366 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10797 unit: static bool isProjectBoxNonEscapingUse() file: lib/SILOptimizer/Mandatory/CapturePromotion.cpp start line: 1158 end line: 1171 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10798 unit: bool isClassInitSelf() file: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h start line: 157 end line: 169 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10799 unit: static std::string getPathDescription() file: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp start line: 497 end line: 510 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 10800 unit: static void setOutsideBlockUsesToUndef() file: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp start line: 663 end line: 678 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10801 unit: void run() file: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp start line: 389 end line: 405 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10802 unit: void recordDeadFunction() file: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp start line: 431 end line: 459 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10803 unit: SILValue makeOwnedCopyOfSILValue() file: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp start line: 598 end line: 610 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10804 unit: bool OptimizeHopToExecutor::needsExecutor() file: lib/SILOptimizer/Mandatory/OptimizeHopToExecutor.cpp start line: 318 end line: 330 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10805 unit: bool OwnershipModelEliminatorVisitor::visitSwitchEnumInst() file: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp start line: 422 end line: 443 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10806 unit: void verify() file: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp start line: 2363 end line: 2374 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10807 unit: void SILPassManager::executePassPipelinePlan() file: lib/SILOptimizer/PassManager/PassManager.cpp start line: 670 end line: 681 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10808 unit: void swift::runSILPassesForOnone() file: lib/SILOptimizer/PassManager/Passes.cpp start line: 137 end line: 154 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10809 unit: bool SILCombiner::runOnFunction() file: lib/SILOptimizer/SILCombiner/SILCombine.cpp start line: 444 end line: 460 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10810 unit: Kind getKind() file: lib/SILOptimizer/SemanticARC/OwnershipPhiOperand.h start line: 54 end line: 65 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10811 unit: bool performPeepholesWithoutFixedPoint() file: lib/SILOptimizer/SemanticARC/SemanticARCOpts.cpp start line: 108 end line: 122 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10812 unit: bool performPeepholes() file: lib/SILOptimizer/SemanticARC/SemanticARCOpts.cpp start line: 124 end line: 138 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10813 unit: void RetainCodeMotionContext::mergeBBDataFlowStates() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 523 end line: 537 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10814 unit: void ReleaseCodeMotionContext::mergeBBDataFlowStates() file: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp start line: 888 end line: 902 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10815 unit: void DominatedAccessRemoval::visitBeginAccess() file: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp start line: 375 end line: 389 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10816 unit: void AccessConflictAndMergeAnalysis::recordInScopeConflicts() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 349 end line: 365 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10817 unit: void AccessConflictAndMergeAnalysis::recordConflicts() file: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp start line: 405 end line: 420 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10818 unit: static bool isSinkable() file: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp start line: 37 end line: 48 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10819 unit: void run() file: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp start line: 251 end line: 266 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10820 unit: void PromotedParamCloner::visitProjectBoxInst() file: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp start line: 846 end line: 861 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10821 unit: hash_code visitSelectEnumInstBase() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 393 end line: 407 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10822 unit: hash_code visitSelectValueInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 417 end line: 431 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10823 unit: hash_code visitWitnessMethodInst() file: lib/SILOptimizer/Transforms/CSE.cpp start line: 441 end line: 452 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10824 unit: static SILValue getStoredValue() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 171 end line: 182 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10825 unit: bool visitApplyInst() file: lib/SILOptimizer/Transforms/CopyForwarding.cpp start line: 340 end line: 351 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10826 unit: void DCE::markValueLive() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 192 end line: 207 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10827 unit: void DCE::findReborrowDependencies() file: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp start line: 328 end line: 341 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10828 unit: void DSEContext::processReadForGenKillSet() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 807 end line: 825 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10829 unit: void DSEContext::processDebugValueAddrInstForGenKillSet() file: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp start line: 1046 end line: 1057 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10830 unit: static bool isValidInitVal() file: lib/SILOptimizer/Transforms/ObjectOutliner.cpp start line: 105 end line: 117 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10831 unit: void BlockState::mergePredecessorsAvailSetMax() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 615 end line: 627 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10832 unit: void BlockState::mergePredecessorAvailSet() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 629 end line: 642 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10833 unit: void BlockState::updateForwardSetForWrite() file: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp start line: 813 end line: 829 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10834 unit: void BBEnumTagDataflowState::mergeSinglePredTermInfoIntoState() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 378 end line: 393 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10835 unit: static bool sinkArgumentsFromPredecessors() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1314 end line: 1330 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10836 unit: void run() file: lib/SILOptimizer/Transforms/SILCodeMotion.cpp start line: 1775 end line: 1790 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10837 unit: static bool isLoadFromStack() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 198 end line: 211 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10838 unit: static void endLexicalLifetimeBeforeInst() file: lib/SILOptimizer/Transforms/SILMem2Reg.cpp start line: 360 end line: 372 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 10839 unit: void ArgumentSplitter::replaceIncomingArgs() file: lib/SILOptimizer/Transforms/SimplifyCFG.cpp start line: 3106 end line: 3119 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10840 unit: bool StringOptimization::run() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 113 end line: 126 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10841 unit: void run() file: lib/SILOptimizer/Transforms/StringOptimization.cpp start line: 728 end line: 742 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10842 unit: bool TempRValueOptPass::collectLoadsFromProjection() file: lib/SILOptimizer/Transforms/TempRValueElimination.cpp start line: 103 end line: 116 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 10843 unit: void run() file: lib/SILOptimizer/UtilityPasses/AccessStorageAnalysisDumper.cpp start line: 30 end line: 42 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10844 unit: void run() file: lib/SILOptimizer/UtilityPasses/SideEffectsDumper.cpp start line: 27 end line: 41 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10845 unit: bool swift::isCriticalEdge() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 475 end line: 492 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 10846 unit: bool swift::mergeBasicBlocks() file: lib/SILOptimizer/Utils/CFGOptUtils.cpp start line: 666 end line: 678 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10847 unit: void ConstExprEvaluator::computeConstantValues() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 2123 end line: 2137 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10848 unit: bool swift::isReadOnlyConstantEvaluableCall() file: lib/SILOptimizer/Utils/ConstExpr.cpp start line: 2337 end line: 2350 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10849 unit: void LLVM_ATTRIBUTE_USED OpenedArchetypeInfo::dump() file: lib/SILOptimizer/Utils/Existential.cpp start line: 437 end line: 448 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10850 unit: bool mismatch() file: lib/SILOptimizer/Utils/Generics.cpp start line: 242 end line: 253 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10851 unit: void ReabstractionInfo::performFullSpecializationPreparation() file: lib/SILOptimizer/Utils/Generics.cpp start line: 914 end line: 930 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10852 unit: void swift::checkCompletenessOfPrespecializations() file: lib/SILOptimizer/Utils/Generics.cpp start line: 2849 end line: 2861 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10853 unit: void LSLocation::getNextLevelLSLocations() file: lib/SILOptimizer/Utils/LoadStoreOptUtils.cpp start line: 165 end line: 176 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10854 unit: static InlineCost getEnforcementCost() file: lib/SILOptimizer/Utils/SILInliner.cpp start line: 722 end line: 733 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10855 unit: bool ShrinkBorrowScope::populateUsers() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 192 end line: 205 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10856 unit: bool ShrinkBorrowScope::initializeWorklist() file: lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp start line: 207 end line: 222 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10857 unit: NullablePtr visitDoStmt() file: lib/Sema/BuilderTransform.cpp start line: 1401 end line: 1416 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10858 unit: ResultBuilderBodyPreCheck run() file: lib/Sema/BuilderTransform.cpp start line: 1909 end line: 1926 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 10859 unit: SolutionResult SolutionResult::forAmbiguous() file: lib/Sema/CSApply.cpp start line: 8972 end line: 8983 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10860 unit: BindingSet ConstraintSystem::getBindingsFor() file: lib/Sema/CSBindings.cpp start line: 1062 end line: 1076 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10861 unit: bool ConstraintSystem::isInResultBuilderContext() file: lib/Sema/CSClosure.cpp start line: 921 end line: 932 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10862 unit: ASTNode visitIfStmt() file: lib/Sema/CSClosure.cpp start line: 1088 end line: 1103 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10863 unit: bool MissingAddressOfFailure::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1130 end line: 1142 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10864 unit: bool DroppedGlobalActorFunctionAttr::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 1413 end line: 1426 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10865 unit: void MissingArgumentsFailure::forFixIt() file: lib/Sema/CSDiagnostics.cpp start line: 4811 end line: 4827 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10866 unit: bool InvalidUseOfAddressOf::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 5417 end line: 5429 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10867 unit: bool TrailingClosureRequiresExplicitLabel::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7352 end line: 7366 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10868 unit: bool ReferenceToInvalidDeclaration::diagnoseAsError() file: lib/Sema/CSDiagnostics.cpp start line: 7506 end line: 7529 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10869 unit: SourceRange CheckedCastBaseFailure::getCastRange() file: lib/Sema/CSDiagnostics.cpp start line: 7648 end line: 7659 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 10870 unit: Type visitOptionalEvaluationExpr() file: lib/Sema/CSGen.cpp start line: 3085 end line: 3102 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10871 unit: Type visitTapExpr() file: lib/Sema/CSGen.cpp start line: 3385 end line: 3399 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10872 unit: void ConstraintSystem::optimizeConstraints() file: lib/Sema/CSGen.cpp start line: 4235 end line: 4253 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10873 unit: bool ConstraintSystem::worseThanBestSolution() file: lib/Sema/CSRanking.cpp start line: 129 end line: 143 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10874 unit: static Type getUnlabeledType() file: lib/Sema/CSRanking.cpp start line: 725 end line: 738 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10875 unit: bool constraints::doesMemberRefApplyCurriedSelf() file: lib/Sema/CSSimplify.cpp start line: 110 end line: 126 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10876 unit: void ConstraintSystem::simplifyDisjunctionChoice() file: lib/Sema/CSSimplify.cpp start line: 12896 end line: 12910 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10877 unit: bool DisjunctionChoice::isSymmetricOperator() file: lib/Sema/CSSolver.cpp start line: 2253 end line: 2266 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10878 unit: void ConstraintGraph::addConstraint() file: lib/Sema/ConstraintGraph.cpp start line: 530 end line: 550 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10879 unit: static void _require() file: lib/Sema/ConstraintGraph.cpp start line: 1619 end line: 1636 size: 12 LOC McCabe index: 3 number of parameters: 5 id: 10880 unit: bool ConstraintSystem::typeVarOccursInType() file: lib/Sema/ConstraintSystem.cpp start line: 143 end line: 156 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10881 unit: void ConstraintSystem::openGeneric() file: lib/Sema/ConstraintSystem.cpp start line: 1538 end line: 1552 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10882 unit: bool ConstraintSystem::isAsynchronousContext() file: lib/Sema/ConstraintSystem.cpp start line: 2609 end line: 2623 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10883 unit: Type constraints::isRawRepresentable() file: lib/Sema/ConstraintSystem.cpp start line: 4711 end line: 4725 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10884 unit: bool constraints::isOperatorArgument() file: lib/Sema/ConstraintSystem.cpp start line: 5122 end line: 5135 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 10885 unit: bool walkToDeclPre() file: lib/Sema/DebuggerTestingTransform.cpp start line: 81 end line: 98 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10886 unit: void UnboundImport::diagnoseInvalidAttr() file: lib/Sema/ImportResolution.cpp start line: 678 end line: 691 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10887 unit: static void lookupTypeMembers() file: lib/Sema/LookupVisibleDecls.cpp start line: 269 end line: 284 size: 12 LOC McCabe index: 3 number of parameters: 6 id: 10888 unit: static DeclVisibilityKind getReasonForSuper() file: lib/Sema/LookupVisibleDecls.cpp start line: 416 end line: 429 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10889 unit: void swift::lookupVisibleDecls() file: lib/Sema/LookupVisibleDecls.cpp start line: 1324 end line: 1335 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10890 unit: bool BaseDiagnosticWalker::shouldWalkIntoDeclInClosureContext() file: lib/Sema/MiscDiagnostics.cpp start line: 60 end line: 83 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10891 unit: bool isVarDeclPartOfPBDThatHadSomeMutation() file: lib/Sema/MiscDiagnostics.cpp start line: 2410 end line: 2422 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10892 unit: std::pair walkToExprPre() file: lib/Sema/MiscDiagnostics.cpp start line: 2717 end line: 2728 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10893 unit: void swift::performStmtDiagnostics() file: lib/Sema/MiscDiagnostics.cpp start line: 4866 end line: 4883 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10894 unit: FunctionRefKind addingDirectCall() file: lib/Sema/PreCheckExpr.cpp start line: 824 end line: 838 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10895 unit: void visitPrecedenceGroupDecl() file: lib/Sema/TypeCheckAccess.cpp start line: 1894 end line: 1905 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10896 unit: bool swift::shouldCheckAvailability() file: lib/Sema/TypeCheckAccess.cpp start line: 1970 end line: 1982 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10897 unit: void AttributeChecker::visitIBActionAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 478 end line: 493 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10898 unit: bool swift::isValidStringDynamicMemberLookup() file: lib/Sema/TypeCheckAttr.cpp start line: 1436 end line: 1453 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10899 unit: void AttributeChecker::visitMainTypeAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2172 end line: 2189 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10900 unit: void AttributeChecker::visitFixedLayoutAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2381 end line: 2394 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10901 unit: void AttributeChecker::visitDiscardableResultAttr() file: lib/Sema/TypeCheckAttr.cpp start line: 2498 end line: 2509 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10902 unit: static Type getDynamicComparisonType() file: lib/Sema/TypeCheckAttr.cpp start line: 2554 end line: 2568 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10903 unit: void TypeChecker::buildTypeRefinementContextHierarchyDelayed() file: lib/Sema/TypeCheckAvailability.cpp start line: 919 end line: 937 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10904 unit: void walkAssignExpr() file: lib/Sema/TypeCheckAvailability.cpp start line: 2922 end line: 2944 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10905 unit: bool CircularityChecker::expandStruct() file: lib/Sema/TypeCheckCircularity.cpp start line: 243 end line: 257 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10906 unit: bool IsDefaultActorRequest::evaluate() file: lib/Sema/TypeCheckConcurrency.cpp start line: 108 end line: 130 size: 12 LOC McCabe index: 5 number of parameters: 4 id: 10907 unit: static bool hasExplicitSendableConformance() file: lib/Sema/TypeCheckConcurrency.cpp start line: 665 end line: 681 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10908 unit: void swift::diagnoseDistributedFunctionInNonDistributedActorProtocol() file: lib/Sema/TypeCheckDistributed.cpp start line: 57 end line: 70 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10909 unit: void swift::addCodableFixIt() file: lib/Sema/TypeCheckDistributed.cpp start line: 77 end line: 88 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10910 unit: bool walkToDeclPre() file: lib/Sema/TypeCheckEffects.cpp start line: 402 end line: 415 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10911 unit: bool isLocallyDefinedInPolymorphicEffectDeclContext() file: lib/Sema/TypeCheckEffects.cpp start line: 920 end line: 932 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10912 unit: static Context forFunction() file: lib/Sema/TypeCheckEffects.cpp start line: 1500 end line: 1518 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 10913 unit: static Context forInitializer() file: lib/Sema/TypeCheckEffects.cpp start line: 1524 end line: 1537 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10914 unit: ConditionalEffectKind checkNonExhaustiveDoBody() file: lib/Sema/TypeCheckEffects.cpp start line: 2362 end line: 2379 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10915 unit: static bool doesTypeAliasFullyConstrainAllOuterGenericParams() file: lib/Sema/TypeCheckNameLookup.cpp start line: 361 end line: 375 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10916 unit: static bool enclosingInstanceTypeIsNever() file: lib/Sema/TypeCheckPropertyWrapper.cpp start line: 254 end line: 268 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10917 unit: static bool isUnlabeledInitializerOrSubscript() file: lib/Sema/TypeCheckProtocol.cpp start line: 5760 end line: 5773 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10918 unit: void dumpInferredAssociatedTypes() file: lib/Sema/TypeCheckProtocolInference.cpp start line: 139 end line: 150 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10919 unit: static Space forDisjunct() file: lib/Sema/TypeCheckSwitchStmt.cpp start line: 218 end line: 231 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10920 unit: static bool isPointerToVoid() file: lib/Sema/TypeCheckType.cpp start line: 480 end line: 491 size: 12 LOC McCabe index: 5 number of parameters: 3 id: 10921 unit: static Type applyNonEscapingIfNecessary() file: lib/Sema/TypeCheckType.cpp start line: 1720 end line: 1743 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10922 unit: static bool validateAutoClosureAttr() file: lib/Sema/TypeCheckType.cpp start line: 1748 end line: 1761 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 10923 unit: static Optional getActualAssociativity() file: lib/Serialization/Deserialization.cpp start line: 2214 end line: 2225 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10924 unit: static void setOriginalDeclarationAndParameterIndicesInDifferentiableAttributes() file: lib/Serialization/Deserialization.cpp start line: 2493 end line: 2504 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10925 unit: Expected deserializeDictionaryType() file: lib/Serialization/Deserialization.cpp start line: 5998 end line: 6012 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10926 unit: static data_type ReadData() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 79 end line: 91 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10927 unit: static data_type ReadData() file: lib/Serialization/ModuleFileCoreTableInfo.h start line: 230 end line: 242 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 10928 unit: static Optional getActualLibraryKind() file: lib/Serialization/ModuleFileSharedCore.cpp start line: 912 end line: 926 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10929 unit: int32_t getNameDataForBase() file: lib/Serialization/Serialization.cpp start line: 203 end line: 216 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10930 unit: std::pair EmitKeyDataLength() file: lib/Serialization/Serialization.cpp start line: 308 end line: 319 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10931 unit: static uint8_t getRawOpaqueReadOwnership() file: lib/Serialization/Serialization.cpp start line: 509 end line: 520 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10932 unit: static Accessors getAccessors() file: lib/Serialization/Serialization.cpp start line: 571 end line: 582 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10933 unit: DeclID Serializer::addDeclRef() file: lib/Serialization/Serialization.cpp start line: 619 end line: 633 size: 12 LOC McCabe index: 13 number of parameters: 2 id: 10934 unit: bool Serializer::isDeclXRef() file: lib/Serialization/Serialization.cpp start line: 2120 end line: 2133 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 10935 unit: void visit() file: lib/Serialization/Serialization.cpp start line: 3150 end line: 3166 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10936 unit: void emitUSRsRecord() file: lib/Serialization/SerializeDoc.cpp start line: 582 end line: 594 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10937 unit: void SILSerializer::writeOneOperandLayout() file: lib/Serialization/SerializeSIL.cpp start line: 679 end line: 692 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10938 unit: void DeclarationFragmentPrinter::printDeclLoc() file: lib/SymbolGraphGen/DeclarationFragmentPrinter.cpp start line: 82 end line: 93 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10939 unit: static bool containsParams() file: lib/SymbolGraphGen/JSON.cpp start line: 216 end line: 228 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10940 unit: void Symbol::serializeRange() file: lib/SymbolGraphGen/Symbol.cpp start line: 160 end line: 173 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 10941 unit: void Symbol::serializeAvailabilityMixin() file: lib/SymbolGraphGen/Symbol.cpp start line: 459 end line: 472 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10942 unit: bool SymbolGraph::canIncludeDeclAsNode() file: lib/SymbolGraphGen/SymbolGraph.cpp start line: 651 end line: 666 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10943 unit: static void printSyntaxKind() file: lib/Syntax/RawSyntax.cpp start line: 43 end line: 54 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10944 unit: void swift::dumpTokenKind() file: lib/Syntax/RawSyntax.cpp start line: 58 end line: 69 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10945 unit: void TBDGenVisitor::visitDefaultArguments() file: lib/TBDGen/TBDGen.cpp start line: 660 end line: 675 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10946 unit: void TBDGenVisitor::visitNominalTypeDecl() file: lib/TBDGen/TBDGen.cpp start line: 851 end line: 868 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10947 unit: StringRef getSelectorName() file: lib/TBDGen/TBDGen.cpp start line: 1437 end line: 1448 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 10948 unit: static inline unsigned combineHashValue() file: stdlib/include/llvm/ADT/DenseMapInfo.h start line: 29 end line: 40 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10949 unit: void append() file: stdlib/include/llvm/ADT/SmallString.h start line: 73 end line: 84 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10950 unit: void assign() file: stdlib/include/llvm/ADT/SmallVector.h start line: 670 end line: 684 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10951 unit: inline std::string join_impl() file: stdlib/include/llvm/ADT/StringExtras.h start line: 288 end line: 300 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 10952 unit: bool isSingleStringRef() file: stdlib/include/llvm/ADT/Twine.h start line: 428 end line: 440 size: 12 LOC McCabe index: 6 number of parameters: 0 id: 10953 unit: void Reset() file: stdlib/include/llvm/Support/Allocator.h start line: 126 end line: 142 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10954 unit: void Deallocate() file: stdlib/include/llvm/Support/AllocatorBase.h start line: 52 end line: 63 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10955 unit: func parseUTF8CodeUnits() file: stdlib/private/StdlibUnicodeUnittest/StdlibUnicodeUnittest.swift start line: 16 end line: 29 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10956 unit: func parseUTF16CodeUnits() file: stdlib/private/StdlibUnicodeUnittest/StdlibUnicodeUnittest.swift start line: 31 end line: 43 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10957 unit: func _NSGetEnviron() file: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift start line: 232 end line: 244 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 10958 unit: static size_t getExtraAllocationSize() file: stdlib/public/BackDeployConcurrency/Metadata.cpp start line: 171 end line: 182 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10959 unit: void DefaultActorImpl::scheduleNonOverrideProcessJob() file: stdlib/public/Concurrency/Actor.cpp start line: 838 end line: 849 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10960 unit: static void _asyncLet_get_throwing_continuation() file: stdlib/public/Concurrency/AsyncLet.cpp start line: 258 end line: 274 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10961 unit: static void swift_task_enqueueGlobalWithDelayImpl() file: stdlib/public/Concurrency/DispatchGlobalExecutor.inc start line: 210 end line: 226 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 10962 unit: static ExecutorRef executorForEnqueuedJob() file: stdlib/public/Concurrency/Task.cpp start line: 289 end line: 300 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10963 unit: static void swift_taskGroup_initializeImpl() file: stdlib/public/Concurrency/TaskGroup.cpp start line: 469 end line: 485 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10964 unit: void AsyncTask::flagAsRunning_slow() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 605 end line: 617 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10965 unit: void AsyncTask::flagAsSuspended_slow() file: stdlib/public/Concurrency/TaskStatus.cpp start line: 619 end line: 631 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 10966 unit: void restoreVoucher() file: stdlib/public/Concurrency/VoucherSupport.h start line: 101 end line: 119 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10967 unit: func _adding() file: stdlib/public/Differentiation/AnyDifferentiable.swift start line: 188 end line: 201 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10968 unit: func _subtracting() file: stdlib/public/Differentiation/AnyDifferentiable.swift start line: 204 end line: 217 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10969 unit: func assignID() file: stdlib/public/Distributed/DistributedActorSystem.swift start line: 66 end line: 139 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10970 unit: mutating func next() file: stdlib/public/Distributed/HeterogeneousBuffer.swift start line: 71 end line: 92 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 10971 unit: void llvm::deallocate_buffer() file: stdlib/public/LLVMSupport/MemAlloc.cpp start line: 23 end line: 34 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10972 unit: MetatypeRepresentation combineRepresentations() file: stdlib/public/Reflection/TypeLowering.cpp start line: 1629 end line: 1643 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 10973 unit: void visitTupleTypeRef() file: stdlib/public/Reflection/TypeRef.cpp start line: 112 end line: 123 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10974 unit: void setIsImmortal() file: stdlib/public/SwiftShims/RefCount.h start line: 748 end line: 759 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10975 unit: void incrementWeak() file: stdlib/public/SwiftShims/RefCount.h start line: 1238 end line: 1250 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 10976 unit: func _allocateUninitializedArray() file: stdlib/public/core/ArrayShared.swift start line: 38 end line: 53 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10977 unit: initName.withUTF8Buffer() file: stdlib/public/core/AssertCommon.swift start line: 196 end line: 207 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10978 unit: mutating func decodeIfPresent() file: stdlib/public/core/Codable.swift start line: 2736 end line: 2822 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10979 unit: mutating func encode() file: stdlib/public/core/Codable.swift start line: 2886 end line: 2972 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10980 unit: func decode() file: stdlib/public/core/Codable.swift start line: 3039 end line: 3137 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10981 unit: func index() file: stdlib/public/core/Collection.swift start line: 566 end line: 694 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 10982 unit: mutating func formTruncatingRemainder() file: stdlib/public/core/FloatingPoint.swift start line: 749 end line: 995 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10983 unit: func appendHashFromArgument() file: stdlib/public/core/KeyPath.swift start line: 701 end line: 715 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10984 unit: mutating func pushDest() file: stdlib/public/core/KeyPath.swift start line: 3252 end line: 3263 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10985 unit: mutating func remove() file: stdlib/public/core/RangeReplaceableCollection.swift start line: 267 end line: 372 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10986 unit: func _stdlib_atomicCompareExchangeStrongPtr() file: stdlib/public/core/Runtime.swift start line: 25 end line: 37 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 10987 unit: func dump() file: stdlib/public/core/RuntimeFunctionCounters.swift start line: 378 end line: 389 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 10988 unit: func _customContainsEquatableElement() file: stdlib/public/core/Sequence.swift start line: 352 end line: 422 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10989 unit: func member() file: stdlib/public/core/ShadowProtocols.swift start line: 149 end line: 173 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 10990 unit: func _findStringSwitchCase() file: stdlib/public/core/StringSwitch.swift start line: 21 end line: 33 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10991 unit: func findInvalidRange() file: stdlib/public/core/StringUTF8Validation.swift start line: 89 end line: 101 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 10992 unit: static void copyReference() file: stdlib/public/runtime/ExistentialMetadataImpl.h start line: 59 end line: 81 size: 12 LOC McCabe index: 4 number of parameters: 5 id: 10993 unit: void swift::swift_nonatomic_unownedRelease() file: stdlib/public/runtime/HeapObject.cpp start line: 499 end line: 514 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 10994 unit: void swift::swift_nonatomic_unownedRelease_n() file: stdlib/public/runtime/HeapObject.cpp start line: 558 end line: 572 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10995 unit: void swift::swift_nonatomic_unownedRetainStrongAndRelease() file: stdlib/public/runtime/HeapObject.cpp start line: 656 end line: 670 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 10996 unit: static size_t getExtraAllocationSize() file: stdlib/public/runtime/Metadata.cpp start line: 1196 end line: 1207 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 10997 unit: bool matchesKey() file: stdlib/public/runtime/Metadata.cpp start line: 1431 end line: 1448 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 10998 unit: static void tuple_destroy() file: stdlib/public/runtime/Metadata.cpp start line: 1530 end line: 1543 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 10999 unit: static NodePointer getParameterList() file: stdlib/public/runtime/MetadataLookup.cpp start line: 1952 end line: 1968 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 11000 unit: void RefCounts::incrementNonAtomicSlow() file: stdlib/public/runtime/RefCount.cpp start line: 37 end line: 49 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11001 unit: intptr_t recursiveChildOffset() file: stdlib/public/runtime/ReflectionMirror.cpp start line: 678 end line: 691 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 11002 unit: static void shiftLeft128() file: stdlib/public/runtime/SwiftDtoa.cpp start line: 1903 end line: 1915 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 11003 unit: bool swift::swift_isUniquelyReferenced_nonNull() file: stdlib/public/runtime/SwiftObject.mm start line: 1370 end line: 1383 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 11004 unit: void swift_stdlib_random() file: stdlib/public/stubs/Random.cpp start line: 59 end line: 71 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11005 unit: static bool swift_stringIsSignalingNaN() file: stdlib/public/stubs/Stubs.cpp start line: 282 end line: 295 size: 12 LOC McCabe index: 12 number of parameters: 1 id: 11006 unit: static long double swift_strtold_l() file: stdlib/public/stubs/Stubs.cpp start line: 370 end line: 381 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 11007 unit: __swift_uint32_t _swift_stdlib_getDecompositionEntry() file: stdlib/public/stubs/Unicode/UnicodeNormalization.cpp start line: 63 end line: 75 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11008 unit: bool matches() file: stdlib/toolchain/Compatibility51/ProtocolConformance.cpp start line: 290 end line: 305 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 11009 unit: static double combinedScore() file: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp start line: 617 end line: 631 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 11010 unit: static bool initDocEntityInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 531 end line: 542 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 11011 unit: static void addParameters() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 934 end line: 945 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 11012 unit: static bool getSourceTextInfo() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1180 end line: 1193 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 11013 unit: static NameUsage getNameUsage() file: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp start line: 1361 end line: 1372 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 11014 unit: static bool inferIsSettableSyntactically() file: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp start line: 1232 end line: 1243 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 11015 unit: std::vector getDeclAttributeUIDs() file: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp start line: 102 end line: 115 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11016 unit: UIdent SwiftLangSupport::getUIDForSyntaxStructureElementKind() file: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp start line: 575 end line: 587 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 11017 unit: static StringRef getSourceToken() file: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp start line: 569 end line: 583 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 11018 unit: unsigned char onColon() file: tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp start line: 494 end line: 512 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11019 unit: static Optional getReqOptValueAsInt() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 316 end line: 327 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 11020 unit: static void getSemanticInfo() file: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp start line: 1535 end line: 1550 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11021 unit: OutNode DocStructureArrayReader::readStructure() file: tools/SourceKit/tools/sourcekitd/lib/API/DocStructureArray.cpp start line: 371 end line: 382 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11022 unit: static void enableCompileNotifications() file: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp start line: 3488 end line: 3500 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 11023 unit: static auto getElement() file: tools/SourceKit/tools/sourcekitd/lib/API/TokenAnnotationsArray.cpp start line: 151 end line: 164 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 11024 unit: void sourcekitd_set_uid_handlers() file: tools/SourceKit/tools/sourcekitd/lib/API/UIDHandling.cpp start line: 33 end line: 46 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 11025 unit: sourcekitd_uid_t sourcekitd::SKDUIDFromUIdent() file: tools/SourceKit/tools/sourcekitd/lib/API/UIDHandling.cpp start line: 48 end line: 61 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11026 unit: bool sourcekitd::initializeClient() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 227 end line: 240 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 11027 unit: bool sourcekitd_variant_array_apply_impl() file: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-Common.cpp start line: 506 end line: 520 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 11028 unit: static void makeCTrivia() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 155 end line: 166 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11029 unit: static swiftparser_diagnostic_severity_t getSeverity() file: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp start line: 417 end line: 428 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11030 unit: static void printAndSortNames() file: tools/sil-nm/SILNM.cpp start line: 90 end line: 101 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11031 unit: static void demangle() file: tools/swift-demangle-yamldump/swift-demangle-yamldump.cpp start line: 154 end line: 166 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 11032 unit: std::shared_ptr createSMAModel() file: tools/swift-ide-test/ModuleAPIDiff.cpp start line: 879 end line: 897 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 11033 unit: static bool setBufferForFile() file: tools/swift-ide-test/swift-ide-test.cpp start line: 842 end line: 853 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 11034 unit: static int printCodeCompletionResults() file: tools/swift-ide-test/swift-ide-test.cpp start line: 1139 end line: 1150 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 11035 unit: void printSourceUntil() file: tools/swift-ide-test/swift-ide-test.cpp start line: 2292 end line: 2304 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11036 unit: void printWithEscaping() file: tools/swift-ide-test/swift-ide-test.cpp start line: 3283 end line: 3294 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 11037 unit: func iterateConformanceCache() file: tools/swift-inspect/Sources/swift-inspect/RemoteMirrorExtensions.swift start line: 78 end line: 89 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 11038 unit: static inline void addPass() file: tools/swift-llvm-opt/LLVMOpt.cpp start line: 158 end line: 172 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 11039 unit: explicit Image() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 302 end line: 315 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11040 unit: StringRef getContentsAtAddress() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 335 end line: 348 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 11041 unit: static ReflectionContextHolder makeReflectionContextForMetadataReader() file: tools/swift-reflection-dump/swift-reflection-dump.cpp start line: 594 end line: 605 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 11042 unit: std::vector query_code_signature() file: tools/swift-stdlib-tool/swift-stdlib-tool.cpp start line: 942 end line: 953 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 11043 unit: ByteBasedSourceRangeSet intersect() file: tools/swift-syntax-test/swift-syntax-test.cpp start line: 267 end line: 278 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11044 unit: static std::vector tokenize() file: unittests/Basic/SourceManagerTest.cpp start line: 21 end line: 33 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11045 unit: void UnitTestSourceFileDepGraphFactory::addADefinedDecl() file: unittests/Driver/UnitTestSourceFileDepGraphFactory.cpp start line: 51 end line: 63 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 11046 unit: SymbolicReferenceExprSyntax getCannedSymbolicRef() file: unittests/Syntax/UnknownSyntaxTests.cpp start line: 13 end line: 26 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11047 unit: static void witnessTableInstantiator() file: unittests/runtime/Metadata.cpp start line: 688 end line: 704 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 11048 unit: def categorize() file: utils/analyze_code_size.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11049 unit: def prepare_module_list() file: utils/api_checker/swift-api-checker.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 5 id: 11050 unit: def __call__() file: utils/build_swift/build_swift/argparse/actions.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 5 id: 11051 unit: def lowercase_first_word() file: utils/gyb_syntax_support/kinds.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 11052 unit: func tabToolbarDidLongPressTabs() file: utils/parser-lib/profile-input.swift start line: 1568 end line: 1583 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 11053 unit: func homePanelDidRequestToOpenInNewTab() file: utils/parser-lib/profile-input.swift start line: 1743 end line: 1757 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 11054 unit: func introViewControllerDidFinish() file: utils/parser-lib/profile-input.swift start line: 1984 end line: 1997 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11055 unit: def vars_of_args() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 11056 unit: def show_incrementality() file: utils/process-stats-dir.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 11057 unit: def _is_package_installed() file: utils/python_format.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11058 unit: def do_print() file: utils/swift-bench.py start line: 0 end line: 0 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 11059 unit: def run_command() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 11060 unit: def collect_slices() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 11061 unit: def should_retry_compilation() file: utils/swift_build_sdk_interfaces.py start line: 0 end line: 0 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 11062 unit: def get_dependencies() file: utils/swift_build_support/swift_build_support/products/indexstoredb.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11063 unit: def get_dependencies() file: utils/swift_build_support/swift_build_support/products/playgroundsupport.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11064 unit: def host_install_destdir() file: utils/swift_build_support/swift_build_support/products/product.py start line: 0 end line: 0 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 11065 unit: def get_dependencies() file: utils/swift_build_support/swift_build_support/products/skstresstester.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11066 unit: def get_dependencies() file: utils/swift_build_support/swift_build_support/products/swiftdocc.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11067 unit: def get_dependencies() file: utils/swift_build_support/swift_build_support/products/swiftformat.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11068 unit: def pushd() file: utils/swift_build_support/swift_build_support/shell.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 3 id: 11069 unit: func tester1() file: validation-test/Reflection/reflect_Enum_value.swift start line: 296 end line: 329 size: 12 LOC McCabe index: 5 number of parameters: 0 id: 11070 unit: func rdar19368383() file: validation-test/Sema/type_checker_perf/slow/rdar19368383.swift start line: 5 end line: 16 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11071 unit: func b() file: validation-test/compiler_crashers_2_fixed/0153-rdar36497404.swift start line: 9 end line: 24 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 11072 unit: func f() file: validation-test/compiler_crashers_fixed/00200-swift-parser-parsestmtreturn.swift start line: 32 end line: 43 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 11073 unit: func f() file: validation-test/compiler_crashers_fixed/00235-swift-genericparamlist-print.swift start line: 54 end line: 68 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 11074 unit: func f() file: validation-test/compiler_crashers_fixed/00713-swift-declcontext-lookupqualified.swift start line: 50 end line: 61 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 11075 unit: func f() file: validation-test/compiler_crashers_fixed/01219-swift-modulefile-gettype.swift start line: 9 end line: 20 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 11076 unit: func a() file: validation-test/compiler_crashers_fixed/01655-getselftypeforcontainer.swift start line: 40 end line: 51 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 11077 unit: init() file: validation-test/compiler_crashers_fixed/01526-swift-constraints-constraintsystem-gettypeofmemberreference.swift start line: 11 end line: 12 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 38761 unit: func call() file: validation-test/compiler_crashers_fixed/01563-swift-nominaltypedecl-getdeclaredtypeincontext.swift start line: 14 end line: 15 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 38762 unit: init() file: validation-test/compiler_crashers_fixed/01582-swift-constraints-solution-computesubstitutions.swift start line: 10 end line: 11 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 38763 unit: func b() file: validation-test/compiler_crashers_fixed/01600-swift-availabilityattr-isunavailable.swift start line: 16 end line: 17 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 38764 unit: func a() file: validation-test/compiler_crashers_fixed/01609-getselftypeforcontainer.swift start line: 18 end line: 19 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 38765 unit: init