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

Module Generated

INTERNAL: This module contains the fully generated definition of AsmExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.AsmExpr

Classes

AsmExpr

An inline assembly expression. For example: rust unsafe { #[inline(always)] builtin # asm("cmp {0}, {1}", in(reg) a, in(reg) b); } INTERNAL: Do not reference the Generated::AsmExpr class directly. Use the subclass AsmExpr, where the following predicates are available.