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

  /src/usr.bin/xlint/lint1/
tree.c 1556 merge_qualifiers(type_t *tp1, const type_t *tp2) function in typeref:typename:type_t *
1612 tp = merge_qualifiers(ln->tn_type, rn->tn_type);
1614 tp = merge_qualifiers(rn->tn_type, ln->tn_type);
1616 tp = merge_qualifiers(ln->tn_type, rn->tn_type);
1618 tp = merge_qualifiers(rn->tn_type, ln->tn_type);
1625 tp = merge_qualifiers(ln->tn_type, rn->tn_type);
tree.c 1556 merge_qualifiers(type_t *tp1, const type_t *tp2) function in typeref:typename:type_t *
1612 tp = merge_qualifiers(ln->tn_type, rn->tn_type);
1614 tp = merge_qualifiers(rn->tn_type, ln->tn_type);
1616 tp = merge_qualifiers(ln->tn_type, rn->tn_type);
1618 tp = merge_qualifiers(rn->tn_type, ln->tn_type);
1625 tp = merge_qualifiers(ln->tn_type, rn->tn_type);

Completed in 28 milliseconds