Home
last modified time | relevance | path

Searched refs:QuickCheckForUnpoisonedRegion (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors_memintrinsics.h28 static inline bool QuickCheckForUnpoisonedRegion(uptr beg, uptr size) { in DECLARE_REAL()
60 if (!QuickCheckForUnpoisonedRegion(__offset, __size) && \ in DECLARE_REAL()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc40 static inline bool QuickCheckForUnpoisonedRegion(uptr beg, uptr size) { in QuickCheckForUnpoisonedRegion() function
66 if (!QuickCheckForUnpoisonedRegion(__offset, __size) && \