Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go339 type eqExpr struct { struct
340 left, right starlarkExpr
341 isEq bool // if false, it's !=
344 func (eq *eqExpr) emit(gctx *generationContext) {
360 func (_ *eqExpr) typ() starlarkType {
364 func (eq *eqExpr) emitListVarCopy(gctx *generationContext) {
368 func (eq *eqExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {