Searched defs:SrcMod (Results 1 – 3 of 3) sorted by relevance
270 uint64_t SrcMod; member427 int TypeOrHotness) { in exportToDot()
384 uint64_t SrcMod; member555 int TypeOrHotness) { in exportToDot()
964 pub enum SrcMod { enum973 impl SrcMod { implementation1010 pub fn fabs(self) -> SrcMod { in fabs()1019 pub fn fneg(self) -> SrcMod { in fneg()1029 pub fn ineg(self) -> SrcMod { in ineg()1037 pub fn bnot(self) -> SrcMod { in bnot()1045 pub fn modify(self, other: SrcMod) -> SrcMod { in modify()