Structs§
Functions§
- eat_
operand_ 🔒keyword - Used for better error messages when operand types are used that are not
supported by the current macro (e.g.
in
orout
forglobal_asm!
) - err_
duplicate_ 🔒option - Report a duplicate option error.
- err_
unsupported_ 🔒option - Report an invalid option error.
- expand_
asm 🔒 - expand_
global_ 🔒asm - expand_
naked_ 🔒asm - expand_
preparsed_ 🔒asm - parse_
args 🔒 - parse_
asm_ args - parse_
clobber_ 🔒abi - parse_
options 🔒 - parse_
reg 🔒 - try_
set_ 🔒option - Try to set the provided option in the provided
AsmArgs
. If it is already set, report a duplicate option error.