Searched defs:max_depth (Results 1 - 25 of 67) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcomplexity.h32 complexity (unsigned num_nodes, unsigned max_depth) argument
H A Dcomplexity.cc99 unsigned max_depth = 0; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cc28 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { argument
43 SlowUnwindStackWithContext(uptr pc, void *context, u32 max_depth) argument
H A Dsanitizer_stacktrace_sparc.cc25 FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_stacktrace.cc71 FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_stacktrace_libcdep.cc58 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, argument
H A Dsanitizer_symbolizer_markup.cc108 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { argument
136 SlowUnwindStackWithContext(uptr pc, void *context, u32 max_depth) argument
H A Dsanitizer_unwind_linux_libcdep.cc106 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
123 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { argument
142 SlowUnwindStackWithContext(uptr pc, void *context, u32 max_depth) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cc26 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { argument
41 SlowUnwindStackWithContext(uptr pc, void *context, u32 max_depth) argument
H A Dsanitizer_stacktrace_sparc.cc27 FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_stacktrace.cc68 FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_unwind_linux_libcdep.cc104 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { argument
146 SlowUnwindStackWithContext(uptr pc, void *context, u32 max_depth) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cpp27 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { argument
50 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { argument
H A Dsanitizer_stacktrace_sparc.cpp28 UnwindFast(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_stacktrace.cpp96 UnwindFast(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.h48 GetStackTrace(__sanitizer::BufferedStackTrace *stack, __sanitizer::uptr max_depth, __sanitizer::uptr pc, __sanitizer::uptr bp, void *context, bool fast) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan.h46 GetStackTrace(__sanitizer::BufferedStackTrace *stack, __sanitizer::uptr max_depth, __sanitizer::uptr pc, __sanitizer::uptr bp, void *context, bool fast) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cpp19 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stack.h34 void GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc24 bool TryFastUnwind(uptr max_depth) { argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stack.h32 void GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stack.cpp56 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan.cpp34 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_stack_trace.cpp49 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dbacktrace.c95 int max_depth; member in struct:__anon62

Completed in 368 milliseconds

123