HomeSort by: relevance | last modified time | path
    Searched refs:AddrIsAtRight (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 85 bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) const {
asan_descriptions.cc 111 } else if (chunk.AddrIsAtRight(addr, access_size, &descr->offset)) {
asan_allocator.cc 391 CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &l_offset));
753 if (m2 && AsanChunkView(m2).AddrIsAtRight(addr, 1, &offset))
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.h 83 bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) const {
asan_descriptions.cpp 109 } else if (chunk.AddrIsAtRight(addr, access_size, &descr->offset)) {
asan_allocator.cpp 464 CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &l_offset));
825 if (m2 && AsanChunkView(m2).AddrIsAtRight(addr, 1, &offset))

Completed in 29 milliseconds