Home
last modified time | relevance | path

Searched refs:has_break (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c858 bool has_break = false; in vtn_emit_cf_list() local
860 vtn_emit_cf_list(b, &cse->body, fall_var, &has_break, handler); in vtn_emit_cf_list()
861 (void)has_break; /* We don't care */ in vtn_emit_cf_list()
/external/u-boot/scripts/
Dcheckpatch.pl6173 my $has_break = 0;
6177 while ($prevline > 1 && ($file || $count < 3) && !$has_break) {
6184 $has_break = 1 if ($rline =~ /fall[\s_-]*(through|thru)/i);
6188 …$has_break = 1 if ($fline =~ /\bswitch\b|\b(?:break\s*;[\s$;]*$|exit\s*\(\b|return\b|goto\b|contin…
6190 if (!$has_break && $has_statement) {