Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLWhileStatement.h19 struct WhileStatement : public Statement { struct
20 WhileStatement(int offset, std::unique_ptr<Expression> test, in WhileStatement() argument
27 return std::unique_ptr<Statement>(new WhileStatement(fOffset, fTest->clone(), in clone() argument
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h292 class WhileStatement final : public Statement {
294 WhileStatement() : Statement(NodeKind::WhileStatement) {} in WhileStatement() function
DNodes.td230 def WhileStatement : External<Statement> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp124 case syntax::NodeKind::WhileStatement: in allocateTree()
125 return new (A.getAllocator()) syntax::WhileStatement; in allocateTree()
DNodes.cpp285 syntax::Leaf *syntax::WhileStatement::getWhileKeyword() { in getWhileKeyword()
290 syntax::Statement *syntax::WhileStatement::getBody() { in getBody()
DBuildTree.cpp1450 new (allocator()) syntax::WhileStatement, S); in WalkUpFromWhileStmt()
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h190 void writeWhileStatement(const WhileStatement& w);
DSkSLMetalCodeGenerator.h229 void writeWhileStatement(const WhileStatement& w);
DSkSLJIT.h198 void compileWhile(LLVMBuilderRef builder, 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()
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()
DSkSLJIT.cpp1171 void JIT::compileWhile(LLVMBuilderRef builder, const WhileStatement& w) { in compileWhile()
1248 this->compileWhile(builder, (WhileStatement&) stmt); in compileStatement()
DSkSLSPIRVCodeGenerator.cpp2806 this->writeWhileStatement((WhileStatement&) s, out); in writeStatement()
2900 void SPIRVCodeGenerator::writeWhileStatement(const WhileStatement& w, OutputStream& out) { in writeWhileStatement()
DSkSLIRGenerator.cpp443 return std::unique_ptr<Statement>(new WhileStatement(w.fOffset, std::move(test), in convertWhile()
/external/javaparser/javaparser-core/src/main/javacc/
Djava.jj2056 ret = WhileStatement()
2311 WhileStmt WhileStatement():
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java3510 ret = WhileStatement(); in Statement()
3968 final public WhileStmt WhileStatement() {Expression condition; in WhileStatement() method in ASTParser
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java3609 ret = WhileStatement(); in Statement()
4078 final public WhileStmt WhileStatement() { in WhileStatement() method in ASTParser
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java3737 ret = WhileStatement(); in Statement()
4335 final public WhileStmt WhileStatement() throws ParseException {Expression condition; in WhileStatement() method in GeneratedJavaParser