Home
last modified time | relevance | path

Searched defs:dispatch_queue_t (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-modern-qualified-type.mm9 … OS_dispatch_queue <OS_dispatch_object> @end typedef NSObject<OS_dispatch_queue> *dispatch_queue_t; typedef
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstack-capture-leak-no-arc.mm3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dmalloc-bodyfarms.c6 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dstack-capture-leak-arc.mm3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dretain-release-arc.m62 typedef NSObject<OS_dispatch_queue> *dispatch_queue_t; typedef
H A Dincorrect-checker-names.mm131 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dblocks.m10 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dautoreleasewritechecker_test.m53 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dunix-fns.c39 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dno-escape.m4 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dblock-capture-unused-variable.m3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Darc-jump-block.m4 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
H A Dobjc-independent-class-attribute.m6 typedef NSObject * __attribute__((objc_independent_class))dispatch_queue_t; typedef
H A Dwarn-called-once.m36 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
/llvm-project-15.0.7/clang/test/CodeGen/
H A Ddebug-info-crash.c5 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp79 addr_t dispatch_queue_t, in SetQueueInfo()
202 lldb::addr_t dispatch_queue_t) { in SetQueueLibdispatchQueueAddress()
H A DProcessGDBRemote.cpp1653 LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t, in SetThreadStopInfo()
1969 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
2127 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp55 typedef void *dispatch_queue_t; typedef
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dpath-notes.m5 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_mac.cpp134 typedef void* dispatch_queue_t; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm58 error:(NSError *__autoreleasing _Nullable *_Nullable)error;
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h378 virtual void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) {} in SetQueueLibdispatchQueueAddress()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2605 nub_process_t pid, nub_addr_t dispatch_qaddr, nub_addr_t &dispatch_queue_t, in GetThreadQueueInfo()
5501 nub_addr_t dispatch_queue_t = INVALID_NUB_ADDRESS; in GetJSONThreadsInfo() local