/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLIfStatement.h | 19 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/ |
D | if_statement.cc | 25 IfStatement::IfStatement(const ast::IfStatement* declaration, in IfStatement() function in tint::sem::IfStatement
|
D | if_statement.h | 23 class IfStatement; variable
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | if_statement.cc | 24 IfStatement::IfStatement(ProgramID pid, in IfStatement() function in tint::ast::IfStatement
|
/third_party/skia/src/sksl/ir/ |
D | SkSLIfStatement.h | 25 IfStatement(int line, bool isStatic, std::unique_ptr<Expression> test, in IfStatement() function
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 38 class IfStatement; variable
|
D | SkSLMetalCodeGenerator.h | 33 class IfStatement; variable
|
D | SkSLGLSLCodeGenerator.h | 31 class IfStatement; variable
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-misused-promises.ts | 64 IfStatement: checkTestConditional, constant
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver.h | 65 class IfStatement; variable
|
D | resolver.cc | 917 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/ |
D | parser_impl.h | 37 class IfStatement; variable
|
/third_party/typescript_eslint/packages/types/src/ |
D | ast-node-types.ts | 35 IfStatement = 'IfStatement', enumerator
|
D | ts-estree.ts | 985 export interface IfStatement extends BaseNode { interface
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | Rule.ts | 284 IfStatement?: RuleFunction<TSESTree.IfStatement>; property
|
/third_party/node/deps/acorn/acorn-walk/dist/ |
D | walk.mjs | 199 base.IfStatement = function (node, st, c) { class
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 3886 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/ |
D | parserRealSource11.ts | 1566 export class IfStatement extends Statement { class
|
/third_party/typescript/src/compiler/ |
D | types.ts | 282 IfStatement, enumerator
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 343 IfStatement = 236, enumerator 1425 export interface IfStatement extends Statement { interface
|
D | typescriptServices.d.ts | 343 IfStatement = 236, enumerator 1425 export interface IfStatement extends Statement { interface
|
D | typescript.d.ts | 343 IfStatement = 236, enumerator 1425 export interface IfStatement extends Statement { interface
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 343 IfStatement = 236, enumerator 1434 export interface IfStatement extends Statement { interface
|
D | typescript.d.ts | 343 IfStatement = 236, enumerator 1434 export interface IfStatement extends Statement { interface
|