Searched refs:forloop (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/integration_test/Dialect/Vector/CPU/ |
D | test-vector-distribute.mlir | 1 // RUN: mlir-opt %s -test-vector-to-forloop -convert-vector-to-scf \ 13 // RUN: mlir-opt %s -test-vector-to-forloop | FileCheck %s -check-prefix=TRANSFORM
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | openmp-exception-escape.cpp | 56 void forloop(const int a) { in forloop() function
|
/external/python/cpython3/Lib/test/ |
D | test_peepholer.py | 463 def forloop(): function 466 self.assertEqual(count_instr_recursively(forloop, 'BUILD_LIST'), 0) 467 self.check_lnotab(forloop)
|
/external/python/pycparser/tests/ |
D | test_c_parser.py | 239 forloop = s.ext[0].body.block_items[0] 240 self.assert_coord(forloop.init, 2, 13, 'f.c') 241 self.assert_coord(forloop.cond, 2, 26, 'f.c') 242 self.assert_coord(forloop.next, 3, 17, 'f.c')
|
/external/python/jinja/docs/ |
D | switching.rst | 150 variable for the loop context is called `loop`, not `forloop` as in Django.
|
/external/lua/src/ |
D | lparser.c | 1537 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody() local 1553 endfor = luaK_codeABx(fs, forloop[isgen], base, 0); in forbody()
|