/external/skqp/src/sksl/ir/ |
D | SkSLWhileStatement.h | 19 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/ |
D | SkSLWhileStatement.h | 19 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/ |
D | ast.h | 44 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
|
D | declaration-visitor.h | 121 void Visit(WhileStatement* stmt);
|
D | implementation-visitor.h | 128 const Type* Visit(WhileStatement* stmt);
|
/external/skqp/src/sksl/ |
D | SkSLGLSLCodeGenerator.h | 190 void writeWhileStatement(const WhileStatement& w);
|
D | SkSLMetalCodeGenerator.h | 229 void writeWhileStatement(const WhileStatement& w);
|
D | SkSLMetalCodeGenerator.cpp | 1015 this->writeWhileStatement((WhileStatement&) s); in writeStatement() 1086 void MetalCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeWhileStatement() 1480 const WhileStatement& w = (const WhileStatement&) s; in requirements()
|
D | SkSLJIT.h | 198 void compileWhile(LLVMBuilderRef builder, const WhileStatement& w);
|
D | SkSLCFGGenerator.cpp | 531 WhileStatement& w = (WhileStatement&) **s; in addStatement()
|
D | SkSLSPIRVCodeGenerator.h | 257 void writeWhileStatement(const WhileStatement& w, OutputStream& out);
|
D | SkSLGLSLCodeGenerator.cpp | 1280 this->writeWhileStatement((WhileStatement&) s); in writeFunctionCall() 1360 void GLSLCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeFunctionCall()
|
/external/skia/src/sksl/ |
D | SkSLGLSLCodeGenerator.h | 190 void writeWhileStatement(const WhileStatement& w);
|
D | SkSLMetalCodeGenerator.h | 233 void writeWhileStatement(const WhileStatement& w);
|
D | SkSLJIT.h | 198 void compileWhile(LLVMBuilderRef builder, const WhileStatement& w);
|
D | SkSLMetalCodeGenerator.cpp | 1159 this->writeWhileStatement((WhileStatement&) s); in writeStatement() 1230 void MetalCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeWhileStatement() 1622 const WhileStatement& w = (const WhileStatement&) s; in requirements()
|
D | SkSLCFGGenerator.cpp | 532 WhileStatement& w = (WhileStatement&) **s; in addStatement()
|
D | SkSLSPIRVCodeGenerator.h | 309 void writeWhileStatement(const WhileStatement& w, OutputStream& out);
|
D | SkSLGLSLCodeGenerator.cpp | 1307 this->writeWhileStatement((WhileStatement&) s); in writeFunctionCall() 1387 void GLSLCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeFunctionCall()
|
/external/v8/src/asmjs/ |
D | asm-parser.h | 351 void WhileStatement(); // 6.5.6 IterationStatement - while
|
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 674 WhileStatement* loop = in VisitArrayLiteral() 799 NOT_A_PATTERN(WhileStatement)
|
D | rewriter.cc | 203 void Processor::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 146 void CallPrinter::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement() 933 void AstPrinter::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
|
D | ast-traversal-visitor.h | 222 void AstTraversalVisitor<Subclass>::VisitWhileStatement(WhileStatement* stmt) { in VisitWhileStatement()
|
D | ast.h | 44 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
|