el_ctor_dtor

Create constructor/destructor pair of elems. Caution: The pattern generated here must match that detected in e2ir.c's visit(CallExp).

version(COMPILE)
extern (C++) nothrow @safe @trusted
el_ctor_dtor

Parameters

ec elem*

code to construct (may be null)

ed elem*

code to destruct

pedtor elem**

set to destructor node

Return Value

Type: elem*

constructor node

Suggestion Box / Bug Report