Home
last modified time | relevance | path

Searched refs:prototypes_compatible (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/xlint/lint2/
Dchk.c69 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/
Ddecl.c2192 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()