Searched refs:tt_rank_value (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dlint.h112 unsigned int tt_rank_value; /* relative size of the type; depends member in struct:__anon43
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c87 ttab[i].tt_rank_value =
90 ttab[BOOL].tt_rank_value = 1;
H A Dtree.c100 lint_assert(p1->tt_rank_value > 0);
101 lint_assert(p2->tt_rank_value > 0);
102 return (int)p1->tt_rank_value - (int)p2->tt_rank_value;

Completed in 133 milliseconds