GccAsmStatement

https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html

Assembler instructions with D expression operands.

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

args
Expressions* args;
Undocumented in source.
clobbers
Expressions* clobbers;
Undocumented in source.
constraints
Expressions* constraints;
Undocumented in source.
gotos
GotoStatements* gotos;
Undocumented in source.
insn
Expression insn;
Undocumented in source.
labels
Identifiers* labels;
Undocumented in source.
names
Identifiers* names;
Undocumented in source.
outputargs
uint outputargs;
Undocumented in source.
stc
StorageClass stc;
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