Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/mk2rbc/
H A Dexpr.go378 type listExpr struct { struct
379 items []starlarkExpr
382 func (l *listExpr) emit(gctx *generationContext) {
408 func (_ *listExpr) typ() starlarkType {
412 func (l *listExpr) emitListVarCopy(gctx *generationContext) {
416 func (l *listExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dparser.cpp129 List<Expr> listExpr = List<Expr>::create(L.cur().range, vecExpr); in parseBaseExp() local