/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
D | try_catch.js | 66 !babelTypes.isLoop(path.node)) { 132 if (babelTypes.isLoop(path.node.body)) { 138 if (babelTypes.isLoop(path.node.body)) { 157 if (path.node.kind !== 'var' || babelTypes.isLoop(path.parent)) 162 if (path.node.kind !== 'var' || babelTypes.isLoop(path.parent))
|
D | differential_fuzz_mutator.js | 211 if (babelTypes.isLoop(path.parent) ||
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 1163 deUint32 isLoop; in simulate() member 1240 stateStack[nesting].isLoop = 0; in simulate() 1249 while (!stateStack[n].isLoop) in simulate() 1255 stateStack[nesting].isLoop = 0; in simulate() 1262 while (!stateStack[n].isLoop) in simulate() 1278 stateStack[nesting].isLoop = 0; in simulate() 1302 stateStack[nesting].isLoop = 1; in simulate() 1329 stateStack[nesting].isLoop = 1; in simulate() 1356 stateStack[nesting].isLoop = 1; in simulate() 1383 stateStack[nesting].isLoop = 1; in simulate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 1163 deUint32 isLoop; in simulate() member 1240 stateStack[nesting].isLoop = 0; in simulate() 1249 while (!stateStack[n].isLoop) in simulate() 1255 stateStack[nesting].isLoop = 0; in simulate() 1262 while (!stateStack[n].isLoop) in simulate() 1278 stateStack[nesting].isLoop = 0; in simulate() 1302 stateStack[nesting].isLoop = 1; in simulate() 1329 stateStack[nesting].isLoop = 1; in simulate() 1356 stateStack[nesting].isLoop = 1; in simulate() 1383 stateStack[nesting].isLoop = 1; in simulate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGSort.cpp | 56 virtual bool isLoop() const = 0; 72 bool isLoop() const override { return false; } in isLoop() function in __anon1f0a32a00111::ConcreteRegion 75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; } in isLoop() function in __anon1f0a32a00111::ConcreteRegion 371 if (Region->isLoop()) { in sortBlocks()
|
/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/src/Shader/ |
D | Shader.cpp | 1117 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction 1692 if(instruction[i]->isBranch() || instruction[i]->isLoop()) in analyzeDynamicBranching() 1719 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching() 1744 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching() 1769 if(instruction[l]->isLoop()) in analyzeDynamicBranching()
|
D | Shader.hpp | 513 bool isLoop() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | Interval.h | 93 bool isLoop() const;
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 1300 public isLoop() { return false; } method in Statement 1304 public isCompoundStatement() { return this.isLoop(); } 1410 if (stmt.isLoop()) { 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 | 1301 public isLoop() { return false; } 1305 public isCompoundStatement() { return this.isLoop(); } 1411 if (stmt.isLoop()) { 1461 public isLoop() { return true; } 1513 public isLoop() { return true; } 1697 public isLoop() { return true; } 1815 public isLoop() { return true; } 3623 Statement.prototype.isLoop = function () { return false; }; method in Statement 3625 Statement.prototype.isCompoundStatement = function () { return this.isLoop(); }; 3734 if (stmt.isLoop()) { [all …]
|
D | parserRealSource11.symbols | 3874 public isLoop() { return false; } 3875 >isLoop : Symbol(Statement.isLoop, Decl(parserRealSource11.ts, 1297, 9)) 3880 public isCompoundStatement() { return this.isLoop(); } 3882 >this.isLoop : Symbol(Statement.isLoop, Decl(parserRealSource11.ts, 1297, 9)) 3884 >isLoop : Symbol(Statement.isLoop, Decl(parserRealSource11.ts, 1297, 9)) 4243 if (stmt.isLoop()) { 4244 >stmt.isLoop : Symbol(Statement.isLoop, Decl(parserRealSource11.ts, 1297, 9)) 4246 >isLoop : Symbol(Statement.isLoop, Decl(parserRealSource11.ts, 1297, 9)) 4381 public isLoop() { return true; } 4382 >isLoop : Symbol(WhileStatement.isLoop, Decl(parserRealSource11.ts, 1457, 9)) [all …]
|
D | parserRealSource11.types | 5818 public isLoop() { return false; } 5819 >isLoop : () => boolean 5826 public isCompoundStatement() { return this.isLoop(); } 5828 >this.isLoop() : boolean 5829 >this.isLoop : () => boolean 5831 >isLoop : () => boolean 6340 if (stmt.isLoop()) { 6341 >stmt.isLoop() : boolean 6342 >stmt.isLoop : () => boolean 6344 >isLoop : () => boolean [all …]
|
D | parserRealSource11.errors.txt | 2494 public isLoop() { return false; } 2498 public isCompoundStatement() { return this.isLoop(); } 2636 if (stmt.isLoop()) { 2702 public isLoop() { return true; } 2772 public isLoop() { return true; } 3012 public isLoop() { return true; } 3166 public isLoop() { return true; }
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.ts | 113 isLoop: boolean
|
D | acorn.js | 121 this.isLoop = !!conf.isLoop; 214 _do: kw("do", {isLoop: true, beforeExpr: true}), property 217 _for: kw("for", {isLoop: true}), property 226 _while: kw("while", {isLoop: true}), property 1216 var kind = this.type.isLoop ? "loop" : this.type === types$1._switch ? "switch" : null;
|
D | acorn.mjs | 104 // `isLoop` marks a keyword as starting a loop, which is important 115 this.isLoop = !!conf.isLoop; 208 _do: kw("do", {isLoop: true, beforeExpr: true}), property 211 _for: kw("for", {isLoop: true}), property 220 _while: kw("while", {isLoop: true}), property 1210 var kind = this.type.isLoop ? "loop" : this.type === types$1._switch ? "switch" : null;
|