GccAsmStatement

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

Assembler instructions with D expression operands.

extern (C++) final
class GccAsmStatement : AsmStatement {
StorageClass stc;
Expression insn;
Expressions* args;
uint outputargs;
Identifiers* names;
Expressions* constraints;
Expressions* clobbers;
Identifiers* labels;
GotoStatements* gotos;
}
Suggestion Box / Bug Report