Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go701 type binaryOpExpr struct { struct
702 left, right starlarkExpr
703 op string
704 returnType starlarkType
707 func (b *binaryOpExpr) emit(gctx *generationContext) {
713 func (b *binaryOpExpr) typ() starlarkType {
717 func (b *binaryOpExpr) emitListVarCopy(gctx *generationContext) {
721 func (b *binaryOpExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {