Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h79 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
83 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/llvm-project/libc/src/__support/macros/
H A Dsanitizer.h66 #define ASAN_UNPOISON_MEMORY_REGION( global() macro
70 #define ASAN_UNPOISON_MEMORY_REGION( global() macro