Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dassignments.go509 func (check *Checker) shortVarDecl(pos poser, lhs, rhs []syntax.Expr) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dassignments.go512 func (check *Checker) shortVarDecl(pos positioner, lhs, rhs []ast.Expr) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/
Dresolver.go158 func (r *resolver) shortVarDecl(decl *ast.AssignStmt) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/testdata/
Dparser.go144 func (p *parser) shortVarDecl(idents []*ast.Ident) { func