/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-qualified-type.mm | 8 … OS_dispatch_queue <OS_dispatch_object> @end typedef NSObject<OS_dispatch_queue> *dispatch_queue_t; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | no-escape.m | 4 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
/llvm-project/clang/test/Analysis/ |
H A D | malloc-bodyfarms.c | 6 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | stack-capture-leak-no-arc.mm | 3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | stack-capture-leak-arc.mm | 3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | retain-release-arc.m | 62 typedef NSObject<OS_dispatch_queue> *dispatch_queue_t; typedef
|
H A D | incorrect-checker-names.mm | 131 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | blocks.m | 10 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | autoreleasewritechecker_test.m | 53 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | unix-fns.c | 41 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
/llvm-project/clang/test/SemaObjC/ |
H A D | block-capture-unused-variable.m | 3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | arc-jump-block.m | 3 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
H A D | objc-independent-class-attribute.m | 5 typedef NSObject * __attribute__((objc_independent_class))dispatch_queue_t; typedef
|
H A D | warn-called-once.m | 36 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info-crash.c | 4 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.cpp | 79 addr_t dispatch_queue_t, in SetQueueInfo() 202 lldb::addr_t dispatch_queue_t) { in SetQueueLibdispatchQueueAddress()
|
H A D | ProcessGDBRemote.cpp | 1657 SetThreadStopInfo(lldb::tid_t tid,ExpeditedRegisterMap & expedited_register_map,uint8_t signo,const std::string & thread_name,const std::string & reason,const std::string & description,uint32_t exc_type,const std::vector<addr_t> & exc_data,addr_t thread_dispatch_qaddr,bool queue_vars_valid,LazyBool associated_with_dispatch_queue,addr_t dispatch_queue_t,std::string & queue_name,QueueKind queue_kind,uint64_t queue_serial) SetThreadStopInfo() argument 1992 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; SetThreadStopInfo() local 2151 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; SetThreadStopInfo() local [all...] |
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 55 typedef void *dispatch_queue_t; typedef
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | path-notes.m | 5 typedef struct dispatch_queue_s *dispatch_queue_t; typedef
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 124 typedef void* dispatch_queue_t; typedef
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 58 spawnWithPath:options:terminationQueue:terminationHandler:pid:error:(NSString*,nullable NSDictionary NSDictionary NSString* NSString id id*,nullable dispatch_queue_t,nullable void void void int status,pid_t* _Nullable,NSError* __autoreleasing _Nullable* _Nullable) global() argument
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 379 SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) SetQueueLibdispatchQueueAddress() argument
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBRemote.cpp | 2621 GetThreadQueueInfo(nub_process_t pid,nub_addr_t dispatch_qaddr,nub_addr_t & dispatch_queue_t,std::string & queue_name,uint64_t & queue_width,uint64_t & queue_serialnum) const GetThreadQueueInfo() argument 5546 nub_addr_t dispatch_queue_t = INVALID_NUB_ADDRESS; GetJSONThreadsInfo() local [all...] |