Home
last modified time | relevance | path

Searched defs:IfStatement (Results 1 – 20 of 20) 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.h23 class IfStatement; variable
Dif_statement.cc25 IfStatement::IfStatement(const ast::IfStatement* declaration, in IfStatement() function in tint::sem::IfStatement
/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/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/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 anonymousFunction90e732bb0600.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/
Dtypescript.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
Dtsserverlibrary.d.ts343 IfStatement = 236, enumerator
1425 export interface IfStatement extends Statement { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts343 IfStatement = 236, enumerator
1436 export interface IfStatement extends Statement { interface
Dtsserverlibrary.d.ts343 IfStatement = 236, enumerator
1436 export interface IfStatement extends Statement { interface