Searched refs:packed_p (Results 1 – 4 of 4) sorted by relevance
344 bool packed_p = DECL_PACKED (decl); in layout_decl() local358 packed_p = false; in layout_decl()402 else if (packed_p && DECL_USER_ALIGN (decl)) in layout_decl()417 if (packed_p in layout_decl()424 if (! packed_p && ! DECL_USER_ALIGN (decl)) in layout_decl()
5800 bool packed_p = false; in contains_packed_reference() local5809 packed_p = DECL_PACKED (field) in contains_packed_reference()5812 if (packed_p) in contains_packed_reference()5831 return packed_p; in contains_packed_reference()
5076 parameter packed_p. Search for a DECL_PACKED field only if5077 packed_p is false. Pass packed_p recursively.
4439 scan_record_type (tree type, int *intregs_p, int *fpregs_p, int *packed_p) in scan_record_type() argument4456 if (packed_p && DECL_PACKED (field)) in scan_record_type()4457 *packed_p = 1; in scan_record_type()4573 int intregs_p = 0, fpregs_p = 0, packed_p = 0; in function_arg_slotno() local4579 scan_record_type (type, &intregs_p, &fpregs_p, &packed_p); in function_arg_slotno()4584 if (packed_p || !named) in function_arg_slotno()4640 bool packed_p) in function_arg_record_value_1() argument4651 if (! packed_p) in function_arg_record_value_1()4656 packed_p = true; in function_arg_record_value_1()4683 packed_p); in function_arg_record_value_1()[all …]