Lines Matching defs:decl
96 sym_t *sym, *def, *pdecl, *decl;
107 def = pdecl = decl = NULL;
111 if (pdecl == NULL && sym->s_def == DECL &&
116 if (decl == NULL && sym->s_def == DECL)
117 decl = sym;
122 decl = pdecl;
124 chkvtui(hte, def, decl);
126 chkvtdi(hte, def, decl);
128 chkfaui(hte, def, decl);
132 check_argument_declarations(hte, def, decl);
192 if (sym->s_def != DECL)
239 chkvtui(const hte_t *hte, const sym_t *def, const sym_t *decl)
250 def = decl;
277 /* %s's return type in %s must be decl... */
297 chkvtdi(const hte_t *hte, const sym_t *def, const sym_t *decl)
300 def = decl;
339 chkfaui(const hte_t *hte, const sym_t *def, const sym_t *decl)
361 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
362 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
364 pos1p = &decl->s_pos;
386 chkau(hte, n, def, decl, pos1p, call1, call,
439 * decl prototype declaration, old-style declaration or NULL
441 * call1 first call, if both def and decl are old-style def/decl
443 * arg1 currently checked argument of def/decl/call1
448 int n, const sym_t *def, const sym_t *decl,
459 * definition is available and it is not an old-style definition (decl
460 * != NULL && TP(decl->s_type)->t_proto), we compare the call with this
472 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
1125 const sym_t *def, const sym_t *decl)
1136 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
1137 sym1 = decl;