Searched refs:typealign (Results 1 – 6 of 6) sorted by relevance
428 align = (q->vtype==TYCHAR ? ALILONG : typealign[q->vtype]); in dobss()514 if(p->extleng % typealign[type] != 0) in docommon()517 p->extleng = roundup(p->extleng, typealign[type]); in docommon()588 autoleng = roundup( autoleng, typealign[t]); in autovar()
80 int typealign[NTYPES] variable
234 preven(typealign[ type==TYCHAR ? TYLONG : type ]); in putconst()
386 typealign[type]); in dodata()
166 if(np->b_name.voffset % typealign[np->vtype] != 0) in doequiv()
100 extern int typealign[];