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

  /src/usr.bin/xlint/lint2/
lint2.h 46 bool t_isuniqpos:1; /* tag with _t_uniqpos valid */ member in struct:lint2_type
60 * if t_isuniqpos */
emit2.c 82 } else if (tp->t_isuniqpos) {
chk.c 1250 } else if (tp1->t_isuniqpos && tp2->t_isuniqpos) {
1284 } else if (tp1->t_isuniqpos && tp2->t_isuniqpos) {
read.c 727 tp->t_isuniqpos = true;
  /src/usr.bin/xlint/common/
tyname.c 210 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name);
227 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name);

Completed in 40 milliseconds