代码搜索:Coverage
找到约 1,248 项符合「Coverage」的源代码
代码结果 1,248
www.eeworm.com/read/233448/4672921
c gcov-1.c
/* Test Gcov basics. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
void noop ()
{
}
int main ()
{
int i;
for (i = 0; i < 10; i++) /* count(11)
www.eeworm.com/read/233448/4672938
c gcov-2.c
/* Test Gcov basics. */
/* { dg-options "-fprofile-arcs -ftest-coverage -g" } */
/* { dg-do run { target native } } */
void noop ()
{
}
int main ()
{
int i;
for (i = 0; i < 10; i++) /* count(
www.eeworm.com/read/233448/4672942
c gcov-10.c
/* Test gcov block mode. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
int main ()
{
unsigned ix, jx = 0;
for (ix = 10; ix--;) if (ix & 1) jx
www.eeworm.com/read/233448/4672955
c gcov-3.c
/* Test Gcov with computed gotos.
This is the same as test gcc.c-torture/execute/980526-1.c */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
extern v
www.eeworm.com/read/203049/5043223
bld m40800_optm_none_lib16.bld
#!build
default:
library
:arm_option=thumb_code
:coverage=false
:dwarf=true
:auto_mvc=false
:arm_cputype=arm7tm
:debuglevel=plain
:profilelevel=none
:optimizestrategy=none
:outputname=ghs\op
www.eeworm.com/read/203049/5044390
bld m40800_optm_none_lib16.bld
#!build
default:
library
:arm_option=thumb_code
:coverage=false
:dwarf=true
:auto_mvc=false
:arm_cputype=arm7tm
:debuglevel=plain
:profilelevel=none
:optimizestrategy=none
:outputname=ghs\op
www.eeworm.com/read/190666/5172776
c gcov-1.c
/* Test Gcov basics. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
void noop ()
{
}
int main ()
{
int i;
for (i = 0; i < 10; i++) /* count(11)
www.eeworm.com/read/190666/5172795
c gcov-2.c
/* Test Gcov basics. */
/* { dg-options "-fprofile-arcs -ftest-coverage -g" } */
/* { dg-do run { target native } } */
void noop ()
{
}
int main ()
{
int i;
for (i = 0; i < 10; i++) /* count(
www.eeworm.com/read/190666/5172819
c gcov-3.c
/* Test Gcov with computed gotos.
This is the same as test gcc.c-torture/execute/980526-1.c */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
int expe
www.eeworm.com/read/162614/5519480
c gcov-3.c
/* Test Gcov with computed gotos.
This is the same as test gcc.c-torture/execute/980526-1.c */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
extern v