gccAsmSemantic

Parse and run semantic analysis on a GccAsmStatement.

Parameters

s GccAsmStatement

gcc asm statement being parsed

sc Scope*

the scope where the asm statement is located

Return Value

Type: Statement

the completed gcc asm statement, or null if errors occurred

Suggestion Box / Bug Report