Home
last modified time | relevance | path

Searched refs:build_reference_type (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDmethod.c1043 return_type = build_reference_type (type); in implicitly_declare_fn()
1057 rhs_parm_type = build_reference_type (rhs_parm_type); in implicitly_declare_fn()
HDcall.c950 reference_type = build_reference_type (t); in convert_class_to_reference()
1680 type1 = build_reference_type (type1); in add_builtin_candidate()
1965 type1 = build_reference_type (type1); in add_builtin_candidate()
2141 (NULL_TREE, build_reference_type (argtypes[i]), types[i]); in add_builtin_candidates()
2180 (NULL_TREE, build_reference_type (argtypes[i]), types[i]); in add_builtin_candidates()
3150 conv = implicit_conversion (build_reference_type (t2), in conditional_conversion()
4680 type = build_reference_type (type); in type_passed_as()
4724 val = build1 (ADDR_EXPR, build_reference_type (type), val); in convert_for_arg_passing()
5693 reference_type = build_reference_type (reference_type); in maybe_handle_implicit_object()
HDrtti.c213 t = build_reference_type (const_type_info_type_node); in throw_bad_typeid()
519 exprtype = build_reference_type (exprtype); in build_dynamic_cast_1()
HDexcept.c369 init_type = build_reference_type (init_type); in initialize_handler_parm()
HDcp-gimplify.c777 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
HDtree.c1651 type = build_reference_type (lvalue_type (arg)); in error_type()
HDdecl.c8311 type = build_reference_type (type); in grokdeclarator()
10010 build_reference_type (arg)); in grok_op_properties()
HDChangeLog-19941061 build_reference_type instead of TYPE_REFERENCE_TO.
1698 build_reference_type in the right order.
1704 build_reference_type in the right order.
HDclass.c5814 target_type = build_reference_type (target_type); in resolve_address_of_overloaded_function()
HDtypeck.c645 t1 = build_reference_type (target); in merge_types()
HDpt.c7585 r = build_reference_type (type); in tsubst()
/NextBSD/contrib/gcc/
HDtree.h3678 extern tree build_reference_type (tree);
HDc-common.c3481 va_list_ref_type_node = build_reference_type (va_list_type_node); in c_common_nodes_and_builtins()
HDtree.c5092 build_reference_type (tree to_type) in build_reference_type() function
HDFSFChangeLog2020 * tree.c (build_reference_type): Handle obstacks like
HDChangeLog-20006443 (build_reference_type): Likewise.
HDChangeLog-20025061 (build_reference_type): Use.