Home
last modified time | relevance | path

Searched refs:lvalue_type (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc4261 lvalue_type (tree arg) in lvalue_type() function
4280 type = build_reference_type (lvalue_type (arg)); in error_type()
4282 type = lvalue_type (arg); in error_type()
H A Dcall.cc2293 argtype = lvalue_type (arg); in build_this_conversion()
2462 argtype = lvalue_type (arg); in add_function_candidate()
2561 argtype = lvalue_type (arg); in add_conv_candidate()
3540 tree argtype = lvalue_type (first_arg); in add_template_candidate_real()
3790 from = lvalue_type (from); in print_conversion_rejection()
10818 from_type = lvalue_type (conv->from); in complain_about_no_candidates_for_method_call()
H A Dcvt.cc466 tree ttr = lvalue_type (expr); in convert_to_reference()
H A DChangeLog-19981729 * tree.c (lvalue_type): Don't look at top-level qualifiers on
2476 * tree.c (lvalue_type): Fix for arrays.
2479 (build_unary_op): Use lvalue_type.
2481 (add_function_candidate): Use lvalue_type.
2624 * tree.c (lvalue_type): Fix for arrays.
2625 * typeck.c (build_unary_op): Use lvalue_type.
4826 (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
H A DChangeLog-1996996 * tree.c (lvalue_type): New fn.
999 (add_conv_candidate): Use lvalue_type.
H A Dcp-tree.h7891 extern tree lvalue_type (tree);
H A Dtypeck.cc6736 argtype = lvalue_type (arg); in cp_build_addr_expr_1()
H A DChangeLog-20045628 * tree.c (lvalue_type): Simplify.
H A DChangeLog-2019802 lvalue_type of conv->from.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c4008 lvalue_type (tree arg) in lvalue_type() function
4027 type = build_reference_type (lvalue_type (arg)); in error_type()
4029 type = lvalue_type (arg); in error_type()
H A Dcvt.c466 tree ttr = lvalue_type (expr); in convert_to_reference()
H A Dcall.c2365 argtype = lvalue_type (arg); in add_function_candidate()
2406 argtype = lvalue_type (arg); in add_function_candidate()
2497 argtype = lvalue_type (arg); in add_conv_candidate()
3650 from = lvalue_type (from); in print_conversion_rejection()
10085 from_type = lvalue_type (conv->from); in complain_about_no_candidates_for_method_call()
H A Dcp-tree.h7485 extern tree lvalue_type (tree);
H A Dtypeck.c6221 argtype = lvalue_type (arg); in cp_build_addr_expr_1()