Home
last modified time | relevance | path

Searched refs:IsRefined (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go352 if o.Decorator() == 0 && o.QID() == (t.QID{t.IDBase, t.IDU8}) && !o.IsRefined() {
363 if o.Decorator() == 0 && o.QID() == (t.QID{t.IDBase, t.IDU8}) && !o.IsRefined() {
Dfunc.go429 case oTyp.IsRefined():
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go718 func (n *TypeExpr) IsRefined() bool { func
765 if !n.IsRefined() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go1587 if typ.IsRefined() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go354 (typ.QID()[0] == t.IDBase) && (!typ.IsNumType() || typ.IsRefined()) {