Home
last modified time | relevance | path

Searched refs:to_pop (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc129 uptr to_pop = LocatePcInTrace(pc); in SlowUnwindStack() local
136 if (to_pop == 0 && size > 1) in SlowUnwindStack()
137 to_pop = 1; in SlowUnwindStack()
138 PopStackFrames(to_pop); in SlowUnwindStack()
H A Dsanitizer_symbolizer_markup.cc128 uptr to_pop = LocatePcInTrace(pc); in SlowUnwindStack() local
132 PopStackFrames(Min(to_pop, static_cast<uptr>(1))); in SlowUnwindStack()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc127 uptr to_pop = LocatePcInTrace(pc); in SlowUnwindStack() local
134 if (to_pop == 0 && size > 1) in SlowUnwindStack()
135 to_pop = 1; in SlowUnwindStack()
136 PopStackFrames(to_pop); in SlowUnwindStack()
H A Dsanitizer_symbolizer_markup.cc126 uptr to_pop = LocatePcInTrace(pc); in SlowUnwindStack() local
130 PopStackFrames(Min(to_pop, static_cast<uptr>(1))); in SlowUnwindStack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp132 uptr to_pop = LocatePcInTrace(pc); in UnwindSlow() local
139 if (to_pop == 0 && size > 1) in UnwindSlow()
140 to_pop = 1; in UnwindSlow()
141 PopStackFrames(to_pop); in UnwindSlow()
H A Dsanitizer_symbolizer_markup.cpp135 uptr to_pop = LocatePcInTrace(pc); in UnwindSlow() local
139 PopStackFrames(Min(to_pop, static_cast<uptr>(1))); in UnwindSlow()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsanopt.cc629 gimple *to_pop = NULL; in can_remove_asan_check() local
656 to_pop = g; in can_remove_asan_check()
686 if (v[i] != to_pop in can_remove_asan_check()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsanopt.c629 gimple *to_pop = NULL; in can_remove_asan_check() local
656 to_pop = g; in can_remove_asan_check()
686 if (v[i] != to_pop in can_remove_asan_check()