Searched refs:voidfn (Results 1 – 2 of 2) sorted by relevance
225 typedef void voidfn(); typedef226 voidfn baz;229 template<typename> voidfn wibble;
272 int voidfn; member2363 f->voidfn = 0; in bc_func_init()2374 f->voidfn = 0; in bc_func_reset()3500 if (p->func->voidfn) inst = BC_INST_RET_VOID; in bc_parse_return()3523 else if (p->func->voidfn) in bc_parse_return()3575 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); in bc_parse_endBody()3801 int comma = 0, voidfn; in bc_parse_func() local3811 voidfn = (!FLAG(s) && !FLAG(w) && p->l.t == BC_LEX_NAME && in bc_parse_func()3817 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()3819 if (voidfn) { in bc_parse_func()[all …]