Searched refs:make_unsigned_type (Results 1 – 7 of 7) sorted by relevance
6487 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()
1790 ? 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()
1890 make_unsigned_type (int precision) in make_unsigned_type() function
3667 extern tree make_unsigned_type (int);
16598 (make_signed_type, make_unsigned_type): Use it.
27769 (make_unsigned_type): Don't call set_sizetype;
3045 type = make_unsigned_type (-size); in record_builtin_java_type()