Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs32 fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi { in fold_abi() method
33 fold_abi(self, i) in fold_abi()
1030 pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi in fold_abi() function
2488 abi: f.fold_abi(node.abi), in fold_item_foreign_mod()
3276 abi: (node.abi).map(|it| f.fold_abi(it)), in fold_signature()
3530 abi: (node.abi).map(|it| f.fold_abi(it)), in fold_type_bare_fn()