Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.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()
H A Dcvt.c493 tree ttr = lvalue_type (expr); in convert_to_reference()
H A Dcall.c1391 tree argtype = lvalue_type (arg); in add_function_candidate()
1492 tree argtype = lvalue_type (arg); in add_conv_candidate()
2052 argtypes[i] = lvalue_type (args[i]); in add_builtin_candidates()
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 Dcp-tree.h4403 extern tree lvalue_type (tree);
H A DChangeLog-1996996 * tree.c (lvalue_type): New fn.
999 (add_conv_candidate): Use lvalue_type.
H A Dtypeck.c4248 argtype = lvalue_type (arg); in build_unary_op()
H A DChangeLog-20045628 * tree.c (lvalue_type): Simplify.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1755 lvalue_type (arg) in lvalue_type() function
1775 type = build_reference_type (lvalue_type (arg));
1777 type = lvalue_type (arg);
H A Dcvt.c497 tree ttr = lvalue_type (expr);
H A Dcall.c1480 tree argtype = lvalue_type (arg); in add_function_candidate()
1583 tree argtype = lvalue_type (arg);
2150 argtypes[i] = lvalue_type (args[i]);
H A Dcp-tree.h4352 extern tree lvalue_type PARAMS ((tree));
H A Dtypeck.c4194 argtype = lvalue_type (arg);
H A DChangeLog.28517 * tree.c (lvalue_type): Don't look at top-level qualifiers on
9264 * tree.c (lvalue_type): Fix for arrays.
9267 (build_unary_op): Use lvalue_type.
9269 (add_function_candidate): Use lvalue_type.
9412 * tree.c (lvalue_type): Fix for arrays.
9413 * typeck.c (build_unary_op): Use lvalue_type.
11614 (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
17274 * tree.c (lvalue_type): New fn.
17277 (add_conv_candidate): Use lvalue_type.