Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs57 pub struct StructDeclarationC { struct
139 StructDecl(StructDeclarationC),
191 2 => DeclarationC::StructDecl(StructDeclarationC::arbitrary(g)), in arbitrary()
386 impl MakeUnique for StructDeclarationC { implementation
394 impl Arbitrary for StructDeclarationC { implementation
395 fn arbitrary<G: Gen>(g: &mut G) -> StructDeclarationC { in arbitrary() argument
413 StructDeclarationC { in arbitrary()
422 impl fmt::Display for StructDeclarationC { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/tests/
Dfuzzed-c-headers.rs9 ParameterC, ParameterListC, PointerLevelC, StructDeclarationC,
59 let _: StructDeclarationC = Arbitrary::arbitrary(gen); in test_struct_declaration_c_does_not_panic()