Searched refs:myfunc (Results 1 – 8 of 8) sorted by relevance
32 int myfunc(void *arg) in myfunc() function57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd); in main()
58 void myfunc(int (^block)(int)) {}65 myfunc(^(int abcd) { in test5()
37 %0 = call i32 @myfunc(float %a)50 declare i32 @myfunc(float)
54 void myfunc(int (^block)(int)) {} function61 myfunc(^(int abcd) {
41 friend void myfunc();
27 extern "C" void myfunc() { in myfunc() function
1308 struct mystruct myfunc();1309 typedef char good_t1[sizeof(myfunc().mi) == sizeof(int) ? 1 : -1 ];1310 typedef char good_t2[sizeof(myfunc().mc) == sizeof(char) ? 1 : -1 ];1330 struct mystruct myfunc();1331 typedef char bad_t1[sizeof(myfunc().mi) != sizeof(int) ? 1 : -1 ];1332 typedef char bad_t2[sizeof(myfunc().mc) != sizeof(char) ? 1 : -1 ];
2938 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).