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

  /src/usr.bin/xlint/lint1/
decl.c 2514 type_t *old_tp = old_param->s_type; local in function:check_prototype_declaration
2518 if (!types_compatible(old_tp, proto_tp, true, true, &dowarn)) {
2519 if (types_compatible(old_tp, proto_tp, true, false, &dowarn)) {
decl.c 2514 type_t *old_tp = old_param->s_type; local in function:check_prototype_declaration
2518 if (!types_compatible(old_tp, proto_tp, true, true, &dowarn)) {
2519 if (types_compatible(old_tp, proto_tp, true, false, &dowarn)) {

Completed in 24 milliseconds