Searched defs:stmtContext (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | stmt.go | 83 type stmtContext uint type 111 func (check *Checker) stmtList(ctxt stmtContext, list []syntax.Stmt) { 370 func (check *Checker) stmt(ctxt stmtContext, s syntax.Stmt) { 675 func (check *Checker) switchStmt(inner stmtContext, s *syntax.SwitchStmt) { 725 func (check *Checker) typeSwitchStmt(inner stmtContext, s *syntax.SwitchStmt, guard *syntax.TypeSwi… 827 func (check *Checker) rangeStmt(inner stmtContext, s *syntax.ForStmt, rclause *syntax.RangeClause) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | stmt.go | 84 type stmtContext uint type 112 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) { 367 func (check *Checker) stmt(ctxt stmtContext, s ast.Stmt) { 845 func (check *Checker) rangeStmt(inner stmtContext, s *ast.RangeStmt) {
|