Searched refs:Bug (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp31 BugType Bug; member in class:__anon2328::NoUncountedMemberChecker
36 : Bug(this,
141 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc);
H A DRefCntblBaseVirtualDtorChecker.cpp25 BugType Bug; member in class:__anon2330::RefCntblBaseVirtualDtorChecker
30 : Bug(this,
153 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc);
H A DUncountedCallArgsChecker.cpp30 BugType Bug{this,
182 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc);
/freebsd-13-stable/contrib/gdtoa/
H A Ddmisc.c122 /*debug*/ Bug("oversize b in quorem");
133 /*debug*/ Bug("oversized quotient in quorem");
H A Dmisc.c502 Bug("cmp called with a->x[a->wds-1] == 0");
504 Bug("cmp called with b->x[b->wds-1] == 0");
637 if (!y) Bug("zero y in b2d");
778 Bug("Zero passed to d2b");
H A Dgdtoaimp.h193 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c473 # error Bug
488 # error Bug

Completed in 65 milliseconds