Searched refs:StructDeclarationC (Results 1 – 2 of 2) sorted by relevance
57 pub struct StructDeclarationC { struct139 StructDecl(StructDeclarationC),191 2 => DeclarationC::StructDecl(StructDeclarationC::arbitrary(g)), in arbitrary()386 impl MakeUnique for StructDeclarationC { implementation394 impl Arbitrary for StructDeclarationC { implementation395 fn arbitrary<G: Gen>(g: &mut G) -> StructDeclarationC { in arbitrary() argument413 StructDeclarationC { in arbitrary()422 impl fmt::Display for StructDeclarationC { implementation
9 ParameterC, ParameterListC, PointerLevelC, StructDeclarationC,59 let _: StructDeclarationC = Arbitrary::arbitrary(gen); in test_struct_declaration_c_does_not_panic()