Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.c595 to = non_reference (to); in standard_conversion()
2162 type = non_reference (type); in add_builtin_candidates()
2181 type = non_reference (argtypes[i]); in add_builtin_candidates()
3137 tree t1 = non_reference (TREE_TYPE (e1)); in conditional_conversion()
3138 tree t2 = non_reference (TREE_TYPE (e2)); in conditional_conversion()
4285 tree t = non_reference (totype); in convert_like_real()
4591 tree type1 = non_reference (type); in build_x_va_arg()
5992 else if (CLASS_TYPE_P (non_reference (from_type1)) in compare_ics()
5995 tree from = non_reference (from_type1); in compare_ics()
6013 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.c236 type = non_reference (TREE_TYPE (exp)); in get_tinfo_decl_dynamic()
427 type = non_reference (type); in get_typeid()
H A Dmethod.c951 src_type = non_reference (TREE_VALUE (parms)); in locate_copy()
H A Dtypeck.c1281 type = non_reference (type); in cxx_sizeof_or_alignof_type()
5687 if (!same_type_p (non_reference (type), non_reference (result_type))) in build_c_cast()
6608 rhstype = non_reference (rhstype); in convert_for_initialization()
7290 non_reference (tree t) in non_reference() function
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.c8216 non_reference (TREE_TYPE (object)), in tsubst_copy()
9324 non_reference (TREE_TYPE (object)), in tsubst_copy_and_build()
13392 return build1 (NON_DEPENDENT_EXPR, non_reference (TREE_TYPE (expr)), expr); in build_non_dependent_expr()
H A Dcp-tree.h4560 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.c9855 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.c4825 scope = non_reference (scope); in cp_parser_postfix_dot_deref_expression()
H A DChangeLog1445 * method.c (locate_copy): Check for non_reference