Home
last modified time | relevance | path

Searched refs:build_pointer_type (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-12.1/contrib/gcc/
H A Dtree-mudflap.c90 result = build1 (ADDR_EXPR, build_pointer_type (char_type_node), result); in mf_build_string()
362 = build_pointer_type (build_qualified_type in mudflap_init()
366 mf_cache_structptr_type = build_pointer_type (mf_cache_struct_type); in mudflap_init()
799 base = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (var)), var); in mf_xform_derefs_1()
822 elt = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (elt)), elt); in mf_xform_derefs_1()
829 addr = build1 (ADDR_EXPR, build_pointer_type (type), t); in mf_xform_derefs_1()
1008 build_pointer_type (TREE_TYPE (decl)), in mx_register_decls()
1026 build_pointer_type (TREE_TYPE (decl)), in mx_register_decls()
1184 arg = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (obj)), obj); in mudflap_register_call()
H A Dcoverage.c685 tree gcov_ptr_type = build_pointer_type (get_gcov_type ()); in build_ctr_info_type()
704 build_pointer_type (gcov_merge_fn_type)); in build_ctr_info_type()
808 field = build_decl (FIELD_DECL, NULL_TREE, build_pointer_type (const_type)); in build_gcov_info()
821 string_type = build_pointer_type (build_qualified_type (char_type_node, in build_gcov_info()
842 fn_info_ptr_type = build_pointer_type (build_qualified_type in build_gcov_info()
939 t = build_pointer_type (TREE_TYPE (gcov_info)); in create_coverage()
H A Dtree-profile.c68 gcov_type_ptr = build_pointer_type (gcov_type_node); in tree_init_edge_profiler()
H A Dtree.c5018 build_pointer_type (tree to_type) in build_pointer_type() function
5350 ptype = build_pointer_type (basetype); in build_method_type_directly()
6586 ptr_type_node = build_pointer_type (void_type_node); in build_common_tree_nodes_2()
6588 = build_pointer_type (build_type_variant (void_type_node, 1, 0)); in build_common_tree_nodes_2()
6606 float_ptr_type_node = build_pointer_type (float_type_node); in build_common_tree_nodes_2()
6607 double_ptr_type_node = build_pointer_type (double_type_node); in build_common_tree_nodes_2()
6609 integer_ptr_type_node = build_pointer_type (integer_type_node); in build_common_tree_nodes_2()
6620 dfloat32_ptr_type_node = build_pointer_type (dfloat32_type_node); in build_common_tree_nodes_2()
6626 dfloat64_ptr_type_node = build_pointer_type (dfloat64_type_node); in build_common_tree_nodes_2()
6632 dfloat128_ptr_type_node = build_pointer_type (dfloat128_type_node); in build_common_tree_nodes_2()
[all …]
H A Dattribs.c337 fn_ptr_tmp = build_pointer_type (fn_ptr_tmp); in decl_attributes()
H A Dtree-nested.c184 retval = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (exp)), exp); in build_addr()
290 TREE_TYPE (field) = build_pointer_type (TREE_TYPE (decl)); in lookup_field_for_decl()
333 type = build_pointer_type (type); in get_chain_decl()
367 tree type = build_pointer_type (get_frame_type (info->outer)); in get_chain_field()
H A Dc-common.c1788 if (mode == TYPE_MODE (build_pointer_type (char_type_node))) in c_common_type_for_mode()
1793 if (mode == TYPE_MODE (build_pointer_type (integer_type_node))) in c_common_type_for_mode()
3232 builtin_types[(int) ENUM] = build_pointer_type (builtin_types[(int) TYPE]); in c_define_builtins()
3429 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
3431 = build_pointer_type (build_qualified_type in c_common_nodes_and_builtins()
3476 build_pointer_type (TREE_TYPE (va_list_type_node)); in c_common_nodes_and_builtins()
4275 = build_pointer_type in handle_noreturn_attribute()
4487 = build_pointer_type in handle_const_attribute()
5920 dst_obj = build_c_cast (build_pointer_type (ptr_type_node), dst_obj); in build_indirect_object_id_exp()
H A Dc-typeck.c321 t1 = build_pointer_type (target); in composite_type()
576 t1 = build_pointer_type (t1); in common_pointer_type()
1534 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion()
3164 argtype = build_pointer_type (argtype); in build_unary_op()
3466 result_type = build_pointer_type (qualify_type (TREE_TYPE (type1), in build_conditional_expr()
3474 result_type = build_pointer_type (qualify_type (TREE_TYPE (type2), in build_conditional_expr()
3480 result_type = build_pointer_type (void_type_node); in build_conditional_expr()
3860 block_ptr_exp = convert (build_pointer_type (generic_block_literal_struct_type), in build_block_call()
3874 function_ptr_exp = convert (build_pointer_type (fntype), function_ptr_exp); in build_block_call()
4206 rhs = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (rhs)), rhs); in convert_for_assignment()
[all …]
H A Dtree-ssa-address.c572 tree addr_type = build_pointer_type (type), atype; in create_mem_ref()
H A Dc-decl.c3635 build_pointer_type (Block_byref_type)); in new_block_byref_decl()
5073 type = build_pointer_type (type); in grokdeclarator()
5247 type = build_pointer_type (type); in grokdeclarator()
5263 type = build_pointer_type (type); in grokdeclarator()
5301 type = build_pointer_type (type); in grokdeclarator()
7803 ? TREE_TYPE (decl) : build_pointer_type (TREE_TYPE (decl)); in build_block_byref_decl()
7997 main_type = build_pointer_type (main_type); in build_block_descriptor_type()
H A Dbuiltin-types.def92 build_pointer_type
H A Dcalls.c2090 make_tree (build_pointer_type (TREE_TYPE (funtype)), in expand_call()
2581 valreg = hard_function_value (build_pointer_type (TREE_TYPE (exp)), in expand_call()
3362 = hard_function_value (build_pointer_type (tfom), 0, 0, 0); in emit_library_call_value_1()
H A Dbuiltins.c4160 tree p1 = build_pointer_type (TREE_TYPE (va_list_type_node)); in stabilize_va_list()
4173 pt = build_pointer_type (va_list_type_node); in stabilize_va_list()
4259 type = build_pointer_type (type); in std_gimplify_va_arg_expr()
4320 addr = fold_convert (build_pointer_type (type), addr); in std_gimplify_va_arg_expr()
4347 tree t = build_int_cst (build_pointer_type (type), 0); in dummy_object()
4432 tree p1 = build_pointer_type (TREE_TYPE (va_list_type_node)); in gimplify_va_arg_expr()
4888 type = build_pointer_type (type); in build_string_literal()
4891 type = build_pointer_type (elem); in build_string_literal()
9300 call_expr = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn); in build_function_call_expr()
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c463 result_type = build_pointer_type (result_type); in composite_pointer_type_r()
552 t2 = (build_pointer_type in composite_pointer_type()
555 t1 = (build_pointer_type in composite_pointer_type()
643 t1 = build_pointer_type (target); in merge_types()
4530 argtype = build_pointer_type (argtype); in build_unary_op()
5019 build_pointer_type (TYPE_MAIN_VARIANT in build_static_cast_1()
5112 build_pointer_type (TYPE_MAIN_VARIANT in build_static_cast_1()
5523 src_type = build_pointer_type (src_type); in build_const_cast_1()
7233 *t1 = build_pointer_type (*t1); in casts_away_constness_r()
7234 *t2 = build_pointer_type (*t2); in casts_away_constness_r()
[all …]
H A Dinit.c758 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl); in build_vtbl_address()
1793 pointer_type = build_pointer_type (type); in build_new_1()
1800 full_pointer_type = build_pointer_type (full_type); in build_new_1()
1858 cookie_ptr = build2 (MINUS_EXPR, build_pointer_type (sizetype), in build_new_1()
1867 cookie_ptr = build2 (MINUS_EXPR, build_pointer_type (sizetype), in build_new_1()
2209 tree ptype = build_pointer_type (type = complete_type (type)); in build_vec_delete_1()
2447 ptype = build_pointer_type (type); in build_vec_init()
2652 atype = build_pointer_type (atype); in build_vec_init()
2753 addr = convert_force (build_pointer_type (type), addr, 0); in build_delete()
2776 addr = convert_force (build_pointer_type (type), addr, 0); in build_delete()
[all …]
H A Dexcept.c428 exp = build1 (NOP_EXPR, build_pointer_type (type), exp); in expand_start_catch_block()
465 init_type = build_pointer_type (type); in expand_start_catch_block()
659 cleanup_type = build_pointer_type (tmp); in build_throw()
704 object = build_nop (build_pointer_type (temp_type), ptr); in build_throw()
H A Dcall.c694 from = build_pointer_type in standard_conversion()
746 from = build_pointer_type (from); in standard_conversion()
947 arglist = build_int_cst (build_pointer_type (s), 0); in convert_class_to_reference()
1432 parmtype = build_pointer_type (parmtype); in add_function_candidate()
2029 return build_pointer_type (TREE_TYPE (type)); in type_decays_to()
2031 return build_pointer_type (type); in type_decays_to()
2572 t = build_int_cst (build_pointer_type (totype), 0); in build_user_type_conversion_1()
5066 t = build_pointer_type (TREE_TYPE (fn)); in build_over_call()
5460 tree type = build_pointer_type (basetype); in build_new_method_call()
6765 build_pointer_type (base_conv_type), in initialize_reference()
[all …]
H A Dmethod.c238 build_pointer_type (build_pointer_type in thunk_adjust()
1013 return_type = build_pointer_type (void_type_node); in implicitly_declare_fn()
1015 return_type = build_pointer_type (type); in implicitly_declare_fn()
H A Drtti.c147 type_info_ptr_type = build_pointer_type (const_type_info_type_node); in init_rtti_processing()
667 tinfo_ptr = build_pointer_type in build_dynamic_cast_1()
1414 types[1] = build_pointer_type (bltn); in emit_support_tinfos()
1415 types[2] = build_pointer_type (build_qualified_type (bltn, in emit_support_tinfos()
H A Dclass.c315 return build_nop (build_pointer_type (target_type), expr); in build_base_path()
361 t = build_pointer_type (t); in build_base_path()
372 build_pointer_type (ptrdiff_type_node), in build_base_path()
401 ptr_target_type = build_pointer_type (target_type); in build_base_path()
532 pointer_type = build_pointer_type (expr_type); in convert_to_base_statically()
537 expr = build_nop (build_pointer_type (BINFO_TYPE (base)), expr); in convert_to_base_statically()
2912 type = build_pointer_type (type); in check_field_decls()
2918 type = build_pointer_type (type); in check_field_decls()
5857 fntype = build_ptrmemfunc_type (build_pointer_type (fntype)); in resolve_address_of_overloaded_function()
5859 fntype = build_pointer_type (fntype); in resolve_address_of_overloaded_function()
[all …]
H A Ddecl.c3245 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()
5388 build_pointer_type (Block_byref_type)); in new_block_byref_decl()
5948 fn_ptr_type = build_pointer_type (fn_type); in get_atexit_node()
5963 fn_ptr_type = build_pointer_type (fn_type); in get_atexit_node()
5978 fn_ptr_type = build_pointer_type (fn_type); in get_atexit_node()
7332 type = build_pointer_type (optype); in check_special_function_return_type()
7345 type = build_pointer_type (void_type_node); in check_special_function_return_type()
8327 type = build_pointer_type (type); in grokdeclarator()
8847 type = build_pointer_type (TREE_TYPE (type)); in grokdeclarator()
8851 type = build_pointer_type (type); in grokdeclarator()
[all …]
H A Dcvt.c396 = convert_to_pointer_force (build_pointer_type (target_type), rval); in build_up_reference()
523 rval = convert_force (build_pointer_type (TREE_TYPE (reftype)), in convert_to_reference()
H A Dsemantics.c3156 addr = build1 (ADDR_EXPR, build_pointer_type (type), slot); in simplify_aggr_init_expr()
3789 t = build_int_cst (build_pointer_type (inner_type), 0); in finish_omp_clauses()
3803 t = build_int_cst (build_pointer_type (inner_type), 0); in finish_omp_clauses()
3814 t = build_int_cst (build_pointer_type (inner_type), 0); in finish_omp_clauses()
H A Ddecl2.c2227 temp = build1 (ADDR_EXPR, build_pointer_type (type), decl); in build_cleanup()
2282 build_pointer_type (TREE_TYPE (guard)), in get_guard_bits()
2285 build_pointer_type (char_type_node), in get_guard_bits()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4403 return build_pointer_type (char_type_node); in ix86_build_builtin_va_list()
4654 type = build_pointer_type (type); in ix86_gimplify_va_arg()
4769 t = build1 (ADDR_EXPR, build_pointer_type (type), temp); in ix86_gimplify_va_arg()
4779 tree addr_type = build_pointer_type (piece_type); in ix86_gimplify_va_arg()
4861 ptrtype = build_pointer_type (type); in ix86_gimplify_va_arg()
15423 tree pchar_type_node = build_pointer_type (char_type_node); in ix86_init_mmx_sse_builtins()
15424 tree pcchar_type_node = build_pointer_type ( in ix86_init_mmx_sse_builtins()
15427 tree pcfloat_type_node = build_pointer_type ( in ix86_init_mmx_sse_builtins()
15429 tree pv2si_type_node = build_pointer_type (V2SI_type_node); in ix86_init_mmx_sse_builtins()
15430 tree pv2di_type_node = build_pointer_type (V2DI_type_node); in ix86_init_mmx_sse_builtins()
[all …]

123