/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-gimplify.c | 245 unsigned_type_node) in c_gimplify_expr() 250 *op1_p = unshare_expr (convert (unsigned_type_node, *op1_p)); in c_gimplify_expr()
|
H A D | c-format.h | 276 #define T_UI &unsigned_type_node
|
H A D | c-format.c | 4208 ASSERT_FORMAT_FOR_TYPE_STREQ ("d", unsigned_type_node, 'd'); in test_get_format_for_type_printf() 4209 ASSERT_FORMAT_FOR_TYPE_STREQ ("i", unsigned_type_node, 'i'); in test_get_format_for_type_printf() 4210 ASSERT_FORMAT_FOR_TYPE_STREQ ("o", unsigned_type_node, 'o'); in test_get_format_for_type_printf() 4211 ASSERT_FORMAT_FOR_TYPE_STREQ ("x", unsigned_type_node, 'x'); in test_get_format_for_type_printf() 4212 ASSERT_FORMAT_FOR_TYPE_STREQ ("X", unsigned_type_node, 'X'); in test_get_format_for_type_printf() 4233 ASSERT_FORMAT_FOR_TYPE_STREQ ("u", build_pointer_type (unsigned_type_node), 'u'); in test_get_format_for_type_scanf()
|
H A D | c-cppbuiltin.c | 1047 unsigned_type_node); in c_cpp_builtins() 1698 || type == unsigned_type_node in type_suffix()
|
H A D | c-common.c | 2090 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_size() 2181 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_mode() 2423 if (type1 == integer_type_node || type1 == unsigned_type_node) in c_common_signed_or_unsigned_type() 2424 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_signed_or_unsigned_type() 2543 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_signed_or_unsigned_type() 2590 return unsignedp ? unsigned_type_node : integer_type_node; in c_build_bitfield_integer_type() 3971 record_builtin_type (RID_UNSIGNED, "unsigned int", unsigned_type_node); in c_common_nodes_and_builtins()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-general.c | 475 res = build_int_cst (unsigned_type_node, GOMP_LAUNCH_PACK (code, 0, op)); in oacc_launch_pack() 478 device = fold_build2 (LSHIFT_EXPR, unsigned_type_node, in oacc_launch_pack() 479 device, build_int_cst (unsigned_type_node, in oacc_launch_pack() 481 res = fold_build2 (BIT_IOR_EXPR, unsigned_type_node, res, device); in oacc_launch_pack()
|
H A D | hsa-brig.c | 2197 unsigned_type_node); in hsa_output_kernels() 2205 unsigned_type_node); in hsa_output_kernels() 2241 tree omp_data_size = build_int_cstu (unsigned_type_node, omp_size); in hsa_output_kernels() 2279 tree dependencies_count = build_int_cstu (unsigned_type_node, count); in hsa_output_kernels() 2367 unsigned_type_node); in hsa_output_libgomp_mapping() 2376 unsigned_type_node); in hsa_output_libgomp_mapping() 2390 build_int_cstu (unsigned_type_node, kernel_count)); in hsa_output_libgomp_mapping() 2396 build_int_cstu (unsigned_type_node, in hsa_output_libgomp_mapping() 2465 build_int_cstu (unsigned_type_node, in hsa_output_libgomp_mapping() 2482 build_int_cstu (unsigned_type_node, in hsa_output_libgomp_mapping()
|
H A D | omp-expand.c | 277 t = build_int_cst (unsigned_type_node, EDGE_COUNT (bb->succs) - 1); in get_ws_args_for() 615 val = build_int_cst (unsigned_type_node, 0); in expand_parallel_call() 616 flags = build_int_cst (unsigned_type_node, 0); in expand_parallel_call() 633 flags = build_int_cst (unsigned_type_node, OMP_CLAUSE_PROC_BIND_KIND (c)); in expand_parallel_call() 636 val = fold_convert_loc (clause_loc, unsigned_type_node, val); in expand_parallel_call() 646 EQ_EXPR, unsigned_type_node, cond, in expand_parallel_call() 687 build_int_cst (unsigned_type_node, 1), in expand_parallel_call() 812 tree flags = build_int_cst (unsigned_type_node, iflags); in expand_task_call() 820 t = fold_build3_loc (loc, COND_EXPR, unsigned_type_node, t, in expand_task_call() 821 build_int_cst (unsigned_type_node, in expand_task_call() [all …]
|
H A D | omp-offload.c | 234 tree arg = build_int_cst (unsigned_type_node, dim); in oacc_dim_call() 252 tree res = pos ? NULL_TREE : build_int_cst (unsigned_type_node, 1); in oacc_thread_numbers() 1025 tree replacement = build_int_cst (unsigned_type_node, level); in oacc_loop_xform_head_tail() 1063 tree mask_arg = build_int_cst (unsigned_type_node, loop->mask); in oacc_loop_process() 1064 tree e_mask_arg = build_int_cst (unsigned_type_node, loop->e_mask); in oacc_loop_process()
|
H A D | tree-profile.c | 145 unsigned_type_node, NULL_TREE); in gimple_init_gcov_profiler() 312 tree steps = build_int_cst_type (unsigned_type_node, in gimple_gen_interval_profiler()
|
H A D | omp-grid.c | 68 tree dim_tree = build_int_cstu (unsigned_type_node, dim); in omp_grid_lastprivate_predicate() 69 tree u1 = build_int_cstu (unsigned_type_node, 1); in omp_grid_lastprivate_predicate() 72 build2 (PLUS_EXPR, unsigned_type_node, in omp_grid_lastprivate_predicate()
|
H A D | tree-vectorizer.c | 223 t = build_int_cst (unsigned_type_node, vf); in adjust_simduid_builtins() 226 t = build_int_cst (unsigned_type_node, 0); in adjust_simduid_builtins()
|
H A D | omp-low.c | 3526 sctx->idx = create_tmp_var (unsigned_type_node); in lower_rec_simd_input_clauses() 3527 sctx->lane = create_tmp_var (unsigned_type_node); in lower_rec_simd_input_clauses() 4493 simt_lane = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses() 4572 build_int_cst (unsigned_type_node, 0)); in lower_rec_input_clauses() 4577 tree simt_vf = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses() 4582 tree t = build_int_cst (unsigned_type_node, 1); in lower_rec_input_clauses() 4586 t = build_int_cst (unsigned_type_node, 0); in lower_rec_input_clauses() 4610 tree vf = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses() 4615 tree t = build_int_cst (unsigned_type_node, 0); in lower_rec_input_clauses() 4624 t = build_int_cst (unsigned_type_node, 1); in lower_rec_input_clauses() [all …]
|
H A D | omp-simd-clone.c | 1133 tree iter = create_tmp_var (unsigned_type_node, "iter"); in simd_clone_adjust() 1181 build_int_cst (unsigned_type_node, 1)); in simd_clone_adjust() 1282 build_int_cst (unsigned_type_node, in simd_clone_adjust() 1306 add_phi_arg (phi, build_zero_cst (unsigned_type_node), preheader_edge, in simd_clone_adjust()
|
H A D | langhooks.c | 495 return unsignedp ? unsigned_type_node : integer_type_node; in lhd_type_for_size()
|
H A D | ubsan.c | 267 : unsigned_type_node); in ubsan_get_source_location_type() 313 build_int_cst (unsigned_type_node, in ubsan_source_location() 315 build_int_cst (unsigned_type_node, in ubsan_source_location()
|
H A D | gimple.c | 2311 if (type1 == integer_type_node || type1 == unsigned_type_node) in gimple_signed_or_unsigned_type() 2312 return unsignedp ? unsigned_type_node : integer_type_node; in gimple_signed_or_unsigned_type() 2434 return unsignedp ? unsigned_type_node : integer_type_node; in gimple_signed_or_unsigned_type()
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto-lang.c | 759 return unsignedp ? unsigned_type_node : integer_type_node; in lto_type_for_size() 806 return unsigned_p ? unsigned_type_node : integer_type_node; in lto_type_for_mode() 1082 uintmax_type_node = unsigned_type_node; in lto_build_c_type_nodes() 1100 wint_type_node = unsigned_type_node; in lto_build_c_type_nodes() 1182 NAME_TYPE (unsigned_type_node, "unsigned int"); in lto_init()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-profile.c | 129 unsigned_type_node, NULL_TREE); in gimple_init_edge_profiler() 265 tree steps = build_int_cst_type (unsigned_type_node, in gimple_gen_interval_profiler()
|
H A D | omp-low.c | 592 t = build_int_cst (unsigned_type_node, EDGE_COUNT (bb->succs) - 1); in VEC() 2992 val = build_int_cst (unsigned_type_node, 0); in expand_parallel_call() 3008 val = fold_convert_loc (clause_loc, unsigned_type_node, val); in expand_parallel_call() 3020 EQ_EXPR, unsigned_type_node, cond, in expand_parallel_call() 3062 (tmp_else, build_int_cst (unsigned_type_node, 1)); in expand_parallel_call() 3144 flags = build_int_cst (unsigned_type_node, in expand_task_call() 3151 c = fold_build3_loc (loc, COND_EXPR, unsigned_type_node, c, in expand_task_call() 3152 build_int_cst (unsigned_type_node, 2), in expand_task_call() 3153 build_int_cst (unsigned_type_node, 0)); in expand_task_call() 3154 flags = fold_build2_loc (loc, PLUS_EXPR, unsigned_type_node, flags, c); in expand_task_call() [all …]
|
H A D | c-decl.c | 4758 *type = unsigned_type_node; in check_bitfield_type_and_width() 4764 && type_mv != unsigned_type_node in check_bitfield_type_and_width() 6628 SET_TYPE_MODE (ref, TYPE_MODE (unsigned_type_node)); in parser_xref_tag() 6629 TYPE_ALIGN (ref) = TYPE_ALIGN (unsigned_type_node); in parser_xref_tag() 6632 TYPE_PRECISION (ref) = TYPE_PRECISION (unsigned_type_node); in parser_xref_tag() 6633 TYPE_MIN_VALUE (ref) = TYPE_MIN_VALUE (unsigned_type_node); in parser_xref_tag() 6634 TYPE_MAX_VALUE (ref) = TYPE_MAX_VALUE (unsigned_type_node); in parser_xref_tag() 7474 tem = unsign ? unsigned_type_node : integer_type_node; in finish_enum() 9739 ? unsigned_type_node in finish_declspecs()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.h | 266 #define T_UI &unsigned_type_node
|
/dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
H A D | lto-lang.c | 936 return unsigned_p ? unsigned_type_node : integer_type_node; in lto_type_for_mode() 1220 uintmax_type_node = unsigned_type_node; in lto_build_c_type_nodes() 1257 wint_type_node = unsigned_type_node; in lto_build_c_type_nodes() 1327 NAME_TYPE (unsigned_type_node, "unsigned int"); in lto_init()
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386-builtin-types.def | 61 DEF_PRIMITIVE_TYPE (UINT, unsigned_type_node) 62 DEF_PRIMITIVE_TYPE (UNSIGNED, unsigned_type_node)
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-decl.c | 5483 *type = unsigned_type_node; in check_bitfield_type_and_width() 5490 *type = unsigned_type_node; in check_bitfield_type_and_width() 5496 && type_mv != unsigned_type_node in check_bitfield_type_and_width() 7536 SET_TYPE_MODE (ref, TYPE_MODE (unsigned_type_node)); in parser_xref_tag() 7537 SET_TYPE_ALIGN (ref, TYPE_ALIGN (unsigned_type_node)); in parser_xref_tag() 7540 TYPE_PRECISION (ref) = TYPE_PRECISION (unsigned_type_node); in parser_xref_tag() 7541 TYPE_MIN_VALUE (ref) = TYPE_MIN_VALUE (unsigned_type_node); in parser_xref_tag() 7542 TYPE_MAX_VALUE (ref) = TYPE_MAX_VALUE (unsigned_type_node); in parser_xref_tag() 8499 tem = sign == UNSIGNED ? unsigned_type_node : integer_type_node; in finish_enum() 11134 ? unsigned_type_node in finish_declspecs()
|