Home
last modified time | relevance | path

Searched refs:IsNullptr (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go33 } else if typ.IsNullptr() || typ.IsStatus() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go706 func (n *TypeExpr) IsNullptr() bool { func
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go242 (rTyp.IsNullptr() && lTyp.Decorator() == t.IDNptr) {