Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go226 case t.IDFunc:
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dresolve.go166 if typ.Decorator() != t.IDFunc {
Dtype.go583 n.SetMType(a.NewTypeExpr(t.IDFunc, 0, n.Ident(), lTyp.AsNode(), nil, nil))
592 n.SetMType(a.NewTypeExpr(t.IDFunc, 0, n.Ident(), lTyp.AsNode(), nil, nil))
600 n.SetMType(a.NewTypeExpr(t.IDFunc, 0, n.Ident(), lTyp.AsNode(), nil, nil))
Dbounds.go1278 x.SetMType(a.NewTypeExpr(t.IDFunc, 0, t.IDLength, slice.MType().AsNode(), nil, nil))
1560 case t.IDFunc:
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go342 IDFunc = ID(0x80) const
677 IDFunc: "func",
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go154 case t.IDFunc: