Home
last modified time | relevance | path

Searched defs:SwitchStatement (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h19 struct SwitchStatement : public Statement { struct
20 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() function
29 String description() const override { in description()
42 bool fIsStatic;
43 std::unique_ptr<Expression> fValue;
46 const std::shared_ptr<SymbolTable> fSymbols;
47 std::vector<std::unique_ptr<SwitchCase>> fCases;
49 typedef Statement INHERITED;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h21 struct SwitchStatement : public Statement { struct
22 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() function
36 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() argument
40 String description() const override { in description()
53 bool fIsStatic;
54 std::unique_ptr<Expression> fValue;
57 const std::shared_ptr<SymbolTable> fSymbols;
58 std::vector<std::unique_ptr<SwitchCase>> fCases;
60 typedef Statement INHERITED;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h21 struct SwitchStatement : public Statement { struct
22 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() argument
36 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() argument
40 String description() const override { in description()
53 bool fIsStatic;
54 std::unique_ptr<Expression> fValue;
57 const std::shared_ptr<SymbolTable> fSymbols;
58 std::vector<std::unique_ptr<SwitchCase>> fCases;
60 typedef Statement INHERITED;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h21 struct SwitchStatement : public Statement { struct
22 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() argument
36 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() argument
41 String description() const override { in description()
55 bool fIsStatic;
56 std::unique_ptr<Expression> fValue;
59 const std::shared_ptr<SymbolTable> fSymbols;
60 std::vector<std::unique_ptr<SwitchCase>> fCases;
62 typedef Statement INHERITED;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h21 struct SwitchStatement : public Statement { struct
22 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() argument
36 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() argument
40 String description() const override { in description()
53 bool fIsStatic;
54 std::unique_ptr<Expression> fValue;
57 const std::shared_ptr<SymbolTable> fSymbols;
58 std::vector<std::unique_ptr<SwitchCase>> fCases;
60 typedef Statement INHERITED;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h21 struct SwitchStatement : public Statement { struct
22 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() function
36 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() argument
40 String description() const override { in description()
53 bool fIsStatic;
54 std::unique_ptr<Expression> fValue;
57 const std::shared_ptr<SymbolTable> fSymbols;
58 std::vector<std::unique_ptr<SwitchCase>> fCases;
60 typedef Statement INHERITED;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/
H A Dswitch_statement.cc22 SwitchStatement::SwitchStatement() : Statement() {} in SwitchStatement() function in tint::ast::SwitchStatement
24 SwitchStatement::SwitchStatement(std::unique_ptr<Expression> condition, in SwitchStatement() function in tint::ast::SwitchStatement
28 SwitchStatement::SwitchStatement(const Source& source, in SwitchStatement() function in tint::ast::SwitchStatement
H A Dstatement.h38 class SwitchStatement; variable
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DSwitchStatement.java32 public class SwitchStatement extends Jump { class
46 public SwitchStatement() { in SwitchStatement() method in SwitchStatement
49 public SwitchStatement(int pos) { in SwitchStatement() method in SwitchStatement
54 public SwitchStatement(int pos, int len) { in SwitchStatement() method in SwitchStatement
/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/
H A Dswitch_statement.ex1 defmodule ESTree.SwitchStatement do module
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DSwitchStatement.java37 public class SwitchStatement extends Statement { class
106 SwitchStatement(AST ast) { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DSwitchStatement.java22 public class SwitchStatement extends Statement { class
47 public SwitchStatement() { in SwitchStatement() method in SwitchStatement
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DSwitchStatement.java41 class SwitchStatement extends Statement { class
48 public SwitchStatement(long where, Expression expr, Statement args[]) { in SwitchStatement() method in SwitchStatement
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/PHP/
H A DSwitchStatement.php10 class SwitchStatement class
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/CSharp/
H A DCSharpStatementTest.cs59 public void SwitchStatement() in SwitchStatement() method in System.Web.Razor.Test.Parser.CSharp.CSharpStatementTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h26 SwitchStatement(int offset, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() function
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dswstmt.c86 void SwitchStatement (void) in SwitchStatement() function
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/
H A DPHP.php18 use s9e\TextFormatter\Configurator\RendererGenerators\PHP\SwitchStatement; alias
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/ast/
H A Dnode.go292 SwitchStatement struct { struct
293 Switch file.Idx
294 Discriminant Expression
295 Default int
296 Body []*CaseStatement
345 func (*SwitchStatement) _statementNode() {}
432 func (self *SwitchStatement) Idx0() file.Idx { return self.Switch }
495 func (self *SwitchStatement) Idx1() file.Idx { return self.Body[len(self.Body)-1].Idx1() }

12345678910>>...12