/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLForStatement.h | 20 struct ForStatement : public Statement { struct 21 ForStatement(int offset, std::unique_ptr<Statement> initializer, in ForStatement() argument 32 return std::unique_ptr<Statement>(new ForStatement(fOffset, fInitializer->clone(), in clone() argument 37 String description() const override { in description() 56 const std::shared_ptr<SymbolTable> fSymbols; 57 std::unique_ptr<Statement> fInitializer; 58 std::unique_ptr<Expression> fTest; 59 std::unique_ptr<Expression> fNext; 60 std::unique_ptr<Statement> fStatement; 62 typedef Statement INHERITED;
|
/third_party/skia/src/sksl/ |
D | SkSLAnalysis.h | 22 class ForStatement; variable
|
/third_party/skia/src/sksl/ir/ |
D | SkSLForStatement.h | 34 ForStatement(int line, in ForStatement() function
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 33 class ForStatement; variable
|
D | SkSLMetalCodeGenerator.h | 28 class ForStatement; variable
|
D | SkSLGLSLCodeGenerator.h | 26 class ForStatement; variable
|
/third_party/node/deps/acorn/acorn-walk/dist/ |
D | walk.mjs | 251 base.ForStatement = function (node, st, c) { class
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 4121 var ForStatement = /** @class */ (function (_super) { class 4123 function ForStatement(init) { class in anonymousFunction90e732bb0600.ForStatement 4128 ForStatement.prototype.isLoop = function () { return true; }; class
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 1805 export class ForStatement extends Statement { class
|
/third_party/typescript/src/compiler/ |
D | types.ts | 285 ForStatement, enumerator
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 346 ForStatement = 239, enumerator 1443 export interface ForStatement extends IterationStatement { interface
|
D | typescriptServices.d.ts | 346 ForStatement = 239, enumerator 1443 export interface ForStatement extends IterationStatement { interface
|
D | tsserverlibrary.d.ts | 346 ForStatement = 239, enumerator 1443 export interface ForStatement extends IterationStatement { interface
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 346 ForStatement = 239, enumerator 1454 export interface ForStatement extends IterationStatement { interface
|
D | tsserverlibrary.d.ts | 346 ForStatement = 239, enumerator 1454 export interface ForStatement extends IterationStatement { interface
|