HomeSort by relevance Sort by last modified time
    Searched full:stmtlist (Results 1 - 21 of 21) sorted by null

  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 103 // This function constructs a new CompoundStmt from the input StmtList.
105 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
106 unsigned NewStmtCount = StmtList.size();
112 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
113 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
130 std::list<clang::Stmt*> &StmtList) {
135 new clang::Stmt*[CS->size() + StmtList.size()];
153 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
154 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
165 std::list<clang::Stmt*>::const_iterator I = StmtList.begin()
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 68 %type <p> simple_stmt opt_simple_stmt stmt stmtlist
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
178 | pa_pat ',' pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $3, $5); }
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...]
  /prebuilts/go/darwin-x86/src/go/types/
stmt.go 42 check.stmtList(0, body.List)
86 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) {
376 check.stmtList(inner, s.List)
427 check.stmtList(inner, clause.Body)
530 check.stmtList(inner, clause.Body)
589 check.stmtList(inner, clause.Body)
  /prebuilts/go/linux-x86/src/go/types/
stmt.go 42 check.stmtList(0, body.List)
86 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) {
376 check.stmtList(inner, s.List)
427 check.stmtList(inner, clause.Body)
530 check.stmtList(inner, clause.Body)
589 check.stmtList(inner, clause.Body)
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 97 AttrStmtList: "StmtList",
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 909 func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) {
949 p.stmtList(b.List, nindent, true)
1180 p.stmtList(s.Body, 1, nextIsRBrace)
1207 p.stmtList(s.Body, 1, nextIsRBrace)
    [all...]
printer.go 1087 p.stmtList(n, 0, false)
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 97 AttrStmtList: "StmtList",
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 909 func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) {
949 p.stmtList(b.List, nindent, true)
1180 p.stmtList(s.Body, 1, nextIsRBrace)
1207 p.stmtList(s.Body, 1, nextIsRBrace)
    [all...]
printer.go 1087 p.stmtList(n, 0, false)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 232 int stmtlist; member in struct:comp_unit
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/bison/tests/
named-refs.at 330 | stmt ';' { SL = new StmtList(); SL->insert($1); $$ = SL; }
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
printer.a     [all...]
types.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
printer.a     [all...]
types.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
printer.a     [all...]
types.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
printer.a     [all...]
types.a     [all...]

Completed in 777 milliseconds