| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | except.cc | 91 type = non_reference (type); in prepare_eh_type() 877 tree nonref_type = non_reference (type); in is_admissible_throw_operand_or_catch_parameter() 956 to = non_reference (to); in can_convert_eh() 957 from = non_reference (from); in can_convert_eh()
|
| H A D | lambda.cc | 198 tree t = non_reference (TREE_TYPE (expr)); in type_deducible_expression_p() 255 type = non_reference (unlowered_expr_type (expr)); in lambda_capture_field_type() 380 if (!type || WILDCARD_TYPE_P (non_reference (type))) in lambda_proxy_type()
|
| H A D | call.cc | 1212 to = non_reference (to); in standard_conversion() 2238 (non_reference (TREE_VALUE (t)), DECL_CONTEXT (fn)))) in conv_flags() 2390 tree ptype = non_reference (TREE_VALUE (parmlist)); in add_function_candidate() 2424 if (!reference_related_p (non_reference (TREE_VALUE (parmnode)), in add_function_candidate() 3326 type = non_reference (type); in add_builtin_candidates() 3344 type = non_reference (argtypes[i]); in add_builtin_candidates() 4164 tree to_nonref = non_reference (totype); in build_user_type_conversion_1() 4264 tree convtype = non_reference (TREE_TYPE (conv_fns)); in build_user_type_conversion_1() 4401 convtype = non_reference (TREE_TYPE (TREE_TYPE (cand->fn))); in build_user_type_conversion_1() 5258 tree t1 = non_reference (TREE_TYPE (e1)); in conditional_conversion() [all …]
|
| H A D | cvt.cc | 1843 candidate = non_reference (TREE_TYPE (TREE_TYPE (cand))); in build_expr_type_conversion() 1896 = non_reference (TREE_TYPE (TREE_TYPE (winner))); in build_expr_type_conversion() 1919 tree type = non_reference (TREE_TYPE (TREE_TYPE (winner))); in build_expr_type_conversion()
|
| H A D | rtti.cc | 273 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic() 516 type = non_reference (type); in get_typeid()
|
| H A D | method.cc | 2743 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in get_defaulted_eh_spec() 2837 const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in maybe_explain_implicit_delete() 2882 bool const_p = CP_TYPE_CONST_P (non_reference (TREE_VALUE (parms))); in explain_implicit_non_constexpr()
|
| H A D | typeck.cc | 1889 type = non_reference (type); in cxx_sizeof_or_alignof_type() 5197 op1, non_reference (type1)); in cp_build_binary_op() 8903 if (!same_type_p (non_reference (type), non_reference (result_type))) in cp_build_c_cast() 10049 if (MAYBE_CLASS_TYPE_P (non_reference (type))) in convert_for_initialization() 10334 && !CP_TYPE_VOLATILE_P (non_reference (TREE_TYPE (retval))) in treat_lvalue_as_rvalue_p() 11241 non_reference (tree t) in non_reference() function
|
| H A D | ChangeLog-2003 | 3269 (non_reference): Likewise. 3271 * call.c (non_reference): Remove. 3275 (standard_conversion): Use non_reference. 3278 * cvt.c (build_expr_type_conversion): Use non_reference. 3280 (grok_op_properties): Use non_reference. 3285 * except.c (prepare_eh_types): Use non_reference. 3289 * method.c (locate_copy): Use non_reference. 3307 * rtti.c (get_tinfo_decl_dynamic): Use non_reference. 3311 * typeck.c (target_type): Use non_reference. 3315 (non_reference): New function.
|
| H A D | decl2.cc | 409 type = non_reference (type); in grok_array_decl() 3698 tree obtype = strip_array_types (non_reference (TREE_TYPE (var))); in get_tls_init_fn() 3741 tree type = non_reference (TREE_TYPE (var)); in get_tls_wrapper_fn()
|
| H A D | class.cc | 745 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref() 8717 tree fntype = non_reference (lhstype); in instantiate_type()
|
| H A D | init.cc | 780 tree initlist = non_reference (parm); in maybe_warn_list_ctor()
|
| H A D | semantics.cc | 12068 (non_reference (to), non_reference (from)))); in same_type_ref_bind_p()
|
| H A D | pt.cc | 17430 non_reference (TREE_TYPE (object)), in tsubst_copy() 21204 non_reference (TREE_TYPE (object)), in tsubst_copy_and_build() 24478 (non_reference (TREE_TYPE (arg)), in unify() 24479 non_reference (tparm))) in unify()
|
| H A D | ChangeLog-1997 | 2392 (non_reference): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | except.c | 92 type = non_reference (type); in prepare_eh_type() 932 tree nonref_type = non_reference (type); in is_admissible_throw_operand_or_catch_parameter() 1011 to = non_reference (to); in can_convert_eh() 1012 from = non_reference (from); in can_convert_eh()
|
| H A D | lambda.c | 216 tree t = non_reference (TREE_TYPE (expr)); in type_deducible_expression_p() 259 type = non_reference (unlowered_expr_type (expr)); in lambda_capture_field_type() 381 if (!type || WILDCARD_TYPE_P (non_reference (type))) in lambda_proxy_type()
|
| H A D | cvt.c | 1824 candidate = non_reference (TREE_TYPE (TREE_TYPE (cand))); in build_expr_type_conversion() 1877 = non_reference (TREE_TYPE (TREE_TYPE (winner))); in build_expr_type_conversion() 1900 tree type = non_reference (TREE_TYPE (TREE_TYPE (winner))); in build_expr_type_conversion()
|
| H A D | call.c | 1202 to = non_reference (to); in standard_conversion() 2192 (non_reference (TREE_VALUE (t)), DECL_CONTEXT (fn)))) in conv_flags() 2291 tree ptype = non_reference (TREE_VALUE (parmlist)); in add_function_candidate() 2325 if (!reference_related_p (non_reference (TREE_VALUE (parmnode)), in add_function_candidate() 3256 type = non_reference (type); in add_builtin_candidates() 3274 type = non_reference (argtypes[i]); in add_builtin_candidates() 4010 tree to_nonref = non_reference (totype); in build_user_type_conversion_1() 4226 convtype = non_reference (TREE_TYPE (TREE_TYPE (cand->fn))); in build_user_type_conversion_1() 5029 tree t1 = non_reference (TREE_TYPE (e1)); in conditional_conversion() 5030 tree t2 = non_reference (TREE_TYPE (e2)); in conditional_conversion() [all …]
|
| H A D | rtti.c | 276 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic() 505 type = non_reference (type); in get_typeid()
|
| H A D | method.c | 2450 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in get_defaulted_eh_spec() 2544 const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in maybe_explain_implicit_delete() 2589 bool const_p = CP_TYPE_CONST_P (non_reference (TREE_VALUE (parms))); in explain_implicit_non_constexpr()
|
| H A D | decl2.c | 395 type = non_reference (type); in grok_array_decl() 3478 tree obtype = strip_array_types (non_reference (TREE_TYPE (var))); in get_tls_init_fn() 3521 tree type = non_reference (TREE_TYPE (var)); in get_tls_wrapper_fn()
|
| H A D | typeck.c | 1722 type = non_reference (type); in cxx_sizeof_or_alignof_type() 8366 if (!same_type_p (non_reference (type), non_reference (result_type))) in cp_build_c_cast() 9498 if (MAYBE_CLASS_TYPE_P (non_reference (type))) in convert_for_initialization() 10634 non_reference (tree t) in non_reference() function
|
| H A D | class.c | 714 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref() 8601 tree fntype = non_reference (lhstype); in instantiate_type()
|
| H A D | init.c | 747 tree initlist = non_reference (TREE_VALUE (parms)); in maybe_warn_list_ctor()
|
| H A D | pt.c | 16894 non_reference (TREE_TYPE (object)), in tsubst_copy() 20434 non_reference (TREE_TYPE (object)), in tsubst_copy_and_build() 23566 (non_reference (TREE_TYPE (arg)), in unify() 23567 non_reference (tparm))) in unify()
|