InlineAsmStatement

Constructors

this
this(Loc loc, Token* tokens)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Statement syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

asmalign
uint asmalign;
Undocumented in source.
asmcode
code* asmcode;
Undocumented in source.
naked
bool naked;
Undocumented in source.
refparam
bool refparam;
Undocumented in source.
regs
uint regs;
Undocumented in source.

Inherited Members

From AsmStatement

tokens
Token* tokens;
Undocumented in source.
syntaxCopy
Statement syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta