Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs143 VariableDecl(BasicTypeDeclarationC), enumerator
177 DeclarationC::VariableDecl(ref mut d) => d.make_unique(stamp), in make_unique()
194 DeclarationC::VariableDecl(BasicTypeDeclarationC::arbitrary(g)) in arbitrary()
208 DeclarationC::VariableDecl(ref d) => write!(f, "{}", d), in fmt()