Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.h258 #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.c3641 unsigned_type_node); in new_block_byref_decl()
3646 unsigned_type_node); in new_block_byref_decl()
4310 *type = unsigned_type_node; in check_bitfield_type_and_width()
4317 && type_mv != unsigned_type_node in check_bitfield_type_and_width()
5848 TYPE_MODE (ref) = TYPE_MODE (unsigned_type_node); in parser_xref_tag()
5849 TYPE_ALIGN (ref) = TYPE_ALIGN (unsigned_type_node); in parser_xref_tag()
5852 TYPE_PRECISION (ref) = TYPE_PRECISION (unsigned_type_node); in parser_xref_tag()
5853 TYPE_MIN_VALUE (ref) = TYPE_MIN_VALUE (unsigned_type_node); in parser_xref_tag()
6420 tem = unsign ? unsigned_type_node : integer_type_node; in finish_enum()
6852 restype = unsigned_type_node; in start_function()
[all …]
H A Dc-common.c1693 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_size()
1741 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_mode()
1848 return unsigned_type_node; in c_common_unsigned_type()
1881 if (type1 == unsigned_type_node) in c_common_signed_type()
1932 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_signed_or_unsigned_type()
1976 return unsignedp ? unsigned_type_node : integer_type_node; in c_build_bitfield_integer_type()
3293 record_builtin_type (RID_UNSIGNED, "unsigned int", unsigned_type_node); in c_common_nodes_and_builtins()
5907 int int_size = int_cst_value (TYPE_SIZE_UNIT (unsigned_type_node)); in build_indirect_object_id_exp()
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.c5449 else if (component_type == unsigned_type_node) in build_complex_type()
6475 return unsignedp ? unsigned_type_node : integer_type_node; in make_or_reuse_type()
6521 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes()
H A Dbuiltins.c8731 arg = fold_convert (unsigned_type_node, TREE_VALUE (arglist)); in fold_builtin_isdigit()
8732 arg = build2 (MINUS_EXPR, unsigned_type_node, arg, in fold_builtin_isdigit()
8733 build_int_cst (unsigned_type_node, target_digit0)); in fold_builtin_isdigit()
8735 build_int_cst (unsigned_type_node, 9)); in fold_builtin_isdigit()
H A Dc-typeck.c244 return unsigned_type_node; in c_type_promotes_to()
1672 return convert (unsigned_type_node, exp); in perform_integral_promotions()
H A Dtree-data-ref.c944 fold_build2 (MINUS_EXPR, unsigned_type_node, in estimate_niter_from_size_of_data()
H A Dtree.h3492 #define unsigned_type_node integer_types[itk_unsigned_int] macro
H A DChangeLog-20066272 unsigned_type_node all over.
H A DChangeLog-19998150 unsigned_type_node, ptr_type_node, va_list_type_node,
H A DChangeLog-200024954 (unsigned_type_node): Likewise.
/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c1252 type = unsigned_type_node; in type_promotes_to()
H A Drtti.c1387 &integer_type_node, &unsigned_type_node, in emit_support_tinfos()
H A Ddecl.c5394 unsigned_type_node); in new_block_byref_decl()
5399 unsigned_type_node); in new_block_byref_decl()
7885 type = unsigned_type_node; in grokdeclarator()
H A Dparser.c10304 type = unsigned_type_node; in cp_parser_simple_type_specifier()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4409 unsigned_type_node); in ix86_build_builtin_va_list()
4411 unsigned_type_node); in ix86_build_builtin_va_list()
15488 = build_function_type_list (void_type_node, unsigned_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins()
15490 = build_function_type_list (void_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins()
15491 unsigned_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins()
15494 unsigned_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins()
15497 = build_function_type (unsigned_type_node, void_list_node); in ix86_init_mmx_sse_builtins()
15697 unsigned_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins()
15701 unsigned_type_node, unsigned_type_node, in ix86_init_mmx_sse_builtins()
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi586 @item unsigned_type_node.
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c8170 tree puint_type_node = build_pointer_type (unsigned_type_node); in spe_init_builtins()