Searched refs:IDBool (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | resolve.go | 50 typeExprBool = a.NewTypeExpr(0, t.IDBase, t.IDBool, nil, nil, nil) 91 t.IDBool: typeExprBool,
|
D | bounds.go | 46 t.IDBool: {zero, one},
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 440 IDBool = ID(0x121) const 772 IDBool: "bool",
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | func.go | 493 t.IDBool: {zero, one},
|
D | expr.go | 463 t.IDBool: "bool",
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 695 return n.id0 == 0 && n.id1 == t.IDBase && n.id2 == t.IDBool
|