Lines Matching full:void
3 extern "C" __declspec(dllexport) void BreakTheRewriter(void) {
5 void (^aBlock)(void) = ^ {
9 void (^bBlocks)(void) = ^ {
12 void (^c)(void) = ^ {
17 __declspec(dllexport) extern "C" void AnotherBreakTheRewriter(int *p1, double d) {
20 void (^aBlock)(void) = ^ {
24 void (^bBlocks)(void) = ^ {
27 void (^c)(void) = ^ {