Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Deq.go107 if n.IsArrayType() || !ignoreRefinements {
Dast.go726 func (n *TypeExpr) IsArrayType() bool { func
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go165 lhsIsArray := lhs.MType().IsArrayType()
377 for ; x != nil && x.IsArrayType(); x = x.Inner() {
416 for ; x != nil && x.IsArrayType(); x = x.Inner() {
Dstatement.go179 if lTyp := lhs.MType(); lTyp.IsArrayType() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck.go297 for typ.IsArrayType() {
Dbounds.go860 if lTyp := lhs.MType(); lTyp.IsArrayType() {
896 if lTyp := lhs.MType(); lTyp.IsArrayType() {