Home
last modified time | relevance | path

Searched refs:do_loop (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/darwin-threads/
Dexamine-threads.c269 int do_loop = 0; in main() local
283 do_loop = 1; in main()
383 if (do_loop) in main()
489 if (do_loop) in main()
494 } while (do_loop); in main()
/external/ltp/testcases/network/multicast/mc_opts/
Dmc_verify_opts_error.c20 char no_loop = 0, do_loop = 1; in main() local
62 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &do_loop, sizeof(char)) in main()
/external/skia/resources/sksl/runtime_errors/
DIllegalStatements.rts5 int do_loop(int x) { do { x++; } while(x < 1); return x; }
/external/llvm-project/flang/test/Fir/
Dfir-ops.fir203 // CHECK: fir.do_loop [[VAL_65:%.*]] = [[VAL_62]] to [[VAL_63]] step [[VAL_62]] {
212 fir.do_loop %i = %c1 to %c10 step %c1 {
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td1886 def fir_LoopOp : region_Op<"do_loop",
1897 fir.do_loop %i = %l to %u step %s unordered {