mergeFieldInit

Merge b flow analysis results into a.

pure nothrow
bool
mergeFieldInit
(
ref CSX a
,
const CSX b
)

Parameters

a CSX

the path to merge b into

b CSX

the other path

Return Value

Type: bool

false means either a or b skips initialization

Suggestion Box / Bug Report