Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs59 pub fields: DeclarationListC,
71 pub fields: DeclarationListC,
149 pub struct DeclarationListC { struct
159 pub def: DeclarationListC, argument
216 impl Arbitrary for DeclarationListC { implementation
217 fn arbitrary<G: Gen>(g: &mut G) -> DeclarationListC { in arbitrary() argument
218 DeclarationListC { in arbitrary()
225 impl fmt::Display for DeclarationListC { implementation
399 let mut decl_list: DeclarationListC = in arbitrary()
401 let mut fields: DeclarationListC = DeclarationListC { decls: vec![] }; in arbitrary()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/tests/
Dfuzzed-c-headers.rs8 DeclarationListC, FunctionPointerDeclarationC, FunctionPrototypeC, HeaderC,
23 let _: DeclarationListC = Arbitrary::arbitrary(gen); in test_declaraion_list_c_does_not_panic()