| /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/ |
| builder.go | 112 b.stmtList(s.List) 158 func (b *builder) stmtList(list []ast.Stmt) { 218 b.stmtList(cc.Body) 231 b.stmtList(*defaultBody) 285 b.stmtList(cc.Body) 325 b.stmtList(clause.Body) 335 b.stmtList(*defaultBody)
|
| /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/ |
| builder.go | 112 b.stmtList(s.List) 158 func (b *builder) stmtList(list []ast.Stmt) { 218 b.stmtList(cc.Body) 231 b.stmtList(*defaultBody) 285 b.stmtList(cc.Body) 325 b.stmtList(clause.Body) 335 b.stmtList(*defaultBody)
|
| /external/one-true-awk/ |
| awkgram.y | 68 %type <p> simple_stmt opt_simple_stmt stmt stmtlist 176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); } 178 | pa_pat ',' opt_nl pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $4, $6); } 179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); } 180 | XBEGIN lbrace stmtlist '}' 182 | XEND lbrace stmtlist '}' 184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}' 328 | lbrace stmtlist rbrace { $$ = $2; } 342 stmtlist: label 344 | stmtlist stmt { $$ = linkum($1, $2); [all...] |
| /frameworks/compile/slang/ |
| slang_rs_object_ref_count.cpp | 102 // This function constructs a new CompoundStmt from the input StmtList. 104 std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { 105 unsigned NewStmtCount = StmtList.size(); 111 std::vector<clang::Stmt*>::const_iterator I = StmtList.begin(); 112 std::vector<clang::Stmt*>::const_iterator E = StmtList.end(); 129 std::list<clang::Stmt*> &StmtList) { 134 new clang::Stmt*[CS->size() + StmtList.size()]; 152 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); 153 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); 164 std::list<clang::Stmt*>::const_iterator I = StmtList.begin() [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| bimport.go | 194 body := p.stmtList() 216 p.stmtList() 879 func (p *importer) stmtList() []*Node { 1159 n.Ninit.Set(p.stmtList()) 1161 n.Nbody.Set(p.stmtList()) 1162 n.Rlist.Set(p.stmtList()) 1167 n.Ninit.Set(p.stmtList()) 1169 n.Nbody.Set(p.stmtList()) 1174 n.List.Set(p.stmtList()) 1176 n.Nbody.Set(p.stmtList()) [all...] |
| bexport.go | 400 p.stmtList(f.Inl) [all...] |
| ssa.go | 201 s.stmtList(fn.Func.Enter) 202 s.stmtList(fn.Nbody) 583 // stmtList converts the statement list n to SSA and adds it to s. 584 func (s *state) stmtList(l Nodes) { 604 s.stmtList(n.Ninit) 608 s.stmtList(n.List) 840 s.stmtList(n.Nbody) 847 s.stmtList(n.Rlist) 855 s.stmtList(n.List) 860 s.stmtList(n.List [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| bimport.go | 194 body := p.stmtList() 216 p.stmtList() 879 func (p *importer) stmtList() []*Node { 1159 n.Ninit.Set(p.stmtList()) 1161 n.Nbody.Set(p.stmtList()) 1162 n.Rlist.Set(p.stmtList()) 1167 n.Ninit.Set(p.stmtList()) 1169 n.Nbody.Set(p.stmtList()) 1174 n.List.Set(p.stmtList()) 1176 n.Nbody.Set(p.stmtList()) [all...] |
| bexport.go | 400 p.stmtList(f.Inl) [all...] |
| ssa.go | 201 s.stmtList(fn.Func.Enter) 202 s.stmtList(fn.Nbody) 583 // stmtList converts the statement list n to SSA and adds it to s. 584 func (s *state) stmtList(l Nodes) { 604 s.stmtList(n.Ninit) 608 s.stmtList(n.List) 840 s.stmtList(n.Nbody) 847 s.stmtList(n.Rlist) 855 s.stmtList(n.List) 860 s.stmtList(n.List [all...] |
| /prebuilts/go/darwin-x86/src/go/types/ |
| stmt.go | 43 check.stmtList(0, body.List) 114 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) { 488 check.stmtList(inner, s.List) 550 check.stmtList(inner, clause.Body) 653 check.stmtList(inner, clause.Body) 712 check.stmtList(inner, clause.Body)
|
| /prebuilts/go/linux-x86/src/go/types/ |
| stmt.go | 43 check.stmtList(0, body.List) 114 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) { 488 check.stmtList(inner, s.List) 550 check.stmtList(inner, clause.Body) 653 check.stmtList(inner, clause.Body) 712 check.stmtList(inner, clause.Body)
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
| parser.go | [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
| parser.go | [all...] |
| /prebuilts/go/darwin-x86/src/debug/dwarf/ |
| const.go | 97 AttrStmtList: "StmtList",
|
| /prebuilts/go/darwin-x86/src/go/printer/ |
| nodes.go | 959 func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) { 999 p.stmtList(b.List, nindent, true) [all...] |
| printer.go | [all...] |
| /prebuilts/go/linux-x86/src/debug/dwarf/ |
| const.go | 97 AttrStmtList: "StmtList",
|
| /prebuilts/go/linux-x86/src/go/printer/ |
| nodes.go | 959 func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) { 999 p.stmtList(b.List, nindent, true) [all...] |
| printer.go | [all...] |
| /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/vet/internal/ |
| cfg.a | 101 .this ? type.go/ast.Stmt ?~r1 ?"type.go/token.Pos ?Tgclocals·522734ad228da40e2256ba19cf2bc72c ?Tgclocals·69c1753bd5f81501d95132d08af04464 ?.gofile..<autogenerated> |