checkAddressVar

Determine if exp, which gets its address taken, can do so safely.

bool
checkAddressVar

Parameters

sc Scope*

context

exp Expression

expression having its address taken

v VarDeclaration

the variable getting its address taken

Return Value

Type: bool

true if ok, false for error

Suggestion Box / Bug Report