Searched refs:non_reference (Results 1 – 18 of 18) sorted by relevance
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | except.c | 114 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()
|
| D | call.c | 594 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 …]
|
| D | cvt.c | 1156 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()
|
| D | rtti.c | 236 type = non_reference (TREE_TYPE (exp)); in get_tinfo_decl_dynamic() 427 type = non_reference (type); in get_typeid()
|
| D | typeck.c | 1249 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
|
| D | method.c | 951 src_type = non_reference (TREE_VALUE (parms)); in locate_copy()
|
| 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 | search.c | 1860 over_return = non_reference (TREE_TYPE (over_type)); in check_final_overrider()
|
| D | decl2.c | 308 type = non_reference (type); in grok_array_decl()
|
| D | pt.c | 8211 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()
|
| D | cp-tree.h | 4524 extern tree non_reference (tree);
|
| D | class.c | 592 tree basetype = non_reference (TREE_TYPE (instance)); in build_vtbl_ref_1()
|
| D | ChangeLog-1997 | 2392 (non_reference): Likewise.
|
| D | decl.c | 9386 tree arg = non_reference (TREE_VALUE (p)); in grok_op_properties()
|
| D | ChangeLog-2001 | 462 * call.c (non_reference): Add documentation.
|
| D | parser.c | 4638 scope = non_reference (scope); in cp_parser_postfix_dot_deref_expression()
|
| D | ChangeLog-2002 | 471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
|
| D | ChangeLog | 1445 * method.c (locate_copy): Check for non_reference
|