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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp944 void *end_res = (char *)res + (rounded_length - 1); local
945 if (MEM_IS_APP(res) && MEM_IS_APP(end_res)) {

Completed in 93 milliseconds