Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs85 then_branch: Vec<syn::Item>, field
208 for item in &expr_cfg_if.then_branch { in visit_expr_cfg_if()
444 let mut then_branch = Vec::new(); in parse() localVariable
450 then_branch.push(value); in parse()
471 then_branch, in parse()