Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go313 type notExpr struct { struct
314 expr starlarkExpr
317 func (n *notExpr) emit(ctx *generationContext) {
322 func (_ *notExpr) typ() starlarkType {
326 func (n *notExpr) emitListVarCopy(gctx *generationContext) {
330 func (n *notExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {