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

  /src/usr.bin/xlint/lint1/
decl.c 2515 type_t *proto_tp = proto_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 2515 type_t *proto_tp = proto_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 2515 type_t *proto_tp = proto_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 38 milliseconds