Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c489 ptr_type_node = build_pointer_type (void_type_node); in java_init_decl_processing()
492 return_address_type_node = build_pointer_type (t); in java_init_decl_processing()
594 methodtable_ptr_type = build_pointer_type (methodtable_type); in java_init_decl_processing()
621 utf8const_ptr_type = build_pointer_type (utf8const_type); in java_init_decl_processing()
633 dtable_ptr_type = build_pointer_type (dtable_type); in java_init_decl_processing()
639 otable_ptr_type = build_pointer_type (otable_type); in java_init_decl_processing()
649 method_symbols_array_ptr_type = build_pointer_type in java_init_decl_processing()
670 build_pointer_type (object_type_node)); in java_init_decl_processing()
676 field_ptr_type_node = build_pointer_type (field_type_node); in java_init_decl_processing()
678 method_ptr_type_node = build_pointer_type (method_type_node); in java_init_decl_processing()
[all …]
H A Dtypeck.c398 IDENTIFIER_SIGNATURE_TYPE (sig) = build_pointer_type (t);
448 return build_pointer_type (type);
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1543 objc_object_type = build_pointer_type (objc_object_reference); in synth_module_prologue()
1544 objc_class_type = build_pointer_type (objc_class_reference); in synth_module_prologue()
1564 objc_protocol_type = build_pointer_type (xref_tag (RECORD_TYPE, in synth_module_prologue()
1572 = build_pointer_type (xref_tag (RECORD_TYPE, in synth_module_prologue()
1577 = build_pointer_type in synth_module_prologue()
1585 objc_super_type = build_pointer_type (xref_tag (RECORD_TYPE, in synth_module_prologue()
1589 objc_method_list_ptr = build_pointer_type in synth_module_prologue()
1593 = build_pointer_type (xref_tag (RECORD_TYPE, in synth_module_prologue()
1595 objc_ivar_list_ptr = build_pointer_type in synth_module_prologue()
1678 = build_pointer_type in synth_module_prologue()
[all …]
/openbsd-src/gnu/gcc/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.c667 tree gcov_ptr_type = build_pointer_type (get_gcov_type ()); in build_ctr_info_type()
686 build_pointer_type (gcov_merge_fn_type)); in build_ctr_info_type()
790 field = build_decl (FIELD_DECL, NULL_TREE, build_pointer_type (const_type)); in build_gcov_info()
803 string_type = build_pointer_type (build_qualified_type (char_type_node, in build_gcov_info()
824 fn_info_ptr_type = build_pointer_type (build_qualified_type in build_gcov_info()
921 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 Dattribs.c328 fn_ptr_tmp = build_pointer_type (fn_ptr_tmp); in decl_attributes()
H A Dtree.c5012 build_pointer_type (tree to_type) in build_pointer_type() function
5319 ptype = build_pointer_type (basetype); in build_method_type_directly()
6559 null_pointer_node = build_int_cst (build_pointer_type (void_type_node), 0); in build_common_tree_nodes_2()
6562 ptr_type_node = build_pointer_type (void_type_node); in build_common_tree_nodes_2()
6564 = build_pointer_type (build_type_variant (void_type_node, 1, 0)); in build_common_tree_nodes_2()
6582 float_ptr_type_node = build_pointer_type (float_type_node); in build_common_tree_nodes_2()
6583 double_ptr_type_node = build_pointer_type (double_type_node); in build_common_tree_nodes_2()
6584 long_double_ptr_type_node = build_pointer_type (long_double_type_node); in build_common_tree_nodes_2()
6585 integer_ptr_type_node = build_pointer_type (integer_type_node); in build_common_tree_nodes_2()
6592 dfloat32_ptr_type_node = build_pointer_type (dfloat32_type_node); in build_common_tree_nodes_2()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c232 t1 = build_pointer_type (tgt);
530 result_type = build_pointer_type (result_type);
604 t1 = build_pointer_type (target);
1003 val = (comptypes (build_pointer_type (TYPE_OFFSET_BASETYPE (t1)),
1004 build_pointer_type (TYPE_OFFSET_BASETYPE (t2)), strict)
1256 if (same_or_base_type_p (build_pointer_type (ttl),
1257 build_pointer_type (ttr)))
1259 if (same_or_base_type_p (build_pointer_type (ttr),
1260 build_pointer_type (ttl)))
1635 build_pointer_type (TREE_TYPE
[all …]
H A Dinit.c768 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl);
1834 addr = build (PLUS_EXPR, build_pointer_type (type), addr, member);
2061 rval = build (NEW_EXPR, build_pointer_type (type), placement, t, init);
2346 alloc_expr = convert (build_pointer_type (full_type), alloc_expr);
2360 cookie = build (MINUS_EXPR, build_pointer_type (sizetype),
2528 rval = convert (build_pointer_type (type), rval);
2544 tree ptype = build_pointer_type (type = complete_type (type));
2779 ptype = build_pointer_type (type);
3140 addr = convert_force (build_pointer_type (type), addr, 0);
3163 addr = convert_force (build_pointer_type (type), addr, 0);
[all …]
H A Dcall.c330 type = build_pointer_type (type);
534 return build_delete (build_pointer_type (object_type),
772 from = build_pointer_type (from);
778 from = build_pointer_type (TREE_TYPE (from));
840 from = build_pointer_type
877 from = build_pointer_type (from);
915 from = build_ptrmemfunc_type (build_pointer_type (from));
1040 TREE_TYPE (arglist) = build_pointer_type (s);
1508 parmtype = build_pointer_type (parmtype); in add_function_candidate()
2112 return build_pointer_type (TREE_TYPE (type));
[all …]
H A Dexcept.c415 init = build1 (NOP_EXPR, build_pointer_type (type), init);
683 cleanup_type = build_pointer_type (tmp);
722 object = build1 (NOP_EXPR, build_pointer_type (TREE_TYPE (exp)), ptr);
H A Drtti.c117 build_pointer_type in init_rtti_processing()
641 tinfo_ptr = build_pointer_type
1402 tree bltn_ptr = build_pointer_type (bltn); in emit_support_tinfos()
1403 tree bltn_const_ptr = build_pointer_type in emit_support_tinfos()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c457 result_type = build_pointer_type (result_type); in composite_pointer_type_r()
518 result_type = build_pointer_type (result_type); in composite_pointer_type()
543 t2 = (build_pointer_type in composite_pointer_type()
546 t1 = (build_pointer_type in composite_pointer_type()
626 t1 = build_pointer_type (target); in merge_types()
1517 return build_nop (build_pointer_type (TREE_TYPE (type)), in decay_conversion()
1534 ptrtype = build_pointer_type (TREE_TYPE (type)); in decay_conversion()
1629 exp = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (exp)), exp); in inline_conversion()
1659 t = build_pointer_type (build_qualified_type (t, TYPE_QUAL_CONST)); in string_conv_p()
2616 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node), in get_member_function_from_ptrfunc()
[all …]
H A Dinit.c758 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl); in build_vtbl_address()
1559 new_expr = build4 (NEW_EXPR, build_pointer_type (type), placement, type, in build_raw_new_expr()
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()
2650 atype = build_pointer_type (atype); in build_vec_init()
2751 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.c692 from = build_pointer_type in standard_conversion()
744 from = build_pointer_type (from); in standard_conversion()
800 from = build_ptrmemfunc_type (build_pointer_type (from)); in standard_conversion()
934 arglist = build_int_cst (build_pointer_type (s), 0); in convert_class_to_reference()
1419 parmtype = build_pointer_type (parmtype); in add_function_candidate()
2016 return build_pointer_type (TREE_TYPE (type)); in type_decays_to()
2018 return build_pointer_type (type); in type_decays_to()
2559 t = build_int_cst (build_pointer_type (totype), 0); in build_user_type_conversion_1()
4297 tree t = build_int_cst (build_pointer_type (DECL_CONTEXT (convfn)), in convert_like_real()
4393 expr = convert_to_base (expr, build_pointer_type (totype), in convert_like_real()
[all …]
H A Dmethod.c238 build_pointer_type (build_pointer_type in thunk_adjust()
1011 return_type = build_pointer_type (void_type_node); in implicitly_declare_fn()
1013 return_type = build_pointer_type (type); in implicitly_declare_fn()
H A Drtti.c146 type_info_ptr_type = build_pointer_type (const_type_info_type_node); in init_rtti_processing()
666 tinfo_ptr = build_pointer_type in build_dynamic_cast_1()
1413 types[1] = build_pointer_type (bltn); in emit_support_tinfos()
1414 types[2] = build_pointer_type (build_qualified_type (bltn, in emit_support_tinfos()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c766 arg1 = ffecom_1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (arg1)), in ffecom_subscript_check_()
795 arg3 = ffecom_1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (arg3)), in ffecom_subscript_check_()
924 build_pointer_type (TREE_TYPE (array)), in ffecom_arrayref_()
1395 build_pointer_type (TREE_TYPE (item)), in ffecom_arglist_expr_()
1832 build_pointer_type (TREE_TYPE (tempvar)), in ffecom_call_()
1951 item = ffecom_1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (item)), in ffecom_char_args_x_()
1983 build_pointer_type (TREE_TYPE (item)), in ffecom_char_args_x_()
2171 build_pointer_type (TREE_TYPE (tempvar)), in ffecom_char_args_x_()
2224 build_pointer_type (TREE_TYPE (tempvar)), in ffecom_char_args_x_()
2735 type = build_pointer_type (type); in ffecom_do_entry_()
[all …]
H A Dste.c1261 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_ialist_()
1374 build_pointer_type (void_type_node), in ffeste_io_cilist_()
1484 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_cilist_()
1596 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_cllist_()
1728 build_pointer_type (void_type_node), in ffeste_io_icilist_()
1823 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_icilist_()
2079 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_inlist_()
2234 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_olist_()
2952 build_pointer_type (void_type_node), in ffeste_R838()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Daix.h157 (VALIST) = build_pointer_type(char_type_node)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c1259 build_pointer_type (type),
1261 type = build_pointer_type (type);
1269 build_pointer_type (type),
1271 type = build_pointer_type (type);
1308 build_pointer_type (type),
1310 type = build_pointer_type (type);
2389 make_tree (build_pointer_type (TREE_TYPE (funtype)),
2980 valreg = hard_function_value (build_pointer_type (TREE_TYPE (exp)),
3602 = hard_function_value (build_pointer_type (tfom), 0, 0);
3760 build_pointer_type
H A Dtree.c2123 build_pointer_type (TREE_TYPE (ref)),
3481 build_pointer_type (to_type) in build_pointer_type() function
3545 return build_pointer_type (build_type_no_quals (TREE_TYPE (t)));
3675 build_pointer_type (elt_type);
3797 build_pointer_type (basetype), TYPE_ARG_TYPES (type));
4781 TREE_TYPE (null_pointer_node) = build_pointer_type (void_type_node);
4784 ptr_type_node = build_pointer_type (void_type_node);
4786 = build_pointer_type (build_type_variant (void_type_node, 1, 0));
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Diris6.h420 (VALIST) = build_pointer_type (char_type_node)

123456