Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp525 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, from,
544 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1,
566 CHECK_RANGES_OVERLAP("strcpy", to, from_size, from, from_size);
626 CHECK_RANGES_OVERLAP("strncpy", to, from_size, from, from_size);
H A Dasan_interceptors_memintrinsics.h94 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) \ in DECLARE_REAL() macro