Searched refs:ParameterListC (Results 1 – 2 of 2) sorted by relevance
89 pub params: ParameterListC,105 pub params: ParameterListC,125 pub struct ParameterListC { struct579 impl Arbitrary for ParameterListC { implementation580 fn arbitrary<G: Gen>(g: &mut G) -> ParameterListC { in arbitrary() argument581 ParameterListC { in arbitrary()588 impl fmt::Display for ParameterListC { implementation
9 ParameterC, ParameterListC, PointerLevelC, StructDeclarationC,89 let _: ParameterListC = Arbitrary::arbitrary(gen); in test_parameter_list_c_does_not_panic()