Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors_memintrinsics.h135 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) \ in DECLARE_REAL() argument
138 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc103 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) do { \ argument
105 const char *offset2 = (const char*)_offset2; \