Home
last modified time | relevance | path

Searched defs:WhileStatement (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLWhileStatement.h19 struct WhileStatement : public Statement { struct
20 WhileStatement(Position position, std::unique_ptr<Expression> test, in WhileStatement() argument
26 SkString description() const override { in description()
30 std::unique_ptr<Expression> fTest;
31 const std::unique_ptr<Statement> fStatement;
33 typedef Statement INHERITED;
/external/v8/src/ast/
Dast.h647 WhileStatement(ZoneList<const AstRawString*>* labels, int pos) in WhileStatement() function
3153 STATEMENT_WITH_LABELS(WhileStatement) in STATEMENT_WITH_LABELS() argument