HomeSort by relevance Sort by last modified time
    Searched full:addresssanitizer (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/compiler-rt/lib/asan/
asan_allocator.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
228 Printf(" somewhere around (this is AddressSanitizer bug!)");
624 Report("WARNING: AddressSanitizer failed to allocate %p bytes\n", size);
712 Report("ERROR: AddressSanitizer attempting double-free on %p:\n", ptr);
717 Report("ERROR: AddressSanitizer attempting free on address which was not"
868 Report("ERROR: AddressSanitizer attempting to call malloc_usable_size() "
    [all...]
asan_malloc_mac.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
150 "AddressSanitizer is ignoring this error on Mac OS now.\n", ptr);
174 "AddressSanitizer is ignoring this error on Mac OS now.\n", ptr);
Android.mk 151 # Build output tests for AddressSanitizer.
asan_allocator.h 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_interceptors.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
157 Report("ERROR: AddressSanitizer %s-param-overlap: " \
398 Printf("INFO: AddressSanitizer ignores mlock/mlockall/munlock/munlockall\n");
846 Report("AddressSanitizer: libc interceptors initialized\n");
asan_malloc_win.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_poisoning.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_thread.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_thread_registry.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_globals.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_printf.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_stack.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_linux.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_win.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
Makefile.old 336 ADDRESS_SANITIZER_CPP=../../../../lib/Transforms/Instrumentation/AddressSanitizer.cpp
asan_mac.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
  /external/compiler-rt/lib/asan/interception/
interception_win.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
interception.h 10 // This file is a part of AddressSanitizer, an address sanity checker.
  /external/clang/include/clang/Basic/
Attr.td 596 // AddressSafety attribute (e.g. for AddressSanitizer)
  /external/clang/lib/CodeGen/
BackendUtil.cpp 163 if (LangOpts.AddressSanitizer) {
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
  /external/llvm/docs/
ReleaseNotes.html 296 <li><a href="../tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a>,
  /external/clang/docs/
LanguageExtensions.html 114 <li><a href="#address_sanitizer">AddressSanitizer</a></li>
229 <a href="AddressSanitizer.html">AddressSanitizer</a>.
    [all...]
UsersManual.html     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 599 .Case("address_sanitizer", LangOpts.AddressSanitizer)
    [all...]

Completed in 483 milliseconds

1 23 4