Class Raw::AsmOperandNamed
INTERNAL: Do not use. A named operand in an inline assembly block.
For example:
use core::arch::asm;
asm!("mov {0:x}, {input:x}", out(reg) x, input = in(reg) y);
// ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAsmOperand | Gets the asm operand of this asm operand named, if it exists. |
| getName | Gets the name of this asm operand named, if it exists. |
| toString |