/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);
|