Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp92 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 Dsanitizer_quarantine.h96 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 Dsanitizer_deadlock_detector2.cpp148 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 Dsanitizer_procmaps_common.cpp149 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 Dsanitizer_procmaps_bsd.cpp32 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() argument
H A Dsanitizer_thread_registry.cpp200 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 Dtsan_rtl_mutex.cpp45 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 Ddd_rtl.cpp114 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 Dtaskloop_untied_codegen.cpp24 for (auto cb : work) in taskloop_untied() local
/llvm-project/compiler-rt/test/msan/
H A Ddeath-callback.cpp14 void cb(void) { in cb() function
/llvm-project/clang/test/CodeGenCXX/
H A Dmacro-prefix-map-lambda.cpp4 auto lambdatest(f&& cb) { in lambdatest()
H A D2007-09-10-RecursiveTypeResolution.cpp74 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 Dcrbegin.pass.cpp21 typename S::const_reverse_iterator cb = s.crbegin(); in test() local
H A Dcbegin.pass.cpp21 typename S::const_iterator cb = s.cbegin(); in test() local
H A Dbegin.pass.cpp24 typename S::const_iterator cb = cs.begin(); in test() local
H A Drbegin.pass.cpp24 typename S::const_reverse_iterator cb = cs.rbegin(); in test() local
/llvm-project/clang/test/CXX/over/over.built/
H A Dp26.cpp14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
/llvm-project/libcxx/test/std/thread/thread.jthread/
H A Ddtor.pass.cpp39 std::stop_callback cb(jt->get_stop_token(), [&called] { called = true; }); main() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h156 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 Dcwg2149.cpp36 constexpr X cb[2] = { { 1, 2, 3 }, { 4, 5, 6 } }; in f() local
/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h495 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 Disl_scan.c25 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 Dmove_alloc.f9018 character, allocatable :: ca*2, cb*3 variable
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp45 C<bool> cb; variable
/llvm-project/clang/test/Misc/
H A Ddiagnostic-crash.cpp38 …Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot in… in Foo() local

1234