CodeQL library for Rust
codeql/rust-all 0.2.12 (changelog, source)
Search

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.Raw

Direct 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