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

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc67 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) do { \ macro
376 CHECK_RANGES_OVERLAP("memcpy", to, size, from, size);
474 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1,
491 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1,
510 CHECK_RANGES_OVERLAP("strcpy", to, from_size, from, from_size);
560 CHECK_RANGES_OVERLAP("strncpy", to, from_size, from, from_size);

Completed in 156 milliseconds