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()
966 pub enum SrcMod { enum975 impl SrcMod { implementation1012 pub fn fabs(self) -> SrcMod { in fabs()1021 pub fn fneg(self) -> SrcMod { in fneg()1031 pub fn ineg(self) -> SrcMod { in ineg()1039 pub fn bnot(self) -> SrcMod { in bnot()1047 pub fn modify(self, other: SrcMod) -> SrcMod { in modify()