Searched refs:packed_p (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dstor-layout.c689 bool packed_p = DECL_PACKED (decl);
703 packed_p = false;
747 else if (packed_p && DECL_USER_ALIGN (decl))
758 if (packed_p
762 if (! packed_p && ! DECL_USER_ALIGN (decl))
686 bool packed_p = DECL_PACKED (decl); local
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c3585 int packed_p = 0;
3598 packed_p = 1;
3601 if (packed_p || !named)
3654 int packed_p = 0;
3664 packed_p = 1;
3685 && ! packed_p
3775 int packed_p = 0;
3781 packed_p = 1;
3801 && ! packed_p
3573 int packed_p = 0; local
3642 int packed_p = 0; local
3763 int packed_p = 0; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c6267 int *packed_p)
6284 if (packed_p && DECL_PACKED (field))
6285 *packed_p = 1;
6402 int intregs_p = 0, fpregs_p = 0, packed_p = 0;
6408 scan_record_type (type, &intregs_p, &fpregs_p, &packed_p);
6413 if (packed_p || !named)
6469 bool packed_p)
6480 if (! packed_p)
6485 packed_p = true;
6512 packed_p);
6255 scan_record_type(const_tree type, int *intregs_p, int *fpregs_p, int *packed_p) argument
6391 int intregs_p = 0, fpregs_p = 0, packed_p = 0; local
6456 function_arg_record_value_1(const_tree type, HOST_WIDE_INT startbitpos, struct function_arg_record_value_parms *parms, bool packed_p) argument
6501 packed_p); local
6612 function_arg_record_value_2(const_tree type, HOST_WIDE_INT startbitpos, struct function_arg_record_value_parms *parms, bool packed_p) argument
6649 packed_p); local
[all...]

Completed in 103 milliseconds