Home
last modified time | relevance | path

Searched defs:ExprStmt (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Dputvarabbrevgen_test.go239 func findLineComment(cm ast.CommentMap, stmt *ast.ExprStmt) *ast.Comment {
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go360 ExprStmt struct { struct
361 X Expr
362 simpleStmt
/prebuilts/go/linux-x86/src/go/ast/
Dast.go633 ExprStmt struct { struct
634 X Expr // expression
769 func (s *ExprStmt) Pos() token.Pos { return s.X.Pos() }
796 func (s *ExprStmt) End() token.Pos { return s.X.End() }
855 func (*ExprStmt) stmtNode() {}