Home
last modified time | relevance | path

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

/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/node/deps/v8/src/torque/
Dast.h695 struct IfStatement : Statement { struct
697 IfStatement(SourcePosition pos, bool is_constexpr, Expression* condition, in IfStatement() function
704 Expression* condition;
705 bool is_constexpr;
706 Statement* if_true;
707 base::Optional<Statement*> if_false;
/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 anonymousFunctionfb68d15d0600.IfStatement
3895 IfStatement.prototype.isCompoundStatement = function () { return true; }; class
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc1102 void AsmJsParser::IfStatement() { in IfStatement() function in v8::internal::wasm::AsmJsParser
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1566 export class IfStatement extends Statement { class
/third_party/typescript/src/compiler/
Dtypes.ts291 IfStatement, enumerator
/third_party/node/deps/v8/src/ast/
Dast.h742 IfStatement(Expression* condition, Statement* then_statement, in IfStatement() function
/third_party/typescript/lib/
Dtypescript.d.ts352 IfStatement = 244, enumerator
1504 export interface IfStatement extends Statement { interface
DtypescriptServices.d.ts352 IfStatement = 244, enumerator
1504 export interface IfStatement extends Statement { interface
Dtsserverlibrary.d.ts352 IfStatement = 244, enumerator
1504 export interface IfStatement extends Statement { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts352 IfStatement = 244, enumerator
1504 export interface IfStatement extends Statement { interface
Dtsserverlibrary.d.ts352 IfStatement = 244, enumerator
1504 export interface IfStatement extends Statement { interface