View source code
Display the source code in dmd/e2ir.d from which this page was generated on github.
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 local clone.

Function dmd.e2ir.setEthis2

Initialize the dual-context array with the context pointers.

extern(C++) elem* setEthis2 (
  ref const(dmd.globals.Loc) loc,
  IRState* irs,
  FuncDeclaration fd,
  elem* ethis2,
  elem** ethis,
  elem** eside
);

Parameters

NameDescription
loc line and file of what line to show usage for
irs current context to get the second context from
fd the target function
ethis2 dual-context array
ethis the first context
eside where to store the assignment expressions

Returns

ethis2 if successful, null otherwise

Authors

Walter Bright

License

Boost License 1.0