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

  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 714 bool packed_p = DECL_PACKED (decl);
728 packed_p = false;
771 else if (packed_p && DECL_USER_ALIGN (decl))
782 if (packed_p
786 if (! packed_p && ! DECL_USER_ALIGN (decl))
711 bool packed_p = DECL_PACKED (decl); local
  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 686 bool packed_p = DECL_PACKED (decl);
700 packed_p = false;
743 else if (packed_p && DECL_USER_ALIGN (decl))
754 if (packed_p
758 if (! packed_p && ! DECL_USER_ALIGN (decl))
683 bool packed_p = DECL_PACKED (decl); local

Completed in 126 milliseconds