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

  /src/external/gpl3/gcc/dist/libobjc/
encoding.c 158 const char *_stp , *_fields = TYPE_FIELDS (struc); local
161 _stp = strip_array_types (_fields);
162 if (TYPE_MODE(_stp) == _C_COMPLEX)
163 _stp++;
164 switch (TYPE_MODE(_stp))
168 return MAX (MAX (comp, spec), objc_alignof_type (_stp) * __CHAR_BIT__);
  /src/external/gpl3/gcc.old/dist/libobjc/
encoding.c 153 const char *_stp , *_fields = TYPE_FIELDS (struc); local
156 _stp = strip_array_types (_fields);
157 if (TYPE_MODE(_stp) == _C_COMPLEX)
158 _stp++;
159 switch (TYPE_MODE(_stp))
163 return MAX (MAX (comp, spec), objc_alignof_type (_stp) * __CHAR_BIT__);

Completed in 21 milliseconds