HomeSort by relevance Sort by last modified time
    Searched refs:ExprStmt (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 89 "31: *ast.ExprStmt": " associated with s1\nalso associated with s1\n",
90 "37: *ast.ExprStmt": "associated with s2\nalso associated with s2\nline comment for s2\n",
example_test.go 106 // 27 . . . . . 0: *ast.ExprStmt {
ast.go 579 // An ExprStmt node represents a (stand-alone) expression
582 ExprStmt struct {
717 func (s *ExprStmt) Pos() token.Pos { return s.X.Pos() }
744 func (s *ExprStmt) End() token.Pos { return s.X.End() }
796 func (*ExprStmt) stmtNode() {}
walk.go 195 case *ExprStmt:
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 89 "31: *ast.ExprStmt": " associated with s1\nalso associated with s1\n",
90 "37: *ast.ExprStmt": "associated with s2\nalso associated with s2\nline comment for s2\n",
example_test.go 106 // 27 . . . . . 0: *ast.ExprStmt {
ast.go 579 // An ExprStmt node represents a (stand-alone) expression
582 ExprStmt struct {
717 func (s *ExprStmt) Pos() token.Pos { return s.X.Pos() }
744 func (s *ExprStmt) End() token.Pos { return s.X.End() }
796 func (*ExprStmt) stmtNode() {}
walk.go 195 case *ExprStmt:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes_test.go 156 // The position of an ExprStmt is the position of the expression.
157 {"ExprStmt", `@<-ch`},
158 {"ExprStmt", `f@()`},
159 {"ExprStmt", `append@(s, 1, 2, 3)`},
nodes.go 335 ExprStmt struct {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes_test.go 156 // The position of an ExprStmt is the position of the expression.
157 {"ExprStmt", `@<-ch`},
158 {"ExprStmt", `f@()`},
159 {"ExprStmt", `append@(s, 1, 2, 3)`},
nodes.go 335 ExprStmt struct {
  /prebuilts/go/darwin-x86/src/go/types/
return.go 30 case *ast.ExprStmt:
121 case *ast.BadStmt, *ast.DeclStmt, *ast.EmptyStmt, *ast.ExprStmt,
  /prebuilts/go/linux-x86/src/go/types/
return.go 30 case *ast.ExprStmt:
121 case *ast.BadStmt, *ast.DeclStmt, *ast.EmptyStmt, *ast.ExprStmt,
  /prebuilts/go/darwin-x86/src/cmd/vet/
unused.go 30 exprStmt)
57 call, ok := unparen(n.(*ast.ExprStmt).X).(*ast.CallExpr)
deadcode.go 71 *ast.ExprStmt,
214 case *ast.ExprStmt:
main.go 144 exprStmt *ast.ExprStmt
591 case *ast.ExprStmt:
592 key = exprStmt
  /prebuilts/go/linux-x86/src/cmd/vet/
unused.go 30 exprStmt)
57 call, ok := unparen(n.(*ast.ExprStmt).X).(*ast.CallExpr)
deadcode.go 71 *ast.ExprStmt,
214 case *ast.ExprStmt:
main.go 144 exprStmt *ast.ExprStmt
591 case *ast.ExprStmt:
592 key = exprStmt
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 85 // CallExpr beneath an ExprStmt.
builder.go 41 case *ast.ExprStmt:
320 case *ast.ExprStmt: // <-ch
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg.go 85 // CallExpr beneath an ExprStmt.
builder.go 41 case *ast.ExprStmt:
320 case *ast.ExprStmt: // <-ch
  /external/libmojo/third_party/jinja2/
ext.py 397 node = nodes.ExprStmt(lineno=next(parser.stream).lineno)

Completed in 999 milliseconds

1 2