Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 90) sorted by relevance

1234

/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp41 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 Dtest_aux_runtime.pass.cpp28 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 DTestThreadPlanUserBreakpoint.py92 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 DBreakpointList.cpp18 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 Daddress-space-conversion.cpp52 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 Dext-vector.c76 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 Dattr-nomerge.cpp21 void foo(int i, A *ap, B *bp) { in foo() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp75 static inline uhwptr *GetCanonicFrame(uptr bp, in GetCanonicFrame()
97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
H A Dsanitizer_stacktrace_sparc.cpp28 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 Duninitialized_fill.pass.cpp55 B* bp = (B*)pool; in main() local
77 Nasty* bp = (Nasty*)pool; in main() local
/llvm-project/clang/test/Parser/
H A Dpointer_promotion.c8 struct bar *bp; in test() local
/llvm-project/lldb/tools/lldb-dap/
H A DBreakpoint.h18 lldb::SBBreakpoint bp; global() member
H A DExceptionBreakpoint.h23 lldb::SBBreakpoint bp; global() member
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp54 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 DTestBreakpointLanguageOnDemand.py14 def check_location_file(self, bp, loc, test_name): argument
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/
H A DTestBreakpointLanguage.py13 def check_location_file(self, bp, loc, test_name): argument
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp20 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 Dp4.cpp8 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 Dmemprof_stack.cpp31 void __sanitizer::BufferedStackTrace::UnwindImpl(uptr pc, uptr bp, in UnwindImpl()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h50 #define GET_STACK_TRACE_FATAL(pc, bp) \ argument
/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddebug_report.cpp48 void *bp = __asan_get_report_bp(); __asan_on_error() local
/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp58 lldb_private::Breakpoint *bp = bp_sp.get(); in PrivateBreakpointHitCallback() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dbsearch.cpp24 const int *bp = in cmp_pos() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp50 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp357 Breakpoint *bp = DoExecute() local
510 Breakpoint *bp = DoExecute() local
577 Breakpoint *bp = DoExecute() local
[all...]

1234