Home
last modified time | relevance | path

Searched defs:ASAN_UNPOISON_MEMORY_REGION (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/include/sanitizer/
Dasan_interface.h44 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
49 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
/external/pigweed/pw_fuzzer/public/pw_fuzzer/
Dasan_interface.h24 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/external/libaom/libaom/aom_ports/
Dsanitizer.h35 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/external/libgav1/libgav1/src/utils/
Dcompiler_attributes.h79 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro