Home
last modified time | relevance | path

Searched defs:thin (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/run-make/lto-smoke/
DMakefile22 thin: target
/third_party/rust/rust/tests/ui/box/
Dthin_new.rs12 let thin = ThinBox::new(42i32); in main() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs664 let thin = ThinBuffer::new(llmod, config.emit_thin_lto); in codegen() localVariable
/third_party/rust/rust/library/alloc/src/
Dboxed.rs184 mod thin; module