Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_.rs29 pub fn type_void(&self) -> Type<'gcc> { in type_void() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs51 pub(crate) fn type_void(&self) -> &'ll Type { in type_void() method
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2388 SpvId type_void = spirv_builder_type_void(&ctx->builder); in emit_discard() local
4874 SpvId type_void = spirv_builder_type_void(&ctx.builder); in nir_to_spirv() local