Home
last modified time | relevance | path

Searched refs:WhileStatement (Results 1 – 25 of 40) sorted by relevance

12

/external/skqp/src/sksl/ir/
DSkSLWhileStatement.h19 struct WhileStatement : public Statement { struct
20 WhileStatement(int offset, std::unique_ptr<Expression> test, in WhileStatement() function
27 return std::unique_ptr<Statement>(new WhileStatement(fOffset, fTest->clone(), in clone() argument
/external/skia/src/sksl/ir/
DSkSLWhileStatement.h19 struct WhileStatement : public Statement { struct
20 WhileStatement(int offset, std::unique_ptr<Expression> test, in WhileStatement() function
27 return std::unique_ptr<Statement>(new WhileStatement(fOffset, fTest->clone(), in clone() argument
/external/v8/src/torque/
Dast.h44 V(WhileStatement) \
412 struct WhileStatement : Statement { struct
413 DEFINE_AST_NODE_LEAF_BOILERPLATE(WhileStatement)
414 WhileStatement(SourcePosition pos, Expression* condition, Statement* body) in WhileStatement() function
Ddeclaration-visitor.h121 void Visit(WhileStatement* stmt);
Dimplementation-visitor.h128 const Type* Visit(WhileStatement* stmt);
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h190 void writeWhileStatement(const WhileStatement& w);
DSkSLMetalCodeGenerator.h229 void writeWhileStatement(const WhileStatement& w);
DSkSLMetalCodeGenerator.cpp1015 this->writeWhileStatement((WhileStatement&) s); in writeStatement()
1086 void MetalCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeWhileStatement()
1480 const WhileStatement& w = (const WhileStatement&) s; in requirements()
DSkSLJIT.h198 void compileWhile(LLVMBuilderRef builder, const WhileStatement& w);
DSkSLCFGGenerator.cpp531 WhileStatement& w = (WhileStatement&) **s; in addStatement()
DSkSLSPIRVCodeGenerator.h257 void writeWhileStatement(const WhileStatement& w, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp1280 this->writeWhileStatement((WhileStatement&) s); in writeFunctionCall()
1360 void GLSLCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeFunctionCall()
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h190 void writeWhileStatement(const WhileStatement& w);
DSkSLMetalCodeGenerator.h233 void writeWhileStatement(const WhileStatement& w);
DSkSLJIT.h198 void compileWhile(LLVMBuilderRef builder, const WhileStatement& w);
DSkSLMetalCodeGenerator.cpp1159 this->writeWhileStatement((WhileStatement&) s); in writeStatement()
1230 void MetalCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeWhileStatement()
1622 const WhileStatement& w = (const WhileStatement&) s; in requirements()
DSkSLCFGGenerator.cpp532 WhileStatement& w = (WhileStatement&) **s; in addStatement()
DSkSLSPIRVCodeGenerator.h309 void writeWhileStatement(const WhileStatement& w, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp1307 this->writeWhileStatement((WhileStatement&) s); in writeFunctionCall()
1387 void GLSLCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeFunctionCall()
/external/v8/src/asmjs/
Dasm-parser.h351 void WhileStatement(); // 6.5.6 IterationStatement - while
/external/v8/src/parsing/
Dpattern-rewriter.cc674 WhileStatement* loop = in VisitArrayLiteral()
799 NOT_A_PATTERN(WhileStatement)
Drewriter.cc203 void Processor::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
/external/v8/src/ast/
Dprettyprinter.cc146 void CallPrinter::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
933 void AstPrinter::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
Dast-traversal-visitor.h222 void AstTraversalVisitor<Subclass>::VisitWhileStatement(WhileStatement* stmt) { in VisitWhileStatement()
Dast.h44 V(WhileStatement) \
518 class WhileStatement final : public IterationStatement {
530 WhileStatement(ZonePtrList<const AstRawString>* labels, in WhileStatement() function
2864 STATEMENT_WITH_LABELS(WhileStatement) in STATEMENT_WITH_LABELS() argument

12