Searched refs:non_reference (Results 1 – 23 of 23) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| 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()
|
| 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()
|
| 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 …]
|
| 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()
|
| D | rtti.cc | 273 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic() 516 type = non_reference (type); in get_typeid()
|
| 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()
|
| 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
|
| 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.
|
| 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()
|
| D | class.cc | 745 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref() 8717 tree fntype = non_reference (lhstype); in instantiate_type()
|
| D | init.cc | 780 tree initlist = non_reference (parm); in maybe_warn_list_ctor()
|
| D | semantics.cc | 12068 (non_reference (to), non_reference (from)))); in same_type_ref_bind_p()
|
| 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()
|
| D | ChangeLog-1997 | 2392 (non_reference): Likewise.
|
| D | ChangeLog-2006 | 1356 * method.c (locate_copy): Check for non_reference
|
| D | cp-tree.h | 8099 extern tree non_reference (tree);
|
| D | ChangeLog-2001 | 462 * call.c (non_reference): Add documentation.
|
| D | ChangeLog-2011 | 1110 * typeck.c (non_reference): Pass NULL_TREE through.
|
| D | ChangeLog-2002 | 471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
|
| D | ChangeLog-2021 | 2853 (fnptr_conv_p): Don't call non_reference. Use INDIRECT_TYPE_P
|
| D | ChangeLog-2018 | 2996 cp_type_quals, casts_away_constness, non_reference): Likewise.
|
| D | decl.cc | 15340 tree type = non_reference (TREE_VALUE (arg)); in grok_op_properties()
|
| D | parser.cc | 8218 scope = non_reference (scope); in cp_parser_postfix_dot_deref_expression() 13726 non_reference (type), ref); in warn_for_range_copy()
|