Home
last modified time | relevance | path

Searched refs:voidfn (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/bc/src/
Dbc_parse.c820 if (p->func->voidfn) inst = BC_INST_RET_VOID; in bc_parse_return()
848 if (BC_ERR(p->func->voidfn)) { in bc_parse_return()
926 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); in bc_parse_endBody()
1281 bool comma = false, voidfn; in bc_parse_func() local
1291 voidfn = (!BC_IS_POSIX && p->l.t == BC_LEX_NAME && in bc_parse_func()
1299 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()
1302 if (voidfn) { in bc_parse_func()
1332 p->func->voidfn = voidfn; in bc_parse_func()
Dlang.c113 f->voidfn = false; in bc_func_init()
139 f->voidfn = false; in bc_func_reset()
/freebsd-12-stable/contrib/bc/include/
Dlang.h397 bool voidfn; member
/freebsd-12-stable/contrib/gcc/
DONEWS778 typedef void voidfn ();
780 volatile voidfn fatal;
/freebsd-12-stable/contrib/gcc/doc/
Dextend.texi2233 typedef void voidfn ();
2235 volatile voidfn fatal;