Searched refs:IDFunc (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 226 case t.IDFunc:
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | resolve.go | 166 if typ.Decorator() != t.IDFunc {
|
D | type.go | 583 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))
|
D | bounds.go | 1278 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/ |
D | list.go | 342 IDFunc = ID(0x80) const 677 IDFunc: "func",
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/ |
D | parse.go | 154 case t.IDFunc:
|