Searched refs:build_reference_type (Results 1 – 25 of 30) sorted by relevance
12
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | method.c | 1041 return_type = build_reference_type (type); in implicitly_declare_fn() 1055 rhs_parm_type = build_reference_type (rhs_parm_type); in implicitly_declare_fn()
|
| H A D | call.c | 937 reference_type = build_reference_type (t); in convert_class_to_reference() 1667 type1 = build_reference_type (type1); in add_builtin_candidate() 1952 type1 = build_reference_type (type1); in add_builtin_candidate() 2128 (NULL_TREE, build_reference_type (argtypes[i]), types[i]); in add_builtin_candidates() 2167 (NULL_TREE, build_reference_type (argtypes[i]), types[i]); in add_builtin_candidates() 3137 conv = implicit_conversion (build_reference_type (t2), in conditional_conversion() 4658 type = build_reference_type (type); in type_passed_as() 4682 val = build1 (ADDR_EXPR, build_reference_type (type), val); in convert_for_arg_passing() 5651 reference_type = build_reference_type (reference_type); in maybe_handle_implicit_object()
|
| H A D | rtti.c | 212 t = build_reference_type (const_type_info_type_node); in throw_bad_typeid() 518 exprtype = build_reference_type (exprtype); in build_dynamic_cast_1()
|
| H A D | except.c | 369 init_type = build_reference_type (init_type); in initialize_handler_parm()
|
| H A D | cp-gimplify.c | 738 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
|
| H A D | tree.c | 1651 type = build_reference_type (lvalue_type (arg)); in error_type()
|
| H A D | decl.c | 7835 type = build_reference_type (type); in grokdeclarator() 9474 build_reference_type (arg)); in grok_op_properties()
|
| H A D | ChangeLog-1994 | 1061 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 D | typeck.c | 628 t1 = build_reference_type (target); in merge_types()
|
| H A D | class.c | 5785 target_type = build_reference_type (target_type); in resolve_address_of_overloaded_function()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | call.c | 1043 reference_type = build_reference_type (t); 1758 type1 = build_reference_type (type1); 2043 type1 = build_reference_type (type1); 2226 (NULL_TREE, build_reference_type (argtypes[i]), types[i]); 2265 (NULL_TREE, build_reference_type (argtypes[i]), types[i]); 3130 conv = implicit_conversion (build_reference_type (t2), 4445 type = build_reference_type (type); 4464 val = build1 (ADDR_EXPR, build_reference_type (type), val); 5232 reference_type = build_reference_type (reference_type);
|
| H A D | rtti.c | 182 t = build_function_type (build_reference_type (t), void_list_node); in throw_bad_typeid() 477 exprtype = build_reference_type (exprtype);
|
| H A D | except.c | 347 init_type = build_reference_type (init_type);
|
| H A D | method.c | 1029 argtype = build_reference_type (argtype);
|
| H A D | cvt.c | 583 totype = build_reference_type (totype);
|
| H A D | tree.c | 1775 type = build_reference_type (lvalue_type (arg));
|
| H A D | decl.c | 11724 type = build_reference_type (type); 13450 build_reference_type (arg));
|
| H A D | typeck.c | 606 t1 = build_reference_type (target);
|
| H A D | class.c | 6097 target_type = build_reference_type (target_type);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.c | 3510 build_reference_type (to_type) in build_reference_type() function 3547 return build_reference_type (build_type_no_quals (TREE_TYPE (t)));
|
| H A D | tree.h | 2266 extern tree build_reference_type PARAMS ((tree));
|
| H A D | c-common.c | 3474 va_list_ref_type_node = build_reference_type (va_list_type_node); in c_common_nodes_and_builtins()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.h | 3596 extern tree build_reference_type (tree);
|
| H A D | c-common.c | 3318 va_list_ref_type_node = build_reference_type (va_list_type_node); in c_common_nodes_and_builtins()
|
| H A D | tree.c | 5061 build_reference_type (tree to_type) in build_reference_type() function
|
12