Searched refs:unlowered_expr_type (Results 1 – 25 of 28) sorted by relevance
12
178 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()
276 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic()
1766 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()
1000 tree ftype = unlowered_expr_type (init); in check_narrowing()
1260 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()
2098 unlowered_expr_type (const_tree exp) in unlowered_expr_type() function6674 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()
422 tree type = unlowered_expr_type (ref); in cp_stabilize_reference()3428 TREE_TYPE (t) = unlowered_expr_type (non_dep); in build_min_non_dep()
221 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()223 type = unlowered_expr_type (false_stmt); in build_if_in_charge()
911 adl_type (unlowered_expr_type (expr)); in adl_expr()
7568 extern tree unlowered_expr_type (const_tree);
1235 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.
255 type = non_reference (unlowered_expr_type (expr)); in lambda_capture_field_type()
273 type = non_reference (unlowered_expr_type (exp)); in get_tinfo_decl_dynamic()
1790 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()
957 tree ftype = unlowered_expr_type (init); in check_narrowing()
2287 unlowered_expr_type (const_tree exp) in unlowered_expr_type() function7189 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()
427 tree type = unlowered_expr_type (ref); in cp_stabilize_reference()3641 TREE_TYPE (t) = unlowered_expr_type (non_dep); in build_min_non_dep()
1531 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()
232 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()234 type = unlowered_expr_type (false_stmt); in build_if_in_charge()
1453 adl_type (unlowered_expr_type (expr)); in adl_expr()
264 * name-lookup.c: Use unlowered_expr_type.2503 * call.c (build_new_op_1): Use unlowered_expr_type.
7978 extern tree unlowered_expr_type (const_tree);
1110 * semantics.c (finish_switch_cond): Call unlowered_expr_type.
4365 * typeck.c (unlowered_expr_type): Preserve cv-quals.
1361 * rtti.c (get_tinfo_decl_dynamic): Use unlowered_expr_type instead