Home
last modified time | relevance | path

Searched refs:make_unsigned_type (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree.c6487 return make_unsigned_type (size); in make_or_reuse_type()
6507 unsigned_char_type_node = make_unsigned_type (CHAR_TYPE_SIZE); in build_common_tree_nodes()
6515 : make_unsigned_type (CHAR_TYPE_SIZE)); in build_common_tree_nodes()
6519 short_unsigned_type_node = make_unsigned_type (SHORT_TYPE_SIZE); in build_common_tree_nodes()
6521 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes()
6523 long_unsigned_type_node = make_unsigned_type (LONG_TYPE_SIZE); in build_common_tree_nodes()
6525 long_long_unsigned_type_node = make_unsigned_type (LONG_LONG_TYPE_SIZE); in build_common_tree_nodes()
6531 boolean_type_node = make_unsigned_type (BOOL_TYPE_SIZE); in build_common_tree_nodes()
H A Dc-common.c1790 ? make_unsigned_type (GET_MODE_PRECISION (mode)) in c_common_type_for_mode()
1795 ? make_unsigned_type (GET_MODE_PRECISION (mode)) in c_common_type_for_mode()
3354 = make_unsigned_type (HOST_BITS_PER_WIDE_INT * 2); in c_common_nodes_and_builtins()
3441 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins()
4738 typefm = make_unsigned_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
H A Dstor-layout.c1890 make_unsigned_type (int precision) in make_unsigned_type() function
H A Dtree.h3667 extern tree make_unsigned_type (int);
H A DChangeLog-199816598 (make_signed_type, make_unsigned_type): Use it.
H A DChangeLog-200027769 (make_unsigned_type): Don't call set_sizetype;
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c3045 type = make_unsigned_type (-size); in record_builtin_java_type()