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

  /src/usr.bin/xlint/common/
lint.h 113 unsigned int tt_rank_value; /* relative size of the type; depends member in struct:__anon9fffcc200308
  /src/usr.bin/xlint/lint1/
decl.c 87 ttab[i].tt_rank_value =
90 ttab[BOOL].tt_rank_value = 1;
tree.c 138 lint_assert(p1->tt_rank_value > 0);
139 lint_assert(p2->tt_rank_value > 0);
140 return (int)p1->tt_rank_value - (int)p2->tt_rank_value;

Completed in 16 milliseconds