Home
last modified time | relevance | path

Searched refs:CovStream (Results 1 – 22 of 22) sorted by relevance

/dports/devel/covtool/covtool-2.1_10/
H A Dcovstream.h31 class CovStream
208 CovStream(FILE*); // read file into a CovStream
210 ~CovStream(); // destroy and free memory
234 CovStream(CovStream const &r); // no can copy big fella ;->
235 CovStream &operator=(CovStream const &r);
H A Dbomb_test.c4 #define cs_iterator CovStream::iterator
5 #define token CovStream::token
11 CovStream s(stdin); in main()
40 token t = CovStream::parse_token(start,end); in Lex()
46 t = CovStream::parse_token(t.second,end); in Lex()
H A Dtoken_test.c4 typedef CovStream::iterator cs_iterator;
5 typedef CovStream::token token;
9 CovStream s(stdin); in main()
18 token tok = CovStream::parse_token(scan,end); in main()
H A Dcovstream.c42 #define chunk CovStream::chunk
44 typedef CovStream::token token;
46 CovStream::
47 CovStream(FILE *f) in CovStream() function
83 CovStream::
84 ~CovStream() in ~CovStream()
136 CovStream::
532 CovStream::
H A Dcovtool.c66 typedef CovStream::iterator cs_iterator;
67 typedef CovStream::token token;
266 cout << CovStream::fullname(i->first) << "," << endl; in instrument_ending()
450 CovStream s(stdin); in main()
511 t = CovStream::parse_token(t.second,end); in get_token()
580 t = CovStream::parse_token(t.second,end); // the line number in get_token()
604 t = CovStream::parse_token(t.second, end); // the filename in get_token()
622 t = CovStream::parse_token(t.second, end); in get_token()
651 t = CovStream::parse_token(t.second,end); in get_token()
1335 CovStream::iterator scan = t.first; in process_statement()
[all …]
H A Dcovannotate.c121 s = CovStream::fullname(s); in main()
H A Dcovtest.in30 typedef CovStream::iterator iterator;
H A Dcovtest.expect30 /*file 30 :0 */typedef CovStream :: iterator iterator ;
/dports/devel/covtool/covtool-2.1_10/html/coverage_html/home/lboggs/covtool/
H A Dcovstream.h27 class CovStream
197 CovStream(FILE*); // read file into a CovStream
199 ~CovStream(); // destroy and free memory
223 CovStream(CovStream const &r); // no can copy big fella ;->
224 CovStream &operator=(CovStream const &r);
H A Dcovtool.c63 typedef CovStream::iterator iterator;
64 typedef CovStream::token token;
255 + cout << CovStream::fullname(i->first) << "," << endl;
411 + CovStream s(stdin);
470 + t = CovStream::parse_token(t.second,end);
521 + t = CovStream::parse_token(t.second,end); // the line number
547 + t = CovStream::parse_token(t.second, end); // the filename
561 + t = CovStream::parse_token(t.second, end);
/dports/devel/covtool/covtool-2.1_10/tests/
H A Dbomb_test.c6 #define cs_iterator CovStream::iterator
7 #define token CovStream::token
13 CovStream s(stdin); in main()
42 token t = CovStream::parse_token(start,end); in Lex()
48 t = CovStream::parse_token(t.second,end); in Lex()
H A Dtoken_test.c4 typedef CovStream::iterator cs_iterator;
5 typedef CovStream::token token;
9 CovStream s(stdin); in main()
18 token tok = CovStream::parse_token(scan,end); in main()
H A Dcovtest.in30 typedef CovStream::iterator iterator;
H A Dcovtest.expect30 /*file 30 :0 */typedef CovStream :: iterator iterator ;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ProfileData/
H A DGCOV.cpp630 std::unique_ptr<raw_ostream> CovStream; in print() local
632 CovStream = std::make_unique<raw_null_ostream>(); in print()
634 CovStream = openCoveragePath(CoveragePath); in print()
636 !Options.NoOutput && Options.UseStdout ? llvm::outs() : *CovStream; in print()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ProfileData/
H A DGCOV.cpp630 std::unique_ptr<raw_ostream> CovStream; in print() local
632 CovStream = std::make_unique<raw_null_ostream>(); in print()
634 CovStream = openCoveragePath(CoveragePath); in print()
636 !Options.NoOutput && Options.UseStdout ? llvm::outs() : *CovStream; in print()
/dports/devel/llvm70/llvm-7.0.1.src/lib/ProfileData/
H A DGCOV.cpp602 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local
603 raw_ostream &CovOS = *CovStream; in print()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ProfileData/
H A DGCOV.cpp729 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local
730 raw_ostream &CovOS = *CovStream; in print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp729 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local
730 raw_ostream &CovOS = *CovStream; in print()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp729 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local
730 raw_ostream &CovOS = *CovStream; in print()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ProfileData/
H A DGCOV.cpp729 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local
730 raw_ostream &CovOS = *CovStream; in print()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ProfileData/
H A DGCOV.cpp721 std::unique_ptr<raw_ostream> CovStream = openCoveragePath(CoveragePath); in print() local
722 raw_ostream &CovOS = *CovStream; in print()