Searched refs:fold_lit_cstr (Results 1 – 1 of 1) sorted by relevance
599 fn fold_lit_cstr(&mut self, i: crate::LitCStr) -> crate::LitCStr { in fold_lit_cstr() method600 fold_lit_cstr(self, i) in fold_lit_cstr()2712 crate::Lit::CStr(_binding_0) => crate::Lit::CStr(f.fold_lit_cstr(_binding_0)), in fold_lit()2748 pub fn fold_lit_cstr<F>(f: &mut F, node: crate::LitCStr) -> crate::LitCStr in fold_lit_cstr() function