Home
last modified time | relevance | path

Searched refs:t_dim (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/usr.bin/xlint/lint1/
Dinit.c168 istk->i_type->t_dim++; in pushinit()
196 istk->i_cnt = istk->i_type->t_dim; in pushinit()
461 if (istk->i_cnt != istk->i_type->t_dim) in strginit()
472 istk->i_type->t_dim = len + 1; in strginit()
476 if (istk->i_type->t_dim < len) { in strginit()
Ddecl.c911 elem *= tp->t_dim; in length()
1046 } else if (t == ARRAY && tp->t_dim == 0) { in chktyp()
1186 if (t == ARRAY && dsym->s_type->t_dim == 0) { in decl1str()
1349 tp->t_dim = n; in addarray()
2112 if (t == ARRAY && tp1->t_dim != tp2->t_dim) { in eqtype()
2113 if (tp1->t_dim != 0 && tp2->t_dim != 0) in eqtype()
2277 if (dst->t_dim == 0 && src->t_dim != 0) { in compltyp()
2279 dst->t_dim = src->t_dim; in compltyp()
2797 dsym->s_type->t_tspec == ARRAY && dsym->s_type->t_dim == 0) { in chksz()
3108 sym->s_type->t_tspec == ARRAY && sym->s_type->t_dim == 0) { in glchksz()
Dlint1.h147 #define t_dim t_u._t_dim macro
Demit1.c138 outint(tp->t_dim); in outtype()
Dfunc.c245 sym->s_type->t_dim = strlen(fsym->s_name) + 1; in funcdef()
Dtree.c345 n->tn_type->t_dim = len + 1; in getsnode()
2639 elem *= tp->t_dim; in plength()
3010 elem *= tp->t_dim; in bldszof()
3692 dim = ln->tn_left->tn_type->t_dim + (amper ? 1 : 0); in chkaidx()
/mirbsd/src/usr.bin/xlint/lint2/
Dlint2.h63 #define t_dim t_u._t_dim macro
Demit2.c103 outint(tp->t_dim); in outtype()
Dchk.c1330 if (t == ARRAY && tp1->t_dim != tp2->t_dim) { in eqtype()
1331 if (tp1->t_dim != 0 && tp2->t_dim != 0) in eqtype()
Dread.c568 tp->t_dim = (int)strtol(cp, &eptr, 10); in inptype()