| sanitizer_lfstack.h | 40 u64 xch = (u64)(uptr)p | cnt; local in function:__sanitizer::LFStack::Push 42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, 56 u64 xch = (u64)(uptr)nxt | cnt; local in function:__sanitizer::LFStack::Pop 57 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
|