Home
last modified time | relevance | path

Searched defs:Backtrace (Results 1 – 15 of 15) sorted by relevance

/external/cronet/base/trace_event/
Dheap_profiler_allocation_context.h53 struct BASE_EXPORT Backtrace { struct
64 bool BASE_EXPORT operator==(const Backtrace& lhs, const Backtrace& rhs); argument
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context.h69 struct BASE_EXPORT Backtrace { struct
80 bool BASE_EXPORT operator==(const Backtrace& lhs, const Backtrace& rhs); argument
/external/rust/crates/anyhow/src/
Dbacktrace.rs8 pub(crate) enum Backtrace {} enum
73 pub(crate) struct Backtrace { struct
74 inner: Inner,
112 impl Debug for Backtrace { implementation
182 impl Backtrace { impl
213 fn create(ip: usize) -> Backtrace { in create()
252 impl Display for Backtrace { implementation
Derror.rs193 backtrace: Option<Backtrace>, in from_boxed()
225 backtrace: Option<Backtrace>, in construct()
704 fn no_backtrace(e: Ref<ErrorImpl>) -> Option<&Backtrace> { in no_backtrace()
894 pub(crate) unsafe fn backtrace(this: Ref<Self>) -> &Backtrace { in backtrace()
/external/gwp_asan/gwp_asan/tests/
Dbacktrace.cpp71 TEST(Backtrace, Short) { in TEST() argument
85 TEST(Backtrace, ExceedsStorableLength) { in TEST() argument
102 TEST(Backtrace, ExceedsRetrievableAllocLength) { in TEST() argument
117 TEST(Backtrace, ExceedsRetrievableDeallocLength) { in TEST() argument
/external/rust/crates/clap/src/error/
Dmod.rs838 struct Backtrace(backtrace::Backtrace); struct
841 impl Backtrace { impl
848 impl Display for Backtrace { implementation
857 struct Backtrace; struct
860 impl Backtrace { implementation
867 impl Display for Backtrace { implementation
/external/rust/crates/clap/3.2.23/src/error/
Dmod.rs1115 struct Backtrace(backtrace::Backtrace); struct
1118 impl Backtrace { impl
1125 impl Display for Backtrace { implementation
1134 struct Backtrace; struct
1137 impl Backtrace { implementation
1144 impl Display for Backtrace { implementation
/external/gwp_asan/gwp_asan/
Doptions.h37 Backtrace_t Backtrace = nullptr; member
Dguarded_pool_allocator.h222 options::Backtrace_t Backtrace = nullptr; variable
Dcommon.cpp57 options::Backtrace_t Backtrace) { in RecordBacktrace()
/external/gwp_asan/gwp_asan/optional/
Dbacktrace_linux_libc.cpp22 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { in Backtrace() function
Dbacktrace_sanitizer_common.cpp56 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { in Backtrace() function
/external/swiftshader/src/Reactor/
DReactorDebugInfo.hpp61 using Backtrace = std::vector<Location>; typedef
/external/starlark-go/starlark/
Deval.go263 func (e *EvalError) Backtrace() string { func
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs1175 pub fn backtrace(&self) -> &Backtrace { in backtrace()