Home
last modified time | relevance | path

Searched defs:isLoop (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInterval.cpp26 bool Interval::isLoop() const { in isLoop() function in Interval
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp72 bool isLoop() const override { return false; } in isLoop() function in __anonac2d2f140111::ConcreteRegion
75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; } in isLoop() function in __anonac2d2f140111::ConcreteRegion
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1300 public isLoop() { return false; } method in Statement
1460 public isLoop() { return true; } method in WhileStatement
1512 public isLoop() { return true; } method in DoWhileStatement
1696 public isLoop() { return true; } method in ForInStatement
1814 public isLoop() { return true; } method in ForStatement
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3623 Statement.prototype.isLoop = function () { return false; }; method in Statement
3784 WhileStatement.prototype.isLoop = function () { return true; }; method in WhileStatement
3838 DoWhileStatement.prototype.isLoop = function () { return true; }; method in DoWhileStatement
4017 ForInStatement.prototype.isLoop = function () { return true; }; method in ForInStatement
4128 ForStatement.prototype.isLoop = function () { return true; }; method in ForStatement
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1117 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs208 _do: kw("do", {isLoop: true, beforeExpr: true}), property
211 _for: kw("for", {isLoop: true}), property
220 _while: kw("while", {isLoop: true}), property
Dacorn.js214 _do: kw("do", {isLoop: true, beforeExpr: true}), property
217 _for: kw("for", {isLoop: true}), property
226 _while: kw("while", {isLoop: true}), property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1163 deUint32 isLoop; in simulate() member