HomeSort by: relevance | last modified time | path
    Searched refs:prototypes_compatible (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint2/
chk.c 74 static bool prototypes_compatible(const type_t *, const type_t *, bool *);
1303 if (!prototypes_compatible(tp1, tp2, dowarn))
1328 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) function in typeref:typename:bool
  /src/usr.bin/xlint/lint1/
decl.c 2218 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) function in typeref:typename:bool
2303 if (!prototypes_compatible(tp1, tp2, dowarn))

Completed in 13 milliseconds