OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Report
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flag_parser.cc
36
void
Report
() {
48
unknown_flags.
Report
();
sanitizer_printf.cc
262
buffer = (char*)MmapOrDie(kLen, "
Report
");
271
"Buffer in
Report
is too short!\n"); \
311
// hand, the bigger the buffer is, the more the chance the error
report
will
328
void
Report
(const char *format, ...) {
sanitizer_deadlock_detector2.cc
103
void
Report
(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
388
return
Report
(pt, lt, npath); // Bingo!
401
void DD::
Report
(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
/src/common/lib/libc/misc/
ubsan.c
255
static void
Report
(bool isFatal, const char *pFormat, ...) __printflike(2, 3);
373
Report
(isFatal, "UBSan: Undefined Behavior in %s, %s integer overflow: %s %s %s cannot be represented in type %s\n",
391
Report
(isFatal, "UBSan: Undefined Behavior in %s, negation of %s cannot be represented in type %s\n",
407
Report
(isFatal, "UBSan: Undefined Behavior in %s, calling __builtin_unreachable()\n",
425
Report
(isFatal, "UBSan: Undefined Behavior in %s, %s null pointer of type %s\n",
428
Report
(isFatal, "UBSan: Undefined Behavior in %s, %s misaligned address %p for type %s which requires %ld byte alignment\n",
431
Report
(isFatal, "UBSan: Undefined Behavior in %s, %s address %p with insufficient space for an object of type %s\n",
450
Report
(isFatal, "UBSan: Undefined Behavior in %s, variable length array bound value %s <= 0\n",
468
Report
(isFatal, "UBSan: Undefined Behavior in %s, index %s is out of range for type %s\n",
489
Report
(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is negative\n"
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025