Searched refs:stkend (Results 1 – 1 of 1) sorted by relevance
1295 void __asan_allocas_unpoison(const void *stkbegin, const void *stkend) in __asan_allocas_unpoison() argument1301 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend)) in __asan_allocas_unpoison()1303 size = (uintptr_t)stkend - (uintptr_t)stkbegin; in __asan_allocas_unpoison()