Searched refs:integer_type (Results 1 – 4 of 4) sorted by relevance
5610 tree integer_type; in layout_class_type() local5630 integer_type = integer_types[itk]; in layout_class_type()5631 } while (itk > 0 && integer_type == NULL_TREE); in layout_class_type()5637 || INT_CST_LT (TYPE_SIZE (integer_type), DECL_SIZE (field))) in layout_class_type()5651 TYPE_SIZE (integer_type)); in layout_class_type()5667 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type()5668 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type()5669 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
6080 tree integer_type = integer_types[itk_char]; in layout_class_type() local6088 integer_type = next; in layout_class_type()6098 TYPE_SIZE (integer_type)); in layout_class_type()6115 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type()6116 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type)); in layout_class_type()6117 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
150 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
153 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)