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.
2 parents de86e4f + 976a9c7 commit 20ec112Copy full SHA for 20ec112
docs/SIL.rst
@@ -2937,6 +2937,7 @@ is_escaping_closure
2937
```````````````````
2938
2939
::
2940
+
2941
sil-instruction ::= 'is_escaping_closure' sil-operand
2942
2943
%1 = is_escaping_closure %0 : $@callee_guaranteed () -> ()
@@ -2948,6 +2949,7 @@ true if it is.
2948
2949
2950
copy_block
2951
``````````
2952
2953
2954
2955
sil-instruction :: 'copy_block' sil-operand
@@ -2960,6 +2962,7 @@ if the block is copied from the stack to the heap.
2960
2962
2961
2963
copy_block_without_escaping
2964
```````````````````````````
2965
2966
2967
2968
sil-instruction :: 'copy_block_without_escaping' sil-operand 'withoutEscaping' sil-operand
0 commit comments