Searched refs:myblock (Results 1 – 7 of 7) sorted by relevance
20 typedef enum numbers (^myblock)(enum numbers); typedef23 double test(myblock I) { in test()32 myblock CL = ^(enum numbers z) in main()
7 static const void_block_t myblock = ^{11 // CHECK: myblock = internal global
51 void (^myblock)(Bar *b) = ^(Bar *b) {58 myblock(b);
7 void (^myblock)() = ^{
9 void (^myblock)() = ^{
19 typedef double (^myblock)(int);20 double test(myblock I);
94 typedef void (^myblock)(void);95 …myblock f = ^() { f(); }; // expected-warning{{Variable 'f' is uninitialized when captured by bloc…