- arrayBoundsCheck
bool arrayBoundsCheck()
Returns true if do array bounds checking for the current function
- getBreakBlock
block* getBreakBlock(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
- getContBlock
block* getContBlock(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDefaultBlock
block* getDefaultBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFinallyBlock
block* getFinallyBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFunc
FuncDeclaration getFunc()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSwitchBlock
block* getSwitchBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
- insertLabel
void insertLabel(Statement s, Label* label)
Access labels AA from C++ code.
- lookupLabel
Label** lookupLabel(Statement s)
Access labels AA from C++ code.