dmd.ctorflow

Manage flow analysis for constructors.

Members

Enums

CSX
enum CSX
Undocumented in source.

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