Searched refs:pfunc (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dclear_cache_test.c29 typedef int (*pfunc)(void); typedef
73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
H A Denable_execute_stack_test.c36 typedef int (*pfunc)(void); typedef
68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
/external/clang/test/Sema/
H A Darray-constraint.c30 typedef int (*pfunc)(void); typedef
32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}}
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp159 static int pfunc(float);
162 X0<X1::pfunc> x01;
/external/tcpdump/
H A Dprint-lldp.c1272 const char * (*pfunc)(netdissect_options *, const u_char *);
1282 pfunc = getname;
1288 pfunc = getname6;
1294 pfunc = etheraddr_string;
1297 pfunc = NULL;
1301 if (!pfunc) {
1306 tok2str(af_values, "Unknown", af), af, (*pfunc)(ndo, tptr+1));
H A Dprint-ppp.c418 int (*pfunc)(netdissect_options *, const u_char *, int);
476 pfunc = print_lcp_config_options;
479 pfunc = print_ipcp_config_options;
482 pfunc = print_ip6cp_config_options;
485 pfunc = print_ccp_config_options;
488 pfunc = print_bacp_config_options;
495 pfunc = NULL;
499 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
502 if ((j = (*pfunc)(ndo, tptr, len)) == 0)

Completed in 735 milliseconds