Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu.c468 uint32_t b_sig = QPU_GET_FIELD(b, QPU_SIG); in qpu_merge_inst() local
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcoercion.rs1143 let b_sig = new_ty.fn_sig(self.tcx); in try_find_coercion_lub() localVariable
1151 let b_sig = self in try_find_coercion_lub() localVariable
/third_party/rust/rust/compiler/rustc_lint/src/
Dbuiltin.rs2894 let b_sig = tcx.erase_late_bound_regions(b_poly_sig); in structurally_same_type() localVariable