Movatterモバイル変換


[0]ホーム

URL:


D Logo
Menu
Search

Library Reference

version 2.112.0

overview

Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinga local clone.

dmd.glue.s2ir

Convert statements to Intermediate Representation (IR) for the back-end.
Authors:
Walter Bright
License:
Boost License 1.0

Sources2ir.d

Documentationhttps://dlang.org/phobos/dmd_glue_2ir.html

Coveragehttps://codecov.io/gh/dlang/dmd/src/master/compiler/src/dmd/glue/s2ir.d

package(dmd.glue) voidinsertFinallyBlockCalls(block*startblock);
Insert finally block calls when doing a goto from inside a try block to outside. Done after blocks are generated because then we know all the edges of the graph, but before the Bpred's are computed. Only for EH_DWARF exception unwinding.
Parameters:
block*startblockfirst block in function
package(dmd.glue) voidinsertFinallyBlockGotos(block*startblock);
Insert gotos to finally blocks when doing a return or goto from inside a try block to outside. Done after blocks are generated because then we know all the edges of the graph, but before the Bpred's are computed. Only for functions with no exception handling. Very similar to insertFinallyBlockCalls().
Parameters:
block*startblockfirst block in function
Copyright © 1999-2026 by theD Language Foundation | Page generated byDdoc on Fri Feb 20 17:56:42 2026

[8]ページ先頭

©2009-2026 Movatter.jp