Searched refs:blockA (Results 1 – 5 of 5) sorted by relevance
15 void (^blockA)(void) = ^ { ; }; in main()16 blockA(); in main()
22 void (^const blockA)(void) = ^ { printf("hello\n"); }; in main()23 blockA = ^ { printf("world\n"); } ; in main()
187 void (^const blockA)(void) = ^{ }; // expected-note {{variable 'blockA' declared const here}} in test18()188 …blockA = ^{ }; // expected-error {{cannot assign to variable 'blockA' with const-qualified type 'v… in test18()
715 Block *blockA = a->getBlock(); in funcsToCoroutines() local718 return blockA > blockB || (blockA == blockB && !a->isBeforeInBlock(b)); in funcsToCoroutines()
441 __block void (voidBlock)(void) = blockA;473 .captured_voidBlock=blockA )};