Home
last modified time | relevance | path

Searched refs:char32_type_node (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc1391 value = build_string (TYPE_PRECISION (char32_type_node) in lex_string()
1451 type = char32_type_node; in lex_charconst()
H A Dc-common.cc798 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
799 e_type = char32_type_node; in fix_string_type()
4579 char32_type_node = get_identifier (CHAR32_TYPE); in c_common_nodes_and_builtins()
4580 char32_type_node = TREE_TYPE (identifier_global_value (char32_type_node)); in c_common_nodes_and_builtins()
4581 char32_type_size = TYPE_PRECISION (char32_type_node); in c_common_nodes_and_builtins()
4584 char32_type_node = make_unsigned_type (char32_type_size); in c_common_nodes_and_builtins()
4587 record_builtin_type (RID_CHAR32, "char32_t", char32_type_node); in c_common_nodes_and_builtins()
4592 = build_array_type (char32_type_node, array_domain_type); in c_common_nodes_and_builtins()
H A Dc-common.h472 #define char32_type_node c_global_trees[CTI_CHAR32_TYPE] macro
H A Dc-cppbuiltin.cc772 (have_swap[SWAP_INDEX (char32_type_node)]? 2 : 1)); in cpp_atomic_builtins()
H A Dc-format.cc1767 || underlying_type == char32_type_node in check_format_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c1323 value = build_string (TYPE_PRECISION (char32_type_node) in lex_string()
1383 type = char32_type_node; in lex_charconst()
H A Dc-common.c775 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
776 e_type = char32_type_node; in fix_string_type()
4332 char32_type_node = get_identifier (CHAR32_TYPE); in c_common_nodes_and_builtins()
4333 char32_type_node = TREE_TYPE (identifier_global_value (char32_type_node)); in c_common_nodes_and_builtins()
4334 char32_type_size = TYPE_PRECISION (char32_type_node); in c_common_nodes_and_builtins()
4337 char32_type_node = make_unsigned_type (char32_type_size); in c_common_nodes_and_builtins()
4340 record_builtin_type (RID_CHAR32, "char32_t", char32_type_node); in c_common_nodes_and_builtins()
4345 = build_array_type (char32_type_node, array_domain_type); in c_common_nodes_and_builtins()
H A Dc-common.h453 #define char32_type_node c_global_trees[CTI_CHAR32_TYPE] macro
H A Dc-cppbuiltin.c730 (have_swap[SWAP_INDEX (char32_type_node)]? 2 : 1)); in cpp_atomic_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc858 char32_type_node = make_unsigned_type (32); in d_build_d_type_nodes()
859 TYPE_STRING_FLAG (char32_type_node) = 1; in d_build_d_type_nodes()
H A Dd-tree.h459 #define char32_type_node d_global_trees[DTI_WCHAR_TYPE] macro
H A Dtypes.cc752 case TY::Tdchar: t->ctype = char32_type_node; break; in visit()
H A Dd-lang.cc1611 if (type == char32_type_node) in d_type_promotes_to()
H A DChangeLog-201438 (d_dchar_type_node): Renamed to char32_type_node.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc840 char32_type_node = make_unsigned_type (32); in d_build_d_type_nodes()
841 TYPE_STRING_FLAG (char32_type_node) = 1; in d_build_d_type_nodes()
H A Dd-tree.h449 #define char32_type_node d_global_trees[DTI_WCHAR_TYPE] macro
H A Dtypes.cc619 case Tdchar: t->ctype = char32_type_node; break; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c1551 &wchar_type_node, &char8_type_node, &char16_type_node, &char32_type_node, in emit_support_tinfos()
H A Dcvt.c1936 || type == char32_type_node in type_promotes_to()
H A Dtypeck.c2353 && !same_type_p (t, char32_type_node) in string_conv_p()
10736 || same_type_p (t, char32_type_node)) in check_literal_operator_args()
10771 else if (same_type_p (t, char32_type_node)) in check_literal_operator_args()
H A Dmangle.c2520 else if (type == char32_type_node) in write_builtin_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc1594 &wchar_type_node, &char8_type_node, &char16_type_node, &char32_type_node, in emit_support_tinfos()
H A Dcvt.cc1955 || type == char32_type_node in type_promotes_to()
H A Dmangle.cc2605 else if (type == char32_type_node) in write_builtin_type()
H A Dtypeck.cc2542 && !same_type_p (t, char32_type_node) in string_conv_p()
11343 || same_type_p (t, char32_type_node)) in check_literal_operator_args()
11378 else if (same_type_p (t, char32_type_node)) in check_literal_operator_args()

12