We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38271c commit 6e12fffCopy full SHA for 6e12fff
include/swift/SIL/MemAccessUtils.h
@@ -206,7 +206,8 @@ SILValue findOwnershipReferenceRoot(SILValue ref);
206
207
/// Look through all ownership forwarding instructions to find the values which
208
/// were originally borrowed.
209
-void findGuaranteedReferenceRoots(SILValue value, bool lookThroughNestedBorrows,
+void findGuaranteedReferenceRoots(SILValue referenceValue,
210
+ bool lookThroughNestedBorrows,
211
SmallVectorImpl<SILValue> &roots);
212
213
/// Find the aggregate containing the first owned root of the
0 commit comments