Searched refs:stmts (Results 1 – 13 of 13) sorted by relevance
42 void AstLabeler::VisitStatements(ZoneList<Statement*>* stmts) { in VisitStatements() argument43 for (int i = 0, len = stmts->length(); i < len; i++) { in VisitStatements()44 Visit(stmts->at(i)); in VisitStatements()298 void LivenessAnalyzer::VisitStatements(ZoneList<Statement*>* stmts) { in VisitStatements() argument300 for (int i = stmts->length() - 1; i >= 0; i--) { in VisitStatements()301 Visit(stmts->at(i)); in VisitStatements()
49 void VisitStatements(ZoneList<Statement*>* stmts);96 void VisitStatements(ZoneList<Statement*>* stmts);
91 void FastCodeGenSyntaxChecker::VisitStatements(ZoneList<Statement*>* stmts) { in VisitStatements() argument92 if (stmts->length() != 1) { in VisitStatements()95 Visit(stmts->at(0)); in VisitStatements()
57 void VisitStatements(ZoneList<Statement*>* stmts);
74 void FullCodeGenSyntaxChecker::VisitStatements(ZoneList<Statement*>* stmts) { in VisitStatements() argument75 for (int i = 0, len = stmts->length(); i < len; i++) { in VisitStatements()76 Visit(stmts->at(i)); in VisitStatements()
48 void VisitStatements(ZoneList<Statement*>* stmts);
456 for (s = b->stmts; s; s = s->next) {706 s = b->stmts;1175 for (s = b->stmts; s != 0; s = s->next)1197 for (s = b->stmts; s && s->next; s = s->next)1238 for (s = b->stmts; s; s = s->next)1268 if (b->stmts != 0) {1269 b->stmts = 0;1681 s = (*b)->stmts;1682 (*b)->stmts = 0;1686 tmp = (*b)->stmts;[all …]
674 b->stmts = s;1492 b->stmts = s;1922 sappend(s1, b->stmts);1923 b->stmts = s1;1994 sappend(s1, b->stmts);1995 b->stmts = s1;2015 b->stmts = s_load_dlt; in gen_ppi_dlt_check()2977 b1->stmts = s;2992 b2->stmts = s;3015 b1->stmts = s;[all …]
232 struct slist *stmts; /* side effect stmts */ member
368 + b0->stmts = s;373 + b1->stmts = s;
53 void VisitStatements(ZoneList<Statement*>* stmts);
98794 int nLeavesTotal; /* Total number of prepared leaves stmts */98796 sqlite3_stmt **aLeavesStmt; /* Array of prepared zSelectLeaves stmts */