Searched refs:funcptr (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/libclosure-65/objectTests/
H A Dreturnfunctionptr.c13 int (*funcptr)(long); variable
19 b = ^(char x __unused) { return funcptr; };
21 b = ^int (*(char x __unused))(long) { return funcptr; };
/macosx-10.10/dtrace-147/test/tst/common/decls/
H A Dtst.funcs.d39 extern int *(*funcptr)(void);
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_common.h35 int (*funcptr)(void); member in struct:__anon3240
H A Dtest_bn.c504 err = bnTestFunctions[i].funcptr();
H A Dtest_hmac.c317 err = hmacTestFunctions[i].funcptr();
H A Dtest_md.c503 err = digestTestFunctions[i].funcptr();
H A Dtest_cryptor.c516 err = cryptorTestFunctions[i].funcptr();
944 err = modeTestFunctions[i].funcptr();
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h1079 dnttpointer funcptr ; /* points to FUNCTION symbol */ member in struct:dntt_type_vfunc
1128 dnttpointer funcptr ; /* pointer to function */ member in struct:dntt_type_friend_func
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c1684 ifunctype *funcptr; local
1765 for (funcptr = headptr->funchead; funcptr != NULL;
1766 funcptr = funcptr->next)
1768 fprintf (filvar,"funcptr%d_%d:\n", headindex, funcindex);
1770 ((funcptr->ord) & 0xFFFF));
1771 fprintf (filvar,"\t%s\t\"%s\"\n", ASM_TEXT, funcptr->name);
/macosx-10.10/ruby-106/ruby/
H A Dinsns.def2101 (rb_insn_func_t funcptr)
2105 reg_cfp = (funcptr)(th, reg_cfp);
H A Dvm.inc2932 rb_insn_func_t funcptr = (rb_insn_func_t)GET_OPERAND(1);
2942 COLLECT_USAGE_OPERAND(BIN(opt_call_c_function), 0, funcptr);
2945 reg_cfp = (funcptr)(th, reg_cfp);

Completed in 258 milliseconds