Home
last modified time | relevance | path

Searched refs:CurrentStackTrace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function
64 return CurrentStackTrace(thr, 3); in Unwind()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h420 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
442 std::string CurrentStackTrace(int max_depth, int skip_count) override;
H A Dgtest.cc1167 return os_stack_trace_getter()->CurrentStackTrace( in CurrentOsStackTraceExceptTop()
5017 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc431 std::string CurrentStackTrace(int max_depth, int skip_count) override { in CurrentStackTrace() function