代码搜索:Basics
找到约 1,310 项符合「Basics」的源代码
代码结果 1,310
www.eeworm.com/read/470720/1444981
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/470720/1445000
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/470693/1456927
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/470693/1456946
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/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(