Symbol: FUNC
sys/arch/prep/stand/boot/monitor.c
336
FUNC(msr);
sys/arch/rs6000/stand/boot/monitor.c
336
FUNC(msr);
usr.bin/xlint/common/inittyp.c
124
typeinfo("function", FUNC, FUNC, 0, 0, ' '),
usr.bin/xlint/common/tyname.c
299
case FUNC:
usr.bin/xlint/lint1/cgram.y
2451
if ($1->s_type->t_tspec != FUNC) {
usr.bin/xlint/lint1/decl.c
1152
else if (t == FUNC) {
usr.bin/xlint/lint1/decl.c
1324
type_t *tp = block_derive_type(ret, FUNC);
usr.bin/xlint/lint1/decl.c
1847
warning(351, sym->s_type->t_tspec == FUNC ? "" : " 'extern'",
usr.bin/xlint/lint1/decl.c
1850
if (sym->s_type->t_tspec == FUNC &&
usr.bin/xlint/lint1/decl.c
1866
if (sym->s_type->t_tspec == FUNC) {
usr.bin/xlint/lint1/decl.c
1967
if (dsym->s_type->t_tspec == FUNC && dsym->s_def == TDEF)
usr.bin/xlint/lint1/decl.c
1971
if (dsym->s_type->t_tspec == FUNC) {
usr.bin/xlint/lint1/decl.c
1981
dsym->s_type->t_tspec == FUNC && dsym->s_type->t_proto) {
usr.bin/xlint/lint1/decl.c
2301
if (t == FUNC && allow_c90) {
usr.bin/xlint/lint1/decl.c
2345
} else if (dst->t_tspec == FUNC) {
usr.bin/xlint/lint1/decl.c
2398
if (t == FUNC) {
usr.bin/xlint/lint1/decl.c
2716
if (dsym->s_type->t_tspec == FUNC) {
usr.bin/xlint/lint1/decl.c
2726
if (dsym->s_type->t_tspec == FUNC) {
usr.bin/xlint/lint1/decl.c
2746
if (dsym->s_type->t_tspec == FUNC)
usr.bin/xlint/lint1/decl.c
2872
dsym->s_type->t_tspec != FUNC &&
usr.bin/xlint/lint1/decl.c
3084
if (sym->s_type->t_tspec == FUNC)
usr.bin/xlint/lint1/decl.c
3113
if (sym->s_type->t_tspec == FUNC) {
usr.bin/xlint/lint1/decl.c
3132
if (sym->s_type->t_tspec == FUNC && sym->s_used && sym->s_def != DEF)
usr.bin/xlint/lint1/decl.c
835
lint_assert(tp->t_tspec != FUNC);
usr.bin/xlint/lint1/decl.c
864
lint_assert(t != FUNC);
usr.bin/xlint/lint1/decl.c
912
if (t == FUNC && !tp->t_proto &&
usr.bin/xlint/lint1/decl.c
917
if (to == FUNC) {
usr.bin/xlint/lint1/decl.c
918
if (t == FUNC || t == ARRAY) {
usr.bin/xlint/lint1/decl.c
922
t == FUNC ? *tpp : (*tpp)->t_subt, PTR);
usr.bin/xlint/lint1/decl.c
930
if (t == FUNC) {
usr.bin/xlint/lint1/emit1.c
118
} else if (ts == FUNC && tp->t_proto) {
usr.bin/xlint/lint1/emit1.c
183
if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
usr.bin/xlint/lint1/tree.c
1526
case FUNC:
usr.bin/xlint/lint1/tree.c
2557
if (tn->tn_type->t_tspec == FUNC)
usr.bin/xlint/lint1/tree.c
2588
if (lt == FUNC || lt == VOID || ltp->t_bitfield)
usr.bin/xlint/lint1/tree.c
2650
if (t == ARRAY || t == FUNC) {
usr.bin/xlint/lint1/tree.c
2894
(lst == FUNC || rst == FUNC)) {
usr.bin/xlint/lint1/tree.c
2897
*(lst == FUNC ? &lsts : &rsts) = "function pointer";
usr.bin/xlint/lint1/tree.c
2910
if (lst == FUNC && rst == FUNC) {
usr.bin/xlint/lint1/tree.c
2963
if ((lst == VOID && rst == FUNC) || (lst == FUNC && rst == VOID)) {
usr.bin/xlint/lint1/tree.c
3109
if (!(!allow_trad && !allow_c99 && (lst == FUNC || rst == FUNC)))
usr.bin/xlint/lint1/tree.c
3114
*(lst == FUNC ? &lts : &rts) = "function pointer";
usr.bin/xlint/lint1/tree.c
4066
if (!allow_trad && !allow_c99 && (nst == FUNC || ost == FUNC)) {
usr.bin/xlint/lint1/tree.c
4069
*(nst == FUNC ? &nts : &ots) = "function pointer";
usr.bin/xlint/lint1/tree.c
4076
if (nst == FUNC && ost == FUNC)
usr.bin/xlint/lint1/tree.c
4078
if (nst == FUNC || ost == FUNC) {
usr.bin/xlint/lint1/tree.c
4521
case FUNC:
usr.bin/xlint/lint1/tree.c
4557
if (tp->t_tspec == FUNC) {
usr.bin/xlint/lint1/tree.c
4648
else if (nt == STRUCT || nt == ARRAY || nt == FUNC) {
usr.bin/xlint/lint1/tree.c
4837
func->tn_type->t_subt->t_tspec != FUNC) {
usr.bin/xlint/lint1/tree.c
790
ntn->tn_lvalue = t != FUNC && t != VOID;
usr.bin/xlint/lint1/tree.c
936
sym->s_type = block_derive_type(sym->s_type, FUNC);
usr.bin/xlint/lint1/tree.c
972
if (sym->s_kind == SK_VCFT && sym->s_type->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
112
TP(sym->s_type)->t_tspec == FUNC &&
usr.bin/xlint/lint2/chk.c
1141
if (TP(sym1->s_type)->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
1301
if (t == FUNC) {
usr.bin/xlint/lint2/chk.c
189
if (TP(sym->s_type)->t_tspec == FUNC)
usr.bin/xlint/lint2/chk.c
310
bool is_func = tp1->t_tspec == FUNC && tp2->t_tspec == FUNC;
usr.bin/xlint/lint2/chk.c
358
if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
362
if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
369
if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
376
if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/emit2.c
128
if (TP(sym->s_type)->t_tspec == FUNC) {
usr.bin/xlint/lint2/emit2.c
63
if (ts == FUNC && tp->t_args != NULL && !tp->t_proto)
usr.bin/xlint/lint2/emit2.c
86
} else if (ts == FUNC && tp->t_args != NULL) {
usr.bin/xlint/lint2/read.c
630
return FUNC;
usr.bin/xlint/lint2/read.c
691
case FUNC:
usr.bin/xlint/lint2/read.c
845
t = FUNC;
usr.bin/xlint/lint2/read.c
878
case FUNC: