Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dast.go572 func unparen(x ast.Expr) ast.Expr { func
/aosp_15_r20/external/starlark-go/internal/compile/
H A Dcompile.go1585 func unparen(e syntax.Expr) syntax.Expr { func