Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs7 fn const_null(&self, t: Self::Type) -> Self::Value; in const_null() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs124 fn const_null(&self, t: &'ll Type) -> &'ll Value { in const_null() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs50 fn const_null(&self, typ: Type<'gcc>) -> RValue<'gcc> { in const_null() method