HomeSort by relevance Sort by last modified time
    Searched full:dispatch_item_t (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
debug-info-crash.c 8 typedef struct dispatch_item_s *dispatch_item_t; typedef in typeref:struct:dispatch_item_s
9 typedef void (^dispatch_legacy_block_t)(dispatch_item_t);
10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq,
  /external/clang/test/SemaObjC/
block-explicit-return-type.m 16 typedef struct dispatch_item_s *dispatch_item_t;
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) {

Completed in 89 milliseconds