Searched refs:ASAN_READ_STRING_OF_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp48 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ macro
53 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n))
389 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);
411 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);

Completed in 100 milliseconds