Home | History | Annotate | Download | only in lint1

Lines Matching defs:funcsym

53 sym_t *funcsym;
203 funcsym = fsym;
327 if (funcsym->s_type->t_subt->t_tspec == VOID)
329 if (funcsym->s_return_type_implicit_int)
333 if (allow_c99 && strcmp(funcsym->s_name, "main") == 0)
337 warning(217, funcsym->s_name);
349 funcsym->s_return_type_implicit_int)
351 warning(216, funcsym->s_name);
360 if (dcs->d_scl == EXTERN && funcsym->s_inline)
361 outsym(funcsym, funcsym->s_scl, DECL);
363 outfdef(funcsym, &dcs->d_func_def_pos,
364 cstmt->c_had_return_value, funcsym->s_osdef,
378 funcsym = NULL;
919 ln->tn_type = expr_unqualified_type(funcsym->s_type->t_subt);
921 ln->u.sym = funcsym; /* better than nothing */
932 warning(302, funcsym->s_name);
957 if (tn != NULL && funcsym->s_type->t_subt->t_tspec == VOID) {
959 error(213, funcsym->s_name);
963 if (tn == NULL && funcsym->s_type->t_subt->t_tspec != VOID
964 && !funcsym->s_return_type_implicit_int) {
967 error(214, funcsym->s_name);
970 warning(214, funcsym->s_name);