Home
last modified time | relevance | path

Searched refs:is_block_pointer (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs94 pub fn is_block_pointer(&self) -> bool { in is_block_pointer() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs3812 if self.is_block_pointer() && !ctx.options().generate_block { in try_to_rust_ty()