Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go601 type ifExpr struct { struct
602 condition starlarkExpr
603 ifTrue starlarkExpr
604 ifFalse starlarkExpr
607 func (i *ifExpr) emit(gctx *generationContext) {
617 func (i *ifExpr) typ() starlarkType {
630 func (i *ifExpr) emitListVarCopy(gctx *generationContext) {
634 func (i *ifExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {