Home
last modified time | relevance | path

Searched refs:non_reference (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc91 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()
Dlambda.cc198 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()
Dcall.cc1212 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 …]
Dcvt.cc1843 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()
Drtti.cc273 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic()
516 type = non_reference (type); in get_typeid()
Dmethod.cc2743 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()
Dtypeck.cc1889 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
DChangeLog-20033269 (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.
Ddecl2.cc409 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()
Dclass.cc745 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref()
8717 tree fntype = non_reference (lhstype); in instantiate_type()
Dinit.cc780 tree initlist = non_reference (parm); in maybe_warn_list_ctor()
Dsemantics.cc12068 (non_reference (to), non_reference (from)))); in same_type_ref_bind_p()
Dpt.cc17430 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()
DChangeLog-19972392 (non_reference): Likewise.
DChangeLog-20061356 * method.c (locate_copy): Check for non_reference
Dcp-tree.h8099 extern tree non_reference (tree);
DChangeLog-2001462 * call.c (non_reference): Add documentation.
DChangeLog-20111110 * typeck.c (non_reference): Pass NULL_TREE through.
DChangeLog-2002471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
DChangeLog-20212853 (fnptr_conv_p): Don't call non_reference. Use INDIRECT_TYPE_P
DChangeLog-20182996 cp_type_quals, casts_away_constness, non_reference): Likewise.
Ddecl.cc15340 tree type = non_reference (TREE_VALUE (arg)); in grok_op_properties()
Dparser.cc8218 scope = non_reference (scope); in cp_parser_postfix_dot_deref_expression()
13726 non_reference (type), ref); in warn_for_range_copy()