OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__msan_test_shadow
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/include/sanitizer/
msan_interface.h
53
intptr_t
__msan_test_shadow
(const void *x, size_t size);
147
#define
__msan_test_shadow
(x, size) ((intptr_t)-1)
macro
/external/compiler-rt/lib/msan/
msan.cc
354
sptr
__msan_test_shadow
(const void *x, uptr size) {
function
Completed in 607 milliseconds