Searched refs:unsafety (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | item.rs | 164 pub unsafety: Option<Token![unsafe]>, 178 pub unsafety: Option<Token![unsafe]>, 208 pub unsafety: Option<Token![unsafe]>, 253 pub unsafety: Option<Token![unsafe]>, 799 pub unsafety: Option<Token![unsafe]>, 1518 let unsafety: Option<Token![unsafe]> = input.parse()?; in parse_signature() localVariable 1520 && unsafety.is_none() in parse_signature() 1543 unsafety, in parse_signature() 1771 let unsafety: Option<Token![unsafe]> = input.parse()?; in parse() localVariable 1784 unsafety, in parse() [all …]
|
| H A D | ty.rs | 110 pub unsafety: Option<Token![unsafe]>, 683 unsafety: input.parse()?, in parse() 1135 self.unsafety.to_tokens(tokens); in to_tokens()
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 1177 unsafety: self.unsafety.clone(), in clone() 1191 unsafety: self.unsafety.clone(), in clone() 1220 unsafety: self.unsafety.clone(), in clone() 1268 unsafety: self.unsafety.clone(), in clone() 1784 unsafety: self.unsafety.clone(), in clone() 1960 unsafety: self.unsafety.clone(), in clone()
|
| H A D | eq.rs | 1187 self.attrs == other.attrs && self.unsafety == other.unsafety in eq() 1199 && self.unsafety == other.unsafety && self.generics == other.generics in eq() 1223 && self.unsafety == other.unsafety && self.ident == other.ident in eq() 1259 && self.unsafety == other.unsafety && self.auto_token == other.auto_token in eq() 1769 && self.unsafety == other.unsafety && self.abi == other.abi in eq() 1971 self.lifetimes == other.lifetimes && self.unsafety == other.unsafety in eq()
|
| H A D | fold.rs | 2487 unsafety: node.unsafety, in fold_item_foreign_mod() 2502 unsafety: node.unsafety, in fold_item_impl() 2533 unsafety: node.unsafety, in fold_item_mod() 2584 unsafety: node.unsafety, in fold_item_trait() 3275 unsafety: node.unsafety, in fold_signature() 3529 unsafety: node.unsafety, in fold_type_bare_fn()
|
| H A D | hash.rs | 1531 self.unsafety.hash(state); in hash() 1545 self.unsafety.hash(state); in hash() 1574 self.unsafety.hash(state); in hash() 1619 self.unsafety.hash(state); in hash() 2247 self.unsafety.hash(state); in hash() 2518 self.unsafety.hash(state); in hash()
|
| H A D | debug.rs | 1735 formatter.field("unsafety", &self.unsafety); in debug() 1755 formatter.field("unsafety", &self.unsafety); in debug() 1796 formatter.field("unsafety", &self.unsafety); in debug() 1862 formatter.field("unsafety", &self.unsafety); in debug() 2553 formatter.field("unsafety", &self.unsafety); in fmt() 2801 formatter.field("unsafety", &self.unsafety); in debug()
|
| H A D | visit_mut.rs | 2398 skip!(node.unsafety); in visit_item_foreign_mod_mut() 2413 skip!(node.unsafety); in visit_item_impl_mut() 2448 skip!(node.unsafety); in visit_item_mod_mut() 2498 skip!(node.unsafety); in visit_item_trait_mut() 3162 skip!(node.unsafety); in visit_signature_mut() 3414 skip!(node.unsafety); in visit_type_bare_fn_mut()
|
| H A D | visit.rs | 2513 skip!(node.unsafety); in visit_item_foreign_mod() 2530 skip!(node.unsafety); in visit_item_impl() 2569 skip!(node.unsafety); in visit_item_mod() 2625 skip!(node.unsafety); in visit_item_trait() 3325 skip!(node.unsafety); in visit_signature() 3590 skip!(node.unsafety); in visit_type_bare_fn()
|