Home
last modified time | relevance | path

Searched defs:TypeExpr (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Deq.go86 func (n *TypeExpr) Eq(o *TypeExpr) bool {
92 func (n *TypeExpr) EqIgnoringRefinements(o *TypeExpr) bool {
96 func (n *TypeExpr) eq(o *TypeExpr, ignoreRefinements bool) bool {
Dast.go346 func (n *Expr) SetMType(x *TypeExpr) { n.mType = x }
448 func NewVar(name t.ID, xType *TypeExpr) *Var {
467 func NewField(flags Flags, name t.ID, xType *TypeExpr) *Field {
669 type TypeExpr Node type
775 func NewTypeExpr(decorator t.ID, pkg t.ID, name t.ID, alenRecvMin *Node, max *Expr, inner *TypeExpr
825 …me string, line uint32, receiverName t.ID, funcName t.ID, in *Struct, out *TypeExpr, asserts []*No…
878 func NewConst(flags Flags, filename string, line uint32, name t.ID, xType *TypeExpr, value *Expr) *…
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go220 func (g *gen) privateImplData(typ *a.TypeExpr, fieldName t.ID) string {
283 func (g *gen) writeExprAs(b *buffer, lhs *a.Expr, rhs *a.TypeExpr, depth uint32) error {
345 func (g *gen) writeCTypeName(b *buffer, n *a.TypeExpr, varNamePrefix string, varName string) error {
Dvar.go72 func (g *gen) writeLoadDerivedVar(b *buffer, hack string, prefix string, name t.ID, typ *a.TypeExpr
131 func (g *gen) writeSaveDerivedVar(b *buffer, hack string, prefix string, name t.ID, typ *a.TypeExpr
Dfunc.go219 func (g *gen) writeOutParamZeroValue(b *buffer, typ *a.TypeExpr) error {
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go239 func (q *checker) tcheckEq(lID t.ID, lhs *a.Expr, lTyp *a.TypeExpr, rhs *a.Expr, rTyp *a.TypeExpr) …
921 func (q *checker) tcheckTypeExpr(typ *a.TypeExpr, depth uint32) error {
Dbounds.go496 func (q *checker) bcheckAssignment1(lhs *a.Expr, lTyp *a.TypeExpr, op t.ID, rhs *a.Expr) (bounds, e…
1288 func makeSliceLengthEqEq(x t.ID, xTyp *a.TypeExpr, n t.ID) *a.Expr {
1529 func (q *checker) bcheckTypeExpr(typ *a.TypeExpr) (bounds, error) {
1541 func (q *checker) bcheckTypeExpr1(typ *a.TypeExpr) (bounds, error) {
Dresolve.go165 func (c *Checker) resolveFunc(typ *a.TypeExpr) (*a.Func, error) {
Dcheck.go417 func checkTypeExpr(q *checker, n *a.TypeExpr) error {