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/ |
D | Interval.cpp | 26 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/ |
D | WebAssemblyCFGSort.cpp | 72 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/ |
D | parserRealSource11.ts | 1300 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/ |
D | parserRealSource11.js | 3623 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/ |
D | Shader.cpp | 1117 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.mjs | 208 _do: kw("do", {isLoop: true, beforeExpr: true}), property 211 _for: kw("for", {isLoop: true}), property 220 _while: kw("while", {isLoop: true}), property
|
D | acorn.js | 214 _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/ |
D | vktReconvergenceTests.cpp | 1163 deUint32 isLoop; in simulate() member
|