Searched refs:bitsizetype (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c559 fold_convert (bitsizetype, offset),
1425 /* TYPE_SIZE (type) is computed in bitsizetype. After the division, the
1760 fold_convert (bitsizetype,
1907 /* Initialize sizetype and bitsizetype to a reasonable and temporary
1929 bitsizetype = build_distinct_type_copy (t);
1934 bitsizetype nodes created by initialize_sizetypes. This makes sure
1942 /* The *bitsizetype types use a precision that avoids overflows when
1968 /* We do want to use bitsizetype's cache, as we will be replacing that
1970 TYPE_CACHED_VALUES (t) = TYPE_CACHED_VALUES (bitsizetype);
1971 TYPE_CACHED_VALUES_P (t) = TYPE_CACHED_VALUES_P (bitsizetype);
[all...]
H A Dtree-dfa.c917 fold_convert (bitsizetype,
958 fold_convert (bitsizetype, index),
H A Dtree-mudflap.c870 ofs = convert (bitsizetype, TREE_OPERAND (t, 2));
874 size = convert (bitsizetype, TREE_OPERAND (t, 1));
H A Dc-typeck.c5530 = convert (bitsizetype,
5710 constructor_index = convert (bitsizetype, integer_zero_node);
5733 = convert (bitsizetype,
6039 constructor_index = convert (bitsizetype, first);
6052 last = convert (bitsizetype, last);
6358 = convert (bitsizetype,
H A Dtree.h4003 #define bitsizetype sizetype_tab[(int) BITSIZETYPE]
3983 #define bitsizetype macro
H A Dfold-const.c1920 /* Given two values, either both of sizetype or both of bitsizetype,
1937 ctype = type == bitsizetype ? sbitsizetype : ssizetype;
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c2732 DECL_SIZE (field) = convert (bitsizetype, w);
4576 convert (bitsizetype,
4894 convert (bitsizetype, eoc),
H A Dinit.c1697 n = convert (bitsizetype, nelts);

Completed in 324 milliseconds