Home
last modified time | relevance | path

Searched refs:flag_b (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b;
23 flag_b = 100;
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}}
28 num = flag_b;
32 flag_b = 0;
35 flag_b = 50;
37 flag_b = 100;
38 return flag_b / num; // no-crash expected-warning {{Division by zero}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dloop-widening-notes.cpp21 int flag_b; variable
23 flag_b = 100; in while_analyzer_output()
25 while (flag_b-- > 0) { // expected-note {{Loop condition is true. Entering loop body}} in while_analyzer_output()
28 num = flag_b; in while_analyzer_output()
32 flag_b = 0; in while_analyzer_output()
35 flag_b = 50; in while_analyzer_output()
37 flag_b = 100; in while_analyzer_output()
38 return flag_b / num; // no-crash expected-warning {{Division by zero}} in while_analyzer_output()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Dconditionals-3.c15 int test_1 (int flag_a, int flag_b) in test_1() argument
20 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
25 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
29 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
34 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
42 __analyzer_eval (flag_b); /* { dg-warning "UNKNOWN" } */ in test_1()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/japanese/
H A Dgdevmag.c109 byte *flag_a,*flag_b; in mag_print_page() local
128 flag_b = (byte *)gs_malloc(gs_lib_ctx_get_non_gc_memory_t(), flag_b_size,1,"mag_flag_b"); in mag_print_page()
131 flag_a == 0 || flag_b == 0 || pixel == 0) { in mag_print_page()
152 flag_b_bytes += mag_comp_flag(pdev,flag_size,f0,f1,flag_a,0,flag_b); in mag_print_page()
192 mag_comp_flag(pdev,flag_size,f0,f1,flag_a,next_bit,flag_b); in mag_print_page()
206 count = mag_comp_flag(pdev,flag_size,f0,f1,flag_a,0,flag_b); in mag_print_page()
207 fwrite(flag_b,count,1,file); in mag_print_page()
222 … if (flag_b) gs_free(gs_lib_ctx_get_non_gc_memory_t(), (char *)flag_b,flag_b_size,1,"mag_flag_b"); in mag_print_page()
292 byte *flag_a,int next_bit,byte *flag_b) in mag_comp_flag() argument
295 byte *pflag_b = flag_b; in mag_comp_flag()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/japanese/
H A Dgdevmag.c109 byte *flag_a,*flag_b; in mag_print_page() local
128 flag_b = (byte *)gs_malloc(gs_lib_ctx_get_non_gc_memory_t(), flag_b_size,1,"mag_flag_b"); in mag_print_page()
131 flag_a == 0 || flag_b == 0 || pixel == 0) { in mag_print_page()
152 flag_b_bytes += mag_comp_flag(pdev,flag_size,f0,f1,flag_a,0,flag_b); in mag_print_page()
192 mag_comp_flag(pdev,flag_size,f0,f1,flag_a,next_bit,flag_b); in mag_print_page()
206 count = mag_comp_flag(pdev,flag_size,f0,f1,flag_a,0,flag_b); in mag_print_page()
207 fwrite(flag_b,count,1,file); in mag_print_page()
222 … if (flag_b) gs_free(gs_lib_ctx_get_non_gc_memory_t(), (char *)flag_b,flag_b_size,1,"mag_flag_b"); in mag_print_page()
292 byte *flag_a,int next_bit,byte *flag_b) in mag_comp_flag() argument
295 byte *pflag_b = flag_b; in mag_comp_flag()
[all …]

12