Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/sksl/ir/
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;
/third_party/skia/third_party/externals/tint/src/sem/
Dswitch_statement.h24 class SwitchStatement; variable
Dswitch_statement.cc25 SwitchStatement::SwitchStatement(const ast::SwitchStatement* declaration, in SwitchStatement() function in tint::sem::SwitchStatement
/third_party/skia/third_party/externals/tint/src/ast/
Dswitch_statement.cc24 SwitchStatement::SwitchStatement(ProgramID pid, in SwitchStatement() function in tint::ast::SwitchStatement
/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.h29 SwitchStatement(int line, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h54 class SwitchStatement; variable
69 class SwitchStatement; variable
Dresolver.cc2368 sem::SwitchStatement* Resolver::SwitchStatement( in SwitchStatement() function in tint::resolver::Resolver
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h49 class SwitchStatement; variable
DSkSLMetalCodeGenerator.h43 class SwitchStatement; variable
DSkSLGLSLCodeGenerator.h40 class SwitchStatement; variable
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DReferencer.ts64 SwitchStatement(node: TSESTree.Node): void; method
/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DReferencer.ts651 protected SwitchStatement(node: TSESTree.SwitchStatement): void { method in Referencer
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h40 class SwitchStatement; variable
/third_party/typescript/src/debug/
Ddbg.ts19 interface SwitchStatement extends Node { interface
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts72 SwitchStatement = 'SwitchStatement', enumerator
Dts-estree.ts1225 export interface SwitchStatement extends BaseNode { interface
/third_party/googletest/googletest/test/
Dgoogletest-death-test-test.cc354 TEST_F(TestForDeathTest, SwitchStatement) { in TEST_F() argument
1519 TEST(ConditionalDeathMacrosSyntaxDeathTest, SwitchStatement) { in TEST() argument
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts321 SwitchStatement?: RuleFunction<TSESTree.SwitchStatement>; property
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.mjs210 base.SwitchStatement = function (node, st, c) { class
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js4240 var SwitchStatement = /** @class */ (function (_super) { class
4242 function SwitchStatement(val) { class in anonymousFunction6fc5d51d0600.SwitchStatement
4249 SwitchStatement.prototype.isCompoundStatement = function () { return true; }; class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1933 export class SwitchStatement extends Statement { class
/third_party/typescript/src/compiler/
Dtypes.ts292 SwitchStatement, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts353 SwitchStatement = 246, enumerator
1488 export interface SwitchStatement extends Statement { interface
/third_party/typescript/lib/
Dtypescript.d.ts353 SwitchStatement = 246, enumerator
1479 export interface SwitchStatement extends Statement { interface
Dtsserverlibrary.d.ts353 SwitchStatement = 246, enumerator
1479 export interface SwitchStatement extends Statement { interface

12