代码搜索:Coverage
找到约 1,248 项符合「Coverage」的源代码
代码结果 1,248
www.eeworm.com/read/204040/5035286
asm cover.asm
;* * CW : Cover.asm : Code Coverage kludge module
_data segment byte public 'data'
dgroup GROUP _data
assume cs:dgroup
assume ds:dgroup
public crefCow
crefCow DW 0
www.eeworm.com/read/169697/5414734
cxx mpicovsimple.cxx
//-*- Mode: C++; c-basic-offset:4 ; -*- */
//
// Copyright (C) 2004 by Argonne National Laboratory.
// See COPYRIGHT in top-level directory.
//
// This is a *very* simple tool for basic coverage
www.eeworm.com/read/162614/5518826
c gcov-1.c
/* Check that execution counts and branch probabilities for various C
constructs are reported correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target na
www.eeworm.com/read/162614/5519442
c gcov-4.c
/* Check that execution counts for various C constructs are reported
correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
extern void
www.eeworm.com/read/162614/5519454
c gcov-4b.c
/* Check that execution counts for various C constructs are reported
correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
extern void
www.eeworm.com/read/341021/3261398
h mpicovsimple.h
/* -*- Mode: C++; c-basic-offset:4 ; -*- */
/*
* (C) 2004 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*
* This is a *very* simple tool for basic coverage analysis
www.eeworm.com/read/341021/3261406
cxx mpicovsimple.cxx
//-*- Mode: C++; c-basic-offset:4 ; -*- */
//
// Copyright (C) 2004 by Argonne National Laboratory.
// See COPYRIGHT in top-level directory.
//
// This is a *very* simple tool for basic coverage
www.eeworm.com/read/340665/3273252
c gcov-1.c
/* Check that execution counts and branch probabilities for various C
constructs are reported correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target na
www.eeworm.com/read/440906/1774879
c gcov-1.c
/* Check that execution counts and branch probabilities for various C
constructs are reported correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target na
www.eeworm.com/read/375736/2720614
asm cover.asm
;* * CW : Cover.asm : Code Coverage kludge module
_data segment byte public 'data'
dgroup GROUP _data
assume cs:dgroup
assume ds:dgroup
public crefCow
crefCow DW 0