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

Class Raw::AsmRegSpec

INTERNAL: Do not use. A register specification in an inline assembly block.

For example:

use core::arch::asm;
asm!("mov {0}, {1}", out("eax") x, in(EBX) y);
//                        ^^^         ^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getIdentifier

Gets the identifier of this asm reg spec, if it exists.

toString