| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 933 sa = talign(sp->stype, sp->sap); 1034 al = talign(sp->stype, sp->sap); 1145 talign(unsigned int ty, struct attr *apl) function 1390 al = talign(p->stype, p->sap); 1556 al = talign(type, NULL); 2234 (int)talign(t, al->sap));
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 953 sa = talign(sp->stype, sp->sap); 1041 al = talign(sp->stype, sp->sap); 1151 talign(unsigned int ty, struct attr *apl) function 1367 al = talign(p->stype, p->sap); 1533 al = talign(type, NULL); 1941 ap->iarg(0) && tc.align > talign(q->n_type, q->n_ap)/SZCHAR) { 2262 (int)talign(t, al->sap));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 5001 unsigned int talign = min_align_of_type (type) * BITS_PER_UNIT; local 5002 buf.align = MAX (buf.align, talign);
|
| builtins.cc | 330 unsigned int talign; local 332 && (talign = min_align_of_type (TREE_TYPE (exp)) * BITS_PER_UNIT) 333 && talign > align) 334 align = talign;
|
| expr.cc | 8966 unsigned HOST_WIDE_INT talign = target_align (target) / BITS_PER_UNIT; 8969 return MAX (factor, talign); 8948 unsigned HOST_WIDE_INT talign = target_align (target) \/ BITS_PER_UNIT; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 327 unsigned int talign; local 329 && (talign = min_align_of_type (TREE_TYPE (exp)) * BITS_PER_UNIT) 330 && talign > align) 331 align = talign;
|
| gimple-fold.cc | 4925 unsigned int talign = min_align_of_type (type) * BITS_PER_UNIT; local 4926 buf.align = MAX (buf.align, talign);
|
| expr.cc | 8253 unsigned HOST_WIDE_INT talign = target_align (target) / BITS_PER_UNIT; 8256 return MAX (factor, talign); 8235 unsigned HOST_WIDE_INT talign = target_align (target) \/ BITS_PER_UNIT; local
|