dmd.iasmgcc
Inline assembler for the GCC D compiler.
Discussion
Copyright (C) 2018-2021 by The D Language Foundation, All Rights Reserved
License
Source: iasmgcc.d
Documentation: https://dlang.org/phobos/dmd_iasmgcc.html
-
Declaration
StatementgccAsmSemantic(GccAsmStatements, Scope*sc);Parse and run semantic analysis on a GccAsmStatement.
Parameters
GccAsmStatementsgcc asm statement being parsed
Scope*scthe scope where the asm statement is located
Return Value
the completed gcc asm statement, or
nullif errors occurred