Home
last modified time | relevance | path

Searched refs:packed_p (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dstor-layout.c344 bool packed_p = DECL_PACKED (decl); in layout_decl() local
358 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()
Dexpr.c5800 bool packed_p = false; in contains_packed_reference() local
5809 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()
DChangeLog-20035076 parameter packed_p. Search for a DECL_PACKED field only if
5077 packed_p is false. Pass packed_p recursively.
/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.c4439 scan_record_type (tree type, int *intregs_p, int *fpregs_p, int *packed_p) in scan_record_type() argument
4456 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() local
4579 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() argument
4651 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 …]