carraySemantic

C11 6.5.2.1-2 Apply C semantics to E[I] expression. E1E2 is lowered to *(E1 + E2)

carraySemantic

Parameters

ae ArrayExp

ArrayExp to run semantics on

sc Scope*

context

Return Value

Expression if this was a C expression with completed semantic, null if not

Meta