Lines Matching refs:Debug
11 pub trait Reg: Sized + Copy + Eq + Ord + Hash + Into<AnyReg> + fmt::Debug + fmt::Display {
46 fmt::Debug::fmt(&self, f)
66 #[derive(Debug,Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
109 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
123 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
154 fmt::Debug::fmt(self, f) in fmt()
158 impl fmt::Debug for AnyReg {
161 AnyReg::X(r) => fmt::Debug::fmt(r, f), in fmt()
162 AnyReg::F(r) => fmt::Debug::fmt(r, f), in fmt()
163 AnyReg::V(r) => fmt::Debug::fmt(r, f), in fmt()
169 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
322 impl<R: Reg> fmt::Debug for UpperRegSet<R> {
341 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
357 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
371 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
420 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]