Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.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()
H A Dcall.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()
H A Drtti.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()
H A Dexcept.c369 init_type = build_reference_type (init_type); in initialize_handler_parm()
H A Dcp-gimplify.c777 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
H A Dtree.c1651 type = build_reference_type (lvalue_type (arg)); in error_type()
H A Ddecl.c8311 type = build_reference_type (type); in grokdeclarator()
10010 build_reference_type (arg)); in grok_op_properties()
H A DChangeLog-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.
H A Dclass.c5814 target_type = build_reference_type (target_type); in resolve_address_of_overloaded_function()
H A Dtypeck.c645 t1 = build_reference_type (target); in merge_types()
H A Dpt.c7585 r = build_reference_type (type); in tsubst()
/freebsd-12.1/contrib/gcc/
H A Dtree.h3678 extern tree build_reference_type (tree);
H A Dc-common.c3481 va_list_ref_type_node = build_reference_type (va_list_type_node); in c_common_nodes_and_builtins()
H A Dtree.c5092 build_reference_type (tree to_type) in build_reference_type() function
H A DFSFChangeLog2020 * tree.c (build_reference_type): Handle obstacks like
H A DChangeLog-20006443 (build_reference_type): Likewise.
H A DChangeLog-20025061 (build_reference_type): Use.