reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
RUN: mkdir -p %t.d
RUN: cd %t.d

RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-__gcov_flush-multiple.c
RUN: test -f instrprof-gcov-__gcov_flush-multiple.gcno

RUN: rm -f instrprof-gcov-__gcov_flush-multiple.gcda
RUN: %run %t
RUN: llvm-cov gcov instrprof-gcov-__gcov_flush-multiple.gcda
RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-__gcov_flush-multiple.c.gcov %S/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov