/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 92 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() 103 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() 119 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { in ReportDeadlock() 152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() 172 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() 177 void DD::MutexDestroy(DDCallback *cb, in MutexDestroy() 186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
|
H A D | sanitizer_quarantine.h | 96 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put() 110 void NOINLINE Drain(Cache *c, Callback cb) { in Drain() 119 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) { in DrainAndRecycle() 147 void NOINLINE Recycle(uptr min_size, Callback cb) in Recycle() 179 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle() 217 void Enqueue(Callback cb, void *ptr, uptr size) { in Enqueue()
|
H A D | sanitizer_deadlock_detector2.cpp | 148 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() 168 u32 DD::allocateId(DDCallback *cb) { in allocateId() 187 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() 266 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() 299 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() 323 void DD::MutexDestroy(DDCallback *cb, DDMutex *m) { in MutexDestroy() 413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
|
H A D | sanitizer_procmaps_common.cpp | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() 159 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps, in ParseUnixMemoryProfile()
|
H A D | sanitizer_procmaps_bsd.cpp | 32 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() argument
|
H A D | sanitizer_thread_registry.cpp | 200 cb(tctx, arg); in FindThreadContextLocked() argument 178 RunCallbackForEachThreadLocked(ThreadCallback cb,void * arg) RunCallbackForEachThreadLocked() argument 189 FindThread(FindThreadCallback cb,void * arg) FindThread() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cpp | 45 Callback cb(thr, pc); in DDMutexInit() local 118 Callback cb(thr, pc); in MutexDestroy() local 146 Callback cb(thr, pc); in MutexPreLock() local 200 Callback cb(thr, pc); in MutexPostLock() local 211 Callback cb(thr, pc); in MutexPostLock() local 249 Callback cb(thr, pc); in MutexUnlock() local 260 Callback cb(thr, pc); in MutexUnlock() local 270 Callback cb(thr, pc); in MutexPreReadLock() local 308 Callback cb(thr, pc); in MutexPostReadLock() local 319 Callback cb(thr, pc); in MutexPostReadLock() local [all …]
|
/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 114 Callback cb(thr); in MutexBeforeLock() local 127 Callback cb(thr); in MutexAfterLock() local 140 Callback cb(thr); in MutexBeforeUnlock() local 151 Callback cb(thr); MutexDestroy() local [all...] |
/llvm-project/clang/test/OpenMP/ |
H A D | taskloop_untied_codegen.cpp | 24 for (auto cb : work) in taskloop_untied() local
|
/llvm-project/compiler-rt/test/msan/ |
H A D | death-callback.cpp | 14 void cb(void) { in cb() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | macro-prefix-map-lambda.cpp | 4 auto lambdatest(f&& cb) { in lambdatest()
|
H A D | 2007-09-10-RecursiveTypeResolution.cpp | 74 registerTerminationCallback(CallbackBase_1Data<MantaInterface * > * cb) registerTerminationCallback() argument 84 callback_t *cb = static_cast < callback_t * >(callback); unregisterCallback() local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.iterators/ |
H A D | crbegin.pass.cpp | 21 typename S::const_reverse_iterator cb = s.crbegin(); in test() local
|
H A D | cbegin.pass.cpp | 21 typename S::const_iterator cb = s.cbegin(); in test() local
|
H A D | begin.pass.cpp | 24 typename S::const_iterator cb = cs.begin(); in test() local
|
H A D | rbegin.pass.cpp | 24 typename S::const_reverse_iterator cb = cs.rbegin(); in test() local
|
/llvm-project/clang/test/CXX/over/over.built/ |
H A D | p26.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
|
/llvm-project/libcxx/test/std/thread/thread.jthread/ |
H A D | dtor.pass.cpp | 39 std::stop_callback cb(jt->get_stop_token(), [&called] { called = true; }); main() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread_list.h | 156 void VisitAllLiveThreads(CB cb) SANITIZER_EXCLUDES(live_list_mutex_) { in VisitAllLiveThreads() 162 Thread *FindThreadLocked(CB cb) SANITIZER_CHECK_LOCKED(live_list_mutex_) { in FindThreadLocked()
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg2149.cpp | 36 constexpr X cb[2] = { { 1, 2, 3 }, { 4, 5, 6 } }; in f() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 495 template <typename R, typename Ty> struct cb { struct 498 cb(std::function<R(Ty)> CB) : CB(CB) {} in cb() argument 521 cb<typename detail::callback_traits<F>::result_type, argument
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_scan.c | 25 static isl_stat increment_counter(struct isl_scan_callback *cb, in increment_counter() 39 static int increment_range(struct isl_scan_callback *cb, isl_int min, isl_int max) in increment_range()
|
/llvm-project/flang/test/Semantics/ |
H A D | move_alloc.f90 | 18 character, allocatable :: ca*2, cb*3 variable
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | elsewhere.cpp | 45 C<bool> cb; variable
|
/llvm-project/clang/test/Misc/ |
H A D | diagnostic-crash.cpp | 38 …Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot in… in Foo() local
|