Home
last modified time | relevance | path

Searched refs:function_pointers_can_derive (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_debug.rs234 if !sig.function_pointers_can_derive() => in impl_debug()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dderive.rs531 match (self, f.function_pointers_can_derive()) { in can_derive_fnptr()
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs641 pub fn function_pointers_can_derive(&self) -> bool { in function_pointers_can_derive() method