Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dattr.rs815 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 Dpath.rs719 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 Drestriction.rs176 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Dmac.rs222 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Dtoken.rs722 "mod" pub struct Mod
901 [mod] => { $crate::token::Mod };
H A Ditem.rs57 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 DKconfig4 tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
/linux/rust/syn/gen/
H A Dclone.rs1099 crate::Item::Mod(v0) => crate::Item::Mod(v0.clone()), in clone()
H A Deq.rs1118 (crate::Item::Mod(self0), crate::Item::Mod(other0)) => self0 == other0, in eq()
H A Dfold.rs2386 crate::Item::Mod(_binding_0) => crate::Item::Mod(f.fold_item_mod(_binding_0)), in fold_item()
H A Dhash.rs1429 crate::Item::Mod(v0) => { in hash()
H A Ddebug.rs1623 crate::Item::Mod(v0) => v0.debug(formatter, "Mod"), in fmt()
H A Dvisit_mut.rs2300 crate::Item::Mod(_binding_0) => { in visit_item_mut()
H A Dvisit.rs2405 crate::Item::Mod(_binding_0) => { in visit_item()