Home
last modified time | relevance | path

Searched refs:IsNumType (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go183 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() {
Dbounds.go435 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() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go710 func (n *TypeExpr) IsNumType() bool { func
711 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)
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dvar.go285 } else if typ.IsNumType() {
Dfunc.go223 } else if typ.IsNumType() {
Dstatement.go198 if lTyp.IsNumType() {
Dbuiltin.go89 if qid[1].IsNumType() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go109 func (x ID) IsNumType() bool { return minNumType <= x && x <= maxNumType } func
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go354 (typ.QID()[0] == t.IDBase) && (!typ.IsNumType() || typ.IsRefined()) {