HomeSort by: relevance | last modified time | path
    Searched refs:bug_type (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 159 void Print(const char *bug_type = "") const;
168 bool DescribeAddressIfGlobal(uptr addr, uptr access_size, const char *bug_type);
172 // bug_type is optional and is used for checking if we're reporting an
177 // may take access_size and bug_type parameters if needed.
179 const char *bug_type = "");
asan_descriptions.cc 314 const char *bug_type) {
318 descr.Print(bug_type);
326 void GlobalAddressDescription::Print(const char *bug_type) const {
329 if (bug_type &&
330 0 == internal_strcmp(bug_type, "initialization-order-fiasco") &&
472 const char *bug_type) {
481 global_descr.Print(bug_type);
asan_errors.h 277 char bug_type[100]; local in function:__asan::ErrorStringFunctionMemoryRangesOverlap::ErrorStringFunctionMemoryRangesOverlap
278 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function);
280 scariness.Scare(10, bug_type);
asan_errors.cc 282 char bug_type[100]; local in function:__asan::ErrorStringFunctionMemoryRangesOverlap::Print
283 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function);
288 bug_type, addr1_description.Address(),
296 ReportErrorSummary(bug_type, stack);

Completed in 12 milliseconds