Home
last modified time | relevance | path

Searched defs:inline_asm (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dlib.rs64 mod inline_asm; module
/third_party/rust/rust/compiler/rustc_parse_format/src/
Dlib.rs722 fn inline_asm(&mut self) -> FormatSpec<'a> { in inline_asm() method