Home | History | Annotate | Download | only in lint1

Lines Matching refs:FUNC

68 debug_func_dcs(const char *func)
70 debug_printf("%s: ", func);
74 #define debug_func_dcs(func) debug_noop()
99 /* struct, union, enum, ptr, array and func are not shared. */
835 lint_assert(tp->t_tspec != FUNC);
864 lint_assert(t != FUNC);
912 if (t == FUNC && !tp->t_proto &&
918 if (to == FUNC) {
919 if (t == FUNC || t == ARRAY) {
923 t == FUNC ? *tpp : (*tpp)->t_subt, PTR);
934 if (t == FUNC) {
1156 else if (t == FUNC) {
1328 type_t *tp = block_derive_type(ret, FUNC);
1849 warning(351, sym->s_type->t_tspec == FUNC ? "" : " 'extern'",
1852 if (sym->s_type->t_tspec == FUNC &&
1868 if (sym->s_type->t_tspec == FUNC) {
1969 if (dsym->s_type->t_tspec == FUNC && dsym->s_def == TDEF)
1973 if (dsym->s_type->t_tspec == FUNC) {
1983 dsym->s_type->t_tspec == FUNC && dsym->s_type->t_proto) {
2301 if (t == FUNC && allow_c90) {
2345 } else if (dst->t_tspec == FUNC) {
2398 if (t == FUNC) {
2716 if (dsym->s_type->t_tspec == FUNC) {
2726 if (dsym->s_type->t_tspec == FUNC) {
2746 if (dsym->s_type->t_tspec == FUNC)
2872 dsym->s_type->t_tspec != FUNC &&
3084 if (sym->s_type->t_tspec == FUNC)
3113 if (sym->s_type->t_tspec == FUNC) {
3132 if (sym->s_type->t_tspec == FUNC && sym->s_used && sym->s_def != DEF)