Home
last modified time | relevance | path

Searched defs:ASAN_UNPOISON_MEMORY_REGION (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dasan_interface.h43 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) __asan_unpoison_memory_region((addr), (size)) macro
53 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dasan_interface.h42 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) __asan_unpoison_memory_region((addr), (size)) macro
52 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/arkcompiler/ets_runtime/ecmascript/base/
H A Dasan_interface.h41 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) __asan_unpoison_memory_region((addr), (size)) macro
51 #undef ASAN_UNPOISON_MEMORY_REGION macro
53 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro

Completed in 1 milliseconds