Home
last modified time | relevance | path

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

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