Home
last modified time | relevance | path

Searched defs:const_struct (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs24 fn const_struct(&self, elts: &[Self::Value], packed: bool) -> Self::Value; in const_struct() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs221 fn const_struct(&self, elts: &[&'ll Value], packed: bool) -> &'ll Value { in const_struct() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs148 fn const_struct(&self, values: &[RValue<'gcc>], packed: bool) -> RValue<'gcc> { in const_struct() method