Home
last modified time | relevance | path

Searched refs:unsigned_type_node (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c2598 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 Dtree-profile.c75 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 Dc-format.h257 #define T_UI &unsigned_type_node
H A Domp-low.c351 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 Dc-decl.c3836 *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 Dc-common.c1614 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 Dtree-ssa-loop-niter.c1199 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 Dbuiltin-types.def71 DEF_PRIMITIVE_TYPE (BT_UINT, unsigned_type_node)
H A Dtree.c5418 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 Dtreetree.c243 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 Dtreetree.c179 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 Dbuiltin-types.def64 DEF_PRIMITIVE_TYPE (BT_UNSIGNED, unsigned_type_node)
H A Dc-decl.c3790 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 Dc-common.c1955 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 Dexpr.c1983 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 Dtree.c3876 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 Dcvt.c1178 type = unsigned_type_node;
H A Drtti.c1378 &integer_type_node, &unsigned_type_node, in emit_support_tinfos()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcvt.c1252 type = unsigned_type_node; in type_promotes_to()
H A Drtti.c1386 &integer_type_node, &unsigned_type_node, in emit_support_tinfos()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c2611 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 Dstormy16.c1163 unsigned_type_node); in xstormy16_build_va_list()
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c4079 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 Dcom.c11248 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 Dobjc-act.c1798 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()

12