代码搜索:Coverage
找到约 1,248 项符合「Coverage」的源代码
代码结果 1,248
www.eeworm.com/read/332494/12752707
m avail_contour.m
function avail=avail_contour(lats, lons, vpl, hpl, isinbnd,percent,vhal,pa_mode)
%*************************************************************************
%* Copyright c 2007 The board of trustee
www.eeworm.com/read/148359/5714868
c otlgsub.c
#include "otlgsub.h"
#include "otlcommn.h"
/************************************************************************/
/************************************************************************/
/**
www.eeworm.com/read/162614/5518827
c gcov-3.c
/* Check that gcov doesn't abort when a static object is defined
within a header file. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
#include "gc
www.eeworm.com/read/162614/5519461
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/162614/5529051
c pr24225.c
/* This was an ICE caused by the compiler-generated stack save/restore
statements around s[b]. */
/* { dg-do compile} */
/* { dg-options "-O1 -fprofile-arcs" } */
int
foo (int a, int b)
{
if (a
www.eeworm.com/read/162614/5529358
c 20050330-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate" } */
struct S
{
int a;
void **b;
};
void
foo (struct S *x, int y)
{
if (!x)
return;
if (y >= x->a)
return;
x->a--;
www.eeworm.com/read/470720/1444822
c gcov-2.c
/* Verify line coverage counts for simple member functions. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
class C {
public:
C()
{
i = 0; /
www.eeworm.com/read/470693/1456768
c gcov-2.c
/* Verify line coverage counts for simple member functions. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
class C {
public:
C()
{
i = 0; /
www.eeworm.com/read/240162/4579869
c gcov-2.c
/* Verify line coverage counts for simple member functions. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
class C {
public:
C()
{
i = 0; /
www.eeworm.com/read/233448/4672377
c gcov-2.c
/* Verify line coverage counts for simple member functions. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
class C {
public:
C()
{
i = 0; /