Home
last modified time | relevance | path

Searched refs:unlowered_expr_type (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c178 return cv_unqualified (type_decays_to (unlowered_expr_type (expr))); in lambda_return_type()
259 type = non_reference (unlowered_expr_type (expr)); in lambda_capture_field_type()
H A Drtti.c276 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic()
H A Dcall.c1766 tfrom = unlowered_expr_type (expr); in reference_binding()
3158 argtypes[i] = unlowered_expr_type (args[i]); in add_builtin_candidates()
5303 arg2_type = unlowered_expr_type (arg2); in build_conditional_expr_1()
5304 arg3_type = unlowered_expr_type (arg3); in build_conditional_expr_1()
6015 tree argtype = unlowered_expr_type ((*arglist)[i]); in add_operator_candidates()
6128 tree arg1_type = unlowered_expr_type (arg1); in build_new_op_1()
6129 tree arg2_type = arg2 ? unlowered_expr_type (arg2) : NULL_TREE; in build_new_op_1()
H A Dtypeck2.c1000 tree ftype = unlowered_expr_type (init); in check_narrowing()
H A Dsemantics.c1260 orig_type = unlowered_expr_type (cond); in finish_switch_cond()
4046 type = unlowered_expr_type (expr); in finish_typeof()
9826 return unlowered_expr_type (expr); in finish_decltype_type()
9906 type = unlowered_expr_type (expr); in finish_decltype_type()
H A Dtypeck.c2098 unlowered_expr_type (const_tree exp) in unlowered_expr_type() function
6674 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op()
7372 intype = unlowered_expr_type (expr); in build_static_cast_1()
8690 olhstype = unlowered_expr_type (lhs); in cp_build_modify_expr()
H A Dtree.c422 tree type = unlowered_expr_type (ref); in cp_stabilize_reference()
3428 TREE_TYPE (t) = unlowered_expr_type (non_dep); in build_min_non_dep()
H A Dclass.c221 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
223 type = unlowered_expr_type (false_stmt); in build_if_in_charge()
H A Dname-lookup.c911 adl_type (unlowered_expr_type (expr)); in adl_expr()
H A Dcp-tree.h7568 extern tree unlowered_expr_type (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20071235 unlowered_expr_type, ptr_reasonably_similar, cp_type_readonly,
1254 is_bitfield_expr_with_lowered_type, unlowered_expr_type,
2583 * semantics.c (finish_typeof): Use unlowered_expr_type.
2588 * cp-tree.h (unlowered_expr_type): New function.
2591 (unlowered_expr_type): New function.
2593 * call.c (build_conditional_expr): Use unlowered_expr_type.
H A Dlambda.cc255 type = non_reference (unlowered_expr_type (expr)); in lambda_capture_field_type()
H A Drtti.cc273 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic()
H A Dcall.cc1790 tfrom = unlowered_expr_type (expr); in reference_binding()
3228 argtypes[i] = unlowered_expr_type (args[i]); in add_builtin_candidates()
5534 arg2_type = unlowered_expr_type (arg2); in build_conditional_expr()
5535 arg3_type = unlowered_expr_type (arg3); in build_conditional_expr()
6413 tree argtype = unlowered_expr_type ((*arglist)[i]); in add_operator_candidates()
6527 tree arg1_type = unlowered_expr_type (arg1); in build_new_op()
6528 tree arg2_type = arg2 ? unlowered_expr_type (arg2) : NULL_TREE; in build_new_op()
H A Dtypeck2.cc957 tree ftype = unlowered_expr_type (init); in check_narrowing()
H A Dtypeck.cc2287 unlowered_expr_type (const_tree exp) in unlowered_expr_type() function
7189 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op()
7893 intype = unlowered_expr_type (expr); in build_static_cast_1()
9227 olhstype = unlowered_expr_type (lhs); in cp_build_modify_expr()
H A Dtree.cc427 tree type = unlowered_expr_type (ref); in cp_stabilize_reference()
3641 TREE_TYPE (t) = unlowered_expr_type (non_dep); in build_min_non_dep()
H A Dsemantics.cc1531 orig_type = unlowered_expr_type (cond); in finish_switch_cond()
4373 type = unlowered_expr_type (expr); in finish_typeof()
11391 return unlowered_expr_type (expr); in finish_decltype_type()
11471 type = unlowered_expr_type (expr); in finish_decltype_type()
H A Dclass.cc232 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
234 type = unlowered_expr_type (false_stmt); in build_if_in_charge()
H A Dname-lookup.cc1453 adl_type (unlowered_expr_type (expr)); in adl_expr()
H A DChangeLog-2019264 * name-lookup.c: Use unlowered_expr_type.
2503 * call.c (build_new_op_1): Use unlowered_expr_type.
H A Dcp-tree.h7978 extern tree unlowered_expr_type (const_tree);
H A DChangeLog-20141110 * semantics.c (finish_switch_cond): Call unlowered_expr_type.
H A DChangeLog-20114365 * typeck.c (unlowered_expr_type): Preserve cv-quals.
H A DChangeLog-20181361 * rtti.c (get_tinfo_decl_dynamic): Use unlowered_expr_type instead

12