Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dattr-noreturn.cpp225 typedef void voidfn(); typedef
226 voidfn baz;
229 template<typename> voidfn wibble;
/external/toybox/toys/pending/
Dbc.c272 int voidfn; member
2363 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() local
3811 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 …]