resolveLengthVar

Given an expression e that is an array, determine and set the 'length' variable. Input: lengthVar Symbol of 'length' variable &e expression that is the array t1 Type of the array Output: e is rewritten to avoid side effects

extern (C++)
resolveLengthVar

Return Value

Type: elem*

expression that initializes 'length'

Suggestion Box / Bug Report