OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddrIsInShadow
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_mapping.h
376
static inline bool
AddrIsInShadow
(uptr a) {
383
CHECK(
AddrIsInShadow
(p));
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_mapping.h
365
static inline bool
AddrIsInShadow
(uptr a) {
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_mapping.h
371
static inline bool
AddrIsInShadow
(uptr a) {
383
if (SANITIZER_MYRIAD2 && !AddrIsInMem(a) && !
AddrIsInShadow
(a))
Completed in 20 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026