Home
last modified time | relevance | path

Searched refs:global_union (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; in test_2()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; in test_2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; /* { dg-warning "leak of 'global_union.ptr_val' " } */ in test_2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; /* { dg-warning "leak of 'global_union.ptr_val' " } */ in test_2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; /* { dg-warning "leak of 'global_union.ptr_val' " } */ in test_2()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; in test_2()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-13.c7 } global_union; variable
11 global_union.ptr_val = malloc (1024); in test_1()
16 global_union.ptr_val = malloc (1024); /* { dg-message "allocated here" } */ in test_2()
17 global_union.int_val = 0; /* { dg-warning "leak of 'global_union.ptr_val' " } */ in test_2()
/dports/sysutils/toybox/toybox-0.8.5/
H A Dmain.c23 union global_union this;