Home
last modified time | relevance | path

Searched refs:char_type_node (Results 1 – 25 of 195) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc1387 / TYPE_PRECISION (char_type_node), in lex_string()
1392 / TYPE_PRECISION (char_type_node), in lex_string()
1397 / TYPE_PRECISION (char_type_node), in lex_string()
1461 type = char_type_node; in lex_charconst()
1468 type = char_type_node; in lex_charconst()
H A Dc-format.h305 #define T_C &char_type_node
H A Dc-warn.cc947 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
987 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
1027 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
1067 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
1140 != char_type_node)) in check_main_parameter_types()
1149 != char_type_node)) in check_main_parameter_types()
1975 if (TYPE_MAIN_VARIANT (TREE_TYPE (index)) == char_type_node) in warn_array_subscript_with_type_char()
H A Dc-format.cc163 && (TYPE_MAIN_VARIANT (TREE_TYPE (strref)) == char_type_node in valid_format_string_type_p()
244 (TYPE_MAIN_VARIANT (TREE_TYPE (ref)) == char_type_node); in check_format_string()
1238 == char_type_node)) in check_function_format()
1763 if (underlying_type != char_type_node in check_format_arg()
4227 char_type_flag = (cur_type == char_type_node in check_format_types()
4271 if (wanted_type == char_type_node in check_format_types()
5361 ASSERT_FORMAT_FOR_TYPE_STREQ ("s", build_pointer_type (char_type_node), 'i'); in test_get_format_for_type_printf()
5419 range_label_for_format_type_mismatch fmt_label (char_type_node, in test_type_mismatch_range_labels()
5422 char_type_node); in test_type_mismatch_range_labels()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c1319 / TYPE_PRECISION (char_type_node), in lex_string()
1324 / TYPE_PRECISION (char_type_node), in lex_string()
1329 / TYPE_PRECISION (char_type_node), in lex_string()
1393 type = char_type_node; in lex_charconst()
1400 type = char_type_node; in lex_charconst()
H A Dc-format.h301 #define T_C &char_type_node
H A Dc-warn.c945 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
985 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
1025 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
1065 == TYPE_PRECISION (char_type_node)) in sizeof_pointer_memaccess_warning()
1138 != char_type_node)) in check_main_parameter_types()
1147 != char_type_node)) in check_main_parameter_types()
1973 if (TYPE_MAIN_VARIANT (TREE_TYPE (index)) == char_type_node) in warn_array_subscript_with_type_char()
H A Dc-format.c163 && (TYPE_MAIN_VARIANT (TREE_TYPE (strref)) == char_type_node in valid_format_string_type_p()
244 (TYPE_MAIN_VARIANT (TREE_TYPE (ref)) == char_type_node); in check_format_string()
1246 == char_type_node)) in check_function_format()
1771 if (underlying_type != char_type_node) in check_format_arg()
4228 char_type_flag = (cur_type == char_type_node in check_format_types()
4272 if (wanted_type == char_type_node in check_format_types()
5355 ASSERT_FORMAT_FOR_TYPE_STREQ ("s", build_pointer_type (char_type_node), 'i'); in test_get_format_for_type_printf()
5413 range_label_for_format_type_mismatch fmt_label (char_type_node, in test_type_mismatch_range_labels()
5416 char_type_node); in test_type_mismatch_range_labels()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c1007 if (mode == TYPE_MODE (build_pointer_type (char_type_node)) in lto_type_for_mode()
1239 string_type_node = build_pointer_type (char_type_node); in lto_build_c_type_nodes()
1241 = build_pointer_type (build_qualified_type (char_type_node, TYPE_QUAL_CONST)); in lto_build_c_type_nodes()
1354 NAME_TYPE (char_type_node, "char"); in lto_init()
1362 if (signed_char_type_node != char_type_node) in lto_init()
1364 if (unsigned_char_type_node != char_type_node) in lto_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc1011 if (mode == TYPE_MODE (build_pointer_type (char_type_node)) in lto_type_for_mode()
1243 string_type_node = build_pointer_type (char_type_node); in lto_build_c_type_nodes()
1245 = build_pointer_type (build_qualified_type (char_type_node, TYPE_QUAL_CONST)); in lto_build_c_type_nodes()
1358 NAME_TYPE (char_type_node, "char"); in lto_init()
1366 if (signed_char_type_node != char_type_node) in lto_init()
1368 if (unsigned_char_type_node != char_type_node) in lto_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc1186 test_convert_to_integer_maybe_fold (char_type_node, long_integer_type_node); in test_convert_to_integer_maybe_fold()
1189 test_convert_to_integer_maybe_fold (char_type_node, char_type_node); in test_convert_to_integer_maybe_fold()
1192 test_convert_to_integer_maybe_fold (char_type_node, long_integer_type_node); in test_convert_to_integer_maybe_fold()
H A Dcppbuiltin.cc169 TYPE_PRECISION (char_type_node)); in define_builtin_macros_for_type_sizes()
H A Dfunction-tests.cc154 param_types.safe_push (char_type_node); in test_fndecl_float_intchar()
185 ASSERT_EQ (char_type_node, TREE_VALUE (arg1)); in test_fndecl_float_intchar()
H A Dgimple-range-fold.cc354 && TYPE_MODE (op0_ptype) == TYPE_MODE (char_type_node) in adjust_pointer_diff_expr()
355 && TYPE_PRECISION (op0_ptype) == TYPE_PRECISION (char_type_node) in adjust_pointer_diff_expr()
356 && TYPE_MODE (op1_ptype) == TYPE_MODE (char_type_node) in adjust_pointer_diff_expr()
357 && TYPE_PRECISION (op1_ptype) == TYPE_PRECISION (char_type_node) in adjust_pointer_diff_expr()
H A Dtree-streamer.cc286 if (node == char_type_node) in record_common_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc97 = build_qualified_type (build_pointer_type (char_type_node), in operator ()()
105 (build_qualified_type (char_type_node, in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconvert.c1192 test_convert_to_integer_maybe_fold (char_type_node, long_integer_type_node); in test_convert_to_integer_maybe_fold()
1195 test_convert_to_integer_maybe_fold (char_type_node, char_type_node); in test_convert_to_integer_maybe_fold()
1198 test_convert_to_integer_maybe_fold (char_type_node, long_integer_type_node); in test_convert_to_integer_maybe_fold()
H A Dcppbuiltin.c156 TYPE_PRECISION (char_type_node)); in define_builtin_macros_for_type_sizes()
H A Dfunction-tests.c153 param_types.safe_push (char_type_node); in test_fndecl_float_intchar()
184 ASSERT_EQ (char_type_node, TREE_VALUE (arg1)); in test_fndecl_float_intchar()
H A Dhsa-brig.c2110 = build_array_type (char_type_node, build_index_type (size_int (len))); in hsa_output_global_variables()
2211 (char_type_node))); in hsa_output_kernels()
2238 = build_array_type (char_type_node, build_index_type (size_int (len))); in hsa_output_kernels()
2258 = build_array_type (build_pointer_type (char_type_node), in hsa_output_kernels()
2268 = build_array_type (char_type_node, in hsa_output_kernels()
2539 char_type_node); in hsa_output_brig()
H A Dtree-streamer.c286 if (node == char_type_node) in record_common_node()
H A Dtree-ssa-dse.c400 tree type = build_array_type_nelts (char_type_node, count); in maybe_trim_constructor_store()
454 *where = build_fold_addr_expr (fold_build2 (MEM_REF, char_type_node, in increment_start_addr()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc220 return char_type_node; in get_tree_node_for_type()
984 tree a_type = build_array_type (char_type_node, i_type); in new_string_literal()
3352 NAME_TYPE (char_type_node, "char"); in init_types()
3360 if (signed_char_type_node != char_type_node) in init_types()
3362 if (unsigned_char_type_node != char_type_node) in init_types()
3374 build_qualified_type (char_type_node, TYPE_QUAL_CONST)); in init_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc99 if (TYPE_MAIN_VARIANT (TREE_TYPE (type)) == char_type_node) in build_frontend_type()
789 string_type_node = build_pointer_type (char_type_node); in d_build_c_type_nodes()
791 = build_pointer_type (build_qualified_type (char_type_node, in d_build_c_type_nodes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc96 if (TYPE_MAIN_VARIANT (TREE_TYPE (type)) == char_type_node) in build_frontend_type()
774 string_type_node = build_pointer_type (char_type_node); in d_build_c_type_nodes()
776 = build_pointer_type (build_qualified_type (char_type_node, in d_build_c_type_nodes()

12345678