Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs19 const RUST_DERIVE_FUNPTR_LIMIT: usize = 12; constant
642 if self.argument_types.len() > RUST_DERIVE_FUNPTR_LIMIT { in function_pointers_can_derive()