Searched refs:IsNumType (Results 1 – 9 of 9) sorted by relevance
183 if !(rTyp.IsIdeal() && lTyp.IsNumType()) && !lTyp.EqIgnoringRefinements(rTyp) {240 if (rTyp.IsIdeal() && lTyp.IsNumType()) ||274 if !lTyp.IsNumType() {293 if !(rTyp.IsIdeal() && lTyp.IsNumType()) && !lTyp.EqIgnoringRefinements(rTyp) {689 if lTyp.IsNumTypeOrIdeal() && rhs.IsNumType() {881 if !oTyp.IsNumType() {932 if qid[0] == t.IDBase && qid[1].IsNumType() {
435 if lhs.MType().IsNumType() && rhs.Effect().Pure() {472 if lhs.MType().IsNumType() && ((op != t.IDEq) || (rhs.ConstValue() == nil)) {1001 } else if recvTyp.IsNumType() {1400 if lTyp := lhs.MType(); lTyp.IsNumType() {
710 func (n *TypeExpr) IsNumType() bool { func711 return n.id0 == 0 && n.id1 == t.IDBase && n.id2.IsNumType()719 return n.id0 == 0 && n.id1 == t.IDBase && n.id2.IsNumType() && (n.lhs != nil || n.mhs != nil)
285 } else if typ.IsNumType() {
223 } else if typ.IsNumType() {
198 if lTyp.IsNumType() {
89 if qid[1].IsNumType() {
109 func (x ID) IsNumType() bool { return minNumType <= x && x <= maxNumType } func
354 (typ.QID()[0] == t.IDBase) && (!typ.IsNumType() || typ.IsRefined()) {