OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sanitizer
(Results
26 - 50
of
125
) sorted by null
1
2
3
4
5
/external/compiler-rt/test/asan/TestCases/
free_hook_realloc.cc
10
#include <
sanitizer
/allocator_interface.h>
max_redzone.cc
11
#include <
sanitizer
/allocator_interface.h>
memset_test.cc
38
#include <
sanitizer
/asan_interface.h>
unaligned_loads_and_stores.cc
14
#include <
sanitizer
/asan_interface.h>
/external/compiler-rt/test/lsan/TestCases/
do_leak_check_override.cc
11
#include <
sanitizer
/lsan_interface.h>
35
// CHECK-strict: SUMMARY: {{(Leak|Address)}}
Sanitizer
: 2003 byte(s) leaked in 2 allocation(s)
36
// CHECK-normal: SUMMARY: {{(Leak|Address)}}
Sanitizer
: 666 byte(s) leaked in 1 allocation(s)
register_root_region.cc
14
#include <
sanitizer
/lsan_interface.h>
32
// CHECK: SUMMARY: {{(Leak|Address)}}
Sanitizer
: 1337 byte(s) leaked in 1 allocation(s)
/external/compiler-rt/test/msan/
death-callback.cc
10
#include <
sanitizer
/msan_interface.h>
mul_by_const.cc
3
#include <
sanitizer
/msan_interface.h>
strxfrm.cc
4
#include <
sanitizer
/msan_interface.h>
unpoison_string.cc
8
#include <
sanitizer
/msan_interface.h>
if_indextoname.cc
11
#include <
sanitizer
/msan_interface.h>
mktime.cc
7
#include <
sanitizer
/msan_interface.h>
ioctl_sound.cc
13
#include <
sanitizer
/msan_interface.h>
sigwait.cc
4
#include <
sanitizer
/msan_interface.h>
sigwaitinfo.cc
4
#include <
sanitizer
/msan_interface.h>
/external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc
8
#include <
sanitizer
/allocator_interface.h>
/external/compiler-rt/test/asan/TestCases/Linux/
stack-trace-dlclose.cc
1
// FIXME: https://code.google.com/p/address-
sanitizer
/issues/detail?id=316
15
#include <
sanitizer
/common_interface_defs.h>
function-sections-are-bad.cc
1
// Check that --gc-sections does not throw away (or localize) parts of
sanitizer
35
#include <
sanitizer
/asan_interface.h>
tsd_dtor_leak.cc
2
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=233
9
#include <
sanitizer
/allocator_interface.h>
unpoison_tls.cc
10
#include <
sanitizer
/asan_interface.h>
/external/compiler-rt/test/dfsan/
fncall.c
6
#include <
sanitizer
/dfsan_interface.h>
basic.c
6
#include <
sanitizer
/dfsan_interface.h>
/external/chromium_org/native_client_sdk/src/build_tools/
test_sdk.py
66
def StepRunSelLdrTests(pepperdir,
sanitizer
):
79
if
sanitizer
is not None:
80
# For
sanitizer
builds we pass extra argument for make, and do
84
if
sanitizer
== 'valgrind':
88
'LDFLAGS=-pie -fsanitize=' +
sanitizer
,
89
'CFLAGS=-fPIC -fsanitize=' +
sanitizer
]
114
if
sanitizer
:
115
sanitizer_name = '[
sanitizer
=%s]' %
sanitizer
127
if
sanitizer
[
all
...]
/external/compiler-rt/test/msan/Linux/
getresid.cc
8
#include <
sanitizer
/msan_interface.h>
sunrpc.cc
17
#include <
sanitizer
/msan_interface.h>
Completed in 489 milliseconds
1
2
3
4
5