dmd.ctorflow

Manage flow analysis for constructors.

Members

Functions

mergeCallSuper
bool mergeCallSuper(CSX a, CSX b)

Merge b flow analysis results into a.

mergeFieldInit
bool mergeFieldInit(CSX a, CSX b)

Merge b flow analysis results into a.

Structs

CtorFlow
struct CtorFlow

Primitive flow analysis for constructors

FieldInit
struct FieldInit

Individual field in the Ctor with information about its callees and location.

Meta

Suggestion Box / Bug Report