Home
last modified time | relevance | path

Searched defs:IfStatement (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLIfStatement.h19 struct IfStatement : public Statement { struct
20 IfStatement(int offset, bool isStatic, std::unique_ptr<Expression> test, in IfStatement() argument
29 return std::unique_ptr<Statement>(new IfStatement(fOffset, fIsStatic, fTest->clone(), in clone() argument
33 String description() const override { in description()
45 bool fIsStatic;
46 std::unique_ptr<Expression> fTest;
47 std::unique_ptr<Statement> fIfTrue;
49 std::unique_ptr<Statement> fIfFalse;
51 typedef Statement INHERITED;
/third_party/skia/third_party/externals/tint/src/sem/
Dif_statement.cc25 IfStatement::IfStatement(const ast::IfStatement* declaration, in IfStatement() function in tint::sem::IfStatement
Dif_statement.h23 class IfStatement; variable
/third_party/skia/third_party/externals/tint/src/ast/
Dif_statement.cc24 IfStatement::IfStatement(ProgramID pid, in IfStatement() function in tint::ast::IfStatement
/third_party/skia/src/sksl/ir/
DSkSLIfStatement.h25 IfStatement(int line, bool isStatic, std::unique_ptr<Expression> test, in IfStatement() function
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h38 class IfStatement; variable
DSkSLMetalCodeGenerator.h33 class IfStatement; variable
DSkSLGLSLCodeGenerator.h31 class IfStatement; variable
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-misused-promises.ts64 IfStatement: checkTestConditional, constant
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h65 class IfStatement; variable
Dresolver.cc917 sem::IfStatement* Resolver::IfStatement(const ast::IfStatement* stmt) { in IfStatement() function in tint::resolver::Resolver
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h37 class IfStatement; variable
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts35 IfStatement = 'IfStatement', enumerator
Dts-estree.ts985 export interface IfStatement extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts284 IfStatement?: RuleFunction<TSESTree.IfStatement>; property
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.mjs199 base.IfStatement = function (node, st, c) { class
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3886 var IfStatement = /** @class */ (function (_super) { class
3888 function IfStatement(cond) { class in anonymousFunction1f2ad09c0600.IfStatement
3895 IfStatement.prototype.isCompoundStatement = function () { return true; }; class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1566 export class IfStatement extends Statement { class
/third_party/typescript/src/compiler/
Dtypes.ts282 IfStatement, enumerator
/third_party/typescript/lib/
Dtsserverlibrary.d.ts343 IfStatement = 236, enumerator
1425 export interface IfStatement extends Statement { interface
DtypescriptServices.d.ts343 IfStatement = 236, enumerator
1425 export interface IfStatement extends Statement { interface
Dtypescript.d.ts343 IfStatement = 236, enumerator
1425 export interface IfStatement extends Statement { interface
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts343 IfStatement = 236, enumerator
1434 export interface IfStatement extends Statement { interface
Dtypescript.d.ts343 IfStatement = 236, enumerator
1434 export interface IfStatement extends Statement { interface