Searched refs:prototypes_compatible (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/usr.bin/xlint/lint2/ |
| D | chk.c | 69 static bool prototypes_compatible(type_t *, type_t *, bool *); 1298 if (!prototypes_compatible(tp1, tp2, dowarn)) in types_compatible() 1323 prototypes_compatible(type_t *tp1, type_t *tp2, bool *dowarn) in prototypes_compatible() function
|
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | decl.c | 2192 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) in prototypes_compatible() function 2277 if (!prototypes_compatible(tp1, tp2, dowarn)) in types_compatible()
|