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 using
a local clone.
dmd.ctorflow
Compiler implementation of the
D programming language.
Manage flow analysis for constructors.
Authors:
License:
Source ctorflow.d
Documentation https://dlang.org/phobos/dmd_ctorflow.html
- struct
CtorFlow; - Primitive flow analysis for constructors
- CSX
callSuper; - state of calling other constructors
- CSX[]
fieldinit; - state of field initializations
- CtorFlow
clone(); - Create a deep copy of thisReturns:a copy
- pure nothrow void
orCSX(CSXcsx); - Set CSX bits in flow analysis stateParameters:
CSX csxbits to set - void
OR(ref const CtorFlowctorflow); - OR CSX bits to thisParameters:
CtorFlow ctorflowbits to OR in
- bool
mergeFieldInitX(ref CSXfieldInit, const CSXfi); - Merge fi flow analysis results into fieldInit.Parameters:
CSX fieldInitthe path to merge fi into CSX fithe other path Returns:false means either fieldInit or fi skips initialization
Copyright © 1999-2018 by the D Language Foundation | Page generated by
Ddoc on Wed May 2 06:29:31 2018