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

/freebsd-10.3-release/usr.bin/xlint/common/
H A Dlint.h102 #define isityp(t) (ttab[t].tt_isityp) macro
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Dlint.h92 #define isityp(t) (ttab[t].tt_isityp) macro
H A Dtree.c794 if (!isityp(lt) || (mp->m_binary && !isityp(rt))) {
842 if (lt != PTR && !(tflag && isityp(lt))) {
909 if ((lt == PTR && !isityp(rt)) || (rt == PTR && !isityp(lt))) {
916 if (lt == PTR && (!isityp(rt) && rt != PTR)) {
1006 if (lt == PTR && ((rt == PTR && rst == VOID) || isityp(rt))) {
1010 if (rt == PTR && ((lt == PTR && lst == VOID) || isityp(lt))) {
1020 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.c554 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.c1018 if (bitfieldtype_ok == 0 || isityp(t) == 0) {
/freebsd-10.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 181 milliseconds