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

/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c347 bool packed_p = DECL_PACKED (decl);
361 packed_p = false;
405 else if (packed_p && DECL_USER_ALIGN (decl))
420 if (packed_p
427 if (! packed_p && ! DECL_USER_ALIGN (decl))
344 bool packed_p = DECL_PACKED (decl); local
H A Dexpr.c5815 bool packed_p = false;
5824 packed_p = DECL_PACKED (field)
5827 if (packed_p)
5846 return packed_p;
5800 bool packed_p = false; local
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c4451 scan_record_type (tree type, int *intregs_p, int *fpregs_p, int *packed_p)
4468 if (packed_p && DECL_PACKED (field))
4469 *packed_p = 1;
4585 int intregs_p = 0, fpregs_p = 0, packed_p = 0;
4591 scan_record_type (type, &intregs_p, &fpregs_p, &packed_p);
4596 if (packed_p || !named)
4652 bool packed_p)
4663 if (! packed_p)
4668 packed_p = true;
4695 packed_p);
4439 scan_record_type(tree type, int *intregs_p, int *fpregs_p, int *packed_p) argument
4573 int intregs_p = 0, fpregs_p = 0, packed_p = 0; local
4638 function_arg_record_value_1(tree type, HOST_WIDE_INT startbitpos, struct function_arg_record_value_parms *parms, bool packed_p) argument
4683 packed_p); local
4794 function_arg_record_value_2(tree type, HOST_WIDE_INT startbitpos, struct function_arg_record_value_parms *parms, bool packed_p) argument
4831 packed_p); local
[all...]

Completed in 196 milliseconds