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

/external/compiler-rt/test/builtins/Unit/
H A Denable_execute_stack_test.c36 typedef int (*pfunc)(void); typedef
60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer;
67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
H A Dclear_cache_test.c29 typedef int (*pfunc)(void); typedef
64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer;
71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
/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/tcpdump/
H A Dprint-ppp.c428 int (*pfunc)(const u_char *, int);
486 pfunc = print_lcp_config_options;
489 pfunc = print_ipcp_config_options;
492 pfunc = print_ip6cp_config_options;
495 pfunc = print_ccp_config_options;
498 pfunc = print_bacp_config_options;
505 pfunc = NULL;
509 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
512 if ((j = (*pfunc)(tptr, len)) == 0)
H A Dprint-lldp.c1266 const char * (*pfunc)(const u_char *);
1276 pfunc = getname;
1282 pfunc = getname6;
1288 pfunc = etheraddr_string;
1291 pfunc = NULL;
1295 if (!pfunc) {
1300 tok2str(af_values, "Unknown", af), af, (*pfunc)(tptr+1));
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp159 static int pfunc(float);
162 X0<X1::pfunc> x01;
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp782 PyObject *pfunc = (PyObject*)m_run_one_line; local
790 if (!pfunc)
801 pfunc = value;
805 m_run_one_line = pfunc;
808 if (pfunc && PyCallable_Check (pfunc))
816 pvalue = PyObject_CallObject (pfunc, pargs);

Completed in 157 milliseconds