Home
last modified time | relevance | path

Searched refs:caller_frame (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp117 uhwptr *caller_frame = (uhwptr*)frame[0]; in UnwindFast() local
118 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
119 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in UnwindFast()
121 uhwptr pc1 = caller_frame[2]; in UnwindFast()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4987 void* caller_frame = nullptr; in CurrentStackTrace() local
4990 caller_frame = caller_frame_; in CurrentStackTrace()
4994 if (raw_stack[i] == caller_frame && in CurrentStackTrace()
5023 void* caller_frame = nullptr; in UponLeavingGTest() local
5024 if (absl::GetStackTrace(&caller_frame, 1, 3) <= 0) { in UponLeavingGTest()
5025 caller_frame = nullptr; in UponLeavingGTest()
5029 caller_frame_ = caller_frame; in UponLeavingGTest()