Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dclass.c5610 tree integer_type; in layout_class_type() local
5630 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()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dclass.c6080 tree integer_type = integer_types[itk_char]; in layout_class_type() local
6088 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()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.def150 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.def153 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)