Home
last modified time | relevance | path

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

123456789

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A 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
31 String description() const override { in description()
35 std::unique_ptr<Expression> fTest;
36 std::unique_ptr<Statement> fStatement;
38 typedef Statement INHERITED;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A 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
31 String description() const override { in description()
35 std::unique_ptr<Expression> fTest;
36 std::unique_ptr<Statement> fStatement;
38 typedef Statement INHERITED;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A 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
32 String description() const override { in description()
37 std::unique_ptr<Expression> fTest;
38 std::unique_ptr<Statement> fStatement;
40 typedef Statement INHERITED;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A 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
31 String description() const override { in description()
35 std::unique_ptr<Expression> fTest;
36 std::unique_ptr<Statement> fStatement;
38 typedef Statement INHERITED;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A 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
31 String description() const override { in description()
35 std::unique_ptr<Expression> fTest;
36 std::unique_ptr<Statement> fStatement;
38 typedef Statement INHERITED;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLWhileStatement.h19 struct WhileStatement : public Statement { struct
20 WhileStatement(int offset, std::unique_ptr<Expression> test, in WhileStatement() function
26 String description() const override { in description()
30 std::unique_ptr<Expression> fTest;
31 std::unique_ptr<Statement> fStatement;
33 typedef Statement INHERITED;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/ir/
H A DSkSLWhileStatement.h19 struct WhileStatement : public Statement { struct
20 WhileStatement(Position position, std::unique_ptr<Expression> test, in WhileStatement() argument
26 std::string description() const override { in description()
30 const std::unique_ptr<Expression> fTest;
31 const std::unique_ptr<Statement> fStatement;
33 typedef Statement INHERITED;
/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/
H A Dwhile_statement.ex1 defmodule ESTree.WhileStatement do module
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DWhileStatement.java40 class WhileStatement extends Statement { class
47 public WhileStatement(long where, Expression cond, Statement body) { in WhileStatement() method in WhileStatement
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DWhileStatement.java22 public class WhileStatement extends Statement { class
36 public WhileStatement(Expression condition, Statement action, int s, int e) { in WhileStatement() method in WhileStatement
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/ast/types/
H A Dwhile_statement.h60 inline WhileStatement::WhileStatement(Expression* cond__, Statement* stmt__) : LoopStatement(Node::… in WhileStatement() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DWhileStatement.java20 public class WhileStatement extends Statement { class
29 public WhileStatement(Expression condition, Statement action, int s, int e) { in WhileStatement() method in WhileStatement
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/scriptsys/
H A Dwhilestatement.h38 WhileStatement() : _loopCondition(0) {} in WhileStatement() function
H A Dparser.h40 class WhileStatement; variable
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DWhileStatement.java25 public class WhileStatement extends Statement { class
34 public WhileStatement(Expression condition, Statement action, int s, int e) { in WhileStatement() method in WhileStatement
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DWhileStatement.java32 public class WhileStatement extends Statement { class
100 WhileStatement(AST ast) { in WhileStatement() method in WhileStatement
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DWhileStatement.java29 public class WhileStatement extends Statement { class
38 public WhileStatement(Expression condition, Statement action, int s, int e) { in WhileStatement() method in WhileStatement
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/CSharp/
H A DCSharpStatementTest.cs47 public void WhileStatement() in WhileStatement() method in System.Web.Razor.Test.Parser.CSharp.CSharpStatementTest
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativerewrite.cpp216 bool RewriteBinding::visit(AST::WhileStatement *) in visit()
222 void RewriteBinding::endVisit(AST::WhileStatement *) in endVisit()

123456789