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

Class Raw::AsmSym

INTERNAL: Do not use. A symbol operand in an inline assembly block.

For example:

use core::arch::asm;
asm!("call {sym}", sym = sym my_function);
//                 ^^^^^^^^^^^^^^^^^^^^^^

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getPath

Gets the path of this asm sym, if it exists.

toString