Home
last modified time | relevance | path

Searched refs:thisloop (Results 1 – 7 of 7) sorted by relevance

/dports/www/moodle310/moodle/admin/tool/health/
H A Dlocallib.php79 $thisloop = array($current->id => $current);
82 if (isset($thisloop[$current->parent])) {
84 $loops = $loops + $thisloop;
91 $loops = $loops + $thisloop;
99 $thisloop[$current->id] = $current;
/dports/www/moodle311/moodle/admin/tool/health/
H A Dlocallib.php79 $thisloop = array($current->id => $current);
82 if (isset($thisloop[$current->parent])) {
84 $loops = $loops + $thisloop;
91 $loops = $loops + $thisloop;
99 $thisloop[$current->id] = $current;
/dports/www/moodle39/moodle/admin/tool/health/
H A Dlocallib.php79 $thisloop = array($current->id => $current);
82 if (isset($thisloop[$current->parent])) {
84 $loops = $loops + $thisloop;
91 $loops = $loops + $thisloop;
99 $thisloop[$current->id] = $current;
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dloopfinder.py167 thisloop, allloops = self._parse_loop_graph(subg, graph)
168 if thisloop is not None:
170 outtop.append(thisloop)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dstmt.c2508 thisloop->data.loop.continue_label = thisloop->data.loop.start_label; in expand_start_loop()
2509 thisloop->exit_label = exit_flag ? thisloop->data.loop.end_label : 0; in expand_start_loop()
2510 loop_stack = thisloop; in expand_start_loop()
2511 nesting_stack = thisloop; in expand_start_loop()
2518 return thisloop; in expand_start_loop()
2529 return thisloop; in expand_start_loop_continue_elsewhere()
2548 thisloop->data.loop.continue_label = thisloop->data.loop.end_label; in expand_start_null_loop()
2549 thisloop->exit_label = thisloop->data.loop.end_label; in expand_start_null_loop()
2550 loop_stack = thisloop; in expand_start_null_loop()
2551 nesting_stack = thisloop; in expand_start_null_loop()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dstmt.c2508 thisloop->data.loop.continue_label = thisloop->data.loop.start_label; in expand_start_loop()
2509 thisloop->exit_label = exit_flag ? thisloop->data.loop.end_label : 0; in expand_start_loop()
2510 loop_stack = thisloop; in expand_start_loop()
2511 nesting_stack = thisloop; in expand_start_loop()
2518 return thisloop; in expand_start_loop()
2529 return thisloop; in expand_start_loop_continue_elsewhere()
2548 thisloop->data.loop.continue_label = thisloop->data.loop.end_label; in expand_start_null_loop()
2549 thisloop->exit_label = thisloop->data.loop.end_label; in expand_start_null_loop()
2550 loop_stack = thisloop; in expand_start_null_loop()
2551 nesting_stack = thisloop; in expand_start_null_loop()
[all …]
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcompile.c419 static loop *thisloop; /* current loop */ variable
448 thisloop = (loop *) NULL; in c_clear()
1196 thisloop = loop_new(thisloop); in c_loop()
1205 return (thisloop->cont) ? c_block(n, N_CONTINUE, F_END) : n; in c_reloop()
1214 if (thisloop->brk) { in c_endloop()
1217 thisloop = loop_del(thisloop); in c_endloop()
1368 switch_list->env = thisloop; in c_startswitch()
1708 if (l == (loop *) NULL || switch_list->env != thisloop) { in c_break()
1710 l = thisloop; in c_break()
1731 if (thisloop == (loop *) NULL) { in c_continue()
[all …]