Home
last modified time | relevance | path

Searched refs:while_loop (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto80 While while_loop = 3; field
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp75 if (x.has_while_loop()) return os << x.while_loop(); in operator <<()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c714 int final_switch, while_loop; local
732 while_loop = ((bytes / 4) / 16 - 1) * 16;
733 emit_insn (gen_move_insn (r6, GEN_INT (while_loop + final_switch)));
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.c1157 int final_switch, while_loop; in expand_block_move() local
1173 while_loop = ((bytes / 4) / 16 - 1) * 16; in expand_block_move()
1174 emit_insn (gen_move_insn (r6, GEN_INT (while_loop + final_switch))); in expand_block_move()