OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SanitizerToolName
(Results
1 - 11
of
11
) sorted by null
/external/compiler-rt/lib/lsan/
lsan.cc
44
SanitizerToolName
= "LeakSanitizer";
/external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc
66
SanitizerToolName
, size, size, mem_type, reserrno);
78
SanitizerToolName
, size, size, addr);
94
SanitizerToolName
, size, size, fixed_addr, reserrno);
109
SanitizerToolName
, size, size, fixed_addr, reserrno);
sanitizer_common.cc
19
const char *
SanitizerToolName
= "SanitizerTool";
167
SanitizerToolName
, error_type,
sanitizer_posix_libcdep.cc
62
Report("ERROR: %s setrlimit() failed %d\n",
SanitizerToolName
, errno);
sanitizer_thread_registry.cc
134
SanitizerToolName
, max_threads_);
209
Report("%s: Detach of non-existent thread\n",
SanitizerToolName
);
226
Report("%s: Join of non-existent thread\n",
SanitizerToolName
);
sanitizer_suppressions.cc
114
Printf("%s: failed to parse suppressions\n",
SanitizerToolName
);
sanitizer_common.h
38
extern const char *
SanitizerToolName
; // Can be changed by the tool.
174
//
SanitizerToolName
: error_type file:line function
sanitizer_allocator.h
540
Printf("%s: Out of memory. Dying. ",
SanitizerToolName
);
[
all
...]
/external/compiler-rt/lib/asan/
asan_rtl.cc
194
SanitizerToolName
);
201
SanitizerToolName
);
439
SanitizerToolName
= "AddressSanitizer";
/external/compiler-rt/lib/msan/
msan.cc
255
SanitizerToolName
= "MemorySanitizer";
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
191
SanitizerToolName
= "ThreadSanitizer";
Completed in 272 milliseconds