You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relative to the function, and an optional discriminator within the
5324
5324
function:
5325
5325
5326
-
<code><pre><fontcolor=blue> <<aname="mangle.local-name">local-name</a>> := Z <<i>function</i><ahref="#mangle.encoding">encoding</a>> E <<i>entity</i><ahref="#mangle.name">name</a>> [<<ahref="#mangle.discriminator">discriminator</a>>]
5327
-
:= Z <<i>function</i><ahref="#mangle.encoding">encoding</a>> E s [<<ahref="#mangle.discriminator">discriminator</a>>]
5326
+
<code><pre><fontcolor=blue> <<aname="mangle.local-name">local-name</a>> ::= Z <<i>function</i><ahref="#mangle.encoding">encoding</a>> E <<i>entity</i><ahref="#mangle.name">name</a>> [<<ahref="#mangle.discriminator">discriminator</a>>]
5327
+
::= Z <<i>function</i><ahref="#mangle.encoding">encoding</a>> E s [<<ahref="#mangle.discriminator">discriminator</a>>]
5328
5328
5329
-
<<aname="mangle.discriminator">discriminator</a>> := _ <<i>non-negative</i><ahref="#mangle.number">number</a>> # when number <10
5330
-
:= __<<i>non-negative</i><ahref="#mangle.number">number</a>> _ # when number >= 10
5329
+
<<aname="mangle.discriminator">discriminator</a>> ::= _ <<i>non-negative</i><ahref="#mangle.number">number</a>> # when number <10
5330
+
::= __<<i>non-negative</i><ahref="#mangle.number">number</a>> _ # when number >= 10
5331
5331
</font></pre></code>
5332
5332
5333
5333
<p>The enclosing function is the closest function enclosing the
0 commit comments