/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_stats.cpp | 41 static void UpdateEntry(CheckTypeT check_ty, uptr pc, uptr bp, MapT *map, in UpdateEntry() argument 60 void Stats::AddCheck(CheckTypeT check_ty, uptr pc, uptr bp, double rel_err) { in AddCheck() argument 71 void Stats::AddWarning(CheckTypeT check_ty, uptr pc, uptr bp, double rel_err) { in AddWarning() argument 82 void Stats::AddInvalidLoadTrackingEvent(uptr pc, uptr bp) { in AddInvalidLoadTrackingEvent() argument 88 void Stats::AddUnknownLoadTrackingEvent(uptr pc, uptr bp) { in AddUnknownLoadTrackingEvent() argument [all...] |
/llvm-project/libcxxabi/test/ |
H A D | test_aux_runtime.pass.cpp | 28 B* bp = nullptr; in bad_typeid_test() local 44 B *bp = (B*)&d; // cast needed to break protection bad_cast_test() local
|
/llvm-project/lldb/test/API/functionalities/breakpoint/thread_plan_user_breakpoint/ |
H A D | TestThreadPlanUserBreakpoint.py | 92 def set_up_breakpoints_condition(self, condition, bp): argument 97 def set_up_breakpoints_enable(self, condition, bp): argument 101 def set_up_breakpoints_callback(self, condition, bp): argument
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointList.cpp | 18 static void NotifyChange(const BreakpointSP &bp, BreakpointEventType event) { in NotifyChange() 52 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in Remove() 107 [&](const BreakpointSP &bp) { return bp->AllowDelete(); }); in RemoveAllowed() 114 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in GetBreakpointIDIterator() 121 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in GetBreakpointIDConstIterator()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast() 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast() 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast() 159 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_cstyle_cast() 183 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_implicit_conversion()
|
/llvm-project/clang/test/CodeGen/ |
H A D | ext-vector.c | 76 void test6(float4 *ap, float4 *bp, float c) { in test6() 130 void test7(int4 *ap, int4 *bp, int c) { in test7() 196 void test8(float4 *ap, float4 *bp, int c) { in test8() 252 void test14(uint4 *ap, uint4 *bp, unsigned c) { in test14()
|
H A D | attr-nomerge.cpp | 21 void foo(int i, A *ap, B *bp) { in foo() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace.cpp | 75 static inline uhwptr *GetCanonicFrame(uptr bp, in GetCanonicFrame() 97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
H A D | sanitizer_stacktrace_sparc.cpp | 28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument [all...] |
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
H A D | uninitialized_fill.pass.cpp | 55 B* bp = (B*)pool; in main() local 77 Nasty* bp = (Nasty*)pool; in main() local
|
/llvm-project/clang/test/Parser/ |
H A D | pointer_promotion.c | 8 struct bar *bp; in test() local
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | Breakpoint.h | 18 lldb::SBBreakpoint bp; global() member
|
H A D | ExceptionBreakpoint.h | 23 lldb::SBBreakpoint bp; global() member
|
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/ |
H A D | uninitialized_fill_n.pass.cpp | 54 B* bp = (B*)pool; in main() local 78 Nasty* bp = (Nasty*)pool; in main() local
|
/llvm-project/lldb/test/API/symbol_ondemand/breakpoint_language/ |
H A D | TestBreakpointLanguageOnDemand.py | 14 def check_location_file(self, bp, loc, test_name): argument
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/ |
H A D | TestBreakpointLanguage.py | 13 def check_location_file(self, bp, loc, test_name): argument
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag_standalone.cpp | 20 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument
|
/llvm-project/clang/test/CXX/expr/expr.cast/ |
H A D | p4.cpp | 8 void casting_away_constness(const B &b, const C &c, const B *bp, const C *cp) { in casting_away_constness()
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stack.cpp | 31 void __sanitizer::BufferedStackTrace::UnwindImpl(uptr pc, uptr bp, in UnwindImpl()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_stack.h | 50 #define GET_STACK_TRACE_FATAL(pc, bp) \ argument
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_report.cpp | 48 void *bp = __asan_get_report_bp(); __asan_on_error() local
|
/llvm-project/lldb/source/API/ |
H A D | SBBreakpointOptionCommon.cpp | 58 lldb_private::Breakpoint *bp = bp_sp.get(); in PrivateBreakpointHitCallback() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | bsearch.cpp | 24 const int *bp = in cmp_pos() local
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cpp | 50 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpointCommand.cpp | 357 Breakpoint *bp = DoExecute() local 510 Breakpoint *bp = DoExecute() local 577 Breakpoint *bp = DoExecute() local [all...] |