Home
last modified time | relevance | path

Searched defs:forloop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dstreamline_config.pl548 forloop: label
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_peepholer.py477 def forloop(): function
/aosp_15_r20/external/lua/src/
H A Dlparser.c1537 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody() local