Searched refs:isityp (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/common/
H A Dlint.h100 #define isityp(t) (ttab[t].tt_isityp) macro
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint.h92 #define isityp(t) (ttab[t].tt_isityp) macro
H A Dtree.c769 if (!isityp(lt) || (mp->m_binary && !isityp(rt))) {
817 if (lt != PTR && !(tflag && isityp(lt))) {
884 if ((lt == PTR && !isityp(rt)) || (rt == PTR && !isityp(lt))) {
891 if (lt == PTR && (!isityp(rt) && rt != PTR)) {
981 if (lt == PTR && ((rt == PTR && rst == VOID) || isityp(rt))) {
985 if (rt == PTR && ((lt == PTR && lst == VOID) || isityp(lt))) {
995 if (isityp(lt) || isityp(r
[all...]
H A Dfunc.c440 } else if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
580 if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
700 if (isityp(tn->tn_type->t_tspec)) {
771 if (isityp(tn->tn_type->t_tspec)) {
838 if (isityp(tn2->tn_type->t_tspec)) {
H A Dinit.c419 if (isityp(lt) && ln->tn_type->t_isfield && !isityp(rt)) {
H A Demit1.c431 if (isityp(t = arg->tn_type->t_tspec)) {
H A Ddecl.c1016 if (bitfieldtype_ok == 0 || isityp(t) == 0) {
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dchk.c490 if (isityp(t1) && isityp(t2) && !arg1->t_isenum && !arg2->t_isenum) {
568 } else if (t1 == PTR && isityp(t2)) {

Completed in 175 milliseconds