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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.cc93 uptr &hint_position = hint_position_[class_id]; local
97 uptr pos = ModuloNumberOfFrames(stack_size_log, class_id, hint_position++);
101 // signal handler's fake stack will start from a different hint_position
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc91 uptr &hint_position = hint_position_[class_id]; local
95 uptr pos = ModuloNumberOfFrames(stack_size_log, class_id, hint_position++);
99 // signal handler's fake stack will start from a different hint_position
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.cpp93 uptr &hint_position = hint_position_[class_id]; local
97 uptr pos = ModuloNumberOfFrames(stack_size_log, class_id, hint_position++);
101 // signal handler's fake stack will start from a different hint_position

Completed in 154 milliseconds