Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/BlocksRuntime/
Ddispatch_call_Block_with_release.c11 void callsomething(const char *format, int argument) { in callsomething() function
23 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); }; in main()
24 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now in main()
/external/compiler-rt/test/BlocksRuntime/
Ddispatch_call_Block_with_release.c12 void callsomething(const char *format, int argument) { in callsomething() function
24 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); }; in main()
25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now in main()