Home
last modified time | relevance | path

Searched refs:Bug (Results 1 – 25 of 244) sorted by relevance

12345678910

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Domit-frame-pointer.C7 class Bug
13 throw Bug(); in throw_bug()
22 } catch (Bug bug) { in main()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dbugreport.texi18 * Criteria: Bug Criteria. Have you really found a bug?
19 * Reporting: Bug Reporting. How to report a bug effectively.
24 @node Bug Criteria,Bug Reporting,,Bugs
25 @section Have You Found a Bug?
87 @node Bug Reporting,,Bug Criteria,Bugs
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dbugreport.texi18 * Criteria: Bug Criteria. Have you really found a bug?
19 * Reporting: Bug Reporting. How to report a bug effectively.
24 @node Bug Criteria,Bug Reporting,,Bugs
25 @section Have You Found a Bug?
87 @node Bug Reporting,,Bug Criteria,Bugs
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb5.C4 class Bug {
13 void dummy(Bug x) { x.bug(); } in dummy()
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dpat_rt_report.t626 is($fetch[$_][0], $fetch[$_][1], "$names[$_]; Bug 50496");
631 is($res, 1, "'$s' =~ /(?<A>foo)\\s+(?<B>bar)?\\s+(?<C>baz)/; Bug 50496");
632 is($count, 3, "Got 3 keys in %+ via each; Bug 50496");
633 is(0 + @k, 3, "Got 3 keys in %+ via keys; Bug 50496");
634 is("@k", "A B C", "Got expected keys; Bug 50496");
635 is("@v", "bar baz foo", "Got expected values; Bug 50496");
668 is($fetch[$_][0], $fetch[$_][1], "$names[$_]; Bug 50496");
673 is($res, 1, "'$s' =~ /(?<D>(?<A>foo)\\s+(?<B>bar)?\\s+(?<C>baz))/; Bug 50496");
674 is($count, 4, "Got 4 keys in %+ via each; Bug 50496");
675 is(@k, 4, "Got 4 keys in %+ via keys; Bug 50496");
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp32 BugType Bug; member in __anon48b7d4cc0111::NoUncountedMemberChecker
37 : Bug(this, in NoUncountedMemberChecker()
145 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DRefCntblBaseVirtualDtorChecker.cpp26 BugType Bug; member in __anone46c051a0111::RefCntblBaseVirtualDtorChecker
31 : Bug(this, in RefCntblBaseVirtualDtorChecker()
149 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DUncountedLambdaCapturesChecker.cpp26 BugType Bug{this, "Lambda capture of uncounted variable", member in __anon7f423aac0111::UncountedLambdaCapturesChecker
95 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DUncountedCallArgsChecker.cpp31 BugType Bug{this, member in __anon2bd0de6d0111::UncountedCallArgsChecker
183 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DUncountedLocalVarsChecker.cpp131 BugType Bug{this, member in __anon7dd8ca0b0111::UncountedLocalVarsChecker
239 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/
H A DChanges264 Bug #61908 for ExtUtils-ParseXS: MSWin compilers and back-slashed paths
265 Bug #53938 for ExtUtils-ParseXS: MinGW Broken after 2.21
306 Bug fixes:
331 Bug fixes:
338 Bug fixes:
348 Bug fixes:
358 Bug fixes:
368 Bug fixes:
374 Bug fixes:
382 Bug fixe
[all...]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5244delta.pod38 L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055>
39 L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553>
40 L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658>
60 =head1 Selected Bug Fixes
H A Dperl5262delta.pod38 L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055>
39 L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553>
40 L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658>
108 =head1 Selected Bug Fixes
134 L<[perl #131949]|https://rt.perl.org/Public/Bug/Display.html?id=131949>
164 L<[perl #132017]|https://rt.perl.org/Public/Bug/Display.html?id=132017>
H A Dperl5261delta.pod98 L<[cpan #121683]|https://rt.cpan.org/Public/Bug/Display.html?id=121683>
99 L<[cpan #122353]|https://rt.cpan.org/Public/Bug/Display.html?id=122353>
105 =head1 Selected Bug Fixes
135 L<[perl #131597]|https://rt.perl.org/Public/Bug/Display.html?id=131597>
/openbsd-src/usr.sbin/nsd/doc/
H A DRELNOTES1712 - Bug #230: Output non-error messages to stdout.
1714 - Bug #218: shared UDP query for all interfaces.
1715 - Bug #222: Remove bashism from nsdc script.
1866 - Bug: reload crashes with log message 'continuing with old database',
1888 - Bug #152: NSD would not use the identity from nsd.conf, fixed.
1889 - Bug #153: When running with thousands of secondary zones, NSD would
1905 - Bug #143: Improved handling of zonesdir: directive and relative
1908 - Bug #144: LOC RRtype default values for precision wrong. Fixed.
1909 - Bug #145: NSD failed to reload cases of simultaneous zone transfer.
1910 - Bug #146: NSD fails to write to xfrdfile when chrooted. Fixed.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/
H A DChanges8 queue size limit (Bug #120157 - fix by Chad Fox)
12 - Removed use of detached threads in tests (Bug #114468)
/openbsd-src/gnu/llvm/clang/www/
H A Dmenu.html.incl30 <a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a>
38 <a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a>
/openbsd-src/lib/libc/gdtoa/
H A Ddmisc.c131 /*debug*/ Bug("oversize b in quorem");
142 /*debug*/ Bug("oversized quotient in quorem");
/openbsd-src/regress/usr.bin/make/
H A Dmk172 # Bug in the cond parsing code
H A Dmk182 # Bug in the cond parsing code
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dfdecl.m1 /* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
/openbsd-src/gnu/usr.bin/perl/dist/base/
H A DChanges36 Bug Fixes
43 Bug Fixes
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dtermcap5 # Term::Cap (see <https://rt.cpan.org/Public/Bug/Display.html?id=96695>), but
/openbsd-src/gnu/llvm/compiler-rt/www/
H A Dmenu.html.incl15 <a href="http://llvm.org/bugs/">Bug Reports</a>
/openbsd-src/lib/libexpat/
H A DChanges125 Bug fixes:
144 Bug fixes:
183 Bug fixes:
288 Bug fixes:
320 Bug fixes:
397 Bug fixes:
431 Bug fixes:
507 Bug fixes:
601 Bug fixes:
646 Bug fixe
[all...]

12345678910