| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/ |
| H A D | i960.c | 2598 return build_array_type (unsigned_type_node, in i960_build_va_list() 2614 base = build1 (INDIRECT_REF, unsigned_type_node, valist); 2615 num = build1 (INDIRECT_REF, unsigned_type_node, 2616 build (PLUS_EXPR, unsigned_type_node, valist, 2622 s = make_tree (unsigned_type_node, fake_arg_pointer_rtx); 2623 t = build (MODIFY_EXPR, unsigned_type_node, base, s); 2629 t = build (MODIFY_EXPR, unsigned_type_node, num, s); 2646 base = build1 (INDIRECT_REF, unsigned_type_node, valist); 2647 num = build1 (INDIRECT_REF, unsigned_type_node, 2648 build (PLUS_EXPR, unsigned_type_node, valist, [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-profile.c | 75 unsigned_type_node, NULL_TREE); in tree_init_edge_profiler() 143 tree steps = build_int_cst_type (unsigned_type_node, value->hdata.intvl.steps); in tree_gen_interval_profiler()
|
| H A D | c-format.h | 257 #define T_UI &unsigned_type_node
|
| H A D | omp-low.c | 351 t = build_int_cst (unsigned_type_node, EDGE_COUNT (bb->succs)); in get_ws_args_for() 2190 val = build_int_cst (unsigned_type_node, 0); in expand_parallel_call() 2201 val = fold_convert (unsigned_type_node, val); in expand_parallel_call() 2212 val = build2 (EQ_EXPR, unsigned_type_node, cond, in expand_parallel_call() 2249 build_int_cst (unsigned_type_node, 1)); in expand_parallel_call() 3219 v = create_tmp_var (unsigned_type_node, ".section"); in expand_omp_sections() 3236 t = build_int_cst (unsigned_type_node, len); in expand_omp_sections() 3252 build_int_cst (unsigned_type_node, 0), NULL, l2); in expand_omp_sections() 3265 u = build_int_cst (unsigned_type_node, i); in expand_omp_sections()
|
| H A D | c-decl.c | 3836 *type = unsigned_type_node; in check_bitfield_type_and_width() 3843 && type_mv != unsigned_type_node in check_bitfield_type_and_width() 5259 TYPE_MODE (ref) = TYPE_MODE (unsigned_type_node); in parser_xref_tag() 5260 TYPE_ALIGN (ref) = TYPE_ALIGN (unsigned_type_node); in parser_xref_tag() 5263 TYPE_PRECISION (ref) = TYPE_PRECISION (unsigned_type_node); in parser_xref_tag() 5264 TYPE_MIN_VALUE (ref) = TYPE_MIN_VALUE (unsigned_type_node); in parser_xref_tag() 5265 TYPE_MAX_VALUE (ref) = TYPE_MAX_VALUE (unsigned_type_node); in parser_xref_tag() 5828 tem = unsign ? unsigned_type_node : integer_type_node; in finish_enum() 6281 restype = unsigned_type_node; in start_function() 7805 ? unsigned_type_node in finish_declspecs()
|
| H A D | c-common.c | 1614 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_size() 1662 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_mode() 1769 return unsigned_type_node; in c_common_unsigned_type() 1802 if (type1 == unsigned_type_node) in c_common_signed_type() 1853 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_signed_or_unsigned_type() 1897 return unsignedp ? unsigned_type_node : integer_type_node; in c_build_bitfield_integer_type() 3130 record_builtin_type (RID_UNSIGNED, "unsigned int", unsigned_type_node); in c_common_nodes_and_builtins()
|
| H A D | tree-ssa-loop-niter.c | 1199 niter = build_int_cst (unsigned_type_node, 0); in find_loop_niter() 1444 return build_int_cst (unsigned_type_node, i); in loop_niter_by_eval()
|
| H A D | builtin-types.def | 71 DEF_PRIMITIVE_TYPE (BT_UINT, unsigned_type_node)
|
| H A D | tree.c | 5418 else if (component_type == unsigned_type_node) in build_complex_type() 6451 return unsignedp ? unsigned_type_node : integer_type_node; in make_or_reuse_type() 6497 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes()
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.c | 243 return unsigned_type_node; in tree_code_get_type() 644 integer_type_node : unsigned_type_node, in tree_code_get_integer_value() 1168 unsigned_type_node); in treelang_init_decl_processing()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treetree.c | 179 return unsigned_type_node; in tree_code_get_type() 811 ret1 = unsigned_type_node; in tree_code_get_numeric_type()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtin-types.def | 64 DEF_PRIMITIVE_TYPE (BT_UNSIGNED, unsigned_type_node)
|
| H A D | c-decl.c | 3790 type = unsigned_type_node; 4997 TYPE_MODE (ref) = TYPE_MODE (unsigned_type_node); 4998 TYPE_ALIGN (ref) = TYPE_ALIGN (unsigned_type_node); 5001 TYPE_PRECISION (ref) = TYPE_PRECISION (unsigned_type_node); 5002 TYPE_MIN_VALUE (ref) = TYPE_MIN_VALUE (unsigned_type_node); 5003 TYPE_MAX_VALUE (ref) = TYPE_MAX_VALUE (unsigned_type_node); 5254 && TYPE_MAIN_VARIANT (TREE_TYPE (x)) != unsigned_type_node 6011 restype = unsigned_type_node;
|
| H A D | c-common.c | 1955 return unsignedp ? unsigned_type_node : integer_type_node; 1999 return unsignedp ? unsigned_type_node : integer_type_node; 2093 return unsigned_type_node; 2127 if (type1 == unsigned_type_node) 2168 return unsignedp ? unsigned_type_node : integer_type_node; 3247 record_builtin_type (RID_UNSIGNED, "unsigned int", unsigned_type_node); in c_common_nodes_and_builtins() 3350 g77_uinteger_type_node = unsigned_type_node; in c_common_nodes_and_builtins()
|
| H A D | expr.c | 1983 size_mode = TYPE_MODE (unsigned_type_node); 2000 size_tree = make_tree (unsigned_type_node, size); 2058 ptr_type_node, unsigned_type_node, 3102 size_mode = TYPE_MODE (unsigned_type_node); 3118 size_tree = make_tree (unsigned_type_node, size); 3169 unsigned_type_node, NULL_TREE);
|
| H A D | tree.c | 3876 else if (component_type == unsigned_type_node) 4735 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cvt.c | 1178 type = unsigned_type_node;
|
| H A D | rtti.c | 1378 &integer_type_node, &unsigned_type_node, in emit_support_tinfos()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cvt.c | 1252 type = unsigned_type_node; in type_promotes_to()
|
| H A D | rtti.c | 1386 &integer_type_node, &unsigned_type_node, in emit_support_tinfos()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 2611 unsigned_type_node); in ix86_build_va_list() 2613 unsigned_type_node); in ix86_build_va_list() 12663 = build_function_type_list (void_type_node, unsigned_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins() 12665 = build_function_type_list (void_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins() 12666 unsigned_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins() 12669 unsigned_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins() 12672 = build_function_type (unsigned_type_node, void_list_node); in ix86_init_mmx_sse_builtins()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
| H A D | stormy16.c | 1163 unsigned_type_node); in xstormy16_build_va_list()
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 4079 unsigned_type_node); in ix86_build_builtin_va_list() 4081 unsigned_type_node); in ix86_build_builtin_va_list() 15177 = build_function_type_list (void_type_node, unsigned_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins() 15179 = build_function_type_list (void_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins() 15180 unsigned_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins() 15183 unsigned_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins() 15186 = build_function_type (unsigned_type_node, void_list_node); in ix86_init_mmx_sse_builtins()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 11248 unsigned_type_node)); in ffecom_init_0() 14680 return unsignedp ? unsigned_type_node : integer_type_node; 14706 if (type1 == unsigned_type_node) 14940 return unsignedp ? unsigned_type_node : integer_type_node; 14999 return unsignedp ? unsigned_type_node : integer_type_node; 15037 return unsigned_type_node;
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 1798 return AT_LEAST_AS_LARGE_AS (field_decl, unsigned_type_node); in check_string_class_template() 1817 field = build_decl (FIELD_DECL, NULL_TREE, unsigned_type_node); in objc_build_internal_const_str_type() 4037 unsigned_type_node, in build_next_objc_exception_stuff()
|