(&self, t: Self::Type)
| 122 | |
| 123 | impl<'tcx> ConstMethods<'tcx> for CodegenCx<'tcx> { |
| 124 | fn const_null(&self, t: Self::Type) -> Self::Value { |
| 125 | self.constant_null(t) |
| 126 | } |
| 127 | fn const_undef(&self, ty: Self::Type) -> Self::Value { |
| 128 | self.undef(ty) |
| 129 | } |
nothing calls this directly
no test coverage detected