Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs96 pub struct FunctionPrototypeC { struct
98 pub type_qualifier: TypeQualifierC,
100 pub type_name: BaseTypeC,
102 pub pointer_level: PointerLevelC,
104 pub params: ParameterListC,
106 pub ident_id: String,
518 impl MakeUnique for FunctionPrototypeC { implementation
526 impl Arbitrary for FunctionPrototypeC { implementation
527 fn arbitrary(g: &mut Gen) -> FunctionPrototypeC { in arbitrary()
539 impl fmt::Display for FunctionPrototypeC { implementation