Home
last modified time | relevance | path

Searched refs:ftest (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/one-true-awk/
HDmakefile30 CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
/NextBSD/contrib/gcc/doc/
HDgcov.texi264 special GCC options: @samp{-fprofile-arcs -ftest-coverage}.
281 $ gcc -fprofile-arcs -ftest-coverage tmp.c
455 @samp{-fprofile-arcs -ftest-coverage}. Aside from that, you can use any
522 the GCC @option{-ftest-coverage} option. It contains information to
HDsourcebuild.texi1318 @{ dg-options "-fprofile-arcs -ftest-coverage" @}
HDinvoke.texi287 -ftest-coverage -ftime-report -fvar-tracking @gol
3640 test coverage analysis (@option{-ftest-coverage}). Each object file's
3654 @option{-ftest-coverage} (when compiling) and @option{-lgcov} (when
3662 additional @option{-ftest-coverage} option. You do not need to profile
3699 @item -ftest-coverage
3700 @opindex ftest-coverage
/NextBSD/contrib/apr/
HDREADME159 CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
/NextBSD/contrib/tcsh/
HDsh.func.c222 Char **globbed, **fileptr, *ftest, *res; in dofiletest() local
225 if (*(ftest = *++v) != '-') in dofiletest()
234 res = filetest(ftest, &fileptr, 0); in dofiletest()
/NextBSD/contrib/binutils/include/opcode/
HDChangeLog285 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.
286 Add FLAG_STRICT to pa10 ftest opcode.
HDChangeLog-91031070 * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.
2430 bunch of aliases (fmov*, ftest*, tdivul) to support gcc's
2811 "fcmp", and "ftest".
/NextBSD/contrib/subversion/
HDconfigure.ac1235 CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
1236 CXXFLAGS="$CXXFLAGS -fprofile-arcs -ftest-coverage"
/NextBSD/contrib/gcc/
HDcommon.opt905 ftest-coverage
HDONEWS53 analysis is also supported; see -fprofile-arcs, -ftest-coverage,
HDconfigure.ac639 coverage_flags="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O0"
642 coverage_flags="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O2"
HDChangeLog-200312908 * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
35249 * invoke.texi (ftest-coverage): Fix broken cross-reference.
HDChangeLog.tree-ssa1813 -ftest-coverage or -fprofile-values.
HDChangeLog-200113289 between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
HDChangeLog-200530169 (cc1_options): Pass -fprofile-arcs -ftest-coverage for `coverage'.
HDChangeLog-200433860 -ftest-coverage or -fprofile-values.
/NextBSD/contrib/gdtoa/
HDchanges195 gdtoa.tgz: test/ftest.c: change %.7g to %.8g throughout.
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDOptions.td983 def ftest_coverage : Flag<["-"], "ftest-coverage">, Group<f_Group>;