Searched refs:thisalign (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c3751 int thisalign;
3754 thisalign = TYPE_ALIGN (TREE_TYPE (TREE_TYPE (t)));
3755 if (thisalign > bestalign)
3756 best = t, bestalign = thisalign;
3740 int thisalign; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc3998 int thisalign;
4001 thisalign = TYPE_ALIGN (TREE_TYPE (TREE_TYPE (t)));
4002 if (thisalign > bestalign)
4003 best = t, bestalign = thisalign;
3987 int thisalign; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c20981 int result = FAIL, thissize, thisalign;
20996 thisalign = va_arg (ap, int);
20998 if (size == thissize && align == thisalign)
20975 int result = FAIL, thissize, thisalign; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c20915 int result = FAIL, thissize, thisalign;
20930 thisalign = va_arg (ap, int);
20932 if (size == thissize && align == thisalign)
20909 int result = FAIL, thissize, thisalign; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c20981 int result = FAIL, thissize, thisalign;
20996 thisalign = va_arg (ap, int);
20998 if (size == thissize && align == thisalign)
20975 int result = FAIL, thissize, thisalign; local

Completed in 502 milliseconds