ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
InlineAsmStatement
dmd
statement
https://dlang.org/spec/iasm.html
extern (
C
++) final
class
InlineAsmStatement :
AsmStatement
{
code
*
asmcode
;
uint
asmalign
;
uint
regs
;
bool
refparam
;
bool
naked
;
this
(Loc loc, Token* tokens);
Statement
syntaxCopy
();
void
accept
(Visitor v);
}
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
Source
See Implementation
dmd
statement
classes
AsmStatement
BreakStatement
CaseRangeStatement
CaseStatement
Catch
CompileStatement
CompoundAsmStatement
CompoundDeclarationStatement
CompoundStatement
ConditionalStatement
ContinueStatement
DebugStatement
DefaultStatement
DoStatement
DtorExpStatement
ErrorStatement
ExpStatement
ForStatement
ForeachRangeStatement
ForeachStatement
ForwardingStatement
GccAsmStatement
GotoCaseStatement
GotoDefaultStatement
GotoStatement
IfStatement
ImportStatement
InlineAsmStatement
LabelDsymbol
LabelStatement
PeelStatement
PragmaStatement
ReturnStatement
ScopeGuardStatement
ScopeStatement
Statement
StaticAssertStatement
StaticForeachStatement
SwitchErrorStatement
SwitchStatement
SynchronizedStatement
ThrowStatement
TryCatchStatement
TryFinallyStatement
UnrolledLoopStatement
WhileStatement
WithStatement
enums
STMT
functions
getException
getThrowable
https://dlang.org/spec/iasm.html