INTERNAL: Do not use. An inline assembly expression. For example:
unsafe {
#[inline(always)]
builtin # asm("cmp {0}, {1}", in(reg) a, in(reg) b);
}
Import path
import codeql.rust.elements.internal.generated.RawIndirect supertypes
Predicates
| getAsmPiece | Gets the |
| getAttr | Gets the |
| getNumberOfAsmPieces | Gets the number of asm pieces of this asm expression. |
| getNumberOfAttrs | Gets the number of attrs of this asm expression. |
| getNumberOfTemplates | Gets the number of templates of this asm expression. |
| getTemplate | Gets the |
| toString |
Inherited predicates
| getAttributeMacroExpansion | Gets the attribute macro expansion of this item, if it exists. | from Item |