Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dnsclone.c32 int myfunc(void *arg) in myfunc() function
57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd); in main()
/external/clang/test/Sema/
Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dsext128.ll37 %0 = call i32 @myfunc(float %a)
50 declare i32 @myfunc(float)
/external/clang/test/Rewriter/
Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/external/clang/test/Parser/
Dcxx-friend.cpp41 friend void myfunc();
/external/compiler-rt/test/tsan/
Dignore_lib4.cc27 extern "C" void myfunc() { in myfunc() function
/external/curl/m4/
Dcurl-compilers.m41308 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 ];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2938 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).