Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDtree.c1632 lvalue_type (tree arg) in lvalue_type() function
1651 type = build_reference_type (lvalue_type (arg)); in error_type()
1653 type = lvalue_type (arg); in error_type()
HDcvt.c493 tree ttr = lvalue_type (expr); in convert_to_reference()
HDcall.c1404 tree argtype = lvalue_type (arg); in add_function_candidate()
1505 tree argtype = lvalue_type (arg); in add_conv_candidate()
2065 argtypes[i] = lvalue_type (args[i]); in add_builtin_candidates()
HDChangeLog-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.
HDcp-tree.h4463 extern tree lvalue_type (tree);
HDChangeLog-1996996 * tree.c (lvalue_type): New fn.
999 (add_conv_candidate): Use lvalue_type.
HDtypeck.c4381 argtype = lvalue_type (arg); in build_unary_op()
HDChangeLog-20045628 * tree.c (lvalue_type): Simplify.