Home
last modified time | relevance | path

Searched refs:wchar_type_node (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c151 int wchar_size = (int)(TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT); in arm_output_c_attributes()
231 builtin_define_type_sizeof ("__ARM_SIZEOF_WCHAR_T", wchar_type_node); in arm_cpu_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc170 int wchar_size = (int)(TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT); in arm_output_c_attributes()
250 builtin_define_type_sizeof ("__ARM_SIZEOF_WCHAR_T", wchar_type_node); in arm_cpu_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h313 #define T_W &wchar_type_node
H A Dc-cppbuiltin.c732 (have_swap[SWAP_INDEX (wchar_type_node)]? 2 : 1)); in cpp_atomic_builtins()
1417 if (c_dialect_cxx () && TYPE_UNSIGNED (wchar_type_node)) in c_cpp_builtins()
1465 builtin_define_type_sizeof ("__SIZEOF_WCHAR_T__", wchar_type_node); in c_cpp_builtins()
H A Dc-common.c780 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
781 e_type = wchar_type_node; in fix_string_type()
4282 wchar_type_node = get_identifier (MODIFIED_WCHAR_TYPE); in c_common_nodes_and_builtins()
4283 wchar_type_node = TREE_TYPE (identifier_global_value (wchar_type_node)); in c_common_nodes_and_builtins()
4284 wchar_type_size = TYPE_PRECISION (wchar_type_node); in c_common_nodes_and_builtins()
4285 underlying_wchar_type_node = wchar_type_node; in c_common_nodes_and_builtins()
4288 if (TYPE_UNSIGNED (wchar_type_node)) in c_common_nodes_and_builtins()
4289 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins()
4291 wchar_type_node = make_signed_type (wchar_type_size); in c_common_nodes_and_builtins()
4292 record_builtin_type (RID_WCHAR, "wchar_t", wchar_type_node); in c_common_nodes_and_builtins()
[all …]
H A Dc-opts.c1154 cpp_opts->wchar_precision = TYPE_PRECISION (wchar_type_node); in c_common_init()
1155 cpp_opts->unsigned_wchar = TYPE_UNSIGNED (wchar_type_node); in c_common_init()
H A Dc-lex.c1328 value = build_string (TYPE_PRECISION (wchar_type_node) in lex_string()
1381 type = wchar_type_node; in lex_charconst()
H A Dc-common.h454 #define wchar_type_node c_global_trees[CTI_WCHAR_TYPE] macro
H A Dc-format.c1775 || underlying_type == wchar_type_node) in check_format_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h318 #define T_W &wchar_type_node
H A Dc-cppbuiltin.cc774 (have_swap[SWAP_INDEX (wchar_type_node)]? 2 : 1)); in cpp_atomic_builtins()
1543 if (c_dialect_cxx () && TYPE_UNSIGNED (wchar_type_node)) in c_cpp_builtins()
1591 builtin_define_type_sizeof ("__SIZEOF_WCHAR_T__", wchar_type_node); in c_cpp_builtins()
H A Dc-common.cc803 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
804 e_type = wchar_type_node; in fix_string_type()
4529 wchar_type_node = get_identifier (MODIFIED_WCHAR_TYPE); in c_common_nodes_and_builtins()
4530 wchar_type_node = TREE_TYPE (identifier_global_value (wchar_type_node)); in c_common_nodes_and_builtins()
4531 wchar_type_size = TYPE_PRECISION (wchar_type_node); in c_common_nodes_and_builtins()
4532 underlying_wchar_type_node = wchar_type_node; in c_common_nodes_and_builtins()
4535 if (TYPE_UNSIGNED (wchar_type_node)) in c_common_nodes_and_builtins()
4536 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins()
4538 wchar_type_node = make_signed_type (wchar_type_size); in c_common_nodes_and_builtins()
4539 record_builtin_type (RID_WCHAR, "wchar_t", wchar_type_node); in c_common_nodes_and_builtins()
[all …]
H A Dc-lex.cc1396 value = build_string (TYPE_PRECISION (wchar_type_node) in lex_string()
1449 type = wchar_type_node; in lex_charconst()
H A Dc-opts.cc1202 cpp_opts->wchar_precision = TYPE_PRECISION (wchar_type_node); in c_common_init()
1203 cpp_opts->unsigned_wchar = TYPE_UNSIGNED (wchar_type_node); in c_common_init()
H A Dc-common.h473 #define wchar_type_node c_global_trees[CTI_WCHAR_TYPE] macro
H A Dc-format.cc1768 || underlying_type == wchar_type_node) in check_format_arg()
/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.c1937 || type == wchar_type_node) in type_promotes_to()
H A Dtypeck.c2354 && !same_type_p (t, wchar_type_node)) in string_conv_p()
10733 || same_type_p (t, wchar_type_node) in check_literal_operator_args()
10765 else if (same_type_p (t, wchar_type_node)) in check_literal_operator_args()
H A Dmangle.c2514 if (type == wchar_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.cc1956 || type == wchar_type_node) in type_promotes_to()
H A Dmangle.cc2599 if (type == wchar_type_node) in write_builtin_type()
H A Dtypeck.cc2543 && !same_type_p (t, wchar_type_node)) in string_conv_p()
11340 || same_type_p (t, wchar_type_node) in check_literal_operator_args()
11372 else if (same_type_p (t, wchar_type_node)) in check_literal_operator_args()
H A Dtree.cc5705 || same_type_p (type, wchar_type_node)); in char_type_p()

12