Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c114 type = non_reference (type); in prepare_eh_type()
921 to = non_reference (to); in can_convert_eh()
922 from = non_reference (from); in can_convert_eh()
H A Dcall.c594 to = non_reference (to); in standard_conversion()
2149 type = non_reference (type); in add_builtin_candidates()
2168 type = non_reference (argtypes[i]); in add_builtin_candidates()
3124 tree t1 = non_reference (TREE_TYPE (e1)); in conditional_conversion()
3125 tree t2 = non_reference (TREE_TYPE (e2)); in conditional_conversion()
4263 tree t = non_reference (totype); in convert_like_real()
4569 tree type1 = non_reference (type); in build_x_va_arg()
5950 else if (CLASS_TYPE_P (non_reference (from_type1)) in compare_ics()
5953 tree from = non_reference (from_type1); in compare_ics()
5971 else if (CLASS_TYPE_P (non_reference (to_type1)) in compare_ics()
[all …]
H A Dcvt.c1156 candidate = non_reference (TREE_TYPE (TREE_TYPE (cand))); in build_expr_type_conversion()
1211 tree type = non_reference (TREE_TYPE (TREE_TYPE (winner))); in build_expr_type_conversion()
H A Drtti.c235 type = non_reference (TREE_TYPE (exp)); in get_tinfo_decl_dynamic()
426 type = non_reference (type); in get_typeid()
H A Dtypeck.c1249 type = non_reference (type); in cxx_sizeof_or_alignof_type()
5521 if (!same_type_p (non_reference (type), non_reference (result_type))) in build_c_cast()
6365 rhstype = non_reference (rhstype); in convert_for_initialization()
6976 non_reference (tree t) in non_reference() function
H A Dmethod.c949 src_type = non_reference (TREE_VALUE (parms)); in locate_copy()
H A 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.
H A Dsearch.c1860 over_return = non_reference (TREE_TYPE (over_type)); in check_final_overrider()
H A Ddecl2.c308 type = non_reference (type); in grok_array_decl()
H A Dpt.c8202 non_reference (TREE_TYPE (object)), in tsubst_copy()
9288 non_reference (TREE_TYPE (object)), in tsubst_copy_and_build()
13354 return build1 (NON_DEPENDENT_EXPR, non_reference (TREE_TYPE (expr)), expr); in build_non_dependent_expr()
H A Dcp-tree.h4499 extern tree non_reference (tree);
H A Dclass.c592 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref_1()
H A DChangeLog-19972392 (non_reference): Likewise.
H A Ddecl.c9319 tree arg = non_reference (TREE_VALUE (p)); in grok_op_properties()
H A DChangeLog-2001462 * call.c (non_reference): Add documentation.
H A DChangeLog-2002471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
H A Dparser.c4631 scope = non_reference (scope); in cp_parser_postfix_dot_deref_expression()
H A DChangeLog1376 * method.c (locate_copy): Check for non_reference
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c91 static tree non_reference PARAMS ((tree));
717 non_reference (t) in non_reference() function
2247 type = non_reference (type);
2266 type = non_reference (argtypes[i]);
2751 ? totype : non_reference (TREE_TYPE (TREE_TYPE (cand->fn)))),
3117 tree t1 = non_reference (TREE_TYPE (e1));
3118 tree t2 = non_reference (TREE_TYPE (e2));
5537 else if (CLASS_TYPE_P (non_reference (from_type1))
5540 tree from = non_reference (from_type1);
5558 else if (CLASS_TYPE_P (non_reference (to_type1))
[all …]
H A DChangeLog6439 * call.c (non_reference): Add documentation.
H A DChangeLog.216063 (non_reference): Likewise.