| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| MPIBugReporter.cpp | 33 auto Report = std::make_unique<PathSensitiveBugReport>( 36 Report->addRange(MPICallEvent.getSourceRange()); 40 Report->addRange(Range); 42 Report->addVisitor(std::make_unique<RequestNodeVisitor>( 44 Report->markInteresting(RequestRegion); 46 BReporter.emitReport(std::move(Report)); 56 auto Report = std::make_unique<PathSensitiveBugReport>(*MissingWaitBugType, 61 Report->addRange(Range); 62 Report->addVisitor(std::make_unique<RequestNodeVisitor>( 64 Report->markInteresting(RequestRegion) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_report.cpp | 46 ScopedAllocatorErrorReport report("calloc-overflow", stack); 47 Report("ERROR: %s: calloc parameters overflow: count * size (%zd * %zd) " 57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); 58 Report( 68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); 69 Report("ERROR: %s: pvalloc parameters overflow: size 0x%zx rounded up to " 79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); 80 Report("ERROR: %s: invalid allocation alignment: %zd, alignment must be a " 89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); 91 Report("ERROR: %s: invalid alignment requested in [all...] |
| sanitizer_symbolizer_report.cpp | 82 // Currently, we include the first stack frame into the report summary. 121 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName); 144 Report("Hint: PC is at a non-executable region. Maybe a wild jump?\n"); 169 Report("%s", str.data()); 183 Report("ERROR: %s: %s on address %p (pc %p bp %p sp %p T%d)\n", 202 Report("ERROR: %s: %s on unknown address (pc %p bp %p sp %p T%d)\n", 206 Report("ERROR: %s: %s on unknown address %p (pc %p bp %p sp %p T%d)\n", 211 Report("Hint: pc points to the zero page.\n"); 217 Report("The signal is caused by a %s memory access.\n", access_type); 219 Report("Hint: this fault was caused by a dereference of a high value [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_report.cpp | 46 ScopedAllocatorErrorReport report("calloc-overflow", stack); 47 Report("ERROR: %s: calloc parameters overflow: count * size (%zd * %zd) " 57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); 58 Report( 68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); 69 Report("ERROR: %s: pvalloc parameters overflow: size 0x%zx rounded up to " 79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); 80 Report("ERROR: %s: invalid allocation alignment: %zd, alignment must be a " 89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); 91 Report("ERROR: %s: invalid alignment requested in [all...] |
| sanitizer_symbolizer_report.cpp | 82 // Currently, we include the first stack frame into the report summary. 120 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName); 143 Report("Hint: PC is at a non-executable region. Maybe a wild jump?\n"); 168 Report("%s", str.data()); 182 Report("ERROR: %s: %s on address %p (pc %p bp %p sp %p T%d)\n", 201 Report("ERROR: %s: %s on unknown address (pc %p bp %p sp %p T%d)\n", 205 Report("ERROR: %s: %s on unknown address %p (pc %p bp %p sp %p T%d)\n", 210 Report("Hint: pc points to the zero page.\n"); 216 Report("The signal is caused by a %s memory access.\n", access_type); 218 Report("Hint: this fault was caused by a dereference of a high value [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/ |
| PutenvWithAutoChecker.cpp | 54 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); 57 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); 59 C.emitReport(std::move(Report));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_allocator_report.cc | 47 ScopedAllocatorErrorReport report("calloc-overflow", stack); 48 Report("ERROR: %s: calloc parameters overflow: count * size (%zd * %zd) " 57 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); 58 Report("ERROR: %s: pvalloc parameters overflow: size 0x%zx rounded up to " 68 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); 69 Report("ERROR: %s: invalid allocation alignment: %zd, alignment must be a " 78 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); 80 Report("ERROR: %s: invalid alignment requested in " 85 Report("ERROR: %s: invalid alignment requested in aligned_alloc: %zd, " 96 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment" [all...] |
| sanitizer_symbolizer_report.cc | 82 // Currently, we include the first stack frame into the report summary. 112 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName); 135 Report("Hint: PC is at a non-executable region. Maybe a wild jump?\n"); 160 Report("%s", str.data()); 174 Report("ERROR: %s: %s on address %p (pc %p bp %p sp %p T%d)\n", 192 Report("ERROR: %s: %s on unknown address %p (pc %p bp %p sp %p T%d)\n", 197 Report("Hint: pc points to the zero page.\n"); 203 Report("The signal is caused by a %s memory access.\n", access_type); 205 Report("Hint: address points to the zero page.\n"); 235 Report("ABORTING\n") [all...] |
| sanitizer_symbolizer_win.cc | 93 Report("*** WARNING: Failed to initialize DbgHelp! ***\n"); 94 Report("*** Most likely this means that the app is already ***\n"); 95 Report("*** using DbgHelp, possibly with incompatible flags. ***\n"); 96 Report("*** Due to technical reasons, symbolization might crash ***\n"); 97 Report("*** or produce wrong results. ***\n"); 110 Report("*** WARNING: Failed to SymGetSearchPathW ***\n"); 120 Report("*** WARNING: Failed to getting the EXE directory ***\n"); 129 Report("*** WARNING: Failed to SymSetSearchPathW\n");
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_utils.cc | 61 Report("Failed to resize VMO: %s\n", _zx_status_get_string(Status)); 69 Report("Failed to write: %s\n", _zx_status_get_string(Status)); 84 Report("XRay: cannot create VMO: %s\n", _zx_status_get_string(Status)); 93 Report("XRay: cannot get basic info about current process handle: %s\n", 109 Report("XRay: cannot duplicate VMO handle: %s\n", 120 Report("XRay: " FORMAT_DUMPFILE "\n", ProfileSinkName, VmoName); 144 Report("Failed to write; errno = %d\n", errno); 173 Report("XRay log file name too long (%d): %s\n", NeededLength, TmpFilename); 178 Report("XRay: Failed opening temporary file '%s'; not logging events.\n", 183 Report("XRay: Log file in '%s'\n", TmpFilename) [all...] |
| xray_allocator.h | 47 Report("XRay Profiling: Failed to create VMO of size %zu: %s\n", 58 Report("XRay Profiling: Failed to map VMAR of size %zu: %s\n", sizeof(T), 69 Report( 98 Report("XRay Profiling: Failed to create VMO of size %zu: %s\n", S, 108 Report("XRay Profiling: Failed to map VMAR of size %zu: %s\n", S, 118 Report( 187 Report("XRay Profiling: Failed to allocate memory for allocator.\n"); 201 Report("XRay Profiling: Cannot obtain enough memory from "
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_shadow_setup.cc | 35 Report( 77 Report( 86 Report("This might be related to ELF_ET_DYN_BASE change in Linux 4.12.\n"); 87 Report( 152 Report( 155 Report("ASan shadow was supposed to be located in the [%p-%p] range.\n",
|
| asan_errors.cc | 49 Report( 65 Report( 98 Report( 106 Report( 127 Report("ERROR: AddressSanitizer: %s (%s vs %s) on %p\n", 137 Report( 145 Report( 158 Report( 171 Report( 184 Report( [all...] |
| asan_flags.cc | 144 Report("%s: detect_leaks is not supported on this platform.\n", 171 Report("%s: please use either 'quarantine_size' (deprecated) or " 193 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when " 198 Report("WARNING: strlen interceptor is enabled even though replace_str=0. " 202 Report("WARNING: strchr* interceptors are enabled even though " 206 Report("WARNING: strndup* interceptors are enabled even though "
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_shadow_setup.cpp | 48 Report("This might be related to ELF_ET_DYN_BASE change in Linux 4.12.\n"); 49 Report( 112 Report( 115 Report("ASan shadow was supposed to be located in the [%p-%p] range.\n",
|
| asan_errors.cpp | 49 Report("ERROR: AddressSanitizer: attempting %s on %p in thread %s:\n", 64 Report("ERROR: AddressSanitizer: %s on %p in thread %s:\n", 96 Report( 104 Report( 125 Report("ERROR: AddressSanitizer: %s (%s vs %s) on %p\n", 135 Report( 143 Report( 156 Report( 169 Report( 182 Report( [all...] |
| asan_flags.cpp | 139 Report("%s: detect_leaks is not supported on this platform.\n", 162 Report("%s: please use either 'quarantine_size' (deprecated) or " 184 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when " 189 Report("WARNING: strlen interceptor is enabled even though replace_str=0. " 193 Report("WARNING: strchr* interceptors are enabled even though " 197 Report("WARNING: strndup* interceptors are enabled even though "
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_shadow_setup.cpp | 48 Report("This might be related to ELF_ET_DYN_BASE change in Linux 4.12.\n"); 49 Report( 112 Report( 115 Report("ASan shadow was supposed to be located in the [%p-%p] range.\n",
|
| asan_errors.cpp | 49 Report("ERROR: AddressSanitizer: attempting %s on %p in thread %s:\n", 64 Report("ERROR: AddressSanitizer: %s on %p in thread %s:\n", 96 Report( 104 Report( 125 Report("ERROR: AddressSanitizer: %s (%s vs %s) on %p\n", 135 Report( 143 Report( 156 Report( 169 Report( 182 Report( [all...] |
| asan_flags.cpp | 139 Report("%s: detect_leaks is not supported on this platform.\n", 162 Report("%s: please use either 'quarantine_size' (deprecated) or " 184 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when " 189 Report("WARNING: strlen interceptor is enabled even though replace_str=0. " 193 Report("WARNING: strchr* interceptors are enabled even though " 197 Report("WARNING: strndup* interceptors are enabled even though "
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| NSAutoreleasePoolChecker.cpp | 70 auto Report = std::make_unique<PathSensitiveBugReport>( 75 Report->addRange(msg.getSourceRange()); 76 C.emitReport(std::move(Report));
|
| MmapWriteExecChecker.cpp | 70 auto Report = std::make_unique<PathSensitiveBugReport>( 74 Report->addRange(Call.getArgSourceRange(2)); 75 C.emitReport(std::move(Report));
|
| ReturnUndefChecker.cpp | 86 auto Report = 89 Report->addRange(RetE->getSourceRange()); 90 bugreporter::trackExpressionValue(N, TrackingE ? TrackingE : RetE, *Report); 92 C.emitReport(std::move(Report)); 114 // The return value is known to be null. Emit a bug report.
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Warnings.cpp | 38 Diags.Report(diag::warn_unknown_diag_option) 80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { 81 bool SetDiagnostic = (Report == 0); 141 if (Report) 142 Diags.Report(diag::warn_unknown_warning_specifier) 169 if (Report) 170 Diags.Report(diag::warn_unknown_warning_specifier) 192 if (Report) { [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| Mips.cpp | 238 Diags.Report(diag::err_target_unsupported_cpu_for_micromips) << CPU; 244 Diags.Report(diag::err_target_unsupported_abi) << ABI << CPU; 250 Diags.Report(diag::err_target_unsupported_abi) << ABI << CPU; 258 Diags.Report(diag::err_target_unsupported_abi_for_triple) 267 Diags.Report(diag::err_target_unsupported_abi_for_triple) 274 Diags.Report(diag::err_unsupported_abi_for_opt) << "-mfpxx" << "o32"; 281 Diags.Report(diag::err_opt_not_valid_with_opt) << "-mfpxx" << CPU; 287 Diags.Report(diag::err_opt_not_valid_with_opt) << "-mfp32" << CPU; 293 Diags.Report(diag::err_mips_fp64_req) << "-mfp64";
|