/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 1386 value = build_string (TYPE_PRECISION (char16_type_node) in lex_string() 1453 type = char16_type_node; in lex_charconst()
|
H A D | c-common.cc | 793 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 D | c-common.h | 471 #define char16_type_node c_global_trees[CTI_CHAR16_TYPE] macro
|
H A D | c-cppbuiltin.cc | 770 (have_swap[SWAP_INDEX (char16_type_node)]? 2 : 1)); in cpp_atomic_builtins()
|
H A D | c-format.cc | 1766 if (underlying_type == char16_type_node in check_format_arg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 1318 value = build_string (TYPE_PRECISION (char16_type_node) in lex_string() 1385 type = char16_type_node; in lex_charconst()
|
H A D | c-common.c | 770 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 D | c-common.h | 452 #define char16_type_node c_global_trees[CTI_CHAR16_TYPE] macro
|
H A D | c-cppbuiltin.c | 728 (have_swap[SWAP_INDEX (char16_type_node)]? 2 : 1)); in cpp_atomic_builtins()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 855 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 D | d-tree.h | 458 #define char16_type_node d_global_trees[DTI_DCHAR_TYPE] macro
|
H A D | types.cc | 751 case TY::Twchar: t->ctype = char16_type_node; break; in visit()
|
H A D | d-lang.cc | 1608 || type == char8_type_node || type == char16_type_node) in d_type_promotes_to()
|
H A D | ChangeLog-2014 | 37 (d_wchar_type_node): Renamed to char16_type_node.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 837 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 D | d-tree.h | 448 #define char16_type_node d_global_trees[DTI_DCHAR_TYPE] macro
|
H A D | types.cc | 618 case Twchar: t->ctype = char16_type_node; break; in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 1551 &wchar_type_node, &char8_type_node, &char16_type_node, &char32_type_node, in emit_support_tinfos()
|
H A D | cvt.c | 1935 || type == char16_type_node in type_promotes_to()
|
H A D | typeck.c | 2352 && !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 D | mangle.c | 2518 else if (type == char16_type_node) in write_builtin_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 1594 &wchar_type_node, &char8_type_node, &char16_type_node, &char32_type_node, in emit_support_tinfos()
|
H A D | cvt.cc | 1954 || type == char16_type_node in type_promotes_to()
|
H A D | mangle.cc | 2603 else if (type == char16_type_node) in write_builtin_type()
|
H A D | typeck.cc | 2541 && !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()
|