Searched refs:Mod (Results 1 – 14 of 14) sorted by relevance
| /linux/rust/syn/ |
| H A D | attr.rs | 815 Meta::Path(path) => path::printing::print_path(tokens, path, PathStyle::Mod), in to_tokens() 825 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens() 833 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
|
| H A D | path.rs | 719 Mod, enumerator 806 if let PathStyle::Mod = style { in print_angle_bracketed_generic_arguments() 891 if let PathStyle::Mod = style { in print_parenthesized_generic_arguments() 947 PathStyle::Mod => unreachable!(), in conditionally_print_turbofish()
|
| H A D | restriction.rs | 176 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
|
| H A D | mac.rs | 222 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
|
| H A D | token.rs | 722 "mod" pub struct Mod 901 [mod] => { $crate::token::Mod };
|
| H A D | item.rs | 57 Mod(ItemMod), 333 | Item::Mod(ItemMod { attrs, .. }) in replace_attrs() 1078 input.parse().map(Item::Mod) in parse_rest_of_item() 1083 input.parse().map(Item::Mod) in parse_rest_of_item() 3189 path::printing::print_path(tokens, &self.mac.path, PathStyle::Mod); in to_tokens()
|
| /linux/drivers/target/ |
| H A D | Kconfig | 4 tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 1099 crate::Item::Mod(v0) => crate::Item::Mod(v0.clone()), in clone()
|
| H A D | eq.rs | 1118 (crate::Item::Mod(self0), crate::Item::Mod(other0)) => self0 == other0, in eq()
|
| H A D | fold.rs | 2386 crate::Item::Mod(_binding_0) => crate::Item::Mod(f.fold_item_mod(_binding_0)), in fold_item()
|
| H A D | hash.rs | 1429 crate::Item::Mod(v0) => { in hash()
|
| H A D | debug.rs | 1623 crate::Item::Mod(v0) => v0.debug(formatter, "Mod"), in fmt()
|
| H A D | visit_mut.rs | 2300 crate::Item::Mod(_binding_0) => { in visit_item_mut()
|
| H A D | visit.rs | 2405 crate::Item::Mod(_binding_0) => { in visit_item()
|