HomeSort by: relevance | last modified time | path
    Searched defs:bfld_type_align (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/
encoding.c 1117 register int bfld_type_align = 0; local
1143 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__;
1170 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__;
1207 int type_align = bfld_type_align;
  /src/external/gpl3/gcc.old/dist/libobjc/
encoding.c 1112 register int bfld_type_align = 0; local
1138 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__;
1165 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__;
1202 int type_align = bfld_type_align;

Completed in 45 milliseconds