Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc1386 value = build_string (TYPE_PRECISION (char16_type_node) in lex_string()
1453 type = char16_type_node; in lex_charconst()
H A Dc-common.cc793 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
794 e_type = char16_type_node; in fix_string_type()
4563 char16_type_node = get_identifier (CHAR16_TYPE); in c_common_nodes_and_builtins()
4564 char16_type_node = TREE_TYPE (identifier_global_value (char16_type_node)); in c_common_nodes_and_builtins()
4565 char16_type_size = TYPE_PRECISION (char16_type_node); in c_common_nodes_and_builtins()
4568 char16_type_node = make_unsigned_type (char16_type_size); in c_common_nodes_and_builtins()
4571 record_builtin_type (RID_CHAR16, "char16_t", char16_type_node); in c_common_nodes_and_builtins()
4576 = build_array_type (char16_type_node, array_domain_type); in c_common_nodes_and_builtins()
H A Dc-common.h471 #define char16_type_node c_global_trees[CTI_CHAR16_TYPE] macro
H A Dc-cppbuiltin.cc770 (have_swap[SWAP_INDEX (char16_type_node)]? 2 : 1)); in cpp_atomic_builtins()
H A Dc-format.cc1766 if (underlying_type == char16_type_node in check_format_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c1318 value = build_string (TYPE_PRECISION (char16_type_node) in lex_string()
1385 type = char16_type_node; in lex_charconst()
H A Dc-common.c770 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
771 e_type = char16_type_node; in fix_string_type()
4316 char16_type_node = get_identifier (CHAR16_TYPE); in c_common_nodes_and_builtins()
4317 char16_type_node = TREE_TYPE (identifier_global_value (char16_type_node)); in c_common_nodes_and_builtins()
4318 char16_type_size = TYPE_PRECISION (char16_type_node); in c_common_nodes_and_builtins()
4321 char16_type_node = make_unsigned_type (char16_type_size); in c_common_nodes_and_builtins()
4324 record_builtin_type (RID_CHAR16, "char16_t", char16_type_node); in c_common_nodes_and_builtins()
4329 = build_array_type (char16_type_node, array_domain_type); in c_common_nodes_and_builtins()
H A Dc-common.h452 #define char16_type_node c_global_trees[CTI_CHAR16_TYPE] macro
H A Dc-cppbuiltin.c728 (have_swap[SWAP_INDEX (char16_type_node)]? 2 : 1)); in cpp_atomic_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc855 char16_type_node = make_unsigned_type (16); in d_build_d_type_nodes()
856 TYPE_STRING_FLAG (char16_type_node) = 1; in d_build_d_type_nodes()
H A Dd-tree.h458 #define char16_type_node d_global_trees[DTI_DCHAR_TYPE] macro
H A Dtypes.cc751 case TY::Twchar: t->ctype = char16_type_node; break; in visit()
H A Dd-lang.cc1608 || type == char8_type_node || type == char16_type_node) in d_type_promotes_to()
H A DChangeLog-201437 (d_wchar_type_node): Renamed to char16_type_node.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc837 char16_type_node = make_unsigned_type (16); in d_build_d_type_nodes()
838 TYPE_STRING_FLAG (char16_type_node) = 1; in d_build_d_type_nodes()
H A Dd-tree.h448 #define char16_type_node d_global_trees[DTI_DCHAR_TYPE] macro
H A Dtypes.cc618 case Twchar: t->ctype = char16_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.c1935 || type == char16_type_node in type_promotes_to()
H A Dtypeck.c2352 && !same_type_p (t, char16_type_node) in string_conv_p()
10735 || same_type_p (t, char16_type_node) in check_literal_operator_args()
10769 else if (same_type_p (t, char16_type_node)) in check_literal_operator_args()
H A Dmangle.c2518 else if (type == char16_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.cc1954 || type == char16_type_node in type_promotes_to()
H A Dmangle.cc2603 else if (type == char16_type_node) in write_builtin_type()
H A Dtypeck.cc2541 && !same_type_p (t, char16_type_node) in string_conv_p()
11342 || same_type_p (t, char16_type_node) in check_literal_operator_args()
11376 else if (same_type_p (t, char16_type_node)) in check_literal_operator_args()

12