Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Ditem_kind.rs81 pub fn as_type(&self) -> Option<&Type> { in as_type() method
Ditem.rs614 pub fn as_type(&self) -> Option<&Type> { in as_type() method
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2810 struct vtn_type *as_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local