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

Class Raw::AsmOptionsList

INTERNAL: Do not use. A list of options in an inline assembly block.

For example:

use core::arch::asm;
asm!("", options(nostack, nomem));
//              ^^^^^^^^^^^^^^^^

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getAsmOption

Gets the indexth asm option of this asm options list (0-based).

getNumberOfAsmOptions

Gets the number of asm options of this asm options list.

toString