Home
last modified time | relevance | path

Searched refs:dispatch_item_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Ddebug-info-crash.c8 typedef struct dispatch_item_s *dispatch_item_t; typedef
9 typedef void (^dispatch_legacy_block_t)(dispatch_item_t);
10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq, in LEGACY_dispatch_call()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dblock-explicit-return-type.m16 typedef struct dispatch_item_s *dispatch_item_t; typedef
57 completion_block_t (^blockx)(dispatch_item_t) = ^completion_block_t (dispatch_item_t item) {
61 completion_block_t (^blocky)(dispatch_item_t) = ^(dispatch_item_t item) {