Home
last modified time | relevance | path

Searched refs:IsIOType (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dvar.go62 if !o.XType().IsIOType() || !g.needDerivedVar(o.Name()) {
87 if !typ.IsIOType() {
146 if !typ.IsIOType() {
276 if typ.IsIOType() {
291 } else if typ.IsIOType() {
297 if typ.IsIOType() {
Dfunc.go426 case oTyp.IsIOType() || (oTyp.Decorator() == t.IDPtr):
Dbuiltin.go545 if !recvTyp.IsIOType() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go702 func (n *TypeExpr) IsIOType() bool { func
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go94 if typ := n.IO().MType(); !typ.IsIOType() {
Dbounds.go1040 } else if recvTyp.IsIOType() {