Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
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()
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()
2680 ? totype : non_reference (TREE_TYPE (TREE_TYPE (cand->fn)))), in build_user_type_conversion_1()
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()
5970 else if (CLASS_TYPE_P (non_reference (from_type1)) in compare_ics()
5973 tree from = non_reference (from_type1); in compare_ics()
[all …]
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()
Drtti.c236 type = non_reference (TREE_TYPE (exp)); in get_tinfo_decl_dynamic()
427 type = non_reference (type); in get_typeid()
Dtypeck.c1249 type = non_reference (type); in cxx_sizeof_or_alignof_type()
5558 if (!same_type_p (non_reference (type), non_reference (result_type))) in build_c_cast()
6415 rhstype = non_reference (rhstype); in convert_for_initialization()
7027 non_reference (tree t) in non_reference() function
Dmethod.c951 src_type = non_reference (TREE_VALUE (parms)); in locate_copy()
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.
Dsearch.c1860 over_return = non_reference (TREE_TYPE (over_type)); in check_final_overrider()
Ddecl2.c308 type = non_reference (type); in grok_array_decl()
Dpt.c8211 non_reference (TREE_TYPE (object)), in tsubst_copy()
9319 non_reference (TREE_TYPE (object)), in tsubst_copy_and_build()
13387 return build1 (NON_DEPENDENT_EXPR, non_reference (TREE_TYPE (expr)), expr); in build_non_dependent_expr()
Dcp-tree.h4524 extern tree non_reference (tree);
Dclass.c592 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref_1()
DChangeLog-19972392 (non_reference): Likewise.
Ddecl.c9386 tree arg = non_reference (TREE_VALUE (p)); in grok_op_properties()
DChangeLog-2001462 * call.c (non_reference): Add documentation.
Dparser.c4638 scope = non_reference (scope); in cp_parser_postfix_dot_deref_expression()
DChangeLog-2002471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
DChangeLog1445 * method.c (locate_copy): Check for non_reference